Giveaway: $250 BuySellAds.com Credit!

By  on  
BuySellAds

When I first created this blog, I used Google AdSense as my advertising avenue.  It was horrible -- no one ever clicked on ads and, simply put, there seems to be no real money in using that service.  I graduated on to managing my own ads, but I ended up wasting so much time finding advertisers, managing dates, and trying to collect money, that showing ads was more of a hassle than it was worth.  Then along came BuySellAds.

BuySellAds has been the perfect answer for my blog's advertising needs.  All I needed to do was sign up, create my ad zones, throw some JS and HTML in the proper spots of my blog theme, and done.  No soliciting advertisers.  No need to manage expiration dates.  No pleading for payment from said advertisers.  BuySellAds manages all of that, and since so many great websites use BuySellAds, their website provides a great hub for advertisers to go to, find relevant sites, and target their ads accordingly.  BSA's a win/win for everyone and I would recommend BSA to both new and experienced bloggers!

As part of my relaunch, BuySellAds, a big support of David Walsh Blog, is giving away a $250 advertisement credit so a reader of this blog.  If you followed this blog during my Google Wave Invite Giveaway or Google+ Invite Giveaway, you know that entering can't be as easy as just submitting your email for a drawing.  No way, too easy.

For a chance to win a $250 BSA ad credit, submit a comment with a link to your favorite David Walsh Blog post.  Be sure to use your real email address.  You don't need to be a business owner to want this credit -- you could use it to advertise for your blog or cause, on this blog or any other blog that uses BuySellAds!

Good luck!

Recent Features

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    CSS Selection Styling

    The goal of CSS is to allow styling of content and structure within a web page.  We all know that, right?  As CSS revisions arrive, we're provided more opportunity to control.  One of the little known styling option available within the browser is text selection styling.

  • By
    Add Site Screenshots for External Links Using MooTools Tooltips

    Before you send your user to an unknown external website, why not provide them a screenshot of the site via a tooltip so they may preview the upcoming page? Here's how you can do just that using MooTools. The MooTools JavaScript The first step is to grab...