<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flukeit &#187; Lessons Learned</title>
	<atom:link href="http://www.flukeit.com/category/lessons-learned/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flukeit.com</link>
	<description>Weblog of a webmaster learning his trade</description>
	<lastBuildDate>Thu, 12 Aug 2010 20:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Floating an Image Outside a Container</title>
		<link>http://www.flukeit.com/floating-an-image-outside-a-container/</link>
		<comments>http://www.flukeit.com/floating-an-image-outside-a-container/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:52:46 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lessons Learned]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/?p=83</guid>
		<description><![CDATA[.
One of my recent issues was that I needed to extend an image outside a DIV container, and spill out into another one, like is shown in the picture. I was able to accomplish this by manipulating the margin values in CSS as such:

#div {
          margin-right:-60px;
 [...]]]></description>
			<content:encoded><![CDATA[<p>.<img src="http://www.flukeit.com/wp-content/uploads/2010/04/floating-image-300x198.jpg" alt="floating-image" title="floating-image" width="300" height="198" class="alignnone size-medium wp-image-84" /><br />
One of my recent issues was that I needed to extend an image outside a DIV container, and spill out into another one, like is shown in the picture. I was able to accomplish this by manipulating the margin values in CSS as such:<br />
<code><br />
#div {<br />
          margin-right:-60px;<br />
       }<br />
</code><br />
You may need to adjust the top/bottom to achieve what you want. In order for things to work right in Internet Explorer, you will need to add this in the image tags:<br />
  style=&#8221;float:right;&#8221; src&#8230;. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/floating-an-image-outside-a-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBulletin Licensing</title>
		<link>http://www.flukeit.com/vbulletin-licensing/</link>
		<comments>http://www.flukeit.com/vbulletin-licensing/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 23:12:58 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/vbulletin-licensing/</guid>
		<description><![CDATA[I recently learned a valuable lesson regarding VBulletin forum script licensing. A couple of years ago, I started a forum using the VBulletin script. I paid for the license and everything was fine, then recently I decided to cut bait with the forum. I needed some cash so I unloaded it at a near give-away [...]]]></description>
			<content:encoded><![CDATA[<p>I recently learned a valuable lesson regarding VBulletin forum script licensing. A couple of years ago, I started a forum using the VBulletin script. I paid for the license and everything was fine, then recently I decided to cut bait with the forum. I needed some cash so I unloaded it at a near give-away price.</p>
<p>When I sold the site and attempted to transfer the license, I ran into trouble. I learned that even though I bought and paid for a full license, in order to transfer the license I had to be &#8220;current&#8221;. My active status expired 1 year after purchasing the license. I had to shell out more $$ to get the license active again, so that I could transfer the license.</p>
<p>A valuable lesson indeed, rather a costly one as I more or less gave the site away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/vbulletin-licensing/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Contact Form on Joomla&#8230;.ARGHHHH!!!</title>
		<link>http://www.flukeit.com/contact-form-on-joomlaarghhhh/</link>
		<comments>http://www.flukeit.com/contact-form-on-joomlaarghhhh/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 01:55:13 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/contact-form-on-joomlaarghhhh/</guid>
		<description><![CDATA[On one of my sites, I decided to go with Joomla. I liked the idea of Joomla because of the ease of installation, plus it was an overall fit for the site theme.
One of the problems I am encountering is making the contact form functional. It seems as though no matter the functions I choose, [...]]]></description>
			<content:encoded><![CDATA[<p>On one of my sites, I decided to go with Joomla. I liked the idea of Joomla because of the ease of installation, plus it was an overall fit for the site theme.</p>
<p>One of the problems I am encountering is making the contact form functional. It seems as though no matter the functions I choose, nothing will work. I have to suspect that my host, Dreamhost has something to do with it.<br />
<img id="image62" src="http://www.flukeit.com/wp-content/uploads/2007/01/joomlamail.gif" alt="Joomla Email Contact Form" /><br />
I went to their wiki, and found some good examples. However, I set things up as shown in my image and the mail never get to me. I have tried several different email addresses on different servers, and nothing works. This will prove to be an ongoing dilemma and more than likely will be posting again on it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/contact-form-on-joomlaarghhhh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Long To Give A Non Producing CPA Campaign&#8230;.</title>
		<link>http://www.flukeit.com/how-long-to-give-a-non-producing-cpa-campaign/</link>
		<comments>http://www.flukeit.com/how-long-to-give-a-non-producing-cpa-campaign/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 22:00:22 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Monetization]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/how-long-to-give-a-non-producing-cpa-campaign/</guid>
		<description><![CDATA[
I currently use Maxbounty and Azoogle as tools to help the money making machine chug along, and I have recently wondered how long I should let a non-producing CPA campaign go before pulling the plug on it. 
For example, I am currently running a campaign from Azoogle that has a payout of $20 on one [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.azoogleads.com/az/new/publisher.php?i=25330"><img border="0" src="http://login.azoogleads.com/images/referrals/white_300x95.gif"></a></p>
<p>I currently use <a href="http://www.mb01.com/lnk.asp?o=465&#038;c=4991&#038;a=7087">Maxbounty</a> and <a href="http://www.azoogleads.com/corp/publishers/apply.php?i=25330">Azoogle</a> as tools to help the money making machine chug along, and I have recently wondered how long I should let a non-producing CPA campaign go before pulling the plug on it. </p>
<p>For example, I am currently running a campaign from Azoogle that has a payout of $20 on one of my directories and have yet to make a dime on it. I&#8217;ve been running this ad for two weeks.</p>
<p>I asked David from <a href="http://www.cpa-affiliates.com/">CPA Affiliates.com</a> about it, here&#8217;s what he had to say:</p>
<blockquote><p>
Flukeit: How long do you give a non-paying CPA Campaign before pulling the plug?<br />
David: Well are you referring to CPA campaign where you are doing PPC to it or on a website you are currently running?<br />
Flukeit: A website I&#8217;m running.<br />
David: I usually will give it two days if it is placed in a prime spot on the site.<br />
Flukeit: Wow, not very long huh?<br />
David: The only time I would have it run longer is if it was a VERY low traffic site with like under 200 uniques a day then might let it run longer<br />
David: I try to focus on targeting my audience. If audience is mainly techie teens I will try free iPod, laptop etc.  If they are women I may try free magazine offers or free makeup.<br />
Flukeit: Would you recommend using a lower paying CPA campaign and focus on higher volume, or the occasional big payout?<br />
David: I would try both and whichever one makes me more over a set period would get the spot.
</p></blockquote>
<p>My conversation with David is leading me to have less patience with my CPA campaign I choose to use. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/how-long-to-give-a-non-producing-cpa-campaign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outsourcing Tedious Webmaster Tasks to Cyber Sweatshops</title>
		<link>http://www.flukeit.com/outsourcing-tedious-webmaster-tasks-to-cyber-sweatshops/</link>
		<comments>http://www.flukeit.com/outsourcing-tedious-webmaster-tasks-to-cyber-sweatshops/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 11:56:10 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/outsourcing-tedious-webmaster-tasks-to-cyber-sweatshops/</guid>
		<description><![CDATA[I really enjoy being a webmaster. I like designing a new site, creating a new web masterpiece. There are things about it that I really dread. One of those things is verifying links added to my Blog Directory. 
I want to maintain a clean directory, so that means that every site submitted must be verified. [...]]]></description>
			<content:encoded><![CDATA[<p>I really enjoy being a webmaster. I like designing a new site, creating a new web masterpiece. There are things about it that I really dread. One of those things is verifying links added to my <a href="http://www.bloglisting.net">Blog Directory</a>. </p>
<p>I want to maintain a clean directory, so that means that every site submitted must be verified. Earlier this week, I had a backlog of 600 links waiting to be verified. That would take me forever to go through!</p>
<p>Then I began to think. The world is filled with low wage labor, maybe I could outsource it? I went to Digital Point forums and put the bat signal out. I got a bite.</p>
<p>A member agreed to sift through every one of them for the low price of $20. It took him a couple of days to go through, but he got it done. Amazing.</p>
<p>I then started thinking about third world sweatshops, and the possibility that there could be cyber sweatshops out there where young children or slaves are doing this sort of work. I&#8217;m sure it&#8217;s possible. Why not? After all, who do you think made the shoes you&#8217;re wearing?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/outsourcing-tedious-webmaster-tasks-to-cyber-sweatshops/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adsense Code in Smarty</title>
		<link>http://www.flukeit.com/adsense-code-in-smarty/</link>
		<comments>http://www.flukeit.com/adsense-code-in-smarty/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 13:30:16 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lessons Learned]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/adsense-code-in-smarty/</guid>
		<description><![CDATA[

I own several websites that are link directories. Most of them are run on the phpLD Link Directory script. One of the more challenging parts of maintaining and getting these directories going is dealing with Smarty. Before I knew any better, I would get frustrated when trying to add code, then not seeing the end [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://x.azjmp.com/0DWST"><img src="http://images.imgehost.com/2312/May2006/banners/web_468x60.gif" border="0" width="468" height="60"></a>
<div style="position:relative left:-1px; top:-1px;"><img src="http://i.azjmp.com/0DWSW" height="1" width="1"></div>
<p>I own several websites that are link directories. Most of them are run on the phpLD Link Directory script. One of the more challenging parts of maintaining and getting these directories going is dealing with <a href="http://smarty.php.net/crashcourse.php">Smarty</a>. Before I knew any better, I would get frustrated when trying to add code, then not seeing the end result on the page displayed.</p>
<p>Smarty does weird things, as I&#8217;m still learning and understanding.</p>
<p>A prime example of this is adding Adsense code to template files. I was attempting to add Adsense code to one of my templates, and I simply added my Adsense code.</p>
<p>The result was not what I planned. The ads displayed, but were not correct as shown here.(Image at 75% scale)</p>
<p><img id="image48" src="http://www.flukeit.com/wp-content/uploads/2007/01/withoutcode.gif" alt="Adsense Code with Smarty" /></p>
<p>The ad just didn&#8217;t look right, and it seems as though the &#8220;ads by Google&#8221; text was missing.</p>
<p>After doing some investigating, I learned that I had to add &#8220;literal&#8221; tags around the code as such:<br />
{literal}<br />
Adsense code<br />
{/literal}</p>
<p>This was much better, as it produced the desired ad:</p>
<p><img id="image49" src="http://www.flukeit.com/wp-content/uploads/2007/01/withcode.gif" alt="Adsense ads with code" /></p>
<p>I still run across confusion when I attempt to do other things similar, and still cannot figure them out. These are growing pains, I&#8217;m sure as I will eventually grow out of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/adsense-code-in-smarty/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing Header Images Based on Date</title>
		<link>http://www.flukeit.com/changing-header-images-based-on-date/</link>
		<comments>http://www.flukeit.com/changing-header-images-based-on-date/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 06:47:24 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lessons Learned]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/changing-header-images-based-on-date/</guid>
		<description><![CDATA[I wanted to &#8220;Christmas Up&#8221; my forums by changing my header image to something a bit more seasonal. I created a new logo and was curious about automating this change. Maybe I can have different logos for the different seasons, etc. 
I looked to the Digital Point Forums and found my answer. A big thanks [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to &#8220;Christmas Up&#8221; my forums by changing my header image to something a bit more seasonal. I created a new logo and was curious about automating this change. Maybe I can have different logos for the different seasons, etc. </p>
<p>I looked to the Digital Point Forums and found my answer. A big thanks to <a href="http://www.ad4business.com/designer/">JEET</a> who answered my dilemma with the following:</p>
<blockquote><p>Try this code:<br />
(Assuming your images are stored in a folder called &#8220;images&#8221;, 1 directory below where the code is executed.)<br />
<code><?php<br />
$mdarr= "18-25/12,13-20/05";<br />
$miarr= "christmas.jpg,happy_birthday_jeet.jpg";</code><br />
// Format explained below and why use this.</p>
<p><code>$jtd= date("d");<br />
$jtd= $jtd-7;// Minus 7 days to match above format.<br />
$jtd= $jtd . '-'. date("d"). '/' . date("m");<br />
$jc=0;<br />
$r= explode(",",$mdarr);<br />
foreach($r as $v)<br />
{<br />
if($jtd==$v)<br />
{<br />
++$jc;<br />
}<br />
}<br />
if($jc>0)<br />
{<br />
--$jc;<br />
$img= explode(",", $miarr);<br />
$img= $img[$jc];<br />
print '<br />
<img src="images/'. $img. '" alt="'. $img. '" /><br />
';<br />
}<br />
else<br />
{<br />
print '<br />
<img src="images/default_logo.jpg" alt="default logo" /><br />
';<br />
}<br />
?></code></p>
<p>About the date format.</p>
<p><code>$mdarr= "18-25/12,13-20/05";</code><br />
Here you can fit an array for all the dates you wish to change your image on.<br />
For example 25/12 (25 December.) Minus 7 days makes it:<br />
18-25/12, so your image starts appearing 7 days before the actual festival.<br />
Add a "," sign and enter another date in same format.<br />
(Minus 7 days)-(Actual date)/(month)<br />
Add as many as you like.</p>
<p>Which Image to use:<br />
<code>$miarr= "christmas.jpg,happy_birthday_jeet.jpg";</code></p>
<p>Just enter the full image file name for each date at the same "number" position as it appears in date array.<br />
Seperated by "," sign.</p>
<p>18-25/12 was first item, so "christmas.jpg" is first in this array.<br />
and so on.</p>
<p>Then replace the <code>img</code> tag for your logo with this code above.<br />
Fill the array once, and probably will never have to touch it again...</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/changing-header-images-based-on-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submitting Your Sites To Directories&#8230;</title>
		<link>http://www.flukeit.com/submitting-your-sites-to-directories/</link>
		<comments>http://www.flukeit.com/submitting-your-sites-to-directories/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 11:03:03 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/submitting-your-sites-to-directories/</guid>
		<description><![CDATA[

Submitting your website to directories in an attempt to gain pagerank and/or traffic can be hazardous to your mailbox. While many directory owners have good intentions, some take it to the next level by spamming your email address. 
I strongly suggest using an email address that you only use for such applications. Good ones to [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://x.azjmp.com/0BLSn'><img src='http://images.imgehost.com/3717/banners/12062006/468x60.gif' border='0'></a>
<div style='position:relative left:-1px; top:-1px;'><img src="http://i.azjmp.com/0BLSq" height="1" width="1"></div>
<p>Submitting your website to directories in an attempt to gain pagerank and/or traffic can be hazardous to your mailbox. While many directory owners have good intentions, some take it to the next level by spamming your email address. </p>
<p>I strongly suggest using an email address that you only use for such applications. Good ones to use are Yahoo, Hotmail or Gmail adresses because they&#8217;re quite disposable.</p>
<p>It might also be worht mentioning that just because a directory &#8220;Looks Legit&#8221; doesn&#8217;t mean they will spam you. I have been spammed by some very reputable directory owners.</p>
<p>I&#8217;ve posted some of my own link directories in the sidebar, I assure you that you will not be spammed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/submitting-your-sites-to-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware Browser Incompatibilities</title>
		<link>http://www.flukeit.com/beware-browser-incompatibilities/</link>
		<comments>http://www.flukeit.com/beware-browser-incompatibilities/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 07:13:36 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/beware-browser-incompatibilities/</guid>
		<description><![CDATA[
As I mentioned in a previous post, I decided to remake a website that was Drupal based, and make is a Wordpress site.
Now you would think that I would learn, because I preach this to others but never remember myself. Before you get too far along in a site, check it with other browsers and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.azoogleads.com/az/new/publisher.php?i=25330"><img border="0" src="http://login.azoogleads.com/images/referrals/yellow_300x95_2.gif"></a></p>
<p>As I mentioned in a <a href="http://www.flukeit.com/drupal-backend-is-awful/">previous post</a>, I decided to remake a website that was Drupal based, and make is a Wordpress site.</p>
<p>Now you would think that I would learn, because I preach this to others but never remember myself. Before you get too far along in a site, check it with other browsers and resolution settings. </p>
<p>Once again, I took it for granted.</p>
<p>I got pretty far into my new Wordpress theme. I was near three hours into recoding and rebuilding this site until I had to go to work. At my &#8220;Real Job&#8221; I was checking on some things using a different computer. My stomach sank when I looked at my new site and it was half gone.</p>
<p>I realized that using the Liquid Summer 1.0 theme, it looks awesome with Firefox but with Internet Explorer, forget it. I decided quickly that I would be better off just scrapping and starting with a different theme than to try to make this one work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/beware-browser-incompatibilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Backend is Awful!</title>
		<link>http://www.flukeit.com/drupal-backend-is-awful/</link>
		<comments>http://www.flukeit.com/drupal-backend-is-awful/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 12:50:55 +0000</pubDate>
		<dc:creator>Flukeit</dc:creator>
				<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.flukeit.com/drupal-backend-is-awful/</guid>
		<description><![CDATA[I recently purchased two Drupal based websites. One of them is Pet Search Engine and is a real fix me upper. 
As I went in the back end and was attempting to make changes, I was completely unimpressed with how the system works. It almost feels like they&#8217;re trying to do too much and leaves [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased two <a href="http://drupal.org/">Drupal</a> based websites. One of them is <a href="http://petsearchengine.info/">Pet Search Engine</a> and is a real fix me upper. </p>
<p>As I went in the back end and was attempting to make changes, I was completely unimpressed with how the system works. It almost feels like they&#8217;re trying to do too much and leaves the administrator completely confused. I tinkered around for several hours and am still finding things. </p>
<p>The navigational system in there is bad also. In fact, I am so displeased with it, I am leaning towards scrapping the entire site and starting fresh with a <a href="http://wordpress.org/">Wordpress</a> based site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flukeit.com/drupal-backend-is-awful/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
