11.11.11 - Website Redesign "UPDATED" Concept Image (Need Somebody to Build it NOW!)

I like everything but the slogan. Support them now? That's what all the neo-cons say! In all seriousness, this should be the slogan for a RICK ****ING SANTORUM moneybomb!

The obvious thing to me is "Bring the Troops Home" or something similar. Although I'm sure plenty of others have recommended this by now :confused:

I'm still going donate of course. Just saying :)
 
Gage

It's looking awesome, surely an improvement.

I know your busy so I hope you dont mind I reduced your background image size (could be even better):
Heres the updated background image: http://ronpaulronpaul.com/img/spnbackg.jpg

Just replace your code:
HTML:
<body background="http://www.supportthemnow.com/spnbackg.jpg" bgcolor="#000000" link="#0000FF" vlink="#FF0000" text="#000000"
 onLoad="window.onresize=new Function('if (navigator.appVersion==\'Netscape\') history.go(0); else center();'); center();">

With this code:
HTML:
<body style="background: #000000 url(http://ronpaulronpaul.com/img/spnbackg.jpg) top left repeat-x;"  link="#0000FF" vlink="#FF0000" text="#000000"
 onLoad="window.onresize=new Function('if (navigator.appVersion==\'Netscape\') history.go(0); else center();'); center();">

The current image is 559.15 KB, the new one is 117.11 KB - that should cut down on the load time a bit :)...

You can host the image where its at or on your host, just trying to save you some bandwidth, you're gonna need it.
 
In case nobody saw this, here it is again. This is the most important thing to be woring on right now. It's what will jumpstart our pledges...

Ok, I asked Gage about the leader board and pledge competition and if he or Dusman was working on incorporating it into the website. Here is his response...

I would not know how to do the leaderboard feature. Someone else would have to code it, and provide the code to me to add to the website. If Chainspell is able to do it fine, as dusman is not working on it either.

So nobody has been working on this. How can we go about getting this built?

Do we need some kind of information from Gage before doing it?
 
Well that's the easy part. You can bring up Firebug and test it using YSlow. Compress your CSS/HTML and JS files. Smush your images through smush-it. Add headers to the .htaccess file (only necessary for large sites), among a large amount of other ways. If you would like advice I'll be glad to help but right now I have some work to finish up and won't be available until late next week sometime to physically work on the site.

Please let me know what questions you have. :)
 
Ok, I finally finished making a concept image of the horizontal pledge widget. Not sure what to do from here but leave it up to you guys to build. If you need to know, the font I'm using is Impact...

EDIT: Check the next couple posts. I updated the banner again...)

Oh, and that soldier image worked out great Chainspell, thanks! I used the one where you took some of the whites out of his eyes. Did you have a larger version of that image so we can make some banners?
 
Last edited:
In case nobody saw this, here it is again. This is the most important thing to be woring on right now. It's what will jumpstart our pledges...
Do we need some kind of information from Gage before doing it?
its a little complicated...

i need to know what the script language for generating the pages are
how is it storing the emails (sql, mysql, access db, plain text file?)
what's the connection info for the database
is the database and the web pages on the same server
can gage create db tables?
how is it pulling the data of current pledge numbers from the database?
can you run both php and aspx on the server?


DB Design:

[emails]
entry_id *key
email
amount
date
ip
ref_url
referrer_id

[promoters]
user_id *key
referrer_id
username
date_created
hits

SQL strings:

get number of pledges:
select count(*) as pledges from emails

get total amount:
select sum(amount) as amount from emails

get all promoters sorted by hits:
select username, hits from promoters where hits > 0 order by hits desc

get top 5 promoters sorted by hits:
select top 5 username, hits from promoters where hits > 0 order by hits desc

update promoter hits:
update promoters set hits = (select count(emails.email) from emails where promoters.referrer_id=emails.referrer_id) where referrer_id = @in_value


then what's left is to put that data on the webpage.
 
Ok, I finally finished making a concept image of the horizontal pledge widget. Not sure what to do from here but leave it up to you guys to build. If you need to know, the font I'm using is Impact...

STNpledgeWidget.png


Oh, and that soldier image worked out great Chainspell, thanks! I used the one where you took some of the whites out of his eyes. Did you have a larger version of that image so we can make some banners?

That will work great here on the forums...Couple things the standard size in most blogs is 728x90. Also, is there anyway we can start adding "Veterans Day" to these creatives?
 
Crap, it seems somebody beat me to it. RonPaulForums already updated the banner. I actually like the close up shot of the soldier's face better, so I changed my banner to match it. I like this one the best, especially because it has the pledge counter...

Deleted.
 
Last edited:
"This is your chance to make a difference. Please pledge to donate at least $100 to the Veterans Day "Support Them Now" Money Bomb by signing up to the right. Our goal is to collect 17,000 pledges, the same amount of pledges we collected on the $4.3 million November 5th Money Bomb in 2007. On November 11, please only donate at"

Delete everything in bold imo.
 
That will work great here on the forums...Couple things the standard size in most blogs is 728x90. Also, is there anyway we can start adding "Veterans Day" to these creatives?

CRAP! I just realized what I've been doing wrong. I've been using the print screen button to copy and paste images from my browser. I just realized that my browser is zoomed in 125% so it's been throwing off the size of my images. Now I have to redo everything I've been working on......:(
 
Back
Top