I’ll try to keep it as simple as possible. So, to make PHP work you need to set up:
Database
PHP
Web Server
Install MySql
This is the easiest part. I recommend you install MySql5 using a simple and easy Windows installer (mysql.exe).
Install PHP 5
I recommend you install PHP 5.2.1 as it is the current stable version. There are two […]
12 September 2007 – 2:32 PM
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 […]
12 September 2007 – 1:04 PM
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 […]
Best Free Web Browser
Best Free Anti-Virus Software
Best Free Adware/Spyware/Scumware Remover
Best Free Browser Protection Utility
Best Free Firewall
Best Free Trojan Scanner/Trojan Remover
Best Free Scanner/Remover
Best Free Intrusion Prevention and Detection Utility…
Best Free Anonymous Surfing Service
Best Free Software Suite
Best Free File Manager
Best Free Email Client
Best Free Web Mail Accessory
Best Free Clipboard Replacement Utility
Best Free HTML Editor
Best Free Spam Filter […]
Never underestimate your Clients’ Complaint, no matter how funny it might seem!
This is a real story that happened between the customer of General Motors and its Customer-Care Executive. Read on…..
A complaint was received by the Pontiac Division of General Motors:
‘This is the second time I have written to you, and I don’t blame you for […]
Microsoft Surface (Codename: Milan), is a forthcoming product from Microsoft which is developed as a software and hardware combination technology that allows a user, or multiple users, to manipulate digital content by the use of natural motions, hand gestures, or physical objects, similar to the futuristic computer screens portrayed in Minority Report. It was announced […]
document.getElementById(’id_of_element’).value
How many of you tried to use this JavaScript’s case sensitive way to access an element ? Have you ever wished for a smaller code to access the element ? If yes… I am here to grant your wish with this simple function.
Just add the following line on the top of your JavaScript code:
function $(o){return […]
Whats Ajax ?
AJAX stands for “Asynchronous JavaScript and XML”, but something tells me you already know that and want to know in layman’s terms.
Alright, AJAX is not a Programming Language nor it is a new Technology as many of us believes it to be. AJAX is nothing but a methodology based on Javascript,XML, xHTML and […]
Here is why …
USA supported Bin Laden and the Taliban for years, and viewed them as freedom fighters against the Russians.
As late as 1998, the US was paying the salary of every single Taliban official in Afghanistan.
There is more oil and gas in the Caspian Sea, but you need a pipeline through Afghanistan to get […]
So not you know What is Ajax and Why should you use it, now I’ll teach you how to make an AJAX call. There are three simple steps to achieve that:
1) Create and AJAX Object:
function createAjaxObject() {
//Code for Mozilla
if (window.XMLHttpRequest) {
[…]