It is a good timing for a post about domain tasting since it was recently reported that Google is considering to stop serving AdSense ads on tasted domains. This is a good news, but Google AdSense is not the only revenue source for the domain tasting companies which means that you can still become a […]
I believe that everyone have started to use PHP by adding some dynamic content to static HTML pages. Usually you would just add <?php ?> inside your HTML code. But over the time, if you add more and more PHP code, database support, etc. your scripts might become really messy, which is not good. Also, […]
Problem with script languages is that the scripts have to be parsed and compiled each time when the script is executed. Each time when you visit some PHP page, your server must parse and compile the script before executing. Can you imagine how much CPU time would be saved if those scripts are parsed and […]
Recently I have played a little bit with the Facebook platform and Facebook application development. My aim was not to become Facebook expert, I just wanted to see what they have to offer and how quickly I can assemble a simple Facebook application.
Facebook platform contains several key components:
Interface (API) is the set of methods which […]