Tips and tricks of Google Chrome browser

September 3, 2008

It`s been nearly 10-12 hours that i have been using Google chrome browser and i surely going to make this my default browser for sure. There are some tips and tricks which every power user should understand about google chrome:-

Read the full article →

Google unveils Chrome browser Download Fastest and most Innovative browser on earth

September 2, 2008

Download google chrome here Sometime we never really care about basic things and keep making stuff complex, This is what was happening with the browser market, No doubt there are many architectural issues that were present in browsers and desktop was slowly getting outdated according to web.

Read the full article →

Getting Pagerank of Websites through PHP

September 2, 2008

Google is today one of the most important website in world wide web, Google search result has become one of the most important services for world wide web users. A full fledged SEO industry is running on the google pagerank algorithm decided by Google Inc I have seen a lot of developers asking the method [...]

Read the full article →

Now make money from search and reading mail ! Wokow

August 14, 2008

The trend is moving fast , the free paragidm of web is now changing to pay structure, obivously the advertisement pie of internet business is so large that now companies are paying for searching and reading mail. Such two services that i have recently joined for fun , And according me this extra money is [...]

Read the full article →

Finding tag through regex

August 11, 2008

I am saving this for my reference , A post with all commonly used regex, The regex like saving image tags, html links , email validation etc . are one of the most common used regex ! 1)   Finding <img> tag through php using regex. $pattern = ‘/<img[^>]+src[\\s=\'"]‘; $pattern .= ‘+([^"\'>\\s]+)/is’; if(preg_match($pattern,$subject,$match)) { echo [...]

Read the full article →

Which is best web hosting for you ?

August 6, 2008

Most of my readers know that i started my career as a web hosting guy, Selling hosting and domain names. Hosting and domain flipping still remains my favorite past time, And i research a lot, Lately i was not able to answer all my friend queries for hosting queries so trying to sum up , [...]

Read the full article →

Correct .htaccess structure

August 2, 2008

Usually we all get very greedy while making our url structure using .htaccess For example, This will not work as you think RewriteRule ^(.*)/$ category/categories.php?cat=$1 [L,QSA] RewriteRule ^(.*)/(.*)/$ category/categories.php?cat=$1&name=$2 [L,QSA]

Read the full article →

Firefox 3 Download Day — A world record

June 20, 2008

Finally Firefox 3 Download day was completed, At the start of the launch spreadfirefox.com was barely even accessible, But in few hours site was back and throwing download at avery good speed. Here are the final stats Total Downloads 14,431,224

Read the full article →

Yav — Javascript Validation tool

June 5, 2008

I have been following cakephp framework for any new development that i do, But since now and then you come along some fixing work for old scripts. I hate really fiddling with javascript for cross-browser issues everytime i use them, After starting through frameworks finally i got common sense of not re-inventing wheel again and [...]

Read the full article →

Running smarty on shared hosting

May 30, 2008

Just needed to install and make ready smarty for a small project, Was thiking of again going to official howto when i stumbled to a very nice “For dummies” article for putting smarty out of box http://tinyurl.com/5py5o8 Nice work dude.

Read the full article →