Create a Yoyo with jQuery and CSS3

Where to start? The first thing we need to do is create the images. So open up your vector drawing software (Or Photoshop, I prefer vector programs when I need to draw things) and draw a hand that is holding a yoyo. I used a photo and traced the hand. I inserted the ‘yoyo’ afterwards. [...]

Create a Speech-Bubble Tooltip using CSS3 and jQuery

The HTML This tooltip is going to work on any <a> link that has a class of “sbtooltip” and contains a title attribute. <a class=”sbtooltip” href=”#” title=”CSS3 and jQuery”>Speech-Bubble Tooltip</a> This is a tooltip and should be very easy to implement, so very little HTML is needed for this to take effect. The CSS Before [...]

Create a Search Form with CSS3 and jQuery

Most websites nowadays have a search form somewhere. I’m pretty sure I don’t need to explain why it’s a good idea to have a ‘search’ functionality built into a website and most Content Management Systems already come with the functionality built in. Usually the search area is in an easy to see/find place and it’s [...]