First look at CakePHP

Finally, I found some time to take CakePHP for a spin. I’ve heard some really good things about it, and I’ve been trying to get some time to try it out. I installed the framework and went through the tutorial on building a simple blog application. I have to say I’m quite impressed.

Posted on May 5, 2008 at 5:13 pm by Eldee · Permalink · 7 Comments
In: PHP Tutorials · Tagged with: ,

‘Cool kids’ ARE using PHP and Ruby!

Coach Wei was wondering why ‘Cool Kids’ choose Ruby or PHP over Java? In his post, the power of Java is a “perfect fit for the areas where websites may need more than markups or scripting, such as middleware logic”, whereas PHP or Ruby are not ideal for building such middleware.
For example, PHP (and Ruby) are [...]

Posted on April 2, 2008 at 12:22 pm by Eldee · Permalink · One Comment
In: News · Tagged with: ,

VIDEO: PHP and Microsoft

A buddy of mine, Chris, recently did a presentation about Microsoft’s efforts to embrace non-MS technology – like PHP. This presentation was held during the December meet-up of the Singapore PHP User Group.
His video presentation was about an hour long, and covered the following topics:

SQL Server PHP driver
Open XML and PHP
Cardspace and PHP
Live Services and [...]

Posted on March 20, 2008 at 2:17 pm by Eldee · Permalink · Leave a comment
In: News · Tagged with: ,

Using comments in your PHP scripts

Adding comments to PHP code is a very useful practice. Comments allows you to add some descriptive text that you can use to document or remind you on what the various parts of the PHP script is doing.
Comments are not sent to the browser, so it won’t be visible in the actual page you load [...]

Posted on January 23, 2008 at 3:47 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , ,

Introducing PHP Variables

dsfsdf

Posted on January 18, 2008 at 4:06 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,

Review: PHP5: Your visual blueprint for creating open source, server-side content

When anyone starts learning something new these days, they tend to get overloaded with more information that they can handle. The same goes for trying to pick up PHP, the shear number of books available on this one topic is staggering. Luckily, there are some great books specially catered to beginners, and this book is [...]

Posted on January 16, 2008 at 2:38 pm by Eldee · Permalink · One Comment
In: Book Review · Tagged with: , ,

Writing your first PHP script

Now that you know how to use XAMPP Lite, it’s time to write your first PHP script.
This tutorial will guide you on writing your first PHP script, show you how the PHP syntax is used, and where to put and run your PHP pages in XAMPP.
Note: this tutorial assumes you are using XAMPP Lite environment [...]

Posted on January 15, 2008 at 3:52 pm by Eldee · Permalink · 10 Comments
In: PHP Tutorials · Tagged with: , ,

Installing XAMPP Lite on a Portable Storage device

One of the fastest and best way to get a PHP server environment up and going is to use XAMPP. What is XAMPP you say?
Put together by the folks at Apache Friends, XAMPP is an installer package containing the Apache Web Server, MySQL, PHP and Perl. XAMPP takes away the hassle and headache of installing [...]

Posted on January 3, 2008 at 3:45 pm by Eldee · Permalink · 13 Comments
In: PHP Tutorials · Tagged with: , , , , ,