This topic is locked, no replies allowed. Inaccurate or out-of-date info may be present.

  • Print

Topic: New Colors for The Earnings banner  (Read 3758 times)

clint08

    US flag
    View Profile
  • Silver Member
  • *******
  • Posts: 1360 (since 2008)
  • Thanked: 1x
New Colors for The Earnings banner
« on: April 14, 2010, 10:56:05 am »
There is currently 6 or 7 colors of the banner, but I think there should be more.


florezitta10

    US flag
    View Profile
  • Gold Member
  • ********
  • Helpful Contributor Helpful Contributor
  • Posts: 2196 (since 2009)
  • Thanked: 45x
Re: New Colors for The Earnings banner
« Reply #1 on: April 14, 2010, 11:17:13 am »
That would be fun.. maybe like a create your own we could also use a pic instead of a color. :wave:
Nobody made a greater mistake than he who did nothing because he could only do a little.NEED Help? Check out my Beginners Guide pinned in the Support forum :) 

Cuppycake

    US flag
    View Profile
  • Gold Member
  • ********
  • Posts: 2910 (since 2008)
  • Thanked: 26x
Re: New Colors for The Earnings banner
« Reply #2 on: April 14, 2010, 11:32:17 am »
That would be fun.. maybe like a create your own we could also use a pic instead of a color. :wave:

I like that idea!

Administrator

    US flag
    View Profile
  • FusionCash Staff
  • Gold Member
  • *****
  • Posts: 2587 (since 2007)
  • Thanked: 1183x
Re: New Colors for The Earnings banner
« Reply #3 on: April 14, 2010, 11:35:21 am »
The banner images we already have use up several gigabytes of storage... adding more colors, designs or options would make that number grow substantially, so for now we'll have to stick to the 8 options that we have.

florezitta10

    US flag
    View Profile
  • Gold Member
  • ********
  • Helpful Contributor Helpful Contributor
  • Posts: 2196 (since 2009)
  • Thanked: 45x
Re: New Colors for The Earnings banner
« Reply #4 on: April 14, 2010, 05:45:48 pm »
The banner images we already have use up several gigabytes of storage... adding more colors, designs or options would make that number grow substantially, so for now we'll have to stick to the 8 options that we have.

Maybe we can take a poll and get rid of some of the existing ones to make room for some we will love??.
Nobody made a greater mistake than he who did nothing because he could only do a little.NEED Help? Check out my Beginners Guide pinned in the Support forum :) 

workmama

    US flag
    View Profile
  • Silver Member
  • *******
  • Posts: 1263 (since 2010)
  • Thanked: 1x
Re: New Colors for The Earnings banner
« Reply #5 on: April 14, 2010, 07:00:40 pm »
I think that's a great idea! :thumbsup: I've had a great day of earnings today on FC! :) Thanks! UR the BEST!!!! :star: :star: :star: :star: :star: :wave:

dgourd

    US flag
    View Profile
  • Newbie
  • *
  • Posts: 45 (since 2010)
  • Thanked: 0x
Re: New Colors for The Earnings banner
« Reply #6 on: April 14, 2010, 07:14:03 pm »
The banner images we already have use up several gigabytes of storage... adding more colors, designs or options would make that number grow substantially, so for now we'll have to stick to the 8 options that we have.

There are a lot more efficient ways to create these banners.  You could create 1 background banner for each color and those would only take up a couple MB each.  Then just overlay text onto it from the DB u guys have setup here.

debrar

    US flag
    View Profile
  • Hero Member
  • *****
  • Posts: 720 (since 2007)
  • Thanked: 1x
Re: New Colors for The Earnings banner
« Reply #7 on: April 14, 2010, 07:44:00 pm »
The colors don't bother me, I just like the way Fusion Cash is set up all together. Like right now I am getting paid to post.  :thumbsup: :peace:

tholl01

    US flag
    View Profile
  • Full Member
  • ***
  • Posts: 246 (since 2009)
  • Thanked: 1x
Re: New Colors for The Earnings banner
« Reply #8 on: April 14, 2010, 07:54:12 pm »
The colors don't bother me, I just like the way Fusion Cash is set up all together. Like right now I am getting paid to post.  :thumbsup: :peace:
I totally Agree with you. This is a cool site colors are the least of my worries.

carolton

    US flag
    View Profile
  • Sr. Member
  • ****
  • Posts: 439 (since 2010)
  • Thanked: 1x
Re: New Colors for The Earnings banner
« Reply #9 on: April 14, 2010, 08:32:00 pm »
there are already enough colors for the earnings banner.  fusioncash is a great site  :)

clint08

    US flag
    View Profile
  • Silver Member
  • *******
  • Posts: 1360 (since 2008)
  • Thanked: 1x
Re: New Colors for The Earnings banner
« Reply #10 on: April 15, 2010, 09:28:59 am »
I like the poll idea. Maybe we should get rid of some of the colors and replace them.


florezitta10

    US flag
    View Profile
  • Gold Member
  • ********
  • Helpful Contributor Helpful Contributor
  • Posts: 2196 (since 2009)
  • Thanked: 45x
Re: New Colors for The Earnings banner
« Reply #11 on: April 15, 2010, 10:59:10 am »
I like the poll idea. Maybe we should get rid of some of the colors and replace them.

 :notworthy: I think so too lol... some of the colors I never see them being used.
Nobody made a greater mistake than he who did nothing because he could only do a little.NEED Help? Check out my Beginners Guide pinned in the Support forum :) 

Administrator

    US flag
    View Profile
  • FusionCash Staff
  • Gold Member
  • *****
  • Posts: 2587 (since 2007)
  • Thanked: 1183x
Re: New Colors for The Earnings banner
« Reply #12 on: April 15, 2010, 12:34:10 pm »
The banner images we already have use up several gigabytes of storage... adding more colors, designs or options would make that number grow substantially, so for now we'll have to stick to the 8 options that we have.

There are a lot more efficient ways to create these banners.  You could create 1 background banner for each color and those would only take up a couple MB each.  Then just overlay text onto it from the DB u guys have setup here.
That's exactly what we have.  But the output of the script which overlays the text on the background is a banner -  a PNG file - which the server caches for performance reasons.  It takes a lot of server resources to generate a dynamic image -- if every request was generated on the fly, it would use too much CPU.  So it's generated fresh if the cached version is more than 30 minutes old.  It may be "inefficient" in terms of storage space, but it is very efficient in terms of CPU usage.

dgourd

    US flag
    View Profile
  • Newbie
  • *
  • Posts: 45 (since 2010)
  • Thanked: 0x
Re: New Colors for The Earnings banner
« Reply #13 on: April 15, 2010, 03:29:54 pm »
The banner images we already have use up several gigabytes of storage... adding more colors, designs or options would make that number grow substantially, so for now we'll have to stick to the 8 options that we have.

There are a lot more efficient ways to create these banners.  You could create 1 background banner for each color and those would only take up a couple MB each.  Then just overlay text onto it from the DB u guys have setup here.
That's exactly what we have.  But the output of the script which overlays the text on the background is a banner -  a PNG file - which the server caches for performance reasons.  It takes a lot of server resources to generate a dynamic image -- if every request was generated on the fly, it would use too much CPU.  So it's generated fresh if the cached version is more than 30 minutes old.  It may be "inefficient" in terms of storage space, but it is very efficient in terms of CPU usage.

That only happens if you use a server-side scripting language.  You can save space and CPU usage by using a client-side language, such as javascript, to overlay the info onto the background on the spot.  This will greatly reduce the amount of space it needs, since you only need 1 png for each color, and CPU usage since all the effects are being rendered by the client, not the server.

You also wouldn't face the problem of having to re-render the image every 30 minutes.  The only real stress that would put on the server would be getting the information about the Money they received and the offers completed, but that is a very low amount that can be handled by low end servers.

rockyharhar

    US flag
    View Profile
  • Jr. Member
  • **
  • Posts: 58 (since 2010)
  • Thanked: 0x
Re: New Colors for The Earnings banner
« Reply #14 on: April 15, 2010, 03:48:52 pm »
y does this even matter :dontknow: it just color

  • Print
 

Related Topics

  Subject / Started by Replies Last post
48 Replies
11451 Views
Last post May 01, 2008, 12:16:14 pm
by clint08
12 Replies
2977 Views
Last post October 07, 2011, 12:04:58 pm
by blackish0t
6 Replies
1190 Views
Last post July 18, 2015, 06:48:11 pm
by UGetPaid
3 Replies
979 Views
Last post September 21, 2015, 02:05:08 pm
by ladavia89
4 Replies
1029 Views
Last post September 10, 2017, 10:27:21 am
by tuffys_daughtr