Servlets and JavaServer Pages (JSP) 1.0: A Tutorial December 20, 2006
Posted by ordinarywebguy in JSP, Java, Servlets.add a comment
I usually blog because I wanted to share something in my thoughts to others. But other than that, to help me remember those things that brings my attention or interest with.
And now, I’m putting it much with Java as I found this tutorial with Servlets and JavaServerPages.
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
Nice tutorial with an easy steps to follow.
I Got A New Book! Ho! Ho Ho! (OOP Demystified) December 18, 2006
Posted by ordinarywebguy in Books, C++, Java, OOP.2 comments
I finally got my new book OOP Demystified for how many months since I’m stacked with PHP programming. Seems to be bored programming the procedural way.
Anyway, this was one of my must have this coming Christmas. And I’m very happy to have this at my book shelf since I’m now messing up with java technology. We all know specifically programmers that Java is OOP language so this book will definitely elevate my capacity in my programming career .
Well, also another must have is Java Head First Book and Java How to Program Book. Hopefully Santa will be so kind to give it to me. Whoaaaaaah!
And hopefully everybody will get something special with them this coming Christmas! Ho ho ho! Merry merry merry Programming to all!
Great PHP Frameworks December 7, 2006
Posted by ordinarywebguy in OOP, PHP, PHP Frameworks.add a comment
I just recently felt the convenience of using such a framework in working PHP/Web Projects. Almost everthing you needed in developing is just a click away. Hail to those who developed it. Now you can focus more on the business logic of the project rather than doing everthing from scratch like database abstraction, query and file caching, benchmarking and among others. And one most reason I really want to use it were the execution of clean code and the OOP approach or manner of it.
The following were my preferred PHP Frameworks.
PHP 4.3.x or newer:
CodeIgniter
Code Igniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. Code Igniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
PHP 5 or newer:
PRADO
PRADOTM is a component-based and event-driven programming framework for developing Web applications in PHP 5.

