
Minima is sleek minimalistic wordpress theme with a blend of white , black and lime green with many features.

Minima is sleek minimalistic wordpress theme with a blend of white , black and lime green with many features.

Exquisite is a beautiful nature-themed two-column 800px wide WordPress theme with widgetised sidebar , Cufon text-image replacement for headers , jQuery tooltips on links , Custom logos , reply/quote feature on comments , collapsible widgets , built-in social bookmarks on posts and many other features.

FunPress is a fun WordPress theme with features such as : four different header backgrounds loaded at random, google analytics integration, reply/quote feature for comments, animated jQuery tooltips on links , twitter integration and SEO.

Prismatic is a clean and beautiful wordpress theme with features such as Cufon , jQuery tooltips , threaded comments , inbuilt social bookmarking support , horizontal navigation bar , custom header image etc . The theme is compatible with WordPress 2.9.2 and is SEOfied .
Continue Reading

Ataraxis literally means “absence of mental stress or anxiety” . And that is exactly what this beautiful WordPress theme does !The Ataraxis is a nature-themed two-column 800px wide WordPress theme with widgetised sidebar , Cufon text-image replacement for headers ,
jQuery tooltips on links ,Rotating headers , Custom logos , reply/quote feature on comments , collapsible widgets , built-in social bookmarks on posts and many other features.

As i promised in my last post , here i am , once again with a new free Wordpress theme . Q Press is a two-column maroon and silvery white Wordpress theme bundled with a host of features that is ideal for any type of Blog. Continue Reading
I love the official jquery docs website, and always refer to it whenever i am stuck with a method or cant remember an awesome functions name :p .As i have a slow internet connection , i was recently searching for an offline version of the awesome Official jQuery documentation but couldnt find one. I asked John Resig about it and he was kind enough to point me to the right direction and told me about the jQuery API browser which can also be downloaded to your system for free from here :
http://api.jquery.com/update/jquery-api-browser-2.0.air
The jQuery API browser will only work if you have Adobe AIR installed on your system. It makes a great source for offline reference when you are developing and dont have an internet connection.
http://api.jquery.com/update/jquery-api-browser-2.0.air
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

Scenic Sanity is yet another free gorgeous wordpress theme from dynamicguru.com licensed under GPL. It is a light color variant of my previous theme “The Last fall” .It has two-columns , a widgetized left-sidebar and gravtar integrated comments , ideal for personal weblogs . Some of the cool features include :
Have you ever wanted to use your own font on your website? but bothered about it being installed on your visitors system? Cufon is the solution for you, it makes possible fast and easy replacement of text with the font of your wish. It is extremely easy to set up and supports nearly all major browsers. And also it is SEO friendly.
Here is a demo of Cufon on my portfolio site, those headings with silver gradients are actually text replaced by Cufon on the fly.
To use Cufon on your site , first download this js file (http://cufon.shoqolate.com/js/cufon-yui.js) and then generate your own font’s js file by uploading your font file here : http://cufon.shoqolate.com/generate/ . Once you have both the javascript files , include it in the head section of your web page like this :
Now we are all set up to replace your text , to replace the text with cufon , add the following piece of javascript to your page :
The above lines of code will replace all your h1 elements with images rendered in your font.
You can take a look at a more detailed guide to replacing text with cufon here : http://wiki.github.com/sorccu/cufon/usage
You can also add linear gradients to your text with cufon!, here is how :
The above code will cause the text to fade from black (#000) to grey (#777) and then back.For a comprehensive guide to styling using cufon refer to : http://wiki.github.com/sorccu/cufon/styling
So why wait? go ahead and try it out today, i bet its awesome and the easiest text-image replacement solution available right now, much simpler and better that sIFR.
Here is just another rocking dark wordpress theme by me , which was downloaded 300 times during the first 20 hours of going live! The theme has a sleek and dark look with some nice eye candy jquery effects on the left sidebar.Give it a try!
Click here to download this free wordpress theme
Hey fellas, this is the first free wordpress theme from www.DynamicGuru.com . Its light weight,uses minimum images and is beautiful
Download the following .rar file, unzip it and upload the files to your theme directory and activate it from Dashboard->Appearance (themes)
Here is yet another free powerpoint template from us. The file includes two slides and is in .pot (powerpoint template) format. Download and enjoy.
PREVIEW:
Here is a simple javascript that solves quadratic equations of the form ax²+bx+c = O. You just have to specify the values of a ,b and c and the script then calculates the two real roots alpha(x1) and beta (x2) of the equation. The script also tells you if the equation has a real root or not, depending upon the value of D (Discriminant). The equation is solved using the quadratic formula x = -b±(b²-4ac)½/2a .
The script is located here ->http://www.dynamicguru.com/files/quadratic_equation.html
Here is the source code of the script :
//Place this within the section <script type="text/javascript">< function calculate() { var a=prompt("enter value of a"); var b=prompt("enter value of b"); var c=prompt("enter value of c"); var a2=2*a; var ac=4*a*c; var dis=b*b; var dis=dis-ac; if(dis<0){ document.getElementById('Equation').innerHTML='No real roots exist since Discriminant < 0 !<br />D = ' + dis + ' <br />The Equation = ' + a + 'x² + ' + b + 'x + ' + c + '<br />'; document.getElementById('x1').innerHTML=' '; document.getElementById('x2').innerHTML=' '; } else{ var dis_sqrt=Math.sqrt(dis); var x1=-b+dis_sqrt; var x1=x1/a2; var x2=-b-dis_sqrt; var x2=x2/a2; document.getElementById('Equation').innerHTML=" Equation = " + a + "x² + " + b + "x + " + c + "<br />"; document.getElementById('x1').innerHTML=' Alpha (x1) = ' + x1; document.getElementById('x2').innerHTML=' Beta (x2) = ' + x2; } } </script> //Place this within the section: <h1><a onclick="calculate()" href="#"> Click to solve »»</a></h1> <div id="Equation"></div> <div id="x1"></div> <div id="x2"></div>
Are you a desperate blogger/webmaster stuck with your free webhost where server crashes thrice a day and a freedomain that is ignored by search engines? Are you looking for free domain with free hosting but dont know where to go? Well then BuddingBloggers is the right thing for you. BuddingBloggers ,as the name suggests is helpful for growing bloggers who dont have a domain of their own. Now you might be wondering what maybe the procedures or criteria for getting a free domain via this service, well the good news is, BuddingBloggers doesnt require you to put some work into it or first complete some sponsored criteria(s) or purchase any service to be liable to recieve a freedomain( as other free domain services do) .Instead ,BuddingBloggers is completely free without any hidden costs, all you gotta do is fill out the application form here : http://buddingbloggers.com/apply and if you are lucky and enough you might get selected for the sponsorship program.but brfore make sure you have read and understood the program guidelines which you can find here : http://buddingbloggers.com/blog/program-guidelines/
Cheers and happy blogging!
This beautiful free powerpoint template comes ready with two slides with awesome vista-like background.
Just download and make that beautiful impressive presentation