<?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>Techie Blogger &#187; javascript</title>
	<atom:link href="http://www.techieblogger.com/category/freebies/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techieblogger.com</link>
	<description>The Ultimate Design Resource Portal</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:56:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Build Your Own Online Store In Blogger Blogs</title>
		<link>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html</link>
		<comments>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:33:44 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Blogger Store]]></category>
		<category><![CDATA[Online Store]]></category>
		<category><![CDATA[Shopping Cart]]></category>

		<guid isPermaLink="false">http://www.techieblogger.com/?p=3184</guid>
		<description><![CDATA[As everyone knows that the Blogger is an online service provided by Google to publish the web-pages free of any cost. Blogger blogs are used to provide online journals, Web Portals, Web Gallery and online magazine.etc. These blogs are not only used for these tasks but also to make money online using different programs like [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/05/add-yahoo-smileys-on-blogger-posts-blogger-hack.html' rel='bookmark' title='Add yahoo Smileys on Blogger Posts &#8211; Blogger hack'>Add yahoo Smileys on Blogger Posts &#8211; Blogger hack</a></li>
<li><a href='http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html' rel='bookmark' title='Add paypal donation button to blogger and wordpress blogs'>Add paypal donation button to blogger and wordpress blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As everyone knows that the Blogger is an online service provided by Google to publish the web-pages free of any cost. Blogger blogs are used to provide online journals, Web Portals, Web Gallery and online magazine.etc. These blogs are not only used for these tasks but also to make money online using different programs like</p>
<ul>
<li>Google Adsense</li>
<li>Chitika</li>
<li>Kontera</li>
<li>Commission Junction</li>
<li>Click Bank</li>
<li>Affiliates Program</li>
<li>Private Ads</li>
</ul>
<p>So making money  online had a wide space in the blogosphere nowadays. So apart from these task another best feature which the blogs has are the ability to sell your own goods online using some javascripts and paypal intergrated in your blog. Till last week there was a tought time to sell the online goods at blogger.com because the lack of proper shopping cart etc.. But today we had come up with an solution for selling your own goods online using blogger blogs.</p>
<p>I believe Blogspot is a easy and powerful platform . It can do whatever other platform can do . In WordPress ,with plugins ,you can make a shop online . And now ,in Blogspot ,you can do the same . You can make a small online shop for selling good . It’s not a perfect solution ,in fact, it’s not good at processing and security .But anyway ,it’s still the solution you should consider if you want to stick with Blogspot .<br />
<center><a href="http://simplexshop.blogspot.com/"><img src="http://lh5.ggpht.com/_MsaNQZtvB5E/SwlkjUWq4BI/AAAAAAAAAgI/dvbifdrgfXA/s800/simplex-shop.png" alt="Build Your Own Online Store In Blogger Blogs"/></a></center></p>
<p><a href="http://simplexshop.blogspot.com/">Live Demo </a></p>
<p>Yesterday ,I found the script called SimpleCart . This script is based on Ajax for making a complete shopping cart ,using two payment method Google checkout and Paypal for check out .<br />
<a href="http://simplecartjs.com/">You can find out more information on SimpleCart at This page</a></p>
<p>To make a shop like this ,you can follow some step bellow :<br />
1, Login to your blogger account ,go to Layout tab ,continue to Page elements . Create a HTML/Javascript widget .<br />
2,Download <a href="http://dinhquanghuy.110mb.com/cart.txt">this file</a> and paste it content to HTML/Javascript widget content .<br />
<a href="http://dinhquanghuy.110mb.com/cart.txt">Download file here</a><br />
3,Save template . And see the widget in action .</p>
<h3>How to customize this code</h3>
<p>1,Take a look on this code :
<div class="codeview">
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
simpleCart.email = &#8220;brett@wojodesign.com&#8221;;<br />
simpleCart.checkoutTo = PayPal;<br />
simpleCart.cartHeaders = [ "name", "thumb_image" , "Quantity_input" ,  "increment",  "decrement", "Total" ];<br />
&lt;/script&gt;</p>
<p>simpleCart.checkoutTo = PayPal; mean the payment method is paypal<br />
simpleCart.email = &#8220;brett@wojodesign.com&#8221;; is the Paypal email for making payment to .Change it to your own .
</p></div>
<p>2,Here is the code of one item in my live demo shop :
<div class="codeview">
&lt;div&gt;<br />
&lt;!&#8211;Notice the class names of each tag begin with item_ &#8211;&gt;<br />
&lt;img src=&#8221;http://i604.photobucket.com/albums/tt130/metalner/simplexshop/attack-release.png&#8221; alt=&#8221;product 1&#8243; title=&#8221;product 1&#8243;/&gt;<br />
&lt;h5&gt;Sample DVD&lt;/h5&gt;<br />
&lt;p&gt;<br />
To create a shelf item, you create a div with a class of simpleCart_shelfItem<br />
&lt;/p&gt;<br />
&lt;span&gt;$14.99&lt;/span&gt;<br />
&lt;a id=&#8221;s1&#8243; href=&#8221;javascript:;&#8221;&gt;Add to Cart&lt;/a&gt;<br />
&lt;span class=&#8221;item_thumb&#8221;&gt;http://i604.photobucket.com/albums/tt130/metalner/simplexshop/attack-release.png&lt;/span&gt;<br />
&lt;/div&gt;
</div>
<p>To create a shelf item, you create a div with a class of       “simpleCart_shelfItem” ,like this &lt;div&gt;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
&lt;/div&gt;</p>
<p>this structure : &lt;img src=&#8221;item_image&#8221; alt=&#8221;product 1&#8243; title=&#8221;product 1&#8243;/&gt;<br />
is for image of item . Image of item must contain  class=&#8221;item_image&#8221; attribute .</p>
<p>This structure &lt;h5&gt;your_item_name&lt;/h5&gt; is name of item . It must included class=&#8221;item_name&#8221; .</p>
<p>Description of item must included like this<br />
&lt;p&gt;<br />
your description<br />
&lt;/p&gt;</p>
<p>To set the price ,use this structure :<br />
&lt;span&gt;$00.00&lt;/span&gt;</p>
<p>To make &#8221; add to cart link&#8221; ,add this line<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Add to Cart&lt;/a&gt;</p>
<p>To add thumbnail image for item ( thumbnail image will be showed in shopping cart ) ,use this structure :<br />
&lt;span&gt;your_thumbnail&lt;/span&gt;</p>
<p>Here is the code of cart :
<div class="codeview">
&lt;div id=&#8221;cartTotal&#8221;&gt;<br />
&lt;strong&gt;Total: &lt;/strong&gt;&lt;span&gt;&lt;/span&gt;<br />
&lt;/div&gt;<br />
&lt;!&#8211;Add a div with the class of simpleCart_items to display what is in the user&#8217;s cart&#8211;&gt;<br />
&lt;div&gt;&lt;/div&gt;<br />
&lt;!&#8211;use a class of simpleCart_empty to empty the cart and simpleCart_checkout to checkout &#8211;&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Empty Cart&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Checkout&lt;/a&gt;</p>
<p>to show the total ,use this statement :<br />
&lt;span&gt;&lt;/span&gt;</p>
<p>to show shopping cart ,use this statement<br />
&lt;div&gt;&lt;/div&gt;</p>
<p>To show &#8220;empty cart&#8221; and &#8220;checkout&#8221; button ,use this statement :<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Empty Cart&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:;&#8221;&gt;Checkout&lt;/a&gt;</p></div>
<p>In this post ,I explained some important points of using Simplecart and make it a widget to add to Blogspot . If you want to customize the appearance of the shop ,you can modify the CSS section of widget .<br />
If you want to know more about Simple Cart script and its other options such as tax rate ,shipping fee &#8230; or option for showing the quantity ,the final cost &#8230;<br />
<a href="http://simplecartjs.com/documentation.html">You can go to SimpleCart Documentation page </a></p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/05/add-yahoo-smileys-on-blogger-posts-blogger-hack.html' rel='bookmark' title='Add yahoo Smileys on Blogger Posts &#8211; Blogger hack'>Add yahoo Smileys on Blogger Posts &#8211; Blogger hack</a></li>
<li><a href='http://www.techieblogger.com/2009/07/add-paypal-donation-button-script-to-blogger-and-wordpress-blogs.html' rel='bookmark' title='Add paypal donation button to blogger and wordpress blogs'>Add paypal donation button to blogger and wordpress blogs</a></li>
<li><a href='http://www.techieblogger.com/2008/06/related-posts-widget-for-blogger-with_25.html' rel='bookmark' title='Related Posts Widget For Blogger &#8211; Bugs fixed'>Related Posts Widget For Blogger &#8211; Bugs fixed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2009/12/build-your-own-online-store-in-blogger-blogs.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Redirect Users From Old Domain To New Domain &#8211; Blogger Hack</title>
		<link>http://www.techieblogger.com/2008/08/redirect-users-to-new-blog-domain.html</link>
		<comments>http://www.techieblogger.com/2008/08/redirect-users-to-new-blog-domain.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 14:12:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blogger Hack]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://www.test.smashingtips.com/techieblogger/?p=30</guid>
		<description><![CDATA[Hi Guys , Today I have come with the most Wanted hack named &#8221; Redirect Users From Old Domain To New Domain &#8221; . This Hack is very useful for Blogger Users , because in Blogger Bx-Errors may cause your Blogger Blog unavailable for longtime. As you all know my Blog is also met with [...]
Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/08/show-only-specific-number-of-posts-in.html' rel='bookmark' title='Show only specific Number of posts in Labels Page &#8211; Blogger Hack'>Show only specific Number of posts in Labels Page &#8211; Blogger Hack</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/add-yahoo-smileys-to-blogger-posts-firefox-hack.html' rel='bookmark' title='Add Yahoo Smileys to Blogger Posts &#8211; Firefox Hack'>Add Yahoo Smileys to Blogger Posts &#8211; Firefox Hack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi Guys , Today I have come with the most Wanted hack named &#8221; Redirect Users From Old Domain To New Domain &#8221; . This Hack is very useful for Blogger Users , because in Blogger Bx-Errors may cause your Blogger Blog unavailable for longtime. As you all know my Blog is also met with an BX-error which made my Blog unavailable for 2 months. After waiting such a longtime I decided to create a new Blog with same Domain (rias-techno-wizard.blogspot.com ). But now guys I have found a simple Script through which we can redirect Old Blog users to Our New Blog. In this Post I will tell you How to Implement This Blogger Hack &#8221; Redirect Users to New Blog &#8220;.<br />
<span class="fullpost"></p>
<div style="text-align: center;"><a rel="facebox" href="#new"><img title=" Redirect Users from Old Domain url To New Domain " src="http://i263.photobucket.com/albums/ii150/mohamedrias/RedirectUsersfromOldDomainToNewD-1.jpg" alt=" Redirect users from Old Domain To New Domain " /></a></div>
<div id="new" style="display:none;">When users visit your old blog they will get an alert message like this and they will redirected to your new Domain within few seconds.</p>
<p><img title=" Redirect Users from Old Domain url To New Domain " src="http://i263.photobucket.com/albums/ii150/mohamedrias/RedirectUsersfromOldDomainToNewD-1.jpg" alt=" Redirect users from Old Domain To New Domain " /></div>
<p></span></p>
<p>by Blogger Accessories</p>
<p class="alert">Is this Hack Useful ?</p>
<p>Of course &#8221; Redirect users to New Blog Domain &#8221; hack is very useful for those who have changed their domains.</p>
<p>for example : I have a domain named rias-techno-wizard.blogspot.com . I wanted to change my domain to bloggeraccessories.blogspot.com or other domains related to my Blog content. But I am afraid ,will I get my old Blog users ( rias-techno-wizard.blogspot.com ) to my new Domain. So I decided to carry on with this Domain.<br />
But Now my Domain has got Google Page Rank 3 <img class="emoticon" style="width: 18px; height: 18px;" title="sengihnampakgigi" src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" alt="sengihnampakgigi" /> .</p>
<p>But Now I have a simple Javascript which redirects our Old Blog Users to Our New Blog.</p>
<p class="download">How to Set-up this Hack ?</p>
<p>It&#8217;s very Simple , just follow the steps below.</p>
<p>Login to your Blogger account and Go to Layout section of your <span style="color: #ff0000;">Old Blog</span> . Then navigate to <span style="color: #ff0000;">EDIT HTML sub tab</span> and search this text  <span style="color: #ff0000;">&lt;/head&gt;</span> .</p>
<p>Now Copy and paste the following Code <span style="color: #ff0000;">Below</span> or <span style="color: #ff0000;">Above</span> that line .</p>
<div class="codeview">&lt;script&gt;<br />
//&lt;![CDATA[<br />
alert('<span style="color: #006600;">Sorry For the trouble guys , I have moved my Blog to http://rias-techno-wizard.blogspot.com . So you will be redirected to my New Blog in few seconds</span>');</p>
<p>window.location.href = '<span style="color: #ff0000;">http://rias-techno-wizard.blogspot.com</span>';<br />
//]]&gt;<br />
&lt;/script&gt;</div>
<p>The text in Green will appear in the Alert Box ( Edit it to your Wish ).</p>
<p>The Text in Red is the destination Url . ( place your new Blog Url )</p>
<p class="hint">You can Also place the above code , by adding a new <span style="color: #ff0000;">HTML/JAVASCRIPT page Element</span> .</p>
<p>Now When users go to your old Blog they Will get this Alert Message as shown below ,</p>
<p><a title=" Redirect users from old Domain to New Domain" rel="lytebox" href="http://i263.photobucket.com/albums/ii150/mohamedrias/RedirectUsersfromOldDomainToNewDoma.jpg"><img title=" Redirect Users from Old Domain url To New Domain " src="http://i263.photobucket.com/albums/ii150/mohamedrias/RedirectUsersfromOldDomainToNewDoma.jpg" alt=" Redirect users from Old Domain To New Domain " /> </a></p>
<p>and they will be redirected to your New Domain in a few seconds.</p>
<p>I hope you will like this Hack. if you Have any Problem let me know. I am here to help you .</p>
<p>thanks for reading , see you soon with a new hack.</p>
<p>Related posts:<ol>
<li><a href='http://www.techieblogger.com/2008/08/show-only-specific-number-of-posts-in.html' rel='bookmark' title='Show only specific Number of posts in Labels Page &#8211; Blogger Hack'>Show only specific Number of posts in Labels Page &#8211; Blogger Hack</a></li>
<li><a href='http://www.techieblogger.com/2009/08/image-resizer-tool-php-css-script.html' rel='bookmark' title='Image re-sizer CSS Hack for blogger and wordpress users'>Image re-sizer CSS Hack for blogger and wordpress users</a></li>
<li><a href='http://www.techieblogger.com/2008/08/add-yahoo-smileys-to-blogger-posts-firefox-hack.html' rel='bookmark' title='Add Yahoo Smileys to Blogger Posts &#8211; Firefox Hack'>Add Yahoo Smileys to Blogger Posts &#8211; Firefox Hack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.techieblogger.com/2008/08/redirect-users-to-new-blog-domain.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

