28 Jun, 2008
So I’m in the process of making a transition from my 9-5 job to working from home. I originally anticipated making this transition sometime next year so that I can finish my math degree, but my 9-5 has been forced to reduce its workforce. Unfortunately for me, I was one of those to be reduced. My wife cringes when I say the words laid off, but that’s what they call it. At least it comes with a severance package.
My first attempt at working from home will be freelance programming. This seems to be the best way for me to generate income in the immediate future, so I created profiles on eLance and Guru:
ryanjparker.elance.com
profile.guru.com/994494
So far I like eLance the best, but I haven’t even been doing this a week, so that is subject to change. I’ve had a small success so far, as I accepted my first eLance project on Friday.
To be honest I haven’t heard rave reviews about freelance coding services, as the feeling seems to be that most people want the world at a cheap price. Hopefully I can avoid those sorts of projects.
My plan is to develop one of my own websites during this process, WhichTeamWins.com and work on some open source software. Hopefully I can generate some meaningful income (either directly or indirectly) through those projects as well.
I’m interested in hearing from anyone that has made a similar transition (successfully or unsuccessfully). If anyone has any tips I’m all ears!
11 Jun, 2007
Until AuctionAds realizes that they should write their code into an IFRAME, it is best you create your own IFRAME for these advertisements.
This is important for two reasons. First, the latency between your website and the AuctionAds website might be different causing your pages to load slower than normal. Second, if the AuctionAds service is down for whatever reason your pages will load extremely slow.
By placing your AuctionAds inside of IFRAMEs you won’t have to worry about these issues keeping your visitors from viewing your website’s content.
Creating the Code
First, you’ll need to make an HTML file on your web server that contains the AuctionAds code you wish to embed into your website.
Next you’ll need to create the IFRAME where you wish to code to reside:
<iframe src="aacode.html" width="WIDTH" height="HEIGHT" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" ></iframe>
Make sure you replace aacode.html with the appropriate path to the HTML file you uploaded to your web server, and also change WIDTH and HEIGHT to the appropriate values for the ad code.
That’s it! Never again worry about AuctionAds affecting your website’s performance.
Now if they’d only do this for us…
UPDATE: Poking around I see AuctionAds does put their code into IFRAMEs (not sure when this was activated or if it was always like this). That said, AuctionAds hasn’t been the most reliable service, so keeping with your own IFRAME will keep your website from screeching to a halt when there is an outage.
Tags: auctionads, iframe