Click to See Complete Forum and Search --> : How would you make a site like this??


KAG
11-20-2008, 01:41 PM
I noticed that yahoomyway.com copied googlemyway.com

I would like to make a site like that.

Any suggestions??

tahnks

dtm32236
11-20-2008, 03:41 PM
These sites don't work (not for me at least). Why would you want that?

Anyway, "how do I make this" is a pretty broad question. There's a lot that goes into making that, and it can be done several different ways (with ASP, PHP, ColdFusion, etc etc etc).

You're going to have to be more specific with your question.

KDLA
11-20-2008, 04:44 PM
They have some server-side scripting which creates gif's on the fly and positions them to create your logo for Google.
<img src='/pics/h.gif' alt='h' /><img src='/pics/e.gif' alt='e' /><img src='/pics/r.gif' alt='r' /><img src='/pics/e.gif' alt='e' />
what I created: http://googlemyway.com/here

The rest is just a regular Google page.