How to get Google news RSS feed URL ?

Google news is a popular news aggregation service which is available in Google for a long time. It aggregates latest news across from multiple news sources and categorizes them based on trends, regions and topics. You can read the same Google news in your own RSS reader, display it ...

# Articles No comments

Poll: What is your favorite admin color scheme in WordPress 3.8 ?

WordPress 3.8 was released yesterday targeting the fancy date 12-12-13 and surprisingly the development was completed in a short timeframe. Though the release was fast, it was packed with several visual changes and performance improvements. Visual changes include new color schemes for the administrator page and it is tweaked ...

# Articles 1 Comment

New features in WordPress 3.8

WordPress 3.7 was released this October and a new version 3.8 is announced so soon with some visual changes to the update. WordPress 3.7 had some behind the scene performance improvement and automatic update feature but had no visual change, but all the changes are really good, almost as ...

# Articles No comments

Add Speech Recognition to input boxes in HTML

Google search text box has a voice recognition feature which is very helpful for inputting long sentences and difficult words. This feature can be brought to normal input text boxes also. But this feature works only in browsers which use the webkit rendering engine (ex: Google Chrome version 11 ...

# Articles 6 Comments

7 Lightweight and Easy CSS Frameworks

CSS Frameworks are very important tools in web design to create web interfaces neatly and easily. They are one of the tools which cut down and make web designing faster. These tools have pre made CSS classes which can be used for making columns in the designing process. Below is the list of most popular lightweight CSS Frameworks.

# Articles 3 Comments

Creating triangles with CSS

Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.

# Articles 1 Comment