Wordpress Theme : Simple and Sweet

Free wordpress theme - sweet and simple

Sweet and Simple is a nice wordpress theme with a minimal silvery look. As the name implies, it is simple, yet sweet. :) . It has all the features typical of my wordpress themes (cufon text-image replacement,sliding widgets,jquery effects…. bla bla bla )…
Download and lemme know what you think.

Download Simple and Sweet Wordpress theme

jQuery : How to highlight alternate rows of a table

While displaying large chunks of data in a table with lots of rows, it is really desireable to have a different background color for alternating rows. While there is no easy way you can do that using css alone, it is highly impractical to manually add a alt class to each alternate tr (table row). But thanks to the powerful selector engine of jQuery, you can very easily select an alternate tr . Here is how :

$("#mytable tr:odd").addClass("alt");

The above code selects every odd table row of the table with id mytable and adds a class alt to each of theme. Next you can style the alt class rows (tr) using css to make them stand out and add a nice zebra strip effect to your table.

Wordpress theme : Tranquility 1.0

Free light professional wordpress theme

Tranquility is light weight light color wordpress theme with a brilliant professional silver look. The theme has a widgetized sidebar , rounded corners and many exciting features.
Continue Reading…

Lorem ipsum… what is it?

According to wikipedia

In publishing and graphic design, lorem ipsum is the name given to commonly used placeholder text (filler text) to demonstrate the graphic elements of a document or visual presentation, such as font, typography, and layout. The lorem ipsum text, which is typically a non-sensical list of semi-Latin words, is a hacked version of a Latin text by Cicero, with words/letters omitted and others inserted, but not proper Latin

Continue Reading…

5 very useful online web tools

Online web tools

Web Tools is a collection of online tools developed to make your task easier. Currently it features 5 tools including :

  1. md5 hash calculator
  2. sha1 hash calculator
  3. HTML to ASCII convertor
  4. HTML and php tags stripper
  5. & Base 64 encoder and decoder

The tools are developed using some pretty basic php functions , but still are of great use. The functions used are :

sha1(); //for sha1 hash calculator
md5(); //for md5 hash calculator
strip_tags(); //strips all php and html tags
htmlspecialchars(); //converts all html characters to their corresponding ASCII characters
base64_encode(); //encodes a string in base64 format
base64_decode(); //decodes a string from base64 format
© 2010 Dynamic Guru All rights reserved — About UsContactMujtaba