There are certain tricks and techniques in SEO industry, which can fetch you real quick and top ranking in short run and get banned for ever, which I am discussing in this article. Before optimizing any site, always follow code of ethics and never spam. In this article, I will be discussing about meta tags. [...]

Last Week I did a Search engine Experiment. I wanted to see if I could brand myself as the coolest guy in the universe. I created a web page that said Mike Makler is the coolest Guy in the Universe. In that Web Page I repeated that Phrase over and over. In less then 24 [...]

Serialize this – Saving Objects in PHP

When building my website “Crossword Heaven” I came across a problem. I created a PHP object called “crossword” but needed to save the information in the object to a database. Now considering that this object contained a lot of information this was not an easy thing to do. Or was it? The answer: serialize(). What [...]

Serialize this – Saving Objects in PHP

When building my website “Crossword Heaven” I came across a problem. I created a PHP object called “crossword” but needed to save the information in the object to a database. Now considering that this object contained a lot of information this was not an easy thing to do. Or was it? The answer: serialize(). What [...]