Google History is a free service offered by Google where you can have a list of your recent searches on Google. Many of us may not have known of this Google service. It seems like Google didn’t have too much buzz about the Google History. Anyway, the Google History has some usefulness as follows:
Continue reading ‘Use Google History to keep track of what you’ve searched recently’
If you’re like me, running a blog powered by Wordpress which you always need to show some programming codes in a number of languages, and you want those codes to be well-formatted with syntax highlighted while being displayed to your users. You can then make use of the Wordpress’ Plugin, Wp-Syntax to do so.
Continue reading ‘Wp-syntax plugin for Wordpress to automatically format or highlight syntax on programming codes in your blog posts’
Latest version of Opera web browser, Opera 10.50 has been released for the Windows. And it claims to be the “fastest web browser thus-far produced for Windows computers”.
Continue reading ‘Opera 10.50 for Windows, claims to be fastest web browser ever produced’

ZooTool is an interactive and beautiful visual bookmark tool for images, links, videos and documents. The ZooTool was developed based on the MooTools by Bastian Allgeier.
Continue reading ‘ZooTool – visual bookmarking tool by MooTool(s)’
Uki is a JavaScript library that allows you to develop web applications to have the look and feel and interactiveness of a desktop application. You can get Uki from Ukijs.org.
Continue reading ‘How to develop desktop-like web applications ?’

You should have been pretty familiar with the above prompt of your web browser, especially Internet Explorer, if you’ve been involved in developing web pages for your websites that are delivered via the HTTPS secure channel.
Continue reading ‘How to eliminate Mixed content security warning on your web pages’
I’ve started a new blog, Have Your Business Online, which is a blog that centers around web hosting services, reviews, e-commerce and CMS solutions or the essential tools that you need to bring your business online.
Continue reading ‘Web Hosting review blog’
One of my projects is studying on how to convert any documents in Word, Excel or Powerpoint formats into FLASH format which is viewable by most browsers with flash plugin.
Continue reading ‘Convert documents into flash, a web-viewable format’
The Google Chart API provides an easy way to generate a chart dynamically by sending a simple URL to Google Chart service as follows:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250×100&chl=Hello|World
And Google Chart returns you an image of the chart. As shown the above you just need to pass the Google Chart with three parameters, which are cht (Chart Type), chd (The percentage distribution of your data on Chart), chs (Chart size), and the chl (Chart Label)
Continue reading ‘Google Chart API example : Display data on chart made easy’
Recent Comments