Ever wondering to calculate 2 + 2 ? Sure you have. But what about your formula comes into a string input ? So, how to calculate "2 + 2" or "4 * ( 3 - 5 )" in PHP ? We'll have the function calculate_string($mathstring). function calculate_string( $mathString ) { $mathString = trim($mathString); // trim white spaces $mathString = ereg_replace ('', '', $mathString); // remove any non-numbers chars; exception for math operators $compute = create_function("", "return (" . $mathString . ");" ... Read More
The Mozilla developers have released the beta version of upcoming Firefox 4.0 web browser. You might know that this version was suggested as Firefox 3.7 previously and has now been renamed to Firefox 4.0.
A release date of the final version of Firefox 4 is expected somewhere at the end of this year.

firefox 4 beta
Firefox 4.0 has a new interface design and some new improvements:
You may find more information about Firefox 4.0 by visiting the official release notes page.
Google PageRank update, as the name suggests, means updation of your PageRank by Google, i.e updating your website’s old PageRank and assigning your website a new Google PageRank.
Though the update of PR does not have significant effect on Google rankings, but still people anxiously wait for the update.
Pagerank have a range from 0-10. A site with PR 0 is least important and the site with PageRank 10 is the most important in the eye of Google.
| Last PageRank (PR) Update | 31 December 2009 |
| First 2010 PageRank (PR) Update | 31 March – 3 April 2010 |
| Second 2010 PageRank (PR) Update | 30 June – 31 July 2010 |
| Third 2010 PageRank (PR) Update | 31 December – 3 January 2011 |
Check Page Ranking is a free tool to check your Google PR.
Steve Hanov has developed a Canvas-based drawing tool with a hand-drawn look.
Lines can be drawn with a “sloppiness” option, with possible values “Draftsman”, “Artist”, “Cartoonist”, “Child”, “Drunk”.
The font used is FG Virgil, applied to text elements, adds to the cartoon vibe.
Features:
|
||