Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Million Dollar Homepage Script

124 views
Skip to first unread message

Roshawn

unread,
Mar 18, 2010, 5:49:25 PM3/18/10
to
Hi all,

Does anyone know where I can find a million dollar homepage script that works with
ASP.NET? All I've come across so far are PHP implementations and nothing for the .NET crowd.

Thanks.

Mark Rae [MVP]

unread,
Mar 18, 2010, 6:03:19 PM3/18/10
to
"Roshawn" <radaw...@yahoo.com> wrote in message
news:eiIxhTux...@TK2MSFTNGP04.phx.gbl...

> Does anyone know where I can find a million dollar homepage script that
> works with ASP.NET? All I've come across so far are PHP implementations
> and nothing for the .NET crowd.

Response.Write("$1,000,000");


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Roshawn

unread,
Mar 19, 2010, 3:10:29 AM3/19/10
to
Very funny, Mark! :-)

But seriously, is there such a script for use with ASP.NET?

Alexey Smirnov

unread,
Mar 19, 2010, 5:53:10 AM3/19/10
to

Save time by converting it from PHP by yourself. I don't think that
there is a lot of code

Jason Keats

unread,
Mar 19, 2010, 11:07:37 AM3/19/10
to

I don't understand your question, but perhaps you want something like
http://n2cms.com/ ?

Roshawn

unread,
Mar 19, 2010, 7:26:05 PM3/19/10
to
Converting it from PHP sounds nice. However, I don't understand PHP all that much. The
PHP script that I downloaded (MillionDollarScript 2.0) contains well over 100 PHP files
spread out between 10 folders. I don't know where to begin. :-(

Roshawn

unread,
Mar 19, 2010, 7:30:10 PM3/19/10
to
Take a look at MillionDollarHomepage.com. That's what I'm trying to accomplish. Most
sites like that use PHP scripts. I'd like to do the same in ASP.NET and was hoping you
guys could point me to some existing .NET code to handle the task.

Patrice

unread,
Mar 20, 2010, 6:45:37 AM3/20/10
to
Hundreds ?

I may underestimate the task but basically the tag map should be enough :
http://www.w3schools.com/TAGS/tag_map.asp (which can be generared using
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.imagemap(VS.80).aspx
in ASP.NET).

Then you'll likely have a db to store those hotspots and perhaps some tolls
to split the image into multiple chunks...

--
Patrice


"Roshawn" <radaw...@yahoo.com> a écrit dans le message de
news:u6ODNu7x...@TK2MSFTNGP04.phx.gbl...

Alexey Smirnov

unread,
Mar 23, 2010, 11:34:10 AM3/23/10
to

Yeah, I've saw it, it was pretty good idea at that time ;-)
However, where do you see any need of over 100 PHP files there? You
*maybe* need the one to add new image and *maybe* one for the very
fist page. That's all. To make a 2-pages application should not be a
big problem. All what you need is to

1) upload form to upload new image and keep its url (for example in
the database)
2) display form with all images and urls from the database

Roshawn

unread,
Mar 23, 2010, 4:12:34 PM3/23/10
to

Thanks Alexey. I didn't know that I the entire thing could be reduced to a 2-page
application. I guess the number of files convinced me otherwise.

In a previous reply, someone told me about the .NET ImageMap class and various HotSpot
classes. Perhaps I can leverage those to create what I want.

Thanks again. :-)

Roshawn

unread,
Mar 23, 2010, 4:15:21 PM3/23/10
to

Hmm, I wasn't even aware that the .NET Framework included an ImageMap class. Nice catch.

Thank you. :-)

Alexey Smirnov

unread,
Mar 24, 2010, 8:43:37 AM3/24/10
to

Well I think there are few ways to do this. You just need to decide
which one is the best. If I were you I would probably load the "grid"
as a background picture and show small pictures above. This would not
require any special server controls.

Roshawn

unread,
Mar 24, 2010, 7:30:05 PM3/24/10
to

Great suggestion. Thanks!

0 new messages