Recent Posts

Photoshop Brushes Collection: Fractals and Abstracts

Create amazing fractal and abstract images in photoshop using these free brushes.


read more...
Vertical CSS menu with jQuery toggle effect

I have already discussed about jQuery toggling in one my early posts. Now I am going to explain how to create a vertical css menu with a show/hide feature. You will get an idea if you see the image below:

Preview

read more...
Add social icons to your website using CSS

This post will show you how to add social network icons to your website (linking to your profile) using CSS.

Preview

read more...
Turn your HTML list into a navigation bar with CSS

Its not too difficult if you know about css floats. Assuming you already have your menu in an unordered list, we can create a navigation bar using css only.

HTML (the list)

  1.  
  2. <div id="nav">
  3.   <ul>
  4.     <li><a href="#">Home</a></li>
  5.     <li><a href="#">Blog</a></li>
  6.     <li><a href="#">About</a></li>
  7.     <li><a href="#">Contact</a></li>
  8.   </ul>
  9. </div>

After adding some CSS to it, our navigation bar will look like this:

read more...
SEO Tools

Here is a list of some useful tools that you may find handy optimizing your site for search engines.

read more...