Hi I always wonder, how to make simple sites like these. Can anyone guide me. http://web2.0stylr.com/stylr.aspx http://h-master.net/web2.0/ http://lab.rails2u.com/bgmaker/ mycoolbutton.com Thanks a lot in advance Regards
the first one is a .Net site and .Net has build in GDI components for creating graphics on the fly - it wouldnt be overly difficult to replicate the functionality
Using PHP and AJAX. AJAX is what makes those cool sliders and updates the image everytime you make a change. The image is generated by PHP (or .Net as Astoroth mentioned) on the server using a library called GD. Both topics are quite vast, and hard to explain on a forum. Just search up a tutorial on both topics on Google.