<?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>Digital Insights: Computer Tips &#38; Tricks&#187; coding</title>
	<atom:link href="http://www.izitips.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.izitips.com</link>
	<description>Delicious bits of internet, software and service tips</description>
	<lastBuildDate>Sat, 04 Sep 2010 08:53:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Javascript Add to favorites (bookmark this page) works for IE and Firefox</title>
		<link>http://www.izitips.com/coding/javascript-add-to-favorites-bookmark-this-page-works-for-ie-and-firefox/</link>
		<comments>http://www.izitips.com/coding/javascript-add-to-favorites-bookmark-this-page-works-for-ie-and-firefox/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:43:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA["php"]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[online examples]]></category>
		<category><![CDATA[type web page]]></category>

		<guid isPermaLink="false">http://www.izitips.com/?p=165</guid>
		<description><![CDATA[You can earn more repeated visitors by making them to bookmark your page. Keyboard shortcuts to bookmark favorite pages are: (Ctrl+D) for IE and Firefox, (Ctrl+T) for Opera. Some people like the old way to bookmark a page by adding your page to favorites (IE) or bookmarking (Firefox). Many online examples show you the only way to make bookmark button [...]]]></description>
			<content:encoded><![CDATA[<p>You can earn more repeated visitors by making them to bookmark your page. Keyboard shortcuts to bookmark favorite pages are: <strong>(Ctrl+D) for IE and Firefox, (Ctrl+T) for Opera</strong>. Some people like the old way to bookmark a page by adding your page to favorites (IE) or bookmarking (Firefox). Many online examples show you the only way to make bookmark button which only works for IE but not for Firefox. Today both IE and FF users hold significant share of browser distribution over the world with a tendency for Firefox to be the leader. So having bookmark script wich works for both major browsers (IE and FF) is a best solution for your site.<span id="more-165"></span></p>
<p>See yourself that this Javascript is working by testing it right now. Click the</p>
<p><a title="bookmark javascript example" href="http://www.izitips.com/wp-content/uploads/2008/09/favorites.php">page to show how bookmarking works with IE and Firefox</a></p>
<p>link and check with Firefox and IE browsers to see that it brings the bookmark window.</p>
<div id="attachment_173" class="wp-caption alignnone" style="width: 491px"><img class="size-full wp-image-173" title="ie-bookmark" src="http://www.izitips.com/wp-content/uploads/2008/09/ie-bookmark.jpg" alt="ie-bookmark" width="481" height="139" /><p class="wp-caption-text">ie-bookmark</p></div>
<h2><span style="color: #3366ff;">How to put &#8220;Bookmark me&#8221; button to your site?</span></h2>
<ul>
<li>At first download this javascript file <a href="http://www.izitips.com/wp-content/uploads/2008/09/functions.js">functions.js</a> and save where your page containing &#8220;<strong>bookmark me</strong>&#8221; button resides.</li>
<li>Add this code line just before &lt;/head&gt; tag in your html, php or other type web page.<em>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;functions.js&#8221;&gt;&lt;/script&gt;</em>It shoud look like:</li>
</ul>
<p><img class="alignnone size-full wp-image-167" title="html-code" src="http://www.izitips.com/wp-content/uploads/2008/09/html-code.jpg" alt="" width="500" height="136" /></p>
<ul>
<li>Anywhere in your webpage (or blog template) place this piece of code:<br />
<em><span style="color: #ff6600;">&lt;a href=&#8221;javascript:favorite(&#8216;Text, representing your website&#8217;, &#8216;http://YourSiteAddress.com&#8217;);&#8221;&gt;Any text inviting your visitors to bookmark! &lt;/a&gt;</span><br />
</em>This will create a link with javascript function attached to it and open browser&#8217;s bookmarking window.</li>
</ul>
<p>Tip: The example above will bookmark your home page. You can make the link of exact page visitor is viewing by putting a variable in Javascript file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.izitips.com/coding/javascript-add-to-favorites-bookmark-this-page-works-for-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
