Awesome CSS3 & jQuery Slide Out Button
DevelopmentHere is an awesome little slide out button. The inspiration for that button came from photoshop.com where Flash is used to create a nice slide out effect. This button does not behave exactly the same, but the effect is quite n... read more
Fresh Set of CSS-only Menus
Web DesignHere is a set of fresh CSS-only menus for your website - no images, no JavaScript. The markup for the menus is always the same and I used 12 different stylesheets for their appearance. The main idea... read more
24 Beautiful Hotel Website Designs to Get Inspired
Web DesignA great website design can be a powerful tool for establishing a brand. In the hotel business, a website gives the chance to present the services and atmosphere that is being offered to the target group. This collection demonst... read more
CSS and jQuery Tutorial: Fancy Apple-Style Icon Slide Out Navigation
TutorialsToday I want to show you, how to create an Apple-style navigation menu with a twist. Although "fancy" and "Apple-style" don't really go together, I thought that it's time for something different. ... read more
Self-resizing Navigation Menu with jQuery
DevelopmentToday I am going to share a nice CSS only (with some jQuery) navigation menu that adapts the size of its list items automatically. Sometimes you need to reuse a menu and it can take some work to ada... read more
Some Useful JavaScript & jQuery Snippets - Part 4
DevelopmentHow to get client ip address with jQuery $.getJSON("http://jsonip.appspot.com?callback=?",function(data){ alert( "Your ip: " + data.ip); }); How to parse XML with jQuery file.xml: <?xml version="1.0" ?> <re... read more
Find Your First Twitter Follower
DevelopmentThis application aims to show you who your first follower was in twitter. It's done with PHP and jQuery and of course it uses the twitter API. Two of the available API methods are used : statuses/show and followers/ids. Note t... read more
Some Useful JavaScript & jQuery Snippets - Part 3
DevelopmentHow to hide all children div except a specific one with jQuery? $('#target div:not(#exclude)').hide(); //or $('#target').children().filter(':not(#exclude)').hide(); Detecting when a div’s height changes using jQuery $('... read more










