Tag: javascript

Post Pic

7 Beautiful Web Based Timeline Using Javascript and CSS

A timeline is a way of displaying a list of events in chronological order, sometimes described as a project artifact . It is typically a graphic design showing a long bar labeled with dates alongside itself and (usually) events labeled on points where they would have happened. Here is the collection of 7 cool web [...]

Post Pic

4 just arrived stylish jquery plugins

Write Less, Do More once again did more. Here is the list of four jquery plugins which are fresh and just arrived. Check them out and have fun. Mobily Map MobilyMap is a jQuery plugin (7KB) that can create a Google Maps-like, draggable interface from any image. Demo . Mobily Slider MobilySlider is advanced slideshow [...]

Post Pic

18 customizable scroll panes using javascript including jquery

There are many ways you can create your own moving side scrollbar. You can choice from jquery, mootools and javascript. What are the advantages of each of these? Why would you even want to have customisable scrollbars? Scrollbars are used on a blog or webpage when the text you add to the selected area doesn’t [...]

Post Pic

19 code beautifier and formatter to save development time

Programmers often use tools to format programming language source code in a particular manner. Proper code formatting makes it easier to read and understand. Moreover, often different programmers have different preferred styles of formatting, such as the use of code indentation and whitespace or positioning of braces. Here is the list of 19 code beautifiers [...]

Post Pic

14 most sexy galleries and slideshows using javascript and CSS

A slideshow is a display of a series of chosen pictures, which is done for artistic or instructional purposes. And if the slideshow is cool and sexy , it would surely add glamor and feeling of impressiveness. Here is the list of 14 cool galleries and slideshows using javascript which may addimpressive looks to your [...]

Post Pic

10 interesting inline editor plugins you might be searching for

Today in search of some inplace editors for my project , I found some really interesting scripts. Inplace editing or inline editing is very useful in editing the text on

7 javascript-effect alternatives using CSS3 for webkit browsers

As we all know CSS3 is hot these days and will soon kill javascript libraries. I have tried today some cool animations using CSS3 for webkit browsers (e.g. Google Chrome and safari). I think days are near when developers will soon eradicate js librararies. Well , not taking much time , lets start. . Have [...]

How To: Remove top static bar with one line javascript code

If you are a regular digg user, you will find a static bar (could be frame) on top of your browser window on permalink pages. If you need to kill that static bar from the top for anonymous reason , simply add the following code of javascript just inside your head tag. 1 2 3 [...]

Simplest way to use Ajax with jquery inbuilt function

Most of the time we use very complex methods to implement ajax in any javascript library. The easiest we ever seen is of jquery. Since we are fan of jquery so we using its simplest way to implement ajax.

Page 1 of 11