Whatterz


Articles tagged PHP

Configuring PHP with Apache on Windows Vista
Installing PHP with Apache on Windows Vista is a relatively simple task until you try an configure the settings in php.ini. Problems can occur and stem from the fact that when you install PHP and edit the php.ini file, you need to not only be logged in as Administrator, but run the installer and Notepad text editor as Administrator. The php.ini file also needs to be located in the Windows directory. Read more – ‘Configuring PHP with Apache on Windows Vista’.
Installing PHP with Apache on Windows Vista
Following on from my posts about installing Apache and ColdFusion on Vista, it is now the turn of PHP. Read more – ‘Installing PHP with Apache on Windows Vista’.
Why Silverlight? Microsoft Explains…
Silverlight aims to compete with Adobe Flash and the presentation components of Ajax. It also competes with Sun Microsystems' JavaFX, which was launched a few days after Silverlight. Read more – ‘Why Silverlight? Microsoft Explains…’.
Coldfusion AJAX Frameworks
Asynchronous JavaScript and XML. It's a whole new way of looking at the web where HTML page makes asynchronous calls to the server using JavaScript and loads the data in bits and pieces as needed. Ajax is not a new technology. It’s a new developing approach, based on the following existing technologies: XHTML, CSS, DOM, XML, XSLT and XMLHttpRequest. Read more – ‘Coldfusion AJAX Frameworks’.
ColdFusion Frameworks
With the introduction of ColdFusion MX, the ColdFusion community is maturing. Most CF developers have moved beyond spaghetti code and the mixing of business logic with presentation code. But it can be difficult and wasteful to "re-invent the wheel" for every application you write. Frameworks can help promote good development practices, standards, and a sound foundation for creating an application. Read more – ‘ColdFusion Frameworks’.
Fusebox – Web Application Framework
Application developers face a daunting task: they must translate the often fuzzily-defined requirements for a new application into the rigid language of computers. Read more – ‘Fusebox – Web Application Framework’.