<?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"
	>

<channel>
	<title>St. George Blog &#187; Free Web Tools</title>
	<atom:link href="http://www.webdesignstgeorge.com/stgeorge/category/free-web-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignstgeorge.com/stgeorge</link>
	<description></description>
	<pubDate>Fri, 12 Sep 2008 21:58:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Bookmark Javascript</title>
		<link>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/bookmark-javascript/</link>
		<comments>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/bookmark-javascript/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Free Web Tools]]></category>

		<guid isPermaLink="false">http://www.webdesignstgeorge.com/stgeorge/?p=8</guid>
		<description><![CDATA[Have you even designed a page and wanted to make a easy link for the viewer to click and bookmark a page?
The following script does exactly that, you insert the js code into a file that&#8217;s included in the header and you call it via link or any other clickable element.
The JS Code:
function CreateBookmarkLink(){
title = [...]


Related posts:<ol><li><a href='http://www.webdesignstgeorge.com/stgeorge/st-george-area/the-st-george-area-has-a-lot-to-offer/' rel='bookmark' title='Permanent Link: The St George area has a lot to offer.'>The St George area has a lot to offer.</a> <small>St George, Utah is nestled between red rock cliffs and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Have you even designed a page and wanted to make a easy link for the viewer to click and bookmark a page?<span id="more-8"></span></p>
<p>The following script does exactly that, you insert the js code into a file that&#8217;s included in the header and you call it via link or any other clickable element.</p>
<p>The JS Code:</p>
<p>function CreateBookmarkLink(){<br />
title = &#8220;St. George Utah Real Estate&#8221;;<br />
url = &#8220;http://www.stgeorge-real-estate.com/&#8221;;</p>
<p>if (window.sidebar) { // Mozilla Firefox Bookmark<br />
window.sidebar.addPanel(title, url,&#8221;");<br />
} else if( window.external ) { // IE Favorite<br />
window.external.AddFavorite( url, title);<br />
} else if(window.opera &amp;&amp; window.print) { // Opera Hotlist<br />
return true;<br />
}<br />
}</p>
<p>Then calling it with a link would be like:</p>
<p>&lt;a href=&#8221;#&#8221; onclick=&#8221;CreateBookmarkLink()&#8221;&gt;Bookmark Page&lt;/a&gt;</p>
<p>or a button:</p>
<p>&lt;input type=&#8221;button&#8221; onclick=&#8221;CreateBookmarkLink()&#8221; value=&#8221;Bookmark Page&#8221; /&gt;</p>
<p>And that is how you can use javascript to help a viewer to add bookmarks.  Their are a few browsers that have issues with with adding bookmarks via javascript, like safari does support it at all and firefox adds bookmarks that open in the sidebar by default.</p>
<p><script type="text/javascript">
  addthis_url     = 'http%3A%2F%2Fwww.webdesignstgeorge.com%2Fstgeorge%2Ffree-web-tools%2Fbookmark-javascript%2F';
  addthis_title   = 'Bookmark+Javascript';
  addthis_pub     = 'innovationsimple';
  addthis_options = 'email, favorites, digg, delicious, google, myspace, facebook, reddit, newsvine, live, more';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>


<p>Related posts:<ol><li><a href='http://www.webdesignstgeorge.com/stgeorge/st-george-area/the-st-george-area-has-a-lot-to-offer/' rel='bookmark' title='Permanent Link: The St George area has a lot to offer.'>The St George area has a lot to offer.</a> <small>St George, Utah is nestled between red rock cliffs and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/bookmark-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Have you seen this cool Font Finder tool?</title>
		<link>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/have-you-seen-this-cool-font-finder-tool/</link>
		<comments>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/have-you-seen-this-cool-font-finder-tool/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 16:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Free Web Tools]]></category>

		<guid isPermaLink="false">http://www.webdesignstgeorge.com/stgeorge/?p=3</guid>
		<description><![CDATA[Have you been looking for the right font and want to see how your text looks with that font? Well look no further, we&#8217;ve got a free font finder tool on our web tools page. You can also get help with things like code redirection and robot file questions. We&#8217;ve got other free things there, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Have you been looking for the right font and want to see how your text looks with that font? Well look no further, we&#8217;ve got a free <a href="/webtools/font-search.php">font finder</a> tool on our <a href="/webtools/">web tools</a> page.<span id="more-3"></span> You can also get help with things like <a href="/webtools/code-redirect.php">code redirection</a> and <a href="/webtools/robots-file-help.php">robot file</a> questions. We&#8217;ve got other free things there, these are just a few. Check it out, it&#8217;s all FREE stuff!</p>
<p><script type="text/javascript">
  addthis_url     = 'http%3A%2F%2Fwww.webdesignstgeorge.com%2Fstgeorge%2Ffree-web-tools%2Fhave-you-seen-this-cool-font-finder-tool%2F';
  addthis_title   = 'Have+you+seen+this+cool+Font+Finder+tool%3F';
  addthis_pub     = 'innovationsimple';
  addthis_options = 'email, favorites, digg, delicious, google, myspace, facebook, reddit, newsvine, live, more';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignstgeorge.com/stgeorge/free-web-tools/have-you-seen-this-cool-font-finder-tool/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.405 seconds -->
