Web 2.0 Training
 

Random Header :: Unpredictably Exciting

Monthly Archives: September 2007

What make a website slow and How to fix it !

what-make-a-website-slow-and-how-to-fix-it

First of all allow me to explain you the problem before I tell you how to fix it. A Typical website you are trying to open, follows a Client Server Architecture. Don’t worry, I am not going to scare you with Engineering Jargon. In Layman’s terms:
Your Browser (eg. Internet Explorer, FireFox, Opera) = […]

What is Web 2.0 and What is its future ?

what-is-web-20-and-what-is-its-future

What ?
Web 2.0 is just a termed coined to tell everyone that we have entered a version of the World Wide Web internet. But what does that means ? It means that now there is a thin line between desktop and web applications, not to mention mobile applications are also catching up. The web 2.0 […]

CRT vs LCD vs Plasma

Before we go and compare all three, allow me to share common Myths or Misconceptions :

CRT is obsolete, no one use them now.
LCD is but better than Plasma.
Plasma has best picture quality.

The purpose of this post is not to persuade you to buy one of these, but to make you aware of all the […]

How to make a PHP 5 class work in PHP 4

Are you facing an error that says:
Parse error: parse error, expecting `T_OLD_FUNCTION’ or `T_FUNCTION’ or `T_VAR’ or `’}” in ….
Well chances are that you are trying to run a Class written for PHP5 in PHP 4. This is what you have to do in order to make a class written in PHP5 Class […]