Archive for 'Web Development' Category

Create a good-looking Web2.0 style real-time clock on your website

14 February 2008

Ever wanted a good-looking real-time clock on your webpage?
Here is something you will be interested in:

Check out the effects here>>
All you need to do is download the file and run the “clock.html” file.
If you want to use the code on your own site. Follow steps below to add codes to the pages you want the […]

Developing Dynamic Website with PHP&MySQL - 4 - Registration and Login

29 January 2008

This system is a must have for a website nowadays. Without it, you do not have a way to attract people back to your site.
The logic is very simple: you create a database table to store user registration data such as username, password, urserid, email as well as other information as required.
Database table SQL for […]

Developing Dynamic Website with PHP&MySQL - 3 - Homepage Design

26 January 2008

Someone may ask, why do you talk about homepage, why not talk about how to write PHP code. As I said before, the purpose of this series of posts are not entirely for PHP coding. You can find many good tutorials online talking about how to write a specific module such as member registration and […]

Developing Dynamic Website with PHP&MySQL - 3 - Web Programming, Web Hosting Service, Domain Name registration

24 January 2008

The reason that I chose PHP&MySQL to create my webiste is because they are free and also as powerful as other tools such as .NET.
The server will be Linux server with Apache server software installed. The Linux server is much cheaper than the Windows one and it has many third party tools for you to […]

Developing Dynamic Website with PHP&MySQL - 2 - Planning

21 January 2008

Good plan means half of the works done!
I know what I wanted for my website (http://en.9jcg.com). Following is the notes I made for my site:
1. It is a trading platform for 3d models, textures and reference photos.
2. All products are download-able , therefore the buyers should be able to make payment online.
3. Sellers will […]

Developing Dynamic Website with PHP&MySQL - 1 - Intro

19 January 2008

(Screenshot of 9jcg.com)
Since I am a PHP web developer and passionate on doing my job everyday, it will be silly not to include this category in my personal blog.
My idea for this series of posts is to write about how I developed my 3d model and computer graphic tutorials website (http://www.9jcg.com). It will not be […]