Web Hosting Talk







View Full Version : User System


vdoogle-hosting
06-09-2007, 06:50 PM
Hi,
I want to create something like my.yahoo.com or iGoogle type of webpage. Does anyone know where I can find a tutorial on a very basic one where I can improve on it. Thanks!

conceptual
06-10-2007, 03:04 PM
Sites like these use a combination of scripts such as an xml parser, which aggregates data from a collection of base sites such as weather, rss feeds and such.

You would have to learn a scripting language of your choice such as php, perl, etc. I highly recommend php (http://php.net).

=]

s4nd1p
06-10-2007, 03:46 PM
Use PHP and there are many tuts.

Katatonic
06-23-2007, 11:19 AM
www.w3schools.com is a great place to start.