<?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>The Webmaster's Edge &#187; Running a Website</title>
	<atom:link href="http://webmastersedge.net/home/category/running-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmastersedge.net/home</link>
	<description>Offering help to monetize, advertise, build, and maintain your website.</description>
	<lastBuildDate>Fri, 08 Aug 2008 12:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Attributes A-Z: The A Tag</title>
		<link>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/</link>
		<comments>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:45:44 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML tags]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=203</guid>
		<description><![CDATA[



Something which is most necessary to be added to the Wiki is an HTML Tag Reference.  To this end, I have decided to start a series going through the tags from A-Z.  Within a few days of each post I will then update the Wiki with the new information.  Today I will [...]]]></description>
			<content:encoded><![CDATA[<p><div class="c_intxt_boxad">
<script type="text/javascript"><!--
ch_client = "bliedel";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_non_contextual = 4;
ch_color_title = "3366FF";
ch_font_title = "verdana,tahoma,georgia";
ch_font_text = "verdana,tahoma,georgia";
ch_vertical ="premium";
ch_target = "_blank";
ch_sid = "300x250 Chitika Premium";
ch_alternate_ad_url = "http://webmastersedge.net/ad_banners/chitika_300x250_alt_ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script>
</div>Something which is most necessary to be added to the Wiki is an HTML Tag Reference.  To this end, I have decided to start a series going through the tags from A-Z.  Within a few days of each post I will then update the Wiki with the new information.  Today I will start with the Anchor Tag.</p>
<h3>The Anchor Tag</h3>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></div></div>
<p><font size="+1"><b>a</b></font> &#8211; The Anchor tag, which is most commonly associated with hyperlinks.</p>
<p>&nbsp;</p>
<ul>
<li><b>charset</b> &#8211; This attribute specifies the character encoding of the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://www.iana.org/assignments/character-sets">IANA Character Sets</a> for these values.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>coords</b> &#8211; This attribute specifies the coordinates that define a linked region in an image map.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>If the image map is a circle &#8211; Enter three coordinates: <i>center-x-axis,center-y-axis,radius</i></li>
<li>If the image map is a polygon &#8211; Enter the X/Y coordinates of each corner: <i>x1,y1,x2,y2,x3,y3,x4,y4&#8230;</i></li>
<li>If the image map is a rectangle &#8211; Enter the X/Y coordinates of each of the four corners: <i>left(x1),top(y1),right(x2),bottom(y2)</i></li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>href</b> &#8211; This attribute specifies the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>Absolute URLs &#8211; Example: <b>webmastersedge.net</b> &#8211; Navigates to a new site.</li>
<li>Anchor URLs &#8211; Example: <b>index.html</b> &#8211; Navigates to another page.</li>
<li>Relative URLs &#8211; Example: <b>#top</b> &#8211; Navigates to an anchor within the page.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>hreflang</b> &#8211; This attribute specifies the target URL&#8217;s written language with a two letter language code.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://people.w3.org/rishida/utils/subtags/index.php?searchtype=3&#038;searchtext=notext&#038;submit=Display">IANA Language Subtag Registry Search</a> for these values.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>name</b> &#8211; This attribute names an anchor.  While this is widely being replaced with the id attribute, it can be used to set an anchor point which can specify a spot on the page to be &#8220;jumped to&#8221; by using another hyperlink.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>Can have any value that starts with a letter and only contains: <i>a-z</i> , <i>A-Z</i> , <i>0-9</i> , <i>colons</i> , <i>hyphens</i> , <i>periods</i> , <i>underscores</i></li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>rel</b> &#8211; This attribute specifies the relationship between the current document and the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>alternate</b> &#8211; Suggests that the target URL is an alternate version or mirror of the current page.</li>
<li><b>appendix</b> &#8211; Suggests that the target URL is an appendix.</li>
<li><b>bookmark</b> &#8211; Suggests that the target URL is a related page.</li>
<li><b>chapter</b> &#8211; Suggests that the target URL is a chapter of a series of pages.</li>
<li><b>contents</b> &#8211; Suggests that the target URL is a table of contents for the current page.</li>
<li><b>copyright</b> &#8211; Suggests that the target URL is a page containing copyright information.</li>
<li><b>glossary</b> &#8211; Suggests that the target URL is a glossary of terms used in the current page.</li>
<li><b>help</b> &#8211; Suggests that the target URL is a help document.</li>
<li><b>index</b> &#8211; Suggests that the target URL is an index of the current page.</li>
<li><b>next</b> &#8211; Suggests that the target URL is the next page in the current series.</li>
<li><b>prev</b> &#8211; Suggests that the target URL is the previous page in the current series.</li>
<li><b>section</b> &#8211; Suggests that the target URL is a section of a series of pages.</li>
<li><b>start</b> &#8211; Suggests that the target URL is the first page in a series.</li>
<li><b>stylesheet</b> &#8211; Suggests that the target URL is an external stylesheet for the current page.</li>
<li><b>subsection</b> &#8211; Suggests that the target URL is a subsection of the current series.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>rev</b> &#8211; This attribute specifies the relationship between the current document and the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>alternate</b> &#8211; Suggests that the target URL is an alternate version or mirror of the current page.</li>
<li><b>appendix</b> &#8211; Suggests that the target URL is an appendix.</li>
<li><b>bookmark</b> &#8211; Suggests that the target URL is a related page.</li>
<li><b>chapter</b> &#8211; Suggests that the target URL is a chapter of a series of pages.</li>
<li><b>contents</b> &#8211; Suggests that the target URL is a table of contents for the current page.</li>
<li><b>copyright</b> &#8211; Suggests that the target URL is a page containing copyright information.</li>
<li><b>glossary</b> &#8211; Suggests that the target URL is a glossary of terms used in the current page.</li>
<li><b>help</b> &#8211; Suggests that the target URL is a help document.</li>
<li><b>index</b> &#8211; Suggests that the target URL is an index of the current page.</li>
<li><b>next</b> &#8211; Suggests that the target URL is the next page in the current series.</li>
<li><b>prev</b> &#8211; Suggests that the target URL is the previous page in the current series.</li>
<li><b>section</b> &#8211; Suggests that the target URL is a section of a series of pages.</li>
<li><b>start</b> &#8211; Suggests that the target URL is the first page in a series.</li>
<li><b>stylesheet</b> &#8211; Suggests that the target URL is an external stylesheet for the current page.</li>
<li><b>subsection</b> &#8211; Suggests that the target URL is a subsection of the current series.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>shape</b> &#8211; This attribute defines the shape of an image map.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>circ</b> &#8211; Defines a circular region of an image map.</li>
<li><b>circle</b> &#8211; Defines a circular region of an image map.</li>
<li><b>default</b> &#8211; Defines the entire area an image map.</li>
<li><b>poly</b> &#8211; Defines a polygonal region of an image map.</li>
<li><b>polygon</b> &#8211; Defines a polygonal region of an image map.</li>
<li><b>rect</b> &#8211; Defines a rectangular region of an image map.</li>
<li><b>rectangle</b> &#8211; Defines a rectangular region of an image map.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>target</b> &#8211; This attribute specifies where to open the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>_blank</b> &#8211; Sets the target URL to open in a new window.</li>
<li><b>_parent</b> &#8211; Sets the target URL to open in the parent frameset.</li>
<li><b>_self</b> &#8211; Sets the target URL to open in the same frame as the link.</li>
<li><b>_top </b> &#8211; Sets the target URL to open in current window.</li>
<li><i>wildcard</i> &#8211; You can enter the name of a frame in order for the URL to open in that specified frame.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>type</b> &#8211; This attribute specifies the MIME type of the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://www.iana.org/assignments/media-types/">IANA Registered MIME Types</a> for these values.</li>
</ul>
</li>
</ul>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fhtml-attributes-a-z-the-a-tag%2F';
  addthis_title  = 'HTML+Attributes+A-Z%3A+The+A+Tag';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partnerships And Co-brands</title>
		<link>http://webmastersedge.net/home/2008/partnerships-and-co-brands/</link>
		<comments>http://webmastersedge.net/home/2008/partnerships-and-co-brands/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 00:31:05 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Website Monetization]]></category>
		<category><![CDATA[Cobranding]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=199</guid>
		<description><![CDATA[



Out of ad space?  Wondering if there is an easy way to quickly add more content and value to your site?  Want to make more money?  Herein lies the power of partnerships and co-brand agreements.
The What
A co-branded website is someone else&#8217;s content, with your name on it.  Basically, they provide all [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Out of ad space?  Wondering if there is an easy way to quickly add more content and value to your site?  Want to make more money?  Herein lies the power of partnerships and co-brand agreements.</p>
<h3>The What</h3>
<p>A co-branded website is someone else&#8217;s content, with your name on it.  Basically, they provide all of the content that your users may be able to use, you just supply the traffic.  Co-branding agreements come in many forms, but typically you make a revenue share off of their co-brand.</p>
<h3>The Why</h3>
<ul>
<li>More content for your website = More value to your users!</li>
<li>Increased cashflow!</li>
</ul>
<h3>The Who</h3>
<p>So what types of companies do co-brands?  Some big ones include sites like Careerbuilder or Pricegrabber.  These co-brands can add value while producing income and I highly recommend them.  They are not the only co-brands out there, but they are amongst the biggest.  If you run accross a co-brand that seems to fit your site, I highly recommend taking it into consideration.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fpartnerships-and-co-brands%2F';
  addthis_title  = 'Partnerships+And+Co-brands';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/partnerships-and-co-brands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making The Most Of SezWho: Entrecard Credits For YOU!</title>
		<link>http://webmastersedge.net/home/2008/making-the-most-of-sezwho-entrecard-credits-for-you/</link>
		<comments>http://webmastersedge.net/home/2008/making-the-most-of-sezwho-entrecard-credits-for-you/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 19:13:51 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Webmaster's Edge Updates]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Entrecard]]></category>
		<category><![CDATA[SezWho]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=200</guid>
		<description><![CDATA[So in theory SezWho is a GREAT idea!  The only problem being that the smaller blogs with SezWho will likely not get nearly as many comments as the bigger blogs using SezWho.
So what can a smaller blog do to increase their comment traffic through the use of SezWho?
Rate, Rate, Rate!
Rate your comments!  Make [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->So in theory SezWho is a GREAT idea!  The only problem being that the smaller blogs with SezWho will likely not get nearly as many comments as the bigger blogs using SezWho.</p>
<p>So what can a smaller blog do to increase their comment traffic through the use of SezWho?</p>
<h3>Rate, Rate, Rate!</h3>
<p>Rate your comments!  Make a pledge to your readers that you will rate their comments whether they are good or bad.  Don&#8217;t promise good ratings, just promise ratings based on how insightful or engaged their comment might be.</p>
<h2>The Webmaster&#8217;s Edge Promises To Rate Your Commnets</h2>
<p>I hereby pledge to read the comments posted on this blog and make certain to rate them.  This means that if you make valuable and engaged comments on The Edge, you can <strong>earn EXTRA Entrecard credits</strong> if you are using SezWho!  While I will not be going back and rating old comments, from this moment forward, I will do my best to rate all of the comments on the blog.  This is my chance to engage my users in conversation and this is your chance to earn Entrecard credits for becoming involved in these discussions!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fmaking-the-most-of-sezwho-entrecard-credits-for-you%2F';
  addthis_title  = 'Making+The+Most+Of+SezWho%3A+Entrecard+Credits+For+YOU%21';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/making-the-most-of-sezwho-entrecard-credits-for-you/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Entrecard continues to improve dramatically</title>
		<link>http://webmastersedge.net/home/2008/entrecard-continues-to-improve-dramatically/</link>
		<comments>http://webmastersedge.net/home/2008/entrecard-continues-to-improve-dramatically/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:17:08 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Webmaster News]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Entrecard]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=175</guid>
		<description><![CDATA[Entrecard has partnered with SezWho and talk about a match made in heaven!  Really, I couldn&#8217;t have thought of a better partnership.  The idea is that SezWho promotes people to comment on eachother&#8217;s blogs.  You can get  your comments rated, your blog posts rated, and it gives you as a blogger [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><a href="http://entrecard.com/"><img alt="Entrecard" src="http://entrecard.s3.amazonaws.com/images/250_full_logo.png" title="Entrecard" width="124" height="103" class="alignleft" /></a><a href="http://entrecard.com/">Entrecard</a> has partnered with <a href="http://sezwho.com/">SezWho</a> and talk about a match made in heaven!  Really, I couldn&#8217;t have thought of a better partnership.  The idea is that SezWho promotes people to comment on eachother&#8217;s blogs.  You can get  your comments rated, your blog posts rated, and it gives you as a blogger an overall rating.  Interesting concept and good in theory, but to be honest, I didn&#8217;t really see how it could possibly take off.</p>
<p>I didn&#8217;t, but Entrecard did.  Entrecard is exactly how SezWho is going to take off and it is working!  Entrecard is offering its publishers credits for every comment they make on a SezWho enabled blog.  Not only are they offering <strong>A</strong> credit, but they are offering a <strong>NUMBER</strong> of credits based on the rating of your post.  Genius really, 100% marketing genius.  On top of that, in order to further promote the partnership, Entrecard now has a &#8220;Must be Sezwho enabled?&#8221; checkbox when looking for blogs so that only SezWho enabled blogs will be displayed.</p>
<div class="alignright"><script type='text/javascript' src='http://sezwho.com/webservices/szbadge.php?email=WCU2v0cga0tDmvmCHk5V0jGILzjTWgdlgp9jTuhPawdA%2BuThXf0FFNMJNYlRHFwrqCgIxMzv4R%2FWdCYXlH5traKLnl0MPw9boMCPx5hGdXLS5Vqzt%2FHNT6Lsivn1VirPRNsY7IUYtXZ%2BNvM2G%2B2q9uYrw4KvZVvwQzFegGR6xMk%3D'> </script></div>
<h3>So SezWho Says What?</h3>
<p>Most people think that SezWho gets the &#8220;Long end of the stick&#8221; here.  I really think that without this partnership and/or others like it that it would be vapor after a few months to a year.  Not only will this partnership prevent it from becomign vapor, but it is really going to propel it forward.  I wouldn&#8217;t be surprised if 50% or more blogs end up using SezWho.</p>
<h3>But&#8230;Does Entercard Get The Short End?</h3>
<p>No way!  It may seem like it at first, but you really have to think long term.  This partnership gives Entrecard more survivability and viability.  It propels SezWho forward, but SezWho&#8217;s steam is going to rely on Entrecard.  This increases the value of the Entrecard service and further promotes the brand name.  Not only that, but it has the &#8220;look and feel&#8221; of &#8220;giving something back to the community&#8221;.</p>
<h3>So Nobody Wins?</h3>
<p><strong>Correction &#8211; Everybody Wins.</strong>  Entrecard wins, SezWho wins, and most importantly &#8211; The Bloggers win.  This will promote commenting on Blogs in a very big way.  More comments means more engaged readers, which translates into more traffic and more revenue.  If you haven&#8217;t done so yet, I suggest you sign up for both!</p>
<h3>But What&#8217;s The Catch?</h3>
<p>We don&#8217;t know yet.  It doesn&#8217;t appear as though SezWho is making any money yet.  They are just getting off the ground.  From their FAQ:</p>
<blockquote><p>The basic SezWho rating, reputation and profile services are provided for free on the currently supported platforms. SezWho will be offering upgrades to premium products and services in the future, but basic SezWho integration for standard social media platforms will always be available as a free service.</p></blockquote>
<p>I&#8217;m curious what options they are going to offer that will cost.  Whatever it is, I think that they are going to rake it in.  I am certain they already have the majority of active Entrecard bloggers signed up.  Whatever these new features are, I most certainly wish them luck!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fentrecard-continues-to-improve-dramatically%2F';
  addthis_title  = 'Entrecard+continues+to+improve+dramatically';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/entrecard-continues-to-improve-dramatically/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Promoting Your Website: A Recap</title>
		<link>http://webmastersedge.net/home/2008/promoting-your-website-a-recap/</link>
		<comments>http://webmastersedge.net/home/2008/promoting-your-website-a-recap/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:05:36 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Website promotion]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=171</guid>
		<description><![CDATA[I have been posting various ways to promote your website over the past few months and those posts are scattered throughout the archives.  In order to highlight these posts, I thought I would give you all a recap of what I have gone over so far.
It is worth noting that ALL of these methods [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I have been posting various ways to promote your website over the past few months and those posts are scattered throughout the archives.  In order to highlight these posts, I thought I would give you all a recap of what I have gone over so far.</p>
<p>It is worth noting that <strong>ALL</strong> of these methods discussed are <strong>FREE</strong> ways to promote your website.</p>
<h3>FREE Ways To Promote Your Website</h3>
<ul>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-part-twelve-the-domain-name/">Domain Names</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-one-search-engine-submissions/">Submit Your Site To Search Engines</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-two-talk-to-who-you-know/">Inform Your Contacts</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-three-entrecard-and-more-social-bookmarking-buttons/">Sign Up For Entrecard</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-three-entrecard-and-more-social-bookmarking-buttons/">Social Bookmarking Buttons</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-four-part-1-annoying-little-icons-replaced-a-note-about-entrecard-and-rss/">RSS</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-four-part-2-mybloglog/">MyBlogLog</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-five-submit-submit-submit/">Submissions, Tutorials, And Guest Blogs</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-six-entrecard-drops/">Entrecard Dropping</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-seven-other-sites-owned-by-the-webmaster/">Promote Your New Site On Your Old Sites</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-eight-forums-sigs-and-posts/">Forums, Sigs, Posts, And Comments</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-part-ten-top-commentators/">Become A Top Commentator</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-part-eleven-three-way-link-exchanges/">Three Way Link Exchanging</a>  UPDATED: &#8220;<a href="http://webmastersedge.net/home/2008/three-way-link-exchanging-vs-double-link-exchanging/">Double Link Exchanging</a>&#8220;</li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-part-thirteen-be-helpful/">Be Helpful!  Engage Your Readers!</a></li>
<li><a href="http://webmastersedge.net/home/2008/promoting-the-edge-day-nine-keep-doing-what-youve-been-doing/">Rinse And Repeat!!</a></li>
</ul>
<p>The most important thing to concentrate on though is quality content.  I cannot stress this enough!  If your site isn&#8217;t worth visiting then it will not retain visitors and all of the promotion you do is wasted.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fpromoting-your-website-a-recap%2F';
  addthis_title  = 'Promoting+Your+Website%3A+A+Recap';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/promoting-your-website-a-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.6 Now Available!</title>
		<link>http://webmastersedge.net/home/2008/wordpress-26-now-available/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-26-now-available/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 15:04:50 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Scripts / Software]]></category>
		<category><![CDATA[Webmaster News]]></category>
		<category><![CDATA[Webmaster's Edge Updates]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=166</guid>
		<description><![CDATA[Wordpress 2.6, Codename: Tyner, is now available for download!  Among the new features:

Post Revisions: Wiki-like tracking of edits
Press This!: Post from wherever you are on the web
Shift Gears: Turbo-speed your blogging
Theme Previews: See it before your audience does
Word count! Never guess how many words are in your post anymore.
Image captions, so you can add [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Wordpress 2.6, Codename: Tyner, is now available for download!  Among the new features:</p>
<ul>
<li>Post Revisions: Wiki-like tracking of edits</li>
<li>Press This!: Post from wherever you are on the web</li>
<li>Shift Gears: Turbo-speed your blogging</li>
<li>Theme Previews: See it before your audience does</li>
<li>Word count! Never guess how many words are in your post anymore.</li>
<li>Image captions, so you can add sweet captions like Political Ticker does under your images.</li>
<li>Bulk management of plugins.</li>
<li>A completely revamped image control to allow for easier inserting, floating, and resizing. It’s now fully integrated with the WYSIWYG.</li>
<li>Drag-and-drop reordering of Galleries.</li>
<li>Plugin update notification bubble.</li>
<li>Customizable default avatars.</li>
<li>You can now upload media when in full-screen mode.</li>
<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.</li>
<li>Full SSL support in the core, and the ability to force SSL for security.</li>
<li>You can now have many thousands of pages or categories with no interface issues.</li>
<li>Ability to move your wp-config file and wp-content directories to a custom location, for “clean” SVN checkouts.</li>
<li>Select a range of checkboxes with “shift-click.”</li>
<li>You can toggle between the Flash uploader and the classic one.</li>
<li>A number of proactive security enhancements, including cookies and database interactions.</li>
<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.</li>
<li>Version 2.6 fixes approximately 194 bugs.</li>
</ul>
<p>For more information here is a handy video:<br />
<embed src="http://v.wordpress.com/mARhRBcT/fmt_std" type="application/x-shockwave-flash" width="400" height="250" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&#038;width=400&#038;height=250"> </embed></p>
<p>For even more information visit:<br />
<a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">http://wordpress.org/development/2008/07/wordpress-26-tyner/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-26-now-available%2F';
  addthis_title  = 'Wordpress+2.6+Now+Available%21';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-26-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webmaster&#8217;s Edge Tutorials On Tutorialized</title>
		<link>http://webmastersedge.net/home/2008/webmasters-edge-tutorials-on-tutorialized/</link>
		<comments>http://webmastersedge.net/home/2008/webmasters-edge-tutorials-on-tutorialized/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:44:10 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Webmaster's Edge Updates]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=165</guid>
		<description><![CDATA[I submitted three tutorials for listing on Tutorialized.com a few weeks back and it appears they are now listed.

Linux Tutorials : Tar-ing and un-tar-ing tarballs, gz, and bz2 archives
Web Hosting Tutorials : CPanel Server: Receiving ERROR 2002 (HY000) after a MySQL upgrade
Web Hosting Tutorials : CPanel Server: How to fix Modsecparse.pl errors after a MySQL [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I submitted three tutorials for listing on Tutorialized.com a few weeks back and it appears they are now listed.</p>
<ul>
<li><a href="http://www.tutorialized.com/tutorial/Tar-ing-and-un-tar-ing-tarballs-gz-and-bz2-archives/36138">Linux Tutorials : Tar-ing and un-tar-ing tarballs, gz, and bz2 archives</a></li>
<li><a href="http://www.tutorialized.com/tutorial/CPanel-Server-Receiving-ERROR-2002-HY000-after-a-MySQL-upgrade/36163">Web Hosting Tutorials : CPanel Server: Receiving ERROR 2002 (HY000) after a MySQL upgrade</a></li>
<li><a href="http://www.tutorialized.com/tutorial/CPanel-Server-How-to-fix-Modsecparse.pl-errors-after-a-MySQL-upgrade./36162">Web Hosting Tutorials : CPanel Server: How to fix Modsecparse.pl errors after a MySQL upgrade.</a></li>
</ul>
<p>It appears someone has viewed them (not necessarily clicked on the link though) about 500 times.  Most certainly not a bad way to generate some additional traffic.  I will likely be submitting more tutorials in the future.  I highly recommend this type of exposure to anyone who&#8217;s websites features tutorials of any kind.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwebmasters-edge-tutorials-on-tutorialized%2F';
  addthis_title  = 'Webmaster%26%238217%3Bs+Edge+Tutorials+On+Tutorialized';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/webmasters-edge-tutorials-on-tutorialized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defining Advertising Terms And Acronyms Part Two</title>
		<link>http://webmastersedge.net/home/2008/defining-advertising-terms-and-acronyms-part-two/</link>
		<comments>http://webmastersedge.net/home/2008/defining-advertising-terms-and-acronyms-part-two/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:48:54 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Ad Networks]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Website Monetization]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Terms]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=163</guid>
		<description><![CDATA[In my last post (http://webmastersedge.net/home/2008/defining-advertising-terms-and-acronyms/) on Internet Advertising Terms And Acronyms I defined the following terms:

Banner, CPA / Cost Per Action, CPC / Cost Per Click, CPL / Cost Per Lead, CPM / Cost Per Thousand, CPS / Cost Per Sale, Impression, IO / Insertion Order, Inventory, PPC / Pay Per Click, Rich Media, ROI [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post (http://webmastersedge.net/home/2008/defining-advertising-terms-and-acronyms/) on Internet Advertising Terms And Acronyms I defined the following terms:</p>
<p><!--adsense--></p>
<p>Banner, CPA / Cost Per Action, CPC / Cost Per Click, CPL / Cost Per Lead, CPM / Cost Per Thousand, CPS / Cost Per Sale, Impression, IO / Insertion Order, Inventory, PPC / Pay Per Click, Rich Media, ROI / Return On Investment, RON / Run Of Network, The Fold</p>
<p>Today, I will go over another batch of important terms.</p>
<p><strong>Ad rotation</strong>: Ads are typically rotated based on a given list and given conditions.  This can be managed by an Ad Network, a simple rotation script, or more complex Ad Management software.  There can be any number of ads in a given rotation and they are often based on demographics and a requirement for number of views each ad needs to achieve.</p>
<p><strong>Affiliate</strong>: An affiliate is a webmaster who has a relationship with an advertiser for CPA advertising / Affiliate Marketing.</p>
<p><strong>Affiliate Marketing</strong>: Affiliate Marketing is another term for CPA Advertising.  This is a form of advertising where the advertiser pays based on specified actions taken by the end user. Some examples would be filling out a form after clicking on the ad or purchasing a product after clicking on the ad.</p>
<p><strong>Clickthrough</strong>: A click in which the user was successfully directed to the Advertiser&#8217;s landing page.</p>
<p><strong>Co-branding</strong>: A site which is branded with the logos and/or style of another site for use with the other site is called a co-brand.</p>
<p><strong>Creative</strong>: The Creative is the advertisment itself, whether it be a banner, rich media, or text ad.</p>
<p><strong>CTR / Clickthrough Rate</strong>: The Clickthrough Rate is the rate at which an ad is clicked on and the user is successfully directed to the Advertiser&#8217;s landing page.  Clickthrough rates are often used to determine whether or not an ad is served and can sometimes have a Publisher&#8217;s account cancelled with an Ad Network due to low Clickthrough rates.</p>
<p><strong>Demographics</strong>: The data that makes up a website&#8217;s audience such as age, gender, income, and location are the demographics for a given site.</p>
<p><strong>PSA / Public Service Advertisement</strong>: A Public Service Advertisement or Public Service Announcement is an advertisement that is run on a website for no charge, usually when there are no other ads to display.  These ads are usually displayed for charities or government agencies.</p>
<p><strong>SEO / Search Engine Optimization</strong>: The process of optimizing one&#8217;s website to get better results in search engines.</p>
<p><strong>SEM / Search Engine Marketing</strong>: Promoting one&#8217;s website through a search engine, either through paid listings, or getting one&#8217;s site higher Search engine rankings through other means.</p>
<p><strong>ROS / Run Of Site</strong>: An ad shown anywhere on a website as opposed to specific pages or categories of the website.</p>
<p><strong>Unique / Unique User / Unique Visitor</strong>: A visitor is counted as a Unique on their first pageview of the website for that day.</p>
<p>All of the terms from both posts can now be found in the Wiki filed under <a href="http://webmastersedge.net/webmaster_wiki/Advertising_Terms">Advertising Terms</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fdefining-advertising-terms-and-acronyms-part-two%2F';
  addthis_title  = 'Defining+Advertising+Terms+And+Acronyms+Part+Two';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/defining-advertising-terms-and-acronyms-part-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpBB2 Forum CounterSpam Measures</title>
		<link>http://webmastersedge.net/home/2008/phpbb2-forum-counterspam-measures/</link>
		<comments>http://webmastersedge.net/home/2008/phpbb2-forum-counterspam-measures/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 18:58:39 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Scripts / Software]]></category>
		<category><![CDATA[phpBB2]]></category>
		<category><![CDATA[phpBB3]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=161</guid>
		<description><![CDATA[I&#8217;ve been having difficulty upgrading one of my phpBB2 forums to phpBB3.  For some reason it is dying on one of the import steps.  Due to this, the forum is going to need to remain at v2 for a while yet.  The problem is that it is getting attacked RUTHLESSLY by spammers [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I&#8217;ve been having difficulty upgrading one of my phpBB2 forums to phpBB3.  For some reason it is dying on one of the import steps.  Due to this, the forum is going to need to remain at v2 for a while yet.  The problem is that it is getting attacked RUTHLESSLY by spammers and spam-bots.  I have tried a few different methods of curbing them, but none have been very effective.  I have just implemented a new countermeasure though that appears to be working pretty well thus far.  It is called <a href="http://www.lithiumstudios.org/phpBB3/viewtopic.php?f=25&#038;t=4">Anti-Spam ACP 2.0.9</a> and my initial reaction is that it is doing wonders.  Within the first few minutes the logfiles showed 20-30 blocked spambot user registrations.</p>
<p>Is this solution 100%?  I doubt it.  Nothing beats a good team of Forum Moderators, but it most certainly can help!  Another Mod I highly recommend is a Delete User and Posts mod, but i can&#8217;t for the life of me remember where I found it for certain.  This MAY be it:</p>
<p><a href="http://www.phpbb.com/community/viewtopic.php?t=29821">http://www.phpbb.com/community/viewtopic.php?t=29821</a></p>
<p>The Humanizer is another good one, but didn&#8217;t quite get the job done like Anti-Spam ACP appears to be.  Hopefully I&#8217;ll be able to ditch phpBB2 soon so that I can move on to phpBB3&#8217;s new anti-spam measures.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fphpbb2-forum-counterspam-measures%2F';
  addthis_title  = 'phpBB2+Forum+CounterSpam+Measures';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/phpbb2-forum-counterspam-measures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Tutorial: Creating A Sidebar Part Four &#8211; Widgitize Your Theme</title>
		<link>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 18:37:47 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[woolleymom.com]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=159</guid>
		<description><![CDATA[As you may know, I am helping to administer The Woolly Mom. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.
Today’s Topic: Widgitize The Sidebar
In order to ad widgets to a sidebar, we must undergo [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->As you may know, I am helping to administer The <a href="http://woollymom.com/">Woolly Mom</a>. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.</p>
<h3>Today’s Topic: Widgitize The Sidebar</h3>
<p>In order to ad widgets to a sidebar, we must undergo a few simple steps in order to widgetize the theme, assuming the theme isn&#8217;t already widget-ready.  The first step is to take a look at your sidebar setup.  Ours is:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>THE TITLE<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
THE WIDGET<br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span></div></div>
<p>So to facilitate this, we create a functions.php template file and include the following in it:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <a href="http://www.php.net/function_exists"><span style="color: #990000;">function_exists</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'register_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; register_sidebar<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'before_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'after_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/div&gt;&lt;/li&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'before_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;div class=&quot;sbartitle&quot;&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'after_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/div&gt;&lt;div style=&quot;margin-right:10px&quot;&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>Once this is setup, I placed the following code where her sidebar should be (after the &lt;ul&gt; tag):</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><a href="http://www.php.net/function_exists"><span style="color: #990000;">function_exists</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #339933;">||</span> <span style="color: #339933;">!</span>dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>Then right before the &lt;/ul&gt; tag:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>And viola!  Add the widgets and that&#8217;s that!  If you want some items to appear in the sidebar before the widgets (without using the text widget), just add those items before the above code right after the &lt;ul&gt; tag.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme%2F';
  addthis_title  = 'Wordpress+Tutorial%3A+Creating+A+Sidebar+Part+Four+%26%238211%3B+Widgitize+Your+Theme';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

