Archive for September, 2008:
Premium WordPress Theme - Vanilla Sky
Written by Jai on September 29, 2008 – 8:24 am - 6,111 viewsPlease welcome a brand new Premium WordPress theme from Blog Oh! Blog - Vanilla Sky! Vanilla Sky is a magazine styled theme created specially for bloggers who want to give their blog a non-standard website look. The theme sports a sleek color combination (black-blue-gray) which will fit almost any kind of blog and also has a very unique and original layout.

Vanilla Sky’s navigation menu arranges your pages & sub-pages into a smooth dropdown menu for easy accessibility. The dropdown menu is unobtrusive and integrates into the theme nicely.
If you enjoyed this post, make sure you subscribe to my RSS feed!WordPress Theme - Portfolio Press
Written by Jai on September 16, 2008 – 12:23 pm - 14,708 viewsI’m glad to announce an all new WordPress theme from Blog Oh! Blog called Portfolio Press. This is a dark-colored theme suitable for anyone who wants to create a quick portfolio or wants to showcase his work through WordPress. The theme is fully CSS/XHTML validated, WordPress 2.6+ ready and comes with easy to modify code. The comments are nicely designed with Gravatar functionality.

The theme is very small in size (58Kb only) and loads very quickly. It is also SEO optimized and has been tested with Firefox, IE6, IE7 and Opera browsers.
Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!WordPress 2.6.2 Released
Written by Jai on September 9, 2008 – 5:45 am - 5,002 views
If you have allowed open registration for your blog readers, you might want to consider upgrading to the latest version of WordPress - 2.6.2. This new release of WordPress fixes some vulnerabilities and exploits which can be used by attackers.
Here is what WordPress blog says about this exploit :-
With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password. The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit. However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.
If you enjoyed this post, make sure you subscribe to my RSS feed!Pure CSS Tooltips
Written by Jai on September 1, 2008 – 2:49 pm - 6,480 views
Today I’ll teach you how top create tooltips purely using Cascading Style Sheets(CSS). Tooltips are basically little blocks of information that are used to inform users about certain attributes of your website elements. This is a tooltip example!Click on this link to see how a tooltip looks like.
Most tooltips are created with the help of javascript or some other programming languages. This can be cumbersome because not everyone wants to learn Javascript. But CSS tooltips are easy to create and can be loaded quickly without any delay.
Here is what you have to do:-
1. Make a blank HTML file and paste the following text in the BODY part :-
<a href="#" class="tooltip"><span>This is a pure CSS tooltip!</span>Tooltip 1</a>
This is the HTML part where we create a hyperlink with the text Tooltip1. In the next step, we are going to hide the text within the span tags which will serve as the tooltip text.
Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!









