Webspeaks

Sunday, July 24, 2011

New Gmail like Floating Toolbar jQuery Plugin: v. 1.0

This time Google has invested some resources in designing their sites. Like Gmail has been made much better. The new theme is simple and sober. I liked the floating toolbar of new Gmail. When I looked at it I thought why shouldn't I create something like that for my readers. After that I created a jQuery plugin that floats any element on your webpage just like the Gmail's toolbar. The plugin is really simple to use with few lines of code. Lets have a look at it.

Monday, July 4, 2011

10 handy CSS3 tricks for web developers

This time I have collected some useful CSS3 techniques for my readers. These are handy and ready to use techniques that can help you during your website development. I have selected the best tricks out of various excellent articles written by renowned authors. Here is the collection:




Friday, July 1, 2011

Learn Object Oriented Programming Concepts in JavaScript

If you are a JavaScript lover then you must have always missed the Object Oriented programming concepts in JavaScript. You must have dreamt of classes, properties, objects in JavaScript. But let me tell you that your dreams will come true after reading this article. Object Oriented programming is possible in JavaScript and this is done with help of 'prototype'. Now lets come to point and see how it is done.