<?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>Jenn Mears Web Design &#187; ads</title>
	<atom:link href="http://www.jennmearswebdesign.com/tag/ads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jennmearswebdesign.com</link>
	<description>North Shore Web Design &#38; Development</description>
	<lastBuildDate>Thu, 29 Apr 2010 03:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Advertising-The easy way</title>
		<link>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/</link>
		<comments>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:24:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ads]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/</guid>
		<description><![CDATA[
It seems like it should be easy enough.  Your client wants to put a few ads for local businesses into the sidebar of their site.  So you upload an image for the ad into your &#8220;images&#8221; folder, open up your &#8220;sidebar.php&#8221; file, find out where you want the ad to show up, write [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R6YnEPS1_GI/AAAAAAAAAEA/ML5Zlrf44us/s1600-h/pam_ad.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R6YnEPS1_GI/AAAAAAAAAEA/ML5Zlrf44us/s320/pam_ad.jpg" alt="" id="BLOGGER_PHOTO_ID_5162856976605379682" border="0" /></a></p>
<p>It seems like it should be easy enough.  Your client wants to put a few ads for local businesses into the sidebar of their site.  So you upload an image for the ad into your &#8220;images&#8221; folder, open up your &#8220;sidebar.php&#8221; file, find out where you want the ad to show up, write some html and Voila!  Hey, wait a minute, there&#8217;s no image, just the &#8220;alt&#8221; tag showing through.  What up?<br /><span id="more-210"></span><br />After spending some time wading through the <a href="http://en.forums.wordpress.com/topic.php?id=9819&amp;page">Wordpress forums</a>, I found out that I should put a text widget into my sidebar.  Okay, simple enough, wait!  Now my entire sidebar disappeared!<br />I took the text1 widget out and tried looking for another solution.<br /><span style="display: block;" id="formatbar_Buttons"><span class="on" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"></span></span><br />If Wordpress has a weak link, it&#8217;s the fact that its administrators tend to shunt most of the technical support into the forums arena.  Its a nice gesture to let the community solve its own problems and it frees up their time to keep developing, but, as we all know, these online forums run the risk of being rife with misinformation and posters who forget to play nice.  Long story short, after much Googling, I found a very simple solution that doesn&#8217;t involve messy <a href="http://lorelle.wordpress.com/2006/03/10/playing-with-wordpresscom-new-sidebar-widgets/">widgets</a> or <a href="http://www.emomsathome.com/blog/2007/07/12/a-wordpress-quickstart-guide-what-plugins-should-i-use/">plugins</a>.  (Muchos gracias Lorelle and Wendy!)</p>
<p>Jennsweb recipe for easy Wordpress Ads<br />(author&#8217;s note: these are simply advertising text, image and link.  Therefore, they don&#8217;t count clicks, or generate themselves dynamically via keywords.  That <span style="font-style: italic;">is</span> a <a href="http://codex.wordpress.org/User:Tomhanna/Adding_Ads_to_Wordpress">plugin</a> thing.)</p>
<p><span style="font-weight: bold;">Step 1</span>: Create a small rectangular image to use for your ad.  Save it at dimensions that will fit into your theme&#8217;s sidebar.  I created the image at the top of this article to be 100 pixels wide by 124 high.  For consistency&#8217;s sake, I save the optimized image in the &#8220;images&#8221; folder of the theme.</p>
<p><span style="font-weight: bold;">Step 2</span>: Go to your site&#8217;s Admin panel (dashboard) and choose Write>Post.  Just write a quick title in the Title area so you will be able to find it later.</p>
<p><span style="font-weight: bold;">Step 3</span>: Go down to the Upload area and browse to where you saved the image and upload it.  Make sure it uploads at the full size.</p>
<p><span style="font-weight: bold;">Step 4</span>: Save the post, but don&#8217;t publish it.</p>
<p><span style="font-weight: bold;">Step 5</span>: Go to Manage>Uploads to find the image you just uploaded.  Click on the image to load its URL into the address bar.</p>
<p><span style="font-weight: bold;">Step 6</span>: Highlight the image&#8217;s URL and then copy it.</p>
<p><span style="font-weight: bold;">Step 7</span>: Go to Presentation>Theme Editor, and select your sidebar file for editing.  Find the place in the code where you would like the ad to appear.  For example, I chose a place down at the end, just in front of the closing  tag.</p>
<p><span style="font-weight: bold;">Step 8</span>:  Type in the HTML for your ad&#8217;s copy and hyperlink.  For the image, type in something like this:<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_01qLqkXNUc8/R6YpafS1_HI/AAAAAAAAAEI/n0fOmJ8VaO8/s1600-h/imgsrc_tag.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_01qLqkXNUc8/R6YpafS1_HI/AAAAAAAAAEI/n0fOmJ8VaO8/s320/imgsrc_tag.jpg" alt="" id="BLOGGER_PHOTO_ID_5162859557880724594" border="0" /></a></p>
<p><span style="font-weight: bold;"><br />Step 9</span>: Now place your cursor in between the two quotation marks and paste the image&#8217;s URL there.</p>
<p><span style="font-weight: bold;">Step 10</span>: Click &#8220;update file&#8221; and then view your site to test the result.  You may want to tweak the copy or placement a little, and that should be possible with the theme&#8217;s stylesheet file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogs, and the blogging bloggers that blog them</title>
		<link>http://www.jennmearswebdesign.com/2008/01/25/blogs-and-the-blogging-bloggers-that-blog-them/</link>
		<comments>http://www.jennmearswebdesign.com/2008/01/25/blogs-and-the-blogging-bloggers-that-blog-them/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 17:26:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/01/25/blogs-and-the-blogging-bloggers-that-blog-them/</guid>
		<description><![CDATA[I&#8217;ve been acting like a squirrel on crack with Del.icio.us over the past 2 years.  In the course of trying to grow a web design business from something done on the side, when I&#8217;ve got free time on the weekend, through the part time graphic design job with the difference made up with web [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been acting like a squirrel on crack with <a href="http://del.icio.us">Del.icio.us</a> over the past 2 years.  In the course of trying to grow a web design business from something done on the side, when I&#8217;ve got free time on the weekend, through the part time graphic design job with the difference made up with web clients, to taking the plunge into the full time freelance world, every time I researched a different aspect of the web, I would hit Google and bookmark every decent article I could get my hands on.</p>
<p>The following list is the first of (hopefully) many where I share the best of the best on various topics such as Search Engine Optimization, hosting, web technologies and this one, blogging.<br /><span id="more-205"></span><br />1) <a href="http://www.stevepavlina.com/blog/2006/05/how-to-make-money-from-your-blog/">Detailed article</a> on how to generate income from a blog by Steve Pavlina</p>
<p>2) <a href="http://mediasavvy.com/archives/000474.shtml">10 Free (or cheap) Content Management Systems</a>.  A CMS is basically a blog&#8217;s sophisticated older cousin.  This is a quick start in getting a handle on what words like Zope, Apache and Plone mean.</p>
<p>3) <a href="http://www.etechbuzz.com/tips-to-earn-more-revenue-from-adsense/">Adsense sense and sensibility</a>.  Useful tips onhow to use Google&#8217;s Adsense feature without feeling like a big fat whore.</p>
<p>4) <a href="http://www.photoshopsupport.com/tutorials/jennifer/blog-templates.html">Kustomizing</a> your tangerine candy-flake streamlined blog.  Cool tutorials for giving a blog a personalized look by Jennifer Apple.</p>
<p>5) <a href="http://37signals.com/svn/archives2/small_biz_101_digg_is_your_marketing_secret_weapon.php">Now Digg this</a>.  A short and sweet article on 37 Signal&#8217;s site about how to get your blog noticed, the right way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/01/25/blogs-and-the-blogging-bloggers-that-blog-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
