<?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>Herself&#039;s Webtools &#187; HTML</title>
	<atom:link href="http://herselfswebtools.com/category/html/feed" rel="self" type="application/rss+xml" />
	<link>http://herselfswebtools.com</link>
	<description>Scripts, HowTos, Templates, Plugins, Widgets, Tips</description>
	<lastBuildDate>Fri, 18 Nov 2011 15:47:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to create iPhone icons and separate page icons</title>
		<link>http://herselfswebtools.com/2008/03/how-to-create-iphone-icons-and-separate-page-icons.html</link>
		<comments>http://herselfswebtools.com/2008/03/how-to-create-iphone-icons-and-separate-page-icons.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 11:00:00 +0000</pubDate>
		<dc:creator>Linda MacPhee-Cobb</dc:creator>
				<category><![CDATA[blogger template]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hack your template]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://timestocome.org/webtools/2008/03/how-to-create-iphone-icons-and-separate-page-icons.html</guid>
		<description><![CDATA[Creating icons for iPhones and the iPod Touch is not all that different than creating bookmark icons.  First you create a 57&#215;57 png image. If you want an icon for all of your website or a default for pages that do not have individual icons then just name your image: apple-touch-icon.png and upload it to [...]]]></description>
			<content:encoded><![CDATA[<p>Creating icons for iPhones and the iPod Touch is not all that different than creating bookmark icons.  First you create a 57&#215;57 png image.</p>
<p>If you want an icon for all of your website or a default for pages that do not have individual icons then just name your image:</p>
<p>apple-touch-icon.png</p>
<p>and upload it to your home directory.</p>
<p>If you are on Blogger or some other software where you can&#8217;t upload the icon you can place it anywhere on the web and create the following link in the &#8216;head&#8217; section of your pages:</p>
<p>&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;http://your-icon-location.com/your-icon-name.png&#8221;&gt;</p>
<p>If you have different pages people might wish to bookmark and you wish to have a separate icon for each then:</p>
<p>- create the icons</p>
<p>- upload them to the root directory of your website</p>
<p>- In the head section of pages that you wish this icon to appear add the following:</p>
<p>&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;http://your-site.com/icon-name.png&#8221;&gt;</p>
<p>I tried doctoring photos and shrinking them and using them and the results were pretty good.  Gimp works well for creating icons this way.  One <a href="http://playgroundblues.com/posts/2008/jan/15/iphone-bookmark-iconage/">site reported that creating larger icons</a> and letting Apple convert them resulted in clearer pictures.  It didn&#8217;t for me but if you are using photo images you should give it a try.</p>
<p>Apple will round the corners and gloss up your icon.  You just need to create the square image and let Apple do the rest.  &#8216;Trust the force&#8217;. <img src='http://herselfswebtools.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I could not get this to work on an old section of a website that uses frames.  It may or may not work on framed sites.</p>
<p>If you change or add an icon it does not update on users phones/touches.  It must be rebookmarked for the new icon to appear.</p>
]]></content:encoded>
			<wfw:commentRss>http://herselfswebtools.com/2008/03/how-to-create-iphone-icons-and-separate-page-icons.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are meta tags and what should you be doing with them?</title>
		<link>http://herselfswebtools.com/2007/12/meta-tags.html</link>
		<comments>http://herselfswebtools.com/2007/12/meta-tags.html#comments</comments>
		<pubDate>Wed, 12 Dec 2007 11:00:19 +0000</pubDate>
		<dc:creator>Linda MacPhee-Cobb</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://timestocome.org/webtools/2007/12/meta-tags.html</guid>
		<description><![CDATA[Meta tags were once an important SEO tool for your website. As search engines have gotten better and SEO tactics blacker meta tags have gotten little attention. Blackhat SEOs stuffed meta tags with all sorts of nonsense and search engines stopped paying attention. Most webmasters no longer use them, most search engines stopped using them. [...]]]></description>
			<content:encoded><![CDATA[<p>Meta tags were once an important SEO tool for your website.  As search engines have gotten better and SEO tactics blacker meta tags have gotten little attention.    Blackhat SEOs stuffed meta tags with all sorts of nonsense and search engines stopped paying attention.  Most webmasters no longer use them, most search engines stopped using them.  So I was surprised to see an article about meta tags on Google&#8217;s Webmaster site this week. ( <a href="http://googlewebmastercentral.blogspot.com/2007/09/improve-snippets-with-meta-description.html">Improve snippets with a meta description makeover</a> )</p>
<p>Meta tags are included between the &lt;head&gt;&lt;/head&gt; tags of your HTML.  You can create keywords and a description of your page using meta tags.</p>
<p>&lt;head&gt;</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;description of this webpage goes here&#8221;&gt;</p>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;keywords, separated, by, commas, go, here&#8221;&gt;</p>
<p>There are <a href="http://www.philb.com/metatag.htm">other meta tags you may or may not find useful.</a></p>
<p><a href="http://www.philb.com/metatag.htm"></a>I guess even on the web everything old is new again and things left behind will be recycled for future use.</p>
<p>More information:<br />
<a href="http://googlewebmastercentral.blogspot.com/2007/12/answering-more-popular-picks-meta-tags.html">Metat Tags and Search</a></p>
<p>See also:<br />
<a href="http://herselfswebtools.com/2007/03/robots.html">Robots.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://herselfswebtools.com/2007/12/meta-tags.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How and why you should use anchor tags</title>
		<link>http://herselfswebtools.com/2007/09/anchor-tags.html</link>
		<comments>http://herselfswebtools.com/2007/09/anchor-tags.html#comments</comments>
		<pubDate>Wed, 26 Sep 2007 12:00:50 +0000</pubDate>
		<dc:creator>Linda MacPhee-Cobb</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://timestocome.org/webtools/2007/09/anchor-tags.html</guid>
		<description><![CDATA[This is one of those HTML things I rarely use.  So I always have to go hunt to figure out how to use when I need them. Anchor links bring you to a section of a document. Let&#8217;s say you have this huge list of links. You don&#8217;t want to dump someone at the top [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those HTML things I rarely use.  So I always have to go hunt to figure out how to use when I need them.  Anchor links bring you to  a section of a document.  Let&#8217;s say you have this huge list of links.   You don&#8217;t want to dump someone at the top of a long list that is sorted by subject when you can send them straight to that subject area.  Or if you have written the Great American Novel all on one page, you could provide anchor links to individual chapters.</p>
<p>In the long page you create anchors:</p>
<p>&lt;a name=&#8221;chapterone&#8221;&gt;Chapter One&lt;/a&gt;</p>
<p>To send someone straight to Chapter One create this link:</p>
<p>&lt;a href=&#8221;http://greatamericannovel.com/index.html#chapterone&#8221;&gt; Great American Novel: Chapter One&lt;/a&gt;</p>
<p>I use them on the category links to your left.  Click on a category link and it will take you to the anchor link for that category on the very large archives page.</p>
]]></content:encoded>
			<wfw:commentRss>http://herselfswebtools.com/2007/09/anchor-tags.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

