<?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>Cult of Technology</title>
	<atom:link href="http://technology.isacult.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.isacult.com</link>
	<description>Technology - The New Cult</description>
	<lastBuildDate>Wed, 22 Jun 2011 21:10:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Demistifying Search Engine Experts</title>
		<link>http://technology.isacult.com/demistifying-search-engine-experts/</link>
		<comments>http://technology.isacult.com/demistifying-search-engine-experts/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 20:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=229</guid>
		<description><![CDATA[I have little respect for Search Engine &#8220;Experts&#8221;. I consider them to be Snake Oil Sales People, at best.  Let&#8217; talk about how search engines work and why I advocate not using SEO &#8220;experts&#8221; until a site is live for 6-12 months minimum. Assumption : You have a web programmer and coder like me who [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/demistifying-search-engine-experts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple OSX</title>
		<link>http://technology.isacult.com/apple-osx/</link>
		<comments>http://technology.isacult.com/apple-osx/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 17:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[c plus cplus]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[compiler]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=224</guid>
		<description><![CDATA[I use a Mac. The OS(X) is just a nightmare with only a few exceptions. This is not one of the exceptions. The Problem: I am learning C++ (C Plus Plus) and want to compile and execute some simple programs &#8211; math and text manipulation mostly. Looking for help on anything &#8220;tech&#8221; for a Mac [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/apple-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote Access via SOAP in Magento &#8211; the short version</title>
		<link>http://technology.isacult.com/remote-access-via-soap-in-magento-the-short-version/</link>
		<comments>http://technology.isacult.com/remote-access-via-soap-in-magento-the-short-version/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 23:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento commerce]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[bad programming]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[suck]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=220</guid>
		<description><![CDATA[Keeping it short. After I got Crackspace to turn on SOAP (yeah I know how, but we pay for these peep to do this for us!) we got some serious NO WORKY. Mostly 500 errors, occasional 404 (mod_rewrite was dropping page not found error). Hit the forums, over and over. Some seriously WACKED solutions and [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/remote-access-via-soap-in-magento-the-short-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Tracking Information from Magento via Order Number</title>
		<link>http://technology.isacult.com/get-tracking-information-from-magento-via-order-number/</link>
		<comments>http://technology.isacult.com/get-tracking-information-from-magento-via-order-number/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 19:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento commerce]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=217</guid>
		<description><![CDATA[Pretty straight forward query to get the core shipping information out of  in magento for  v 1.4.1 (will not work pre 1.4x tables changed) select  shp.number, shp.title, shp.carrier_code, shp.updated_at, flt.shipping_description from `magento_store`.`sales_flat_order` as flt left join `magento_store`.`sales_flat_shipment_track` as shp on (flt.entity_id = shp.order_id) where flt.increment_id = '$order_id'; I use a WordPress install to interface with [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/get-tracking-information-from-magento-via-order-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced application of Options in Simple Products</title>
		<link>http://technology.isacult.com/advanced-application-of-options-in-simple-products-magento/</link>
		<comments>http://technology.isacult.com/advanced-application-of-options-in-simple-products-magento/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:14:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento commerce]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cart modification]]></category>
		<category><![CDATA[cart variable]]></category>
		<category><![CDATA[custom opttions]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[options]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=215</guid>
		<description><![CDATA[I wanted to drop some notes in there to helpfully assist someone who might be doing weird stuff in Magento like I am. As short as possible &#8211; a current project uses a custom design interface for our products (in Flash) for the final sell-able item.  Every item is a unique design on a &#8220;stock&#8221; [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/advanced-application-of-options-in-simple-products-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ableton and the Launchpad</title>
		<link>http://technology.isacult.com/ableton-and-the-launchpad/</link>
		<comments>http://technology.isacult.com/ableton-and-the-launchpad/#comments</comments>
		<pubDate>Mon, 17 May 2010 22:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ableton]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[novation]]></category>
		<category><![CDATA[shitware]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=213</guid>
		<description><![CDATA[Got another Launchpad (actually 2 &#8211; long story).  Fun unit.  Clunky, does not have a long life in my world- getting the 2 year Guitar Center serious abuse plan. Did you know that many manufacturers warranties do not cover professional abuse? Way to take care of the pros right&#8230;? So when you swap that item [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/ableton-and-the-launchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy 554 Error gone horribly wrong</title>
		<link>http://technology.isacult.com/godaddy-554-error-gone-horribly-wrong/</link>
		<comments>http://technology.isacult.com/godaddy-554-error-gone-horribly-wrong/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 03:51:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[554 error]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=209</guid>
		<description><![CDATA[Short and sweet, if and when I am found to be in error let me know so I can update. Define the players: Email thread between me and 2 other people me@somegodaddyhostedemail.com and person1@gmail.com and person2@hotmail.com Also, there is a site referred to as referencedsite-inmessagebody.com &#8211; copied and pasted in the discussion. Timeline, crude but [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/godaddy-554-error-gone-horribly-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Compression with nothing more than your brain</title>
		<link>http://technology.isacult.com/css-compression-with-nothing-more-than-your-brain/</link>
		<comments>http://technology.isacult.com/css-compression-with-nothing-more-than-your-brain/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[better practice]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=202</guid>
		<description><![CDATA[Right now I am compressing some CSS into a slimmer package. This is only one of a few steps, but this little bit of planning and thought will save a lot of time in the end.  Especially when your CSS file is 2000+ lines and already formatted in line to decrease line count. The original: [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/css-compression-with-nothing-more-than-your-brain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comcast + NBC = World Destruction</title>
		<link>http://technology.isacult.com/comcast-nbc-world-destruction/</link>
		<comments>http://technology.isacult.com/comcast-nbc-world-destruction/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[merger]]></category>
		<category><![CDATA[monopoly]]></category>
		<category><![CDATA[nbc]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=199</guid>
		<description><![CDATA[Now that I got your attention, think about this - Comcast&#8217;s purchase of NBC must be stopped!  The information Comcast has relating to delivery of content creates a destructive and unethical loophole for them to control content and media. Just like priming search results. Remember, Comcast delivers &#8220;cable tv&#8221; to much of America. The trends, [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/comcast-nbc-world-destruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento E-Commerce bare as all hell navigation</title>
		<link>http://technology.isacult.com/magento-e-commerce-bare-as-all-hell-navigation/</link>
		<comments>http://technology.isacult.com/magento-e-commerce-bare-as-all-hell-navigation/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:27:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento commerce]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://technology.isacult.com/?p=184</guid>
		<description><![CDATA[Need to get the Product categories output for custom scripts (like I am doing).  Here is a basic prototype to begin: // Nevermind - this will not make subcats, the children are all from the main $obj = new Mage_Catalog_Block_Navigation(); $store_cats = $obj-&#62;getStoreCategories(); $current_cat = $obj-&#62;getCurrentCategory(); $current_cat = (is_object($current_cat) ? $current_cat-&#62;getName() : ''); foreach ($store_cats [...]]]></description>
		<wfw:commentRss>http://technology.isacult.com/magento-e-commerce-bare-as-all-hell-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

