Archive for the ‘JavaScript’ Category
35 Best jQuery Sliders/Slideshows With Demos, part 1
In this short series of posts I would like to present you the best jQuery Sliders (Slideshows). For every each of them you will find a link to its website, size of JS scripts and licence and of course- a working demo.
Licensed under MIT:
Galleria with Classic Theme
Galleria with Dots Theme(Clean Right)
Licensed under Public Domain:
Super Sized 1.0
Super Sized 2.0
Super Sized 2.0
jQuery synchronous Ajax request
Doing asynchronous Ajax request in jQuery is easy and can be achieved using the code posted below.
Synchronous request are a bit different. Why would you want to make such request? Because your code will wait for the result before executing rest of your code which can be very useful in some situations.
jQuery Simple WYSIWYG Editor
This is a simple WYSIWYG editor I described in another post but converted into jQuery plugin. It works quite fine in MSIE (even wersion 6) and Firefox. It has problems working with Opera- seems Opera lacks some features.
How to make a WYSIWYG editor in Javascript
In this post I will show you a very simple WYSIWYG editor I wrote. Basically speaking all the WYSIWYG functions are done by the browser (not by JS). JS is needed only to control what should be done.
Different browsers support different set of functions.
jQuery Tooltip plugin by Jörn Zaefferer
If you want to replace standard hint box with something more visually attractive you should try jQuery Tooltip 1.3.
The plugin is small in size- less than 8 kB of uncompressed JS code and very easy to use.
Optimizing gif, jpg, png, html, css and js files
Kashmir Web Optimizer is a simple-to-use Windows application which can compress website specific files like CSS, JS, HTML, GIF, PNG and JPEG. The compression is lossless, so no real information is removed.
For JPEG files the application is mostly removing EXIF sections and comments. PNG and GIF files are recompressed with stronger compression. From HTML, JS and CSS files it is removing comments and unnecessary whitespace characters. And does even more!