September 30, 2003 10:36
If you are seeking some information about the design patterns in PHP, InformIT had posted a very good article recently. In this article you can find the definition and the example codes of four design patterns – Singleton, Factory, Observer and Strategy. This article is a sample chapter of the book “Core PHP Programming” provided [...]
September 24, 2003 22:56
If you are new to SQL, you will find there is a bit difficult to test your SQL statement in the command line. No worry, this article from DevArticles will teach you how to use JSP and Servlet to create a little application that can execute your SQL statement in a friendly interface. However, this [...]
September 24, 2003 22:56
If you are new to SQL, you will find there is a bit difficult to test your SQL statement in the command line. No worry, this article from DevArticles will teach you how to use JSP and Servlet to create a little application that can execute your SQL statement in a friendly interface. However, this [...]
September 23, 2003 21:11
When I am looking for some technical articles in the Internet, I would like to print them out if they are useful for me. There are many different methods used from different websites for printing their pages. Some website will not change the layout and just let you print it as same as you see. [...]
September 8, 2003 10:10
When I was looking for the web hosting for this website, I was found this document which is the research about the worth of some British’s web hosts. It is just a survey. But at this time, I used the similar processes and questions to find which web host in HK is worth for me [...]
September 7, 2003 16:04
Regular Expressions are very useful for the programmers to valid the users’ input. There is an article from O’Reilly Network which is about the tips on Regular Expressions for the beginner, also the professional.
Filed under:
Other by Michael Wai
September 7, 2003 15:46
If you’re server administrators and looking for the technique against spam, you should take a look on these two articles in the same series – Part I is about the introduction of several anti-spam systems and the defense method the author chose; and Part II is about how the author implements a mail system using [...]
Filed under:
Other by Michael Wai
September 2, 2003 16:03
When I was designing the menu bar (Actions Panel) of this website, I went through the web to get some reference. There are many excellent designs that I want to use. Unfortunately, I don’t want to reply on the JavaScript so much. In my point of view, JavaScript is one of the best and one [...]
Filed under:
CSS by Michael Wai