Easy Webbers About Authors Contact Us Advertise Login

Archive for November, 2007

Is it time to ditch the dollar?

Posted by Simon on November 29th, 2007 in Make Money | No Comments

It seems like the dollar reaches new bottom lows each and every day. Has the time come for us international webmasters and bloggers to ditch the dollar ($) in favour of the euro (€)?

With all the talk that is going around, from politicians to economists about the grim future that awaits US economy and its currency it might be time to consider how you can change currency as smoothly as possible.

What do you think? For me personally, if no dramatic changes occur, I am planning on slowly changing currency from the dollar to the euro starting next year.

AdBrite’s blue text banner bug fixed!

Posted by Simon on November 11th, 2007 in AdBrite | No Comments

The bug that changed your predefined text colour settings to blue on the AdBrite banners has finally been fixed.

After about two weeks with this awful bug I decided to send a message asking AdBrite what the heck was going on. After a few replies and a day gone by I got this message:

The technical issue causing this problem has since been resolved. Please let us know if the problem reoccurs.

They fixed the blue bug and even made some minor changes on how the banners would display the text ads. So everything ended well but you got to ask yourself how could this go on without the AdBrite team noticing anything or other AdBrite publishers not(?) complaining?

AdBrite Forum Topic: Adbrite adtext color changed to blue

Attach icons to anything with CSS

Posted by Simon on November 11th, 2007 in CSS | No Comments

AsktheCSSguy.com and Hunlock.com shows you how to add small icons next to your links that will show where that link will take you. Everything is managed by your CSS file and it’s pretty nifty!

a[href $='.pdf'] {
padding-right: 18px;
background: transparent url(icon_pdf.gif) no-repeat center right;
}