A jQuery Heat MapFebruary 8, 2010
Here is a very simple way ho to create a heat map with jQuery. The idea is to track the clicks of a user and then display the click pattern with semi-transparent dots on an overlay. You can try out the demo by first clicking around on the page and then clicking "Analyze". Since the dots are semi
Awesome CSS3 & jQuery Slide Out ButtonFebruary 8, 2010
Here 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 neat. It does not use any images and uses the border radius property to
Fresh Set of CSS-only MenusJanuary 31, 2010
Here 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 is to have a big title link and some description under the link. The description can be hidden wi
24 Beautiful Hotel Website Designs to Get InspiredJanuary 23, 2010
A 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 demonstrates how hotel websites can incorporate beautiful design and target t
CSS and jQuery Tutorial: Fancy Apple-Style Icon Slide Out NavigationJanuary 17, 2010
Today 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. This menu looks very similar to the Apple-style navigation but it reveals some icons when hoverin
Self-resizing Navigation Menu with jQueryJanuary 12, 2010
Today 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 adapt the list items if you would like to spread them evenly. So, here is a little attempt to simp
Some Useful JavaScript & jQuery Snippets – Part 4January 11, 2010
How 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" ?> <result> <item> <id>1</id> &l

