Recently I was thinking about to design a Live editor for CSS and HTML, while googling I found an amazing …
Topic Archives: HTML
Accordion Menu Using CSS
Here is an example for CSS menu creation without using JavaScripts. The Accordion menu is simply made up withCSS2 and …
MouseOver Auto Scroller Menu Using jQuery and CSS
On Mouse Over auto stroller menu using jQuery and CSS. The menu is build with ul li elements, menus are …
Resize Images In Same Quality Using CSS Properties
We will lose the image quality while re-sizing it from the original size to up-scaled or down-scaled. The browsers default …
jQuery Notification Message like StackOverflow
Here is the source code of the notification message like in stackoverflow. Make it easy with jQuery and CSS. Place …
Detect iPod, iPad and iPhone Using JavaScript
JavaScript code to detect the user-agents of iPhone, iPad or iPod.
if (/iPad|iPod|iPhone/.test(navigator.userAgent)){
// do ur stuffs for apple
}else{
// do ur stuffs …
Include js files inside a js file
Some times you want to include or load other .js files inside another .js files or on document. JavaScript doesn’t …
jQuery UI DatePicker Disable/Enable Specified Dates
We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we …
HTML5Rocks
HTML5Rocks.com is an open source project!. HTML5Rocks.com A resource for developers looking to put HTML5 to use today, including information …
Simple Image Gallery In jQuery
jQuery plug-in for a simple image gallery “simpleGallery()”. This will load all the images to the gallery container, then the …
jQuery Shaky/Vibrating Menu
A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we …
Dojo: Image Slideshow
Here is a simple image slide-show using Dojo and HTML/CSS. The SlideShow panel contains the Images and Description. All the …
Vertical Floating Menu With Accordion Effect Using CSS & jQuery
It is a combination of 3 types of menu styles, Floating, Sliding and Accordion with the css and jQuery. The …
Javascript Common Escape Sequences
It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also …
Creating a simple fade over effect – JQuery
Here , i will tell you how to add a fade over /fade in effect to image button in jquery. …
