<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Allan MacGregor</title>
	<link>http://www.allanmacgregor.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 17 Oct 2011 03:03:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>SVN vs Git #2: Getting Started with Git</title>
		<description><![CDATA[In the previous article we defined why Git offers a better solution for VCS than SVN; Git is faster, more reliable and flexible than SVN. But now that we know that, let&#8217;s take a look at Git and some if its capabilities. The Basics of Git Clone In Git you don&#8217;t checkout a repo, you [...]]]></description>
		<link>http://www.allanmacgregor.com/svn-vs-git-part2/</link>
			</item>
	<item>
		<title>SVN vs Git #1: Why You Should Care</title>
		<description><![CDATA[In recent years distributed version control systems (DVCS) have been getting a lot of momentum and wider usage specially among the open source community.Git is at the head of this DVCS movement being the most popular and widely adopted even by google who recently added Git support to the Google projects platform. In this article [...]]]></description>
		<link>http://www.allanmacgregor.com/svn-vs-git-part1/</link>
			</item>
	<item>
		<title>Get all items in an order</title>
		<description><![CDATA[If you need to know how to retrieve all the items in a customer order here is how: $items = Mage::getModel('sales/order')->load($orderId)->getAllItems();]]></description>
		<link>http://www.allanmacgregor.com/get-all-items-in-an-order/</link>
			</item>
	<item>
		<title>Check if customer is logged in</title>
		<description><![CDATA[$customerStatus = Mage::getSingleton('customer/session')->isLoggedIn();]]></description>
		<link>http://www.allanmacgregor.com/check-if-customer-is-logged-in/</link>
			</item>
	<item>
		<title>Get cat­e­gory prod­ucts or­dered by num­ber of sales</title>
		<description><![CDATA[This snippet is useful if you want to know which products are the bestsellers, this can be used on custom reports, lists, etc. $catId= 2; //Change this to your Category ID //Lets load up that category $category = Mage::getModel('catalog/category')->load($catId); $products = Mage::getResourceModel('reports/product_collection') ->addOrderedQty() ->addAttributeToSelect('*') ->setOrder('ordered_qty', 'desc') ->addCategoryFilter($category);]]></description>
		<link>http://www.allanmacgregor.com/get-cat%c2%ade%c2%adgory-prod%c2%aducts-or%c2%addered-by-num%c2%adber-of-sales/</link>
			</item>
	<item>
		<title>Unity3D Blogs to follow</title>
		<description><![CDATA[Here is a quick list of blogs worth following related to Unity3D: Unity3D &#8211; From Zero to Hero View All SIC’EM STUDIOS View All UnityVersum View All Unity Technologies Blog View All More to come &#8230;]]></description>
		<link>http://www.allanmacgregor.com/unity3d-blogs-to-follow/</link>
			</item>
	<item>
		<title>Unity3D Announces UNION</title>
		<description><![CDATA[The guys at Unity Technologies are working really hard to make sure that they not only create a stable and strong enough framework but also a framework that is widely used in a number of platforms, say hello to UNION the new initiative from Unity Technologies that is designed to promote and distribute your games [...]]]></description>
		<link>http://www.allanmacgregor.com/unity3d-announces-union/</link>
			</item>
	<item>
		<title>Unity3D: Getting started</title>
		<description><![CDATA[Unity3D is quickly becoming a major platform for indie game developers, for all those who are not familiar with Unity3D: Unity is an integrated authoring tool for creating 3D video games or other interactive content such as architectural visualizations or real-time 3D animations. Unity is similar to Director, Blender game engine, Virtools, Torque Game Builder [...]]]></description>
		<link>http://www.allanmacgregor.com/unity3d-getting-started/</link>
			</item>
	<item>
		<title>Arduino Project Ideas</title>
		<description><![CDATA[1.- Arduino EMF Sensor Adam Outler a biomedical equipment technician kept getting complains from the emergency room staff about noise on the electrocardiogram machines. He suspected EMF interference so as a quick first step he decided to throw together an EMF detector using an Arduino. For Details and code visit Adam&#8217;s Blog 2.- Arduino Bandwidth [...]]]></description>
		<link>http://www.allanmacgregor.com/arduino-project-ideas/</link>
			</item>
	<item>
		<title>Arduino: A Documentary</title>
		<description><![CDATA[I found this documentary about arduino&#8217;s history very interesting. Arduino The Documentary (2010) English HD from gnd on Vimeo.]]></description>
		<link>http://www.allanmacgregor.com/arduino-a-documentary/</link>
			</item>
</channel>
</rss>

