<?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>Blogging Girl &#187; tips</title>
	<atom:link href="http://www.blogging-girl.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogging-girl.com</link>
	<description>Blogging about everything related to blogs</description>
	<lastBuildDate>Sun, 29 Jan 2012 17:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>5 quick SEO tips</title>
		<link>http://www.blogging-girl.com/2011/11/11/5-quick-seo-tips/</link>
		<comments>http://www.blogging-girl.com/2011/11/11/5-quick-seo-tips/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 13:45:59 +0000</pubDate>
		<dc:creator>Blogging Girl</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogging-girl.com/?p=1892</guid>
		<description><![CDATA[Optimize your meta tags. Pick a blog title and stick with it, but update your meta description and meta keywords to provide primary and supportive keywords. When using keywords, don&#8217;t list the plural or past tense of words &#8212; search engines don&#8217;t differentiate. Also, give those meta tags a boost by using the same keywords [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blogging-girl.com%2F2011%2F11%2F11%2F5-quick-seo-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blogging-girl.com%2F2011%2F11%2F11%2F5-quick-seo-tips%2F&amp;source=kissmykitty&amp;style=normal&amp;service=bit.ly&amp;service_api=R_aff8a5eacc184cd915b7271737376285&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ol>
<li><strong>Optimize your meta tags.</strong> Pick a blog title and stick with it, but update your meta description and meta keywords to provide primary and supportive keywords. When using keywords, don&#8217;t list the plural or past tense of words &#8212; search engines don&#8217;t differentiate. Also, give those meta tags a boost by using the same keywords in heading tags and image attributes.</li>
<li><strong>When it comes to inbound links, focus on quality rather than quantity.</strong> Inbound links from two PR3 or PR4 blogs can mean a lot more than inbound links from ten PR1 or PR2 blogs.</li>
<li><strong>Don&#8217;t neglect your attributes.</strong> And by attributes I mean the &#8220;alt&#8221; and &#8220;title&#8221; tags you can add to links and images. On a related note, give images and other files file names that contain your keywords.</li>
<li><strong>Keep your content fresh.</strong> Aim to update your blog at least three times per (7-day) week in order to maintain optimal blog freshness.</li>
<li><strong>Be a special snowflake.</strong> When it comes to Google, the more unique you can be, the more highly the search engine giant will think of you!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.blogging-girl.com/2011/11/11/5-quick-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A list of common escape codes</title>
		<link>http://www.blogging-girl.com/2009/08/31/a-list-of-common-escape-codes/</link>
		<comments>http://www.blogging-girl.com/2009/08/31/a-list-of-common-escape-codes/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:35:07 +0000</pubDate>
		<dc:creator>Blogging Girl</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogging-girl.com/?p=637</guid>
		<description><![CDATA[Escape codes are special entities that allow you to post raw HTML and XHTML within webpages. Because HTML is used to construct and display webpages, many characters are reserved, which means that they cannot be used and will not be displayed within browsers. These characters include left and right angle brackets and other significant markup [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blogging-girl.com%2F2009%2F08%2F31%2Fa-list-of-common-escape-codes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blogging-girl.com%2F2009%2F08%2F31%2Fa-list-of-common-escape-codes%2F&amp;source=kissmykitty&amp;style=normal&amp;service=bit.ly&amp;service_api=R_aff8a5eacc184cd915b7271737376285&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Escape codes are special entities that allow you to post raw HTML and XHTML within webpages. Because HTML is used to construct and display webpages, many characters are <em>reserved</em>, which means that they cannot be used and will not be displayed within browsers. These characters include left and right angle brackets and other significant markup characters.</p>
<p>So what do you do if you want to show off some HTML? Use escape codes, of course!</p>
<p>Here is a list of a few popular ones:</p>
<p><strong>Copyright symbol (&copy;):</strong> <em>&amp;copy;</em></p>
<p><strong>Registered symbol (&reg;):</strong> <em>&amp;reg;</em></p>
<p><strong>Trademark symbol (&trade;):</strong> <em>&amp;trade;</em></p>
<p><strong>Left angle bracket (&lt;):</strong> <em>&amp;lt;</em></p>
<p><strong>Right angle bracket (&gt;):</strong> <em>&amp;gt;</em></p>
<p><strong>Ampersand (&amp;):</strong> <em>&amp;amp;</em></p>
<p>For more escape codes, check out <a href="http://www.escapecodes.info/">EscapeCodes.info</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogging-girl.com/2009/08/31/a-list-of-common-escape-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t forget your favicon!</title>
		<link>http://www.blogging-girl.com/2009/08/28/dont-forget-your-favicon/</link>
		<comments>http://www.blogging-girl.com/2009/08/28/dont-forget-your-favicon/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:26:23 +0000</pubDate>
		<dc:creator>Blogging Girl</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogging-girl.com/?p=632</guid>
		<description><![CDATA[The favicon (favorites icon) is a small but appreciated and delightful detail to add onto any website. A favicon is generally 16 x 16 or 32 x 32, and it appears on the far left of the address bar when the website is being viewed. It may also be saved &#038; displayed along with the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blogging-girl.com%2F2009%2F08%2F28%2Fdont-forget-your-favicon%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blogging-girl.com%2F2009%2F08%2F28%2Fdont-forget-your-favicon%2F&amp;source=kissmykitty&amp;style=normal&amp;service=bit.ly&amp;service_api=R_aff8a5eacc184cd915b7271737376285&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The favicon (favorites icon) is a small but appreciated and delightful detail to add onto any website. A favicon is generally 16 x 16 or 32 x 32, and it appears on the far left of the address bar when the website is being viewed. It may also be saved &#038; displayed along with the site&#8217;s title (or bookmark&#8217;s name) within a browser. I use favicons for all of my websites, and you should too!</p>
<p>To make a favicon, simply create a 16 x 16 or 32 x 32 image in your graphics program. Save it as a transparent .gif (transparency is recommended because some browsers use colored themes or color schemes, and thus the backdrop to a favicon may not be white) (you <em>can</em> choose .jpg or .png, but .gif is recommended because it is universal and can be processed by all browsers and operating systems), upload it to your server, and add it to your website by inserting the following code before your <strong></head></strong> tag:</p>
<pre>&lt;link rel="shortcut icon" href="http://www.domain.com/path_to_your_favicon.gif" type="image/x-icon" /&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.blogging-girl.com/2009/08/28/dont-forget-your-favicon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

