<?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>Free Web Resources - Web Resources Depot &#187; License Free</title>
	<atom:link href="http://www.webresourcesdepot.com/category/licenses/license-free/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 20 Mar 2010 05:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Ultimate Guide To Creating E-Commerce Websites With Magento (Part 2)</title>
		<link>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-2/</link>
		<comments>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-2/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:57:13 +0000</pubDate>
		<dc:creator>Saad Bassi</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Extras]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1527</guid>
		<description><![CDATA[This article is sponsored by SSLmatic which sells SSL certificates (RapidSSL, Geotrust, Verisign) for much cheaper prices &#38; offers great support. Check their site to get the cheap SSL certificates.

In the first part of the Ultimate Magento Guide, we covered the back-end features of this open source e-commerce software. We also created a simple product [...]]]></description>
			<content:encoded><![CDATA[<div class="sponsorWrap"><a href="http://www.sslmatic.com/" target="_blank"><img align="left" alt="SSLmatic Logo" height="67" src="http://www.webresourcesdepot.com/wp-content/uploads/sslmatic-logo-thumb.png" style="margin-right: 5px;" width="148" /></a>This article is sponsored by <a href="http://www.sslmatic.com/" target="_blank"><strong>SSLmatic</strong></a> which sells SSL certificates (RapidSSL, Geotrust, Verisign) for <strong>much cheaper prices</strong> &amp; offers great support. Check their site to get the <a href="http://www.sslmatic.com/" target="_blank"><strong>cheap SSL certificates</strong></a>.</div>
<p><img alt="Magento Guide - Part2" height="200" src="http://www.webresourcesdepot.com/wp-content/uploads/magento-guide-part2.jpg" width="480" /></p>
<p>In the <a href="http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/">first part of the </a><strong><a href="http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/">Ultimate Magento Guide</a></strong>, we covered the back-end features of this <strong>open source e-commerce software</strong>. We also created a simple product and displayed it in our e-store.</p>
<p>Today we will focus on &quot;customizing the basic layout of our e-store&quot;,&nbsp; &quot;what <strong>Magento Connect</strong> is&rdquo; and &quot;how we can <strong>install themes + extensions</strong>&quot;.</p>
<h3>Let&#39;s Turn Off The Cache</h3>
<p>Before heading to the customization, we will turn off the cache mode of <strong>Magento</strong> so that we can see our changes. Otherwise, <strong>Magento</strong> will keep showing the cached pages.</p>
<p>We can turn off the cache from our back-end. Go to System&gt;Cache Management. Choose &quot;disable&quot; from the drop down menu which is an option in &quot;All Cache&quot;. Follow the screenshot below if you are having some problem.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/cache-off.jpg"><img alt="" height="172" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/cache-off.jpg" width="480" /></a></p>
<p>After disabling the cache, we will now <strong>change the name of our e-store</strong> which appears on many places (like after a new user registration). We can change it by going to System&gt; Manage Stores, click the &quot;Default Store View&quot; and put the actual name of the store there just like &ldquo;WRD E-Store&rdquo;.</p>
<p><span id="more-1527"></span></p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/store-name.jpg"><img alt="" height="144" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/store-name.jpg" width="427" /></a></p>
<p>We can now customize our homepage. Let&#39;s start with the default logo and default welcome message.</p>
<p>Upload your logo to the mag/skin/frontend/default/default/images/ folder. This is the images folder of the default theme we are using now.</p>
<p>Go to your <strong>Magento</strong> back-end&gt; System&gt; Configuration&gt; General&gt; Design&gt; Header.</p>
<p>Define the logo image source here and we are done with customizing our logo.</p>
<p>You can now see your front-end showing the new logo. And also, it is possible to change the alternative text of your logo and default welcome message here.</p>
<p>After these updates, our header looks like this:</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/header.jpg"><img alt="" height="47" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/header.jpg" width="480" /></a></p>
<p>Now we will move to &quot;changing the homepage layout&quot; in order to show our products there.</p>
<p>In the first part of our guide, I had described the <strong>CMS capabilities of Magento</strong>. We use these CMS capabilities for changing the look of our front page on WRD E-Store as &ldquo;HOME&rdquo;. Consdering &quot;HOME &quot;is also a static page, different snippets can be used to show different arrangements of products.</p>
<p><strong>Showing all products of your e-store on homepage</strong><br />
	<code>{{block type=&quot;catalog/product_list&quot; name=&quot;home.catalog.product.list&quot; alias=&quot;products_homepage&quot; template=&quot;catalog/product/list.phtml&quot;}}</code></p>
<p><strong>Showing only the new products</strong><br />
	<code>{{block type=&quot;catalog/product_new&quot; name=&quot;home.catalog.product.new&quot; alias=&quot;product_homepage&quot; template=&quot;catalog/product/new.phtml&quot;}}</code></p>
<p><strong>Showing only the products from a specific category</strong><br />
	<code>{{block type=&quot;catalog/product_list&quot; name=&quot;home.catalog.product.list&quot; alias=&quot;products_homepage&quot; category_id=&quot;4&quot; template=&quot;catalog/product/list.phtml&quot;}}</code></p>
<p>You can get the &quot;category ID&quot; at &quot;Manage Categories&quot; page under &quot;Catalog&quot;. Then click on the specific category and you will get the &quot;ID&quot; in the header just like the following screenshot.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/category-id.jpg"><img alt="" height="195" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/category-id.jpg" width="480" /></a></p>
<p>Now go to CMS&gt; Manage Pages and select &quot;homepage&quot;. You can add any of the previously mentioned snippets according to your needs. As we have only one product, I have used the 1<sup>st</sup> snippet. These snippets are actually &quot;content blocks&quot; of <strong>Magento</strong>.</p>
<p><img alt="" height="244" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/cms-page-1.jpg" width="480" /></p>
<p>You can also select the layout of your &quot;homepage&quot; from here. Go to &quot;Custom Design&quot; and choose a layout.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/cms-page-2.jpg"><img alt="" height="205" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/cms-page-2.jpg" width="480" /></a></p>
<p>The <strong>default Magento theme</strong> comes with 5 layout options</p>
<ul>
<li>Empty</li>
<li>No Sidebar</li>
<li>Two-column layout with left sidebar</li>
<li>Two-column layout with left sidebar</li>
<li>Three-column Layout</li>
</ul>
<p>&nbsp;I have selected 3-column layout and now we have a good-looking e-store.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/home-page-done.jpg"><img alt="" height="283" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/home-page-done.jpg" width="480" /></a></p>
<h3>Callouts</h3>
<p>Callouts are the visuals (banners) for self-promotion like announcing special deals, new products, etc.</p>
<p>Now, we will upload new callouts for a small but awesome touch to our e-store as its still showing the default ones.</p>
<p><strong>Customizing callouts:</strong></p>
<ol>
<li>Simply replace your image with col_right_callout.jpg (right callout) or col_lef_callout.jpg (left callout) in \skin\frontend\default\default\images\media.</li>
<li>You can change the alternative text and link for right callout by going to right_col.phtml in \app\design\frontend\default\default\template\callouts.</li>
<li>You can change the alternate text and link for left callout by going to catalog.xml in \app\design\frontend\default\default\layout.</li>
</ol>
<p>After changing the callouts, I have following the following output of the e-commerce store.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/home-page-done-callouts.jpg"><img alt="" height="257" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/home-page-done-callouts.jpg" width="480" /></a></p>
<p>We are done with the customization of the home page. Now we will take a look on what is <strong>Magento Connect</strong>.</p>
<h3>Magento Connect</h3>
<p><a href="http://www.magentocommerce.com/magento-connect" target="_blank"><strong>Magento Connect</strong></a> is the brand name for the official marketplace of plugins and themes where you can download/buy free and premium themes and extensions.</p>
<p>For example, by default, <strong>Magento</strong> only supports the most popular shipping methods and payment gateways. You can download extensions to extend its payment capabilities.</p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-connect.jpg"><img alt="" height="219" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-connect.jpg" width="480" /></a></p>
<p><strong>How to install an extension?</strong></p>
<p>First off all, select an extension from <strong>Magento Connect</strong>. You will get an extension key upon agreeing with their terms and conditions. As an example, I&#39;m getting the key of <strong>mCommerce-iPhone Optimized Theme.</strong></p>
<p><a href="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-extension.jpg"><img alt="" height="323" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-extension.jpg" width="480" /></a></p>
<p>Copy that key and return back to your back-end. Go to System&gt; Magento Connect &gt; Magento Connect Manager. You will be prompted once again to enter your admin login details. Fill in your credentials, put the extension key and click connect. The <strong>same console is used for updating Magento</strong>.</p>
<p><strong>How to install a theme?</strong></p>
<p>You can install a new theme by following the same process as written above.</p>
<p>When the installation via <strong>Magento Connect</strong> is completed, go to System&gt; Configuration&gt; General&gt; Design&gt;Themes, put the name of the theme (for example: Modern Theme), save it and you are done.</p>
<p>After installing a new theme, your home page may not load appropriately because of the different layout options. Just go to CMS&gt; Manage Pages and choose the appropriate column layout and everything will be fixed.</p>
<p>The &quot;Magento Ultimate Guide Series&quot; includes necessary information for beginner and intermediate users. If you are looking for advanced sources and want to design for <strong>Magento</strong> then I will highly suggest you to read the <a href="http://www.magentocommerce.com/design_guide">wiki page</a>.</p>
<div class="aboutAuthor"><img align="left" alt="Saad Bassi Photo" height="80" src="http://www.webresourcesdepot.com/wp-content/uploads/saad-bassi.jpg" style="margin-right: 10px;" width="80" /></p>
<p><strong><span class="authorWrap">Author:</span> Saad Bassi</strong></p>
<p>Saad Bassi is a 20 years old web developer from Pakistan who loves to create beautiful websites with great user experience.</p>
<p>He is the co-editor of <a href="http://www.crispytech.com" target="_blank">CrispyTech</a> and <a href="http://www.1stwebdesigner.com" target="_blank">1stWebDesigner</a>, blogs about the next Windows at <a href="http://www.windows8geek.com" target="_blank">Windows8Geek</a> and loves to make new friends, so, don&#39;t forget to say him a hello on <a href="http://www.twitter.com/saadbassi" target="_blank">Twitter</a>.</p>
</div>
<h3><img align="left" alt="Amazon Icon" height="16" src="http://www.webresourcesdepot.com/wp-content/uploads/amazon-com.jpg" style="margin-right: 5px;" width="69" />Books On Magento:</h3>
<ul>
<li><a href="http://www.amazon.com/gp/product/1430272295?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430272295" target="_blank">The Definitive Guide to Magento<br />
		</a></li>
<li><a href="http://www.amazon.com/gp/product/1847197426?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847197426" target="_blank">Magento 1.3: PHP Developer&#39;s Guide<br />
		</a></li>
<li><a href="http://www.amazon.com/gp/product/1847196640?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847196640" target="_blank">Magento 1.3 Theme Design<br />
		</a></li>
</ul>
<div class="sponsorWrap"><a href="http://www.sslmatic.com/" target="_blank"><img align="left" alt="SSLmatic Logo" height="67" src="http://www.webresourcesdepot.com/wp-content/uploads/sslmatic-logo-thumb.png" style="margin-right: 5px;" width="148" /></a>This article is sponsored by <a href="http://www.sslmatic.com/" target="_blank"><strong>SSLmatic</strong></a> which sells SSL certificates (RapidSSL, Geotrust, Verisign) for <strong>much cheaper prices</strong> &amp; offers great support. Check their site to get the <a href="http://www.sslmatic.com/" target="_blank"><strong>cheap SSL certificates</strong></a>.</div>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/mysql/" title="Mysql" rel="tag">Mysql</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/wiki-like-project-management-tool-streber/" title="Wiki-Like Project Management Tool: Streber (May 26, 2008)">Wiki-Like Project Management Tool: Streber</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-mysql-management-with-only-1-file-adminer/" title="Web-Based MySQL Management With Only 1 File: Adminer (August 17, 2009)">Web-Based MySQL Management With Only 1 File: Adminer</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-server-that-runs-on-cd-rom-server2go/" title="Web Server That Runs On CD-Rom: Server2Go (November 29, 2008)">Web Server That Runs On CD-Rom: Server2Go</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-task-manager-taskfreak/" title="Web Based Task Manager: TaskFreak! (February 29, 2008)">Web Based Task Manager: TaskFreak!</a></li>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ultimate Guide To Creating E-Commerce Websites With Magento (Part 1)</title>
		<link>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/</link>
		<comments>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:11:04 +0000</pubDate>
		<dc:creator>Saad Bassi</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Extras]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1419</guid>
		<description><![CDATA[This article is sponsored by SSLmatic which sells SSL certificates (RapidSSL, Geotrust, Verisign) for much cheaper prices &#38; offers great support. Check their site to get the cheap SSL certificates.

In the process of launching an e-store, when it comes to choosing the right solution, you will get puzzled by the hundreds of solutions available.
The options [...]]]></description>
			<content:encoded><![CDATA[<div class="sponsorWrap"><a href="http://www.sslmatic.com/" target="_blank"><img align="left" alt="SSLmatic Logo" height="67" src="http://www.webresourcesdepot.com/wp-content/uploads/sslmatic-logo-thumb.png" style="margin-right: 5px;" width="148" /></a>This article is sponsored by <a href="http://www.sslmatic.com/" target="_blank"><strong>SSLmatic</strong></a> which sells SSL certificates (RapidSSL, Geotrust, Verisign) for <strong>much cheaper prices</strong> &amp; offers great support. Check their site to get the <a href="http://www.sslmatic.com/" target="_blank"><strong>cheap SSL certificates</strong></a>.</div>
<p><span><img alt="Magento Guide - Part1" height="200" src="http://www.webresourcesdepot.com/wp-content/uploads/magento-guide-part1.jpg" width="480" /></span></p>
<p><span class="Apple-style-span">In the process of launching an e-store, when it comes to choosing the right solution, you will get puzzled by the hundreds of solutions available.</span></p>
<p>The options range from simple and free shopping cart systems to complex and paid e-commerce softwares which can charge you for both getting and &ldquo;keeping&rdquo; your shop online.</p>
<p>However, there are some applications which offer great features but still free.</p>
<p><strong>One of the best</strong> and <strong>open source</strong> e-commerce solutions available for free is <strong><a href="http://www.magentocommerce.com/" target="_blank">Magento</a></strong>.</p>
<p>In the following comprehensive tutorial, we will see what are the benefits and drawbacks of using <strong>Magento</strong> as your e-commerce application. We will make a demo store and take a look on some basic and intermediate features of <strong>Magento</strong>. So what are we waiting for? Let&rsquo;s get started.</p>
<h3>Why use Magento?</h3>
<p><strong>Pros:<br />
		</strong></p>
<ul>
<li>free (absolutely free, no charges at all for community version)</li>
<li>open source (you can even make it better by writing your own code)</li>
<li>easy upgrades (automatic upgrades without loosing your customizations)</li>
<li>extensions, plugins (enhance your <strong>Magento</strong> installation with plugins just like WordPress)</li>
<li>very comprehensive theming system (custom themes for your store similar to WordPress)</li>
<li>downloadable goodies support</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>resource intensive (yes, <strong>Magento</strong> needs a lot of memory in order to work efficiently but don&rsquo;t worry, we will also learn how to fix it up to run Magento in low cost hosting solutions.)</li>
<li>latest version of PHP not supported (Magento only works with PHP 5.2)</li>
</ul>
<p>	<span id="more-1419"></span></p>
<h3>Downloading Magento:</h3>
<p>You can download <strong>Magento</strong> from <a href="http://www.magentocommerce.com/download" target="_blank">their website</a>. There are two versions available. One is the online installer and 2<sup>nd</sup>&nbsp; is the complete setup.<span>&nbsp;&nbsp;</span>I will recommend you to download the full package.</p>
<p>Another option on this page is of downloading sample data (it is like sample text to fill your e-shop). As we are going to make an original e-store, we will not download it.</p>
<p>I am using <strong>Magento</strong> 1.3.2.3 and you can download it by going to release archives on <strong>Magento</strong> download page. The latest stable release 1.4.1 came out but still has some errors. So I will not recommend you to use it. However, this guide should also work with it.</p>
<p><img alt="Magento Homepage" height="195" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-web-preview.jpg" width="480" /></p>
<h3>Installing Magento:</h3>
<p>As said earlier, the latest stable release of <strong>Magento</strong> works only with PHP 5.2 which is installed on most servers and some web servers also come with a one-click install option.</p>
<p>For learning purposes, it is a good practice to install it on localhost using xampp. It is recommended to use xampp 1.7.0/1.7.1 for easy install of <strong>Magento</strong> as it comes with PHP 5.2. If you are using the latest version of xampp, you will have to manually install PHP 5.2 if you want to run <strong>Magento</strong>. I will show you how to install <strong>Magento</strong> on xampp 1.7.0/1.7.1. You can download old versions of xampp from <a href="http://sourceforge.net/projects/xampp/" target="_blank">its official source code repository</a>.</p>
<p>After installing xampp, go to your xampp directory. In my case, it is c:\xampp.</p>
<p>The two directories, <b>C:\xampp\php</b> and <b>C:\xampp\apache\bin</b> include php.ini file which is the configuration file for PHP language. We will uncomment the following lines of code to enable some necessary add-ons required by <strong>Magento</strong> to work properly.</p>
<p><pre class="brush: php">
Line 582: ;extension=php_curl.dll
Line 622: ;extension=php_mcrypt_filter.dll
Line 624: ;extension=php_mhash.dll
</pre>
</p>
<p>You can uncomment the lines mentioned above by simply removing the semi-colon which is the first character for each line of code.</p>
<p>Now, we will have to replace the libmysql.dll contained in xampp 1.7.0/1.7.1 which is buggy and will crash apache server during <strong>Magento</strong> installation. You can <a href="http://www.mediafire.com/download.php?yr4mjzwwzzd" target="_blank">download a better version from here</a> (or it can be found inside the MySQL server downloads from mysql.com). After the download, replace it with the existing libmysql.dll in C:\xampp\php and C:\xampp\apache\bin.</p>
<p>The last step is to change some code lines in <strong>Magento&rsquo;s</strong> files to disable some checks. Otherwise we will not be able to login on localhost. Go to your <strong>Magento</strong> folder (In my case it is C:\xampp\htdocs\magento) then go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php. Then point to line 78. You will see session cookie parameters. We will comment line 81,82,83 to disable cookies. I am writing down the difference between original and edited file to give you a better understanding.</p>
<p><strong>Original varien.php (Line 78 to Line 84)</strong></p>
<pre class="brush: php">
$cookieParams = array(
	&#039;lifetime&#039; =&gt; $cookie-&gt;getLifetime(),
	&#039;path&#039;     =&gt; $cookie-&gt;getPath(),
	&#039;domain&#039;   =&gt; $cookie-&gt;getConfigDomain(),
	&#039;secure&#039;   =&gt; $cookie-&gt;isSecure(),
	&#039;httponly&#039; =&gt; $cookie-&gt;getHttponly()
);
</pre>
<p><strong>Edited varien.php&nbsp;(Line 78 to Line 84)</strong></p>
<pre class="brush: php">
$cookieParams = array(
	&#039;lifetime&#039; =&gt; $cookie-&gt;getLifetime(),
	&#039;path&#039;     =&gt; $cookie-&gt;getPath()
	//&#039;domain&#039;   =&gt; $cookie-&gt;getConfigDomain(),
	//&#039;secure&#039;   =&gt; $cookie-&gt;isSecure(),
	//&#039;httponly&#039; =&gt; $cookie-&gt;getHttponly()
);
</pre>
<p>We are done with all the fixes needed to <strong>run Magento on localhost</strong>. You have to fix these things only when you are installing it on localhost. On live servers, it doesn&#39;t need customizations</p>
<p>Now we will <strong>make a MySQL database in phpmyadmin</strong> as <strong>Magento</strong> uses MySQL to store its data.</p>
<p><img alt="phpMyAdmin New Database" height="124" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/database.jpg" width="460" /></p>
<p>Here we have created a MySQL database named Magento. So we are done. Let&rsquo;s point our browser to <strong>http://localhost/magento</strong>.</p>
<p><strong>Magento Installation Wizard</strong></p>
<p>If you have followed all the steps correctly then you will get the welcome screen of <strong>Magento</strong> installation wizard.</p>
<p><strong>Step 1:</strong></p>
<p>The first step will show you the terms and conditions to use <strong>Magento</strong>, simply accept it and press next.</p>
<p><img alt="Magento License" height="281" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-1.jpg" width="480" /></p>
<p><strong>Step 2:</strong></p>
<p>The second step is about localization. You will set default location, time zone and currency for your online shop. We are done here. Let&rsquo;s move to the next step.</p>
<p><img alt="Magento Localization" height="214" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-2.jpg" width="480" /></p>
<p><strong>Step 3:</strong></p>
<p>In the 3<sup>rd</sup> step, you will see a screen asking for the MySQL database. As we created one with the name Magento, we will fill the information with it. The default password for the administrator user &ldquo;root&rdquo; in xampp is blank. So you don&rsquo;t have to put anything here.</p>
<p><img alt="Magento Database Configuration" height="176" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-3-1.jpg" width="480" /></p>
<p>You will also be asked for the table prefix in the database. As we are installing <strong>Magento</strong> on localhost, it is not that important. But when you are going to create a practical store online, always fill this field with something weird and unpredictable like any randomly generated number as it will save you from SQL injection hacking.</p>
<p>Second box on this step asks you the <strong>base URL</strong> which will be used by your customers to browse the e-store. Moreover, the <strong>admin backend link</strong> will also be given here. You can also enable <strong>mod_rewrite</strong>, an Apache module to create custom links for better search engine optimization. Mod_rewrite is offered in most hosting solutions. You can also enable SSL here.</p>
<p><img alt="Magento Base URL" height="337" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-3-2.jpg" width="480" /></p>
<p>The last option is <strong>session storage</strong>. If you are on a shared hosting solution, then I will suggest you to choose file system as choosing MySQL database can put a heavy load on your servers. However, using MySQL to store session data is good from a security point of view.</p>
<p><strong>Step 4:</strong></p>
<p>Last step in the <strong>Magento installation Wizard</strong> is to create the admin user. You will have to put your first, last name, e-mail, username and passwords. <strong>Magento</strong> will ask you for the encryption key as it encrypts all the data.</p>
<p>In case you want to decrypt it; you will have to give the encryption key. Leave this field empty and <strong>Magento</strong> will use some random key for this purpose which will be given to you in next step.</p>
<p><img alt="Magento Admin Account" height="312" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-4-1.jpg" width="480" /></p>
<p>Keep this key in safe place as it is very important.</p>
<p>At this point we have successfully installed <strong>Magento</strong> on our localhost. As a last step, you will be asked whether you want to go to the front or backend.</p>
<p><img alt="Magento Installation Complete" height="159" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-installation-5.jpg" width="480" /></p>
<p><strong>Front-end:</strong> it is the website which will be shown to the user upon access.</p>
<p><strong>Back-end:</strong> it is your admin dashboard. Here you will manage your e-store.</p>
<h3>Front-end</h3>
<p>We will first get familiarized with the front-end and then come back to the back-end.<span> </span>This is how our default/empty store looks like.</p>
<p><img alt="Magento Store Front" height="314" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-empty-store.jpg" width="480" /></p>
<p>For now, we have no products and an empty store so we will head up to the <a href="http://demo.magentocommerce.com/" target="_blank">live demo</a> on <strong>Magento&rsquo;s</strong> official website.</p>
<p><img alt="Magento Store Details" height="153" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-demo.jpg" width="480" /></p>
<p>Let&rsquo;s start from the header.</p>
<p>On the left side of the header, there is <strong>Magento</strong> logo which is actually the logo of your online shop.<span>&nbsp; </span>Later on, we will see how to customize it.</p>
<p>On the right side of the header, there is a search bar, a default welcome message after that, and some login/sign up links. You can also change your language here.</p>
<p><strong>Category Bar:</strong> <strong>Magento</strong> uses categories to group same products. Each product should have at least one category. You can also use sub-categories for different products. Each category has its own page which you can customize from the back-end.</p>
<p>There are two sidebars on the demo store. <strong>Left sidebar</strong> is showing some offers and a popular tag block while <strong>right sidebar</strong> is showing your cart and the community poll.</p>
<p>The main content area is showing the landing page image and popular products of the store.</p>
<p>There are two other pages worth mentioning.</p>
<p><strong>Category Page:</strong> This page shows up when a buyer clicks on a category link. It allows a buyer to sort products by position, name and price. Buyer can also choose the number of the products showing up on each page. Another feature of this page is grid and list view.</p>
<p><strong>Product Page:</strong> This page shows up when a user clicks on a product to buy it. It contains short description of the product, a long description, price, and different images of the product just like Amazon.</p>
<p><strong>Magento</strong> also has features for comparing products with each other and related products too. Now let&rsquo;s move to our installation and have a look at the back-end (the admin area).</p>
<h3>Back-end</h3>
<p>Point your browser to <a href="http://locahost/magento/admin">http://locahost/magento/admin</a> to login into the back-end. You will see a login area. Put your login information here which you created in step 2 of <strong>Magento</strong> installation wizard.</p>
<p>Here is how it looks like.</p>
<p><img alt="Magento Admin Panel" height="304" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-backend.jpg" width="480" /></p>
<p>The following screenshots show you the <strong>Magento</strong> admin menu. We will explain each item separately and after that, we will create the e-store.</p>
<p><img alt="Magento Admin Bar" height="22" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/magento-admin-bar.jpg" width="480" /></p>
<p><strong>Dashboard</strong>: Gives an overview of your sales, orders and everything between them like customers, top products, etc. with the help of dynamic graphs.</p>
<p>The next tab is &quot;<strong>sales&quot;</strong>. Let&rsquo;s explore it.</p>
<p><img alt="Magento Sidebar" height="181" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/sales.jpg" width="190" /></p>
<p><strong>Orders:</strong> All the orders by your customers are placed here. You can hold or unhold orders from this panel. You can also place new orders. Please keep in mind that it will be a temporary record and you can cancel these orders. At this step, the payment for the specific order is not yet confirmed.</p>
<p><strong>Invoices:</strong><span> </span>Invoice is the receipt of the payment for a specific order. After creating an invoice, the temporary order will be set as a permanent order and you will not be able to cancel it.</p>
<p><strong>Shipments:</strong>&nbsp; All the shipped products are placed here.</p>
<p><strong>Credit Memo</strong>:<span> </span>Holds the records for refunded payments. For example; if you shipped a product to a customer and the customer demanded the refund after that, the specific record will lie under this tab.</p>
<p><strong>Terms &amp; Conditions:</strong> You can apply specific terms and conditions to your e-commerce store here.</p>
<p><strong>Taxes:</strong> A very important tab in managing your e-commerce store. You can apply specific taxes with respect to the specific products and locations. A lot can be written on this feature but it will go beyond the scope of this guide.</p>
<p>The next tab in <strong>Magento</strong> backend is called <strong>catalog</strong>. Everything related to the products are inside this tab.</p>
<p><strong>Manage Products:</strong> You can see all the products of your store. New products can also be created from here.</p>
<p><strong>Manage Categories:</strong> Category management can be done under this tab.</p>
<p><strong>Manage Attributes: </strong>Create different attributes on specific products. Explanation of attribute is mentioned below</p>
<p><strong>What are Attributes?</strong></p>
<p>An Attribute is a specific property of a product. For example: &quot;resolution&quot; and &quot;color&quot; of a high definition LCD monitor are attributes of that specific product. Products can also be grouped with the help of attributes.</p>
<p><strong>Difference between Categories and Attributes</strong></p>
<p>A very important concept in handling <strong>Magento</strong> like a pro is to understand the difference between categories and attributes. Categories are the main navigation menu of your e-store. For example: if you are selling computer related accessories, mouse, keyboards, processors can be categories and you can apply attributes like cache, clock speed, bus speed, price and so for the processor category.<span>&nbsp; </span></p>
<p><strong>URL Rewrite Management:</strong> This is an awesome feature in <strong>Magento</strong> with respect to search engine optimization. You can change any link in your e-store to get a better place in search engines.</p>
<p><strong>Search: </strong>This tab allows you to see what keywords were searched by your customers. It also tells you how many times a search has been made.</p>
<p><strong>Tags</strong>: You can set tags for each product here. Tags are usually keywords which are good for SEO.</p>
<p><strong>Google Base:</strong> An advanced feature.<span> </span>You will have to understand Google base before using this. Here is <a href="http://en.wikipedia.org/wiki/Google_Base" target="_blank">good explanation of Google Base</a>.</p>
<p><strong>Google Sitemap:</strong> You can generate the sitemap of your e-store for submitting it to the Google&rsquo;s webmaster tools (another great feature when it comes to SEO).</p>
<h3>The First Product</h3>
<p>Now, we are able to create our first product as you have understood all the basic steps in maintaining <strong>Magento</strong>. After creating our demo e-store, I will explain you the remaining features.<span> </span>So let&rsquo;s do it now.</p>
<p><strong>Creating our first product</strong></p>
<p>Each product should sit inside a category. Otherwise, it will not appear on your store. So, we will first create a category named &quot;Mouse&quot;.</p>
<p><strong>How to create a category in Magento?</strong></p>
<p>The default store comes with an empty category named &quot;default category&quot;. All the categories should be placed as sub-categories to this default category otherwise you will be unable to see them. Following screenshot shows the right method to add a category in <strong>Magento</strong>.</p>
<p><img alt="Magento Categories" height="200" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/category-method.jpg" width="480" /></p>
<p>Let&rsquo;s take a look at our first category.</p>
<p><img alt="Magento New Category" height="521" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/add-category.jpg" width="480" /></p>
<p>You can choose the name + description to be displayed on category pages, the default image for the category and other options. Active option must be set to &quot;yes&quot;. You will also be given the option here to <strong>set the meta keywords</strong> and description for this category which will appear on search engine listings.</p>
<p>When you will save the category, it will not appear under default category. You can do so by drag&#39;n drop functionality.</p>
<p><strong>Creating our first product with Magento</strong></p>
<p>So, we have a category to group products. We are going to add the product now.</p>
<p>You will be asked to select the attribute set and type of the product.</p>
<p><strong>Types of products:</strong></p>
<ol>
<li><strong>Single Products</strong> can be sold individually. You can also group a single product with other single products using &quot;group products&quot;.</li>
<li><strong>Group Products</strong> contain many single products. They can be added to a customer&rsquo;s cart with a single click. For example you can bundle an Apple magic mouse with a Macbook.</li>
<li><strong>Configurable products</strong> allow customers to change different properties of a product.<span>&nbsp; </span>For example: a customer can increase the ram of a specific processor if it is a configurable product.</li>
<li><strong>Virtual Products</strong> are those products which are not physical. You can add additional warranties to this product.</li>
<li><strong>Bundled Products</strong> are much like grouped products. There is not a big difference. Take a computer for example. You can remove monitor, graphics card and some other accessories from this product.</li>
<li><strong>Downloadable products</strong> are pretty much self explanatory. An example is &quot;premium themes&quot;. When a customer purchases such a product, he will be sent an e-mail with the product download link.</li>
</ol>
<p>We will create a &quot;single product&quot; now.</p>
<p><img alt="Magento New Product" height="196" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/new-product-magento.jpg" width="480" /></p>
<p>You will have to mention the name of the product, short description and long description.</p>
<p>Following screenshot gives you the look of &quot;New Product Tab&quot;. There are 10 tabs on the left menu. I will explain only those who are necessary to get started.</p>
<p><img alt="Magento Product Details" height="280" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/new-product-magento-1.jpg" width="480" /></p>
<p><strong>SKU:</strong> is an abbreviation of &quot;Stock Keeping Unit&quot;. It&rsquo;s a general term used in stocking items. What you need to learn is that each product in your store should have a unique SKU. In simplest word, it is an identifier for products.</p>
<p><strong>Weight:</strong> weight for the product which can be important in calculating the shipping.</p>
<p>This window will show some additional tabs depending on the &quot;attribute set&quot; selected. The manufacturer and color fields are actually a part of the default attributes set.</p>
<p><strong>Magento</strong> has the feature of generating <strong>RSS feeds and newsletters</strong> which include new products. Moreover, the new products also show up on homepage. In the next two fields, you can choose the period for which a product will be marked as &quot;new&quot;.</p>
<p>You can <strong>enable or disable a product.</strong> If the product is set to be disabled, <strong>Magento</strong> will not show it on the front-end.</p>
<p><strong>Visibility:</strong> allows you to choose the pages on which you want to show the product.</p>
<p><strong>Price: </strong>The fields here are pretty self-explanatory. <strong>Special price</strong> allows you to give the customers discount for some days. Just like a sale on Christmas. This feature is for discounts and promotions.</p>
<p>Next tab is <strong>Meta Descriptions</strong> which is used for SEO of your store. You can set Meta title, keywords and Meta description here.</p>
<p>4th tab is <strong>Images</strong>. You can upload product photos here. By default, there are three types of images which <strong>Magento</strong> uses.</p>
<p><img alt="Magento Product Images" height="322" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/new-product-images.jpg" width="480" /></p>
<p>And here they are:</p>
<p><strong>Small</strong>: shows up on category page</p>
<p><strong>Thumbnail</strong>: shows up in shopping cart and</p>
<p><strong>Base Image</strong>:<span>&nbsp; </span>shows up on product page</p>
<p>Lets move to 5th tab.</p>
<p><strong>Design tab</strong> allows you to customize the view of the product page. You can choose from different page layouts built in with <strong>Magento</strong>.</p>
<p><strong>Inventory Tab</strong> allows you to set the quantity of number of products available in the store.</p>
<p><strong>Category tab</strong> for selecting the category for your product .<span> </span>This is crucial. You will not be able to see your product until you select one category.</p>
<p>At this point you have a fully functional product and you can see your product on category pages. But we will take a look on remaining important tabs on creating a new product page.</p>
<p><strong>Related Products tab</strong> allows you to select related products just like Amazon.</p>
<p><strong>Up-Sells:</strong> Under this tab, you can select recommended products which the customer should buy instead of the one which we created now. The up-sells products can be of better quality and also expensive.</p>
<p><strong>Cross-Sells:</strong> The products you want to show a customer on the shopping cart page before a user checks out can be set here.</p>
<p><strong>Product Reviews:</strong> Ratings and product reviews for a specific product can be managed here.</p>
<p><strong>Product Tags:</strong> You can set product tags here.</p>
<p><strong>Customers Tagged Products:</strong> In <strong>Magento</strong>, customers can also tag products. They are shown under this tab.</p>
<p><strong>Custom Options:<span>&nbsp; </span></strong>You can add custom options for a product here. Like attributes, you can&rsquo;t group custom options and each product has its own custom options. You can add text fields, radio buttons and other form fields for custom forms here. This is an advanced feature.</p>
<p>Let&rsquo;s move to the front-end and see how our e-store looks like.</p>
<p>The home page is showing no products. In other words, <strong>Magento</strong> is still showing the default e-store layout . We will change it in the next part of this guide. Click on the &quot;Mouse&quot; tab in category menu and we will see the category page as below.</p>
<p><img alt="Magento Product Page" height="273" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/category-page.jpg" width="480" /></p>
<p>Select the Apple Magic Mouse product which we just created and now you will see the product page.</p>
<p><img alt="Magento Product Detail" height="340" src="http://www.webresourcesdepot.com/wp-content/uploads/2010/03/product-page.jpg" width="480" /></p>
<p>We&rsquo;ve created our first product. But there is still so much to cover on <strong>Magento</strong>. Although we can&rsquo;t cover all in this guide, I will give you an overview of all the features. So let&rsquo;s move back to <strong>Magento&#39; s back-end</strong>.</p>
<p><strong>Customers:</strong><span> </span>You can manage all the customers here. <strong>Magento</strong> allows shoppers to register for easy shopping. They don&rsquo;t need to give their shipping addresses again and again. This can be done by shoppers.</p>
<p>However, you can create customers and customer groups to apply different discounts from the back-end. You can also view the online customers on that specific time. Everything about them is managed here.</p>
<p><strong>Promotions:</strong><span> </span>Product sales can be managed here. There are two types of promotions. &quot;Catalog price rules&quot; apply on the whole e-store while &quot;shopping cart price rules&quot; only apply during the checkout process.</p>
<p><strong>Newsletters:</strong> <strong>Magento</strong> has the built in functionality to handle newsletters. You can create newsletter templates here and also see the customers who have signed up to receive them. The full-featured newsletter system allows you to create templates for your newsletters. Then you just have to insert the necessary information and you are done.</p>
<h3>Content Management System Capabilities of Magento</h3>
<p><strong>Magento</strong> also has CMS capabilities. You can create static pages, static blocks and polls here. We will take an in-depth look at these features when we will customize the layout of our store.</p>
<p><strong>Reports:</strong> You can get all type of reports here. <strong>Magento</strong> offers more than 20 types of reports which help you to get every detail of your store.</p>
<p><strong>System:</strong> Holds the settings for the administrator account and the general settings of your store.</p>
<p>You can set roles of users, cache management, currency rate, etc. here.</p>
<p>Until now, we have taken an overview of all the backend features. I have tried my best to cover the most important features of <strong>Magento</strong>.</p>
<p>In the next part of this guide we will move to the front-end and will <strong>customize the default layout of Magento</strong>. We will see what content blocks are and how we can change the basic features.</p>
<p>Go to: <a href="http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-2/"><strong>The Ultimate Guide To Creating E-Commerce Websites With Magento (Part 2)</strong></a>.</p>
<div class="aboutAuthor"><img align="left" alt="Saad Bassi Photo" height="80" src="http://www.webresourcesdepot.com/wp-content/uploads/saad-bassi.jpg" style="margin-right: 10px;" width="80" /></p>
<p><strong><span class="authorWrap">Author:</span> Saad Bassi</strong></p>
<p>Saad Bassi is a 20 years old web developer from Pakistan who loves to create beautiful websites with great user experience.</p>
<p>He is the co-editor of <a href="http://www.crispytech.com" target="_blank">CrispyTech</a> and <a href="http://www.1stwebdesigner.com" target="_blank">1stWebDesigner</a>, blogs about the next Windows at <a href="http://www.windows8geek.com" target="_blank">Windows8Geek</a> and loves to make new friends, so, don&#39;t forget to say him a hello on <a href="http://www.twitter.com/saadbassi" target="_blank">Twitter</a>.</p>
</div>
<h3><img align="left" alt="Amazon Icon" height="16" src="http://www.webresourcesdepot.com/wp-content/uploads/amazon-com.jpg" style="margin-right: 5px;" width="69" />Books On Magento:</h3>
<ul>
<li><a href="http://www.amazon.com/gp/product/1430272295?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430272295" target="_blank">The Definitive Guide to Magento<br />
		</a></li>
<li><a href="http://www.amazon.com/gp/product/1847197426?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847197426" target="_blank">Magento 1.3: PHP Developer&#39;s Guide<br />
		</a></li>
<li><a href="http://www.amazon.com/gp/product/1847196640?ie=UTF8&amp;tag=webre02-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847196640" target="_blank">Magento 1.3 Theme Design<br />
		</a></li>
</ul>
<div class="sponsorWrap"><a href="http://www.sslmatic.com/" target="_blank"><img align="left" alt="SSLmatic Logo" height="67" src="http://www.webresourcesdepot.com/wp-content/uploads/sslmatic-logo-thumb.png" style="margin-right: 5px;" width="148" /></a>This article is sponsored by <a href="http://www.sslmatic.com/" target="_blank"><strong>SSLmatic</strong></a> which sells SSL certificates (RapidSSL, Geotrust, Verisign) for <strong>much cheaper prices</strong> &amp; offers great support. Check their site to get the <a href="http://www.sslmatic.com/" target="_blank"><strong>cheap SSL certificates</strong></a>.</div>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/mysql/" title="Mysql" rel="tag">Mysql</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/wiki-like-project-management-tool-streber/" title="Wiki-Like Project Management Tool: Streber (May 26, 2008)">Wiki-Like Project Management Tool: Streber</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-mysql-management-with-only-1-file-adminer/" title="Web-Based MySQL Management With Only 1 File: Adminer (August 17, 2009)">Web-Based MySQL Management With Only 1 File: Adminer</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-server-that-runs-on-cd-rom-server2go/" title="Web Server That Runs On CD-Rom: Server2Go (November 29, 2008)">Web Server That Runs On CD-Rom: Server2Go</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-based-task-manager-taskfreak/" title="Web Based Task Manager: TaskFreak! (February 29, 2008)">Web Based Task Manager: TaskFreak!</a></li>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/the-ultimate-guide-to-creating-e-commerce-websites-with-magento-part-1/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>One Quality PSD Every Day: 365psd</title>
		<link>http://www.webresourcesdepot.com/one-quality-psd-every-day-365psd/</link>
		<comments>http://www.webresourcesdepot.com/one-quality-psd-every-day-365psd/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 06:58:36 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Various Objects]]></category>
		<category><![CDATA[PSD]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1546</guid>
		<description><![CDATA[365psd is a website which publishes one quality PSD file every day that can be used in our designs for free.
PSDs are created by different designers &#38; they can be browsed simply with prev-next buttons.
Also, they are tagged (including the colors) which will make finding similar items easy once the number of files get bigger.

Special [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://365psd.com/" target="_blank">365psd</a></strong> is a website which publishes <strong>one quality PSD file every day</strong> that can be used in our designs for free.</p>
<p>PSDs are created by different designers &amp; they can be browsed simply with prev-next buttons.</p>
<p>Also, they are tagged (including the colors) which will make finding similar items easy once the number of files get bigger.</p>
<p><a href="http://365psd.com/" target="_blank"><img alt="365psd" height="238" src="http://www.webresourcesdepot.com/wp-content/uploads/365psd.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/psd/" title="PSD" rel="tag">PSD</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/web-elements-kit-psd-for-designing-faster/" title="Web Elements Kit (PSD) For Designing Faster (July 1, 2009)">Web Elements Kit (PSD) For Designing Faster</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-applications-classic-button-set/" title="Web Applications Classic Button Set (April 16, 2008)">Web Applications Classic Button Set</a></li>
	<li><a href="http://www.webresourcesdepot.com/sweetie-cute-and-clear-icons/" title="Sweetie: Cute And Clear Icons (March 22, 2008)">Sweetie: Cute And Clear Icons</a></li>
	<li><a href="http://www.webresourcesdepot.com/scalable-css-based-breadcrumbs/" title="Scalable CSS-Based Breadcrumbs (February 11, 2009)">Scalable CSS-Based Breadcrumbs</a></li>
	<li><a href="http://www.webresourcesdepot.com/psd-to-html-by-psd2html/" title="Review: PSD To HTML By PSD2HTML (June 26, 2008)">Review: PSD To HTML By PSD2HTML</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/one-quality-psd-every-day-365psd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Awesome Speech Bubbles With Pure CSS3</title>
		<link>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/</link>
		<comments>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 07:18:08 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Speech Bubble]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1519</guid>
		<description><![CDATA[Nicolas Gallagher is sharing a creative way on creating good-looking speech bubbles with CSS3.
There are no images or JavaScript in the implementations but uses the :before and/or :after pseudo-elements to produce basic shapes.
The HTML remains semantic however we should remember that CSS3 is not fully supported by all major browsers &#38; we may again require [...]]]></description>
			<content:encoded><![CDATA[<p>Nicolas Gallagher is sharing a creative way on <strong><a href="http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/" target="_blank">creating good-looking speech bubbles with CSS3</a></strong>.</p>
<p>There are <strong>no images or JavaScript</strong> in the implementations but uses the <code>:before</code> and/or <code>:after</code> pseudo-elements to produce basic shapes.</p>
<p>The HTML remains semantic however we should remember that CSS3 is not fully supported by all major browsers &amp; we may again require JavaScript to add this support (like <a href="http://code.google.com/p/ie7-js/" target="_blank">IE7.js</a>).</p>
<p><a href="http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/" target="_blank"><img alt="CSS3 Speech Bubbles" height="282" src="http://www.webresourcesdepot.com/wp-content/uploads/css3-speech-bubbles.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://www.webresourcesdepot.com/tag/speech-bubble/" title="Speech Bubble" rel="tag">Speech Bubble</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
	<li><a href="http://www.webresourcesdepot.com/ecsstender-a-javascript-library-to-take-control-of-your-css/" title="eCSStender: A JavaScript Library To Take Control Of Your CSS (October 24, 2009)">eCSStender: A JavaScript Library To Take Control Of Your CSS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free PSD Kit For Easier Website Wireframing</title>
		<link>http://www.webresourcesdepot.com/free-psd-kit-for-easier-website-wireframing/</link>
		<comments>http://www.webresourcesdepot.com/free-psd-kit-for-easier-website-wireframing/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 08:56:07 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Various Objects]]></category>
		<category><![CDATA[PSD]]></category>
		<category><![CDATA[Wireframe]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1479</guid>
		<description><![CDATA[Fuel Your Interface, a blog focused on UI design, is presenting a free web-design UI wireframe kit.
The kit comes as a .PSD file which is completely built with shape objects (in some cases converted into SmartObjects).
It includes the most frequently web design objects like buttons, forms, pagination, tabs, breadcrumbs &#38; much more.

Special Downloads:
Ajaxed Add-To-Basket Scenarios [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Fuel Your Interface</strong>, a blog focused on UI design, is presenting a <strong><a href="http://www.fuelyourinterface.com/free-web-ui-wireframe-kit/" target="_blank">free web-design UI wireframe kit</a></strong>.</p>
<p>The <strong>kit comes as a .PSD file</strong> which is completely built with shape objects (in some cases converted into SmartObjects).</p>
<p>It includes the most frequently web design objects like buttons, forms, pagination, tabs, breadcrumbs &amp; much more.</p>
<p><a href="http://www.fuelyourinterface.com/free-web-ui-wireframe-kit/" target="_blank"><img alt="Web UI Wireframe Kit" height="178" src="http://www.webresourcesdepot.com/wp-content/uploads/web-ui-wireframe-kit.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/psd/" title="PSD" rel="tag">PSD</a>, <a href="http://www.webresourcesdepot.com/tag/wireframe/" title="Wireframe" rel="tag">Wireframe</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/web-elements-kit-psd-for-designing-faster/" title="Web Elements Kit (PSD) For Designing Faster (July 1, 2009)">Web Elements Kit (PSD) For Designing Faster</a></li>
	<li><a href="http://www.webresourcesdepot.com/web-applications-classic-button-set/" title="Web Applications Classic Button Set (April 16, 2008)">Web Applications Classic Button Set</a></li>
	<li><a href="http://www.webresourcesdepot.com/sweetie-cute-and-clear-icons/" title="Sweetie: Cute And Clear Icons (March 22, 2008)">Sweetie: Cute And Clear Icons</a></li>
	<li><a href="http://www.webresourcesdepot.com/scalable-css-based-breadcrumbs/" title="Scalable CSS-Based Breadcrumbs (February 11, 2009)">Scalable CSS-Based Breadcrumbs</a></li>
	<li><a href="http://www.webresourcesdepot.com/psd-to-html-by-psd2html/" title="Review: PSD To HTML By PSD2HTML (June 26, 2008)">Review: PSD To HTML By PSD2HTML</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/free-psd-kit-for-easier-website-wireframing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Windows Font Manager: NexusFont</title>
		<link>http://www.webresourcesdepot.com/free-windows-font-manager-nexusfont/</link>
		<comments>http://www.webresourcesdepot.com/free-windows-font-manager-nexusfont/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 09:01:41 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[OpenType]]></category>
		<category><![CDATA[TrueType]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1394</guid>
		<description><![CDATA[NexusFont is a free Windows application for easily managing fonts.
It is a very useful application specially when trying to decide &#34;which font to use&#34; for a specific text as it can &#34;display outputs of a custom text with various fonts&#34; in a grid.

The application has support for TrueType, OpenType &#38; Adobe Type1 fonts.
NexusFont can help [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xiles.net/programs/" target="_blank"><strong>NexusFont</strong></a> is a <strong>free Windows application for easily managing fonts</strong>.</p>
<p>It is a <strong>very useful application specially when trying to decide &quot;which font to use&quot;</strong> for a specific text as it can &quot;display outputs of a custom text with various fonts&quot; in a grid.</p>
<p><a href="http://xiles.net/programs/" target="_blank"><img alt="NexusFont" height="178" src="http://www.webresourcesdepot.com/wp-content/uploads/nexusfont.jpg" width="480" /></a></p>
<p>The application has support for TrueType, OpenType &amp; Adobe Type1 fonts.</p>
<p><strong>NexusFont</strong> can help installing/uninstalling fonts, <strong>finding duplicates, anti-aliasing</strong>, renaming &amp; more.</p>
<p>Also, it can <strong>export the preview lists as images</strong> which is a nice feature when sharing the options with clients, colleagues, etc.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/opentype/" title="OpenType" rel="tag">OpenType</a>, <a href="http://www.webresourcesdepot.com/tag/truetype/" title="TrueType" rel="tag">TrueType</a>, <a href="http://www.webresourcesdepot.com/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/free-fonts-showcase-font-squirrel/" title="Free Fonts Showcase: Font Squirrel (January 18, 2009)">Free Fonts Showcase: Font Squirrel</a></li>
	<li><a href="http://www.webresourcesdepot.com/windows-2008-hosting-discount-offer-easy-cgi/" title="Windows 2008 Hosting Discount Offer: Easy CGI (June 18, 2008)">Windows 2008 Hosting Discount Offer: Easy CGI</a></li>
	<li><a href="http://www.webresourcesdepot.com/typeface-sharing-open-font-library/" title="Typeface Sharing: Open Font Library (April 22, 2009)">Typeface Sharing: Open Font Library</a></li>
	<li><a href="http://www.webresourcesdepot.com/typedia-encyclopedia-of-typefaces/" title="Typedia: Encyclopedia of Typefaces (October 3, 2009)">Typedia: Encyclopedia of Typefaces</a></li>
	<li><a href="http://www.webresourcesdepot.com/turn-your-handwriting-into-fonts-yourfonts/" title="Turn Your Handwriting Into Fonts: YourFonts (February 3, 2009)">Turn Your Handwriting Into Fonts: YourFonts</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/free-windows-font-manager-nexusfont/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Generate Icons Online: Iconizer</title>
		<link>http://www.webresourcesdepot.com/generate-icons-online-iconizer/</link>
		<comments>http://www.webresourcesdepot.com/generate-icons-online-iconizer/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 09:33:58 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[GIF]]></category>
		<category><![CDATA[JPG]]></category>
		<category><![CDATA[PNG]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1365</guid>
		<description><![CDATA[Iconizer is one of the latest online generators that you may find useful.
It is a free &#38; web-based application, from the makers of popular Preloaders.net, that enables you to customize various popular icon sets online.

Iconizer allows you to select an icon from a list of well-categorized icon sets and:

select the foreground/background color
size of it
file type [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://iconizer.net/" target="_blank">Iconizer</a></strong> is one of the latest online generators that you may find useful.</p>
<p>It is a free &amp; web-based application, from the makers of popular <a href="http://preloaders.net/" target="_blank">Preloaders.net</a>, that enables you to <strong>customize various popular icon sets online</strong>.</p>
<p><a href="http://iconizer.net/" target="_blank"><img alt="Iconizer" height="188" src="http://www.webresourcesdepot.com/wp-content/uploads/iconizer.gif" width="480" /></a></p>
<p><strong>Iconizer</strong> allows you to select an icon from a list of well-categorized icon sets and:</p>
<ul>
<li>select the foreground/background color</li>
<li>size of it</li>
<li>file type to be created</li>
<li>add an animation</li>
<li>resize it &amp; more..</li>
</ul>
<p>Although the application is very useful, what would be even better is &quot;selecting the whole icon set&quot; &amp; ability to customizing it in bulk.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/gif/" title="GIF" rel="tag">GIF</a>, <a href="http://www.webresourcesdepot.com/tag/jpg/" title="JPG" rel="tag">JPG</a>, <a href="http://www.webresourcesdepot.com/tag/png/" title="PNG" rel="tag">PNG</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/get-color-palette-by-uploading-an-image/" title="Get Color Palette By Uploading An Image (February 16, 2009)">Get Color Palette By Uploading An Image</a></li>
	<li><a href="http://www.webresourcesdepot.com/quality-patterns-from-dinpattern/" title="Quality Patterns From DinPattern (June 16, 2008)">Quality Patterns From DinPattern</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-web-development-icons-from-icojoy/" title="Free Web Development Icons From Icojoy (June 26, 2008)">Free Web Development Icons From Icojoy</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-weather-icons-collection/" title="Free Weather Icons Collection (November 13, 2008)">Free Weather Icons Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-w3c-validation-icons-with-psd-file/" title="Free W3C Validation Icons (With PSD File) (October 21, 2008)">Free W3C Validation Icons (With PSD File)</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/generate-icons-online-iconizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Kit For Sketching &amp; Wireframing</title>
		<link>http://www.webresourcesdepot.com/free-kit-for-sketching-wireframing/</link>
		<comments>http://www.webresourcesdepot.com/free-kit-for-sketching-wireframing/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:39:36 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Various Objects]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[EPS]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1353</guid>
		<description><![CDATA[JankoAtWarpSpeed is sharing a free kit for easier sketching &#38; wireframing of websites / web applications.
The kit consist of form elements, icons, indicators, feedback messages, tooltips, navigation elements, image placeholders, embedded videos, sliders and common ad banners.
It comes in .AI, .SVG, .PDF &#38; .EPS vector formats and completely free for personal + commercial use.

Special Downloads:
Ajaxed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>JankoAtWarpSpeed</strong> is sharing a <a href="http://www.jankoatwarpspeed.com/post/2009/12/24/sketching-wireframing-kit.aspx" target="_blank"><strong>free kit for easier sketching &amp; wireframing</strong></a> of websites / web applications.</p>
<p>The kit consist of form elements, icons, indicators, feedback messages, tooltips, navigation elements, image placeholders, embedded videos, sliders and common ad banners.</p>
<p>It comes in <strong>.AI, .SVG, .PDF &amp; .EPS vector formats</strong> and completely free for personal + commercial use.</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/12/24/sketching-wireframing-kit.aspx" target="_blank"><img alt="Sketching and wireframing kit" height="222" src="http://www.webresourcesdepot.com/wp-content/uploads/wireframe-kit.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/ai/" title="AI" rel="tag">AI</a>, <a href="http://www.webresourcesdepot.com/tag/eps/" title="EPS" rel="tag">EPS</a>, <a href="http://www.webresourcesdepot.com/tag/pdf/" title="PDF" rel="tag">PDF</a>, <a href="http://www.webresourcesdepot.com/tag/svg/" title="SVG" rel="tag">SVG</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/icons-for-multi-touch-interfaces-gesturecons/" title="Icons For Multi-Touch Interfaces: Gesturecons (March 3, 2010)">Icons For Multi-Touch Interfaces: Gesturecons</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-icon-set-in-ai-eps-pdf-xar-formats/" title="Free Icon Set In AI, EPS, PDF &#038; XAR Formats (January 22, 2009)">Free Icon Set In AI, EPS, PDF &#038; XAR Formats</a></li>
	<li><a href="http://www.webresourcesdepot.com/19-creative-and-free-fonts-in-vector-formats/" title="19 Creative And Free Fonts In Vector Formats (April 28, 2009)">19 Creative And Free Fonts In Vector Formats</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-weather-icons-collection/" title="Free Weather Icons Collection (November 13, 2008)">Free Weather Icons Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-vector-arrow-icons/" title="Free Vector Arrow Icons (January 2, 2009)">Free Vector Arrow Icons</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/free-kit-for-sketching-wireframing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Do Visitors See? Google Browser Size</title>
		<link>http://www.webresourcesdepot.com/what-do-visitors-see-google-browser-size/</link>
		<comments>http://www.webresourcesdepot.com/what-do-visitors-see-google-browser-size/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:01:21 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1342</guid>
		<description><![CDATA[
	Google Browser Size is a visualization tool by Google Labs that shows any website behind an overlay of browser-window-sizes average

	The overlay information is actually created from the data of people who visit Google (which won&#39;t be wrong to call it an average).

	

	The tool is perfect for learning what percentage of the visitors are seeing the [...]]]></description>
			<content:encoded><![CDATA[<p>
	<a href="http://browsersize.googlelabs.com/" target="_blank"><strong>Google Browser Size</strong></a> is a <strong>visualization tool</strong> by Google Labs that shows any website behind an overlay of browser-window-sizes average</p>
<p>
	The overlay information is actually created from the data of people who visit Google (which won&#39;t be wrong to call it an average).</p>
<p>
	<font face="Arial,Helvetica" size="2"><a href="http://browsersize.googlelabs.com/" target="_blank"><img alt="Google Browser Size" height="219" src="http://www.webresourcesdepot.com/wp-content/uploads/image/google-browser-size.jpg" width="480" /></a></font></p>
<p>
	The tool is perfect for learning what percentage of the visitors are seeing the most important parts at initial load &amp; <strong>what are they missing</strong>.</p>
<p>
	When you move the mouse, a rectangle which follows the mouse pointer enables us to interact with the website. And, optionally, <strong>the opacity level can be changed</strong>.</p>
<p>
	But, like mentioned, it is created with the data from google.com &amp; will work for websites that target average internet users. It would be great to see this integrated into Google Analytics creating a custom overlay.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/browser/" title="Browser" rel="tag">Browser</a>, <a href="http://www.webresourcesdepot.com/tag/google/" title="Google" rel="tag">Google</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/tips-for-faster-websites-by-google/" title="Tips For Faster Websites By Google (June 25, 2009)">Tips For Faster Websites By Google</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-your-website-design-in-different-browsers-in-minutes/" title="Test Your Website Design In Different Browsers In Minutes (December 28, 2007)">Test Your Website Design In Different Browsers In Minutes</a></li>
	<li><a href="http://www.webresourcesdepot.com/search-based-keyword-tool-from-google/" title="Search-Based Keyword Tool From Google (November 19, 2008)">Search-Based Keyword Tool From Google</a></li>
	<li><a href="http://www.webresourcesdepot.com/opera-unite-browser-becomes-a-server/" title="Opera Unite: Browser Becomes A Server (June 16, 2009)">Opera Unite: Browser Becomes A Server</a></li>
	<li><a href="http://www.webresourcesdepot.com/obituary-for-ie6/" title="Obituary For IE6 (February 25, 2009)">Obituary For IE6</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/what-do-visitors-see-google-browser-size/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tracking New RSS Subscribers With Google Analytics (To Understand Them Better)</title>
		<link>http://www.webresourcesdepot.com/tracking-new-rss-subscribers-with-google-analytics-to-understand-them-better/</link>
		<comments>http://www.webresourcesdepot.com/tracking-new-rss-subscribers-with-google-analytics-to-understand-them-better/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:01:08 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1338</guid>
		<description><![CDATA[
	For a website, gaining RSS subscribers requires hard work as visitors prefer to subscribe websites with fresh/quality content &#38; expect this to be continious.

	On the other hand, RSS subscribers are very valuable loyal readers which follow the website regularly.

	So, for a website, it is very important to analyze &#34;how visitors become RSS readers&#34; like:


		from which [...]]]></description>
			<content:encoded><![CDATA[<p>
	<img align="left" alt="Magnifying Glass" height="130" src="http://www.webresourcesdepot.com/wp-content/uploads/image/magnify-glass.jpg" style="margin-right: 5px;" width="113" />For a website, <strong>gaining RSS subscribers requires hard work</strong> as visitors prefer to subscribe websites with fresh/quality content &amp; expect this to be continious.</p>
<p>
	On the other hand, RSS subscribers are very valuable loyal readers which follow the website regularly.</p>
<p>
	So, for a website, it is very important to <strong>analyze &quot;how visitors become RSS readers&quot;</strong> like:</p>
<ul>
<li>
		from which websites do they reach to yours</li>
<li>
		which page of yours is the one that gains you most subscribers, etc.</li>
</ul>
<p>
	<strong>Google Analytics</strong>, besides all the simplicity it offers, has a very functional event tracking method for analyzing custom events which <strong>we will be using to track new RSS subscriptions</strong> and see how to <strong>analyzing them deeper</strong>.</p>
<p>
	&nbsp;</p>
<h2>
	Part 1 &#8211; Applying Event Tracking Code</h2>
<hr />
<p>
	There are currently 2 different versions of Google Analytics tracking code used:</p>
<ul>
<li>
		The standard tracking (gaJsHost)</li>
<li>
		Asynchronous tracking &#8211; beta (_gaq)</li>
</ul>
<p>
	The asynchronous tracking code has a major advantage over the standard version&#39;s event tracking which is: <strong>it will be able to track the clicks even if tha page is not fully loaded</strong>.</p>
<p>
	Codes for both versions will be mentioned.</p>
<p><span id="more-1338"></span></p>
<p>
	<img alt="Google Analytics RSS Tracking" height="167" src="http://www.webresourcesdepot.com/wp-content/uploads/image/google-analytics-rss-track.jpg" width="480" /></p>
<h3>
	No JavaScript frameworks version</h3>
<p>
	<strong>Standard tracking<br />
	</strong></p>
<p>
	The standard Google Analytics event tracking code uses the <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiEventTracking.html" target="_blank"><code>_trackEvent</code> method</a> as follows</p>
<p>
	<code>_trackEvent(category, action, opt_label, opt_value)</code></p>
<p>
	The code added to our RSS link will look like:</p>
<p><pre class="brush: html">&lt;a href=&quot;http://feeds2.feedburner.com/webresourcesdepot&quot; onclick=&quot;pageTracker._trackEvent(&#039;rss&#039;, &#039;clicked&#039;)&quot;Subscribe To Our RSS Feed&lt;/a&gt;</pre>
</p>
<p>
	You may have realized that we have used only 2 of the variables and didn&#39;t include <code>opt_label</code> &amp; <code>opt_value</code> as it is optional.</p>
<p>
	<strong>Asynchronous tracking</strong></p>
<p>
	The Google Analytics asynchronous tracking code uses the <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApi_gaq.html#_gaq.push" target="_blank"><code>_gaq.push</code></a> function to call the _trackEvent method:</p>
<p><pre class="brush: html">&lt;a href=&quot;http://feeds2.feedburner.com/webresourcesdepot&quot; onclick=&quot;_gaq.push([&#039;_trackEvent&#039;, &#039;rss&#039;, &#039;clicked&#039;])&quot;&gt;Subscribe To Our RSS Feed&lt;/a&gt;</pre>
</p>
<h3>
	jQuery Version</h3>
<p>
	<strong>Standard tracking<br />
	</strong></p>
<p>
	Let&#39;s assume that we have added the <code>class=&quot;rss&quot;</code> to our RSS links for making it easier to find the clicked items:</p>
<p><pre class="brush: js">
jQuery(&#039;.rss&#039;).click(function() {
    pageTracker._trackEvent(&#039;rss&#039;, &#039;clicked&#039;);
});
</pre>
</p>
<p>
	<strong>Asynchronous tracking</strong></p>
<p><pre class="brush: js">
jQuery(&#039;.rss&#039;).click(function() {
    _gaq.push([&#039;_trackEvent&#039;, &#039;rss&#039;, &#039;clicked&#039;]);
});
</pre>
</p>
<h3>
	MooTools Version</h3>
<p>
	Again, we&#39;re thinking that the <code>class=&quot;rss&quot;</code> is added to our RSS links.</p>
<p>
	<strong>Standard Tracking<br />
	</strong></p>
<p><pre class="brush: js">
$(&#039;.rss&#039;).addEvent(&#039;click&#039;, function(){
    pageTracker._trackEvent(&#039;rss&#039;, &#039;clicked&#039;);
});
</pre>
</p>
<p>
	<strong>Asynchronous tracking</strong></p>
<p><pre class="brush: js">
$(&#039;.rss&#039;).addEvent(&#039;click&#039;, function(){
    _gaq.push([&#039;_trackEvent&#039;, &#039;rss&#039;, &#039;clicked&#039;]);
});
</pre>
</p>
<p>
	&nbsp;</p>
<h2>
	Part 2 &#8211; Analyzing Events With Google Analytics</h2>
<hr />
<p>
	After we placed the event tracking as defined above, Google Analytics starts to collect that data and <strong>displays is under the Content&gt;Event Tracking&quot; menu</strong>.</p>
<p>
	We can easily see howmany clicks our RSS links gets everyday easily. It is even possible to use the optional values of the tracking codes and <strong>track RSS subscriptions with multiple labels</strong> like: mainRSSButton, footerRSSLink, etc.</p>
<p>
	In order to <strong>findout which visitors convert to RSS subscribers</strong>, &quot;Custom Reporting&quot; is exactly what we need.</p>
<p>
	<img alt="Google Analytics Custom Report" height="167" src="http://www.webresourcesdepot.com/wp-content/uploads/image/custom-analytics-report.gif" width="480" /></p>
<p>
	Let&#39;s create 2 custom reports to see:</p>
<ul>
<li>
		which content results in more RSS subscribers</li>
<li>
		visitors coming from which websites become subscribers</li>
</ul>
<h3>
	Which content results in more RSS subscribers:</h3>
<ul>
<li>
		Click &quot;Custom Reporting&gt;Create new custom report&quot;.</li>
<li>
		Select &quot;Content&gt;Total Events&quot; as the metric.</li>
<li>
		Select &quot;Content&gt;Page Title (or Page if your page titles don&#39;t define the content)&quot; as the dimension. A good idea would be adding a 2nd dimension like &quot;Traffic Sources&gt;Keyword&quot; to findout the keywords that forwarded users to the page.</li>
<li>
		Give the report a name by clicking &quot;edit&quot; at the top of the &quot;Create new custom report&quot; &amp; save the report.</li>
</ul>
<h3>
	Visitors coming from which websites become RSS subscribers:</h3>
<ul>
<li>
		Click &quot;Custom Reporting&gt;Create new custom report&quot;.</li>
<li>
		Select &quot;Content&gt;Total Events&quot; as the metric.</li>
<li>
		Select &quot;Traffic Sources&gt;Source&quot; as the dimension. A good idea would be adding a 2nd dimension like &quot;Content&gt;Page Title (or Page if your page titles don&#39;t define the content)&quot; to findout the most popular contents from that referrer that ended up in a new subscribers.</li>
<li>
		Give the report a name by clicking &quot;edit&quot; at the top of the &quot;Create new custom report&quot; &amp; save the report.</li>
</ul>
<p>
	Both reports are very similar but they offer you the data from different point of views.</p>
<p>
	Now, you know which type of posts convert to RSS subscribers &amp; which websites are referring you new RSS subscribers.</p>
<p>
	And, you got the point. There are <strong>100s of possibilities in creating reports</strong>. It is totally up to what you are in need of.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/google-analytics/" title="Google Analytics" rel="tag">Google Analytics</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/feedcount-like-google-analytics-counter/" title="FeedCount-Like Google Analytics Counter (February 3, 2010)">FeedCount-Like Google Analytics Counter</a></li>
	<li><a href="http://www.webresourcesdepot.com/zoom-script-with-a-smart-interface-tjpzoom/" title="Zoom Script With A Smart Interface: TJPzoom (September 4, 2008)">Zoom Script With A Smart Interface: TJPzoom</a></li>
	<li><a href="http://www.webresourcesdepot.com/yui-slideshow-customizable-and-animated-slideshows/" title="YUI Slideshow: Customizable And Animated Slideshows (August 12, 2009)">YUI Slideshow: Customizable And Animated Slideshows</a></li>
	<li><a href="http://www.webresourcesdepot.com/wrap-content-around-images-jqslickwrap/" title="Wrap Content Around Images: jQSlickWrap (November 22, 2009)">Wrap Content Around Images: jQSlickWrap</a></li>
	<li><a href="http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/" title="What You See Is What You Ajax: WaveMaker (March 5, 2008)">What You See Is What You Ajax: WaveMaker</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/tracking-new-rss-subscribers-with-google-analytics-to-understand-them-better/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 30/97 queries in 6.324 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-21 08:43:33 -->