<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>NY INTERACTIVE AGENCY « iFUEL INTERACTIVE / AGENCY212</title>
	<link>http://blogs.ifuelinteractive.com</link>
	<description>A NY INTERACTIVE AGENCY</description>
	<lastBuildDate>Fri, 02 Jul 2010 15:38:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>FIX Google Analytics _gaq is not defined In Magento 1.4.0.1</title>
		<description><![CDATA[Locate: /app/design/frontend/base/default/layout/googleanalytics.xml
Replace With:


&#60;default&#62;
&#60;!-- Mage_GoogleAnalytics --&#62;
&#60;reference name=&#34;before_body_end&#34;&#62;
&#60;block type=&#34;googleanalytics/ga&#34; name=&#34;google_analytics&#34; as=&#34;google_analytics&#34; /&#62;
&#60;/reference&#62;
&#60;/default&#62;
&#60;/layout&#62;


^ This will move the Google Analytics code to before the closing of the HTML &#60;/body&#62; tag (for faster page load times)
Locate: /app/code/core/Mage/GoogleAnalytics/Block/ga.php
Replace at around LINE 171: 


&#60;!-- BEGIN GOOGLE ANALYTICS CODE --&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
//&#60;![CDATA[
var _gaq = _gaq &#124;&#124; [];
_gaq.push([&#34;_setAccount&#34;, &#34;&#039; . $this-&#62;getAccount() . &#039;&#34;]);
_gaq.push([&#34;_trackPageview&#34;, &#34;&#039;.$this-&#62;getPageName().&#039;&#34;]);
(function() {
var [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/07/02/fix-google-analytics-_gaq-is-not-defined-in-magento-1-4-0-1/</link>
			</item>
	<item>
		<title>Nice Regular Expression Tool</title>
		<description><![CDATA[While working on some ASP.NET form validation today, I came across a great  regex tester / builder called Regex Hero.  The main feature is their .NET Regex Tester,  a Silverlight app, and while it requires registration (Google, Yahoo, AOL,  OpenID, etc.), this gives you the ability save your regular expressions to your  personal [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/04/06/nice-regular-expression-tool/</link>
			</item>
	<item>
		<title>Tips and Tricks: Developing with Magento</title>
		<description><![CDATA[Things you Should Know Before Developing With Magento
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Now being more experienced with Magento we definitely feel the need to share our findings with the masses. We only wish we knew these things prior to trying to the hack the crap out of magento to make it do what we want.
Turning on Template Path Hints
If you&#8217;re [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/04/05/tips-and-tricks-developing-with-magento/</link>
			</item>
	<item>
		<title>Notice Anything Different?</title>
		<description><![CDATA[No, you&#8217;re not in the wrong place. We just decided that it was time to  do a little redecorating around here. It&#8217;s actually been on our &#8220;To Do&#8221;  list for quite a while now and we finally found enough time to make it  happen. So, what do you think of our new [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/03/29/notice-anything-different/</link>
			</item>
	<item>
		<title>Using .htaccess Force Adding www. to URL for SSL Certificate Authentication</title>
		<description><![CDATA[In this day and age of many online scams it is necessary for every successful eCommerce storefront to have SSL Authentication for online purchases. These SSL Certificates are usually only good for one specific URL and are very picky as to whether or not the URL has to have &#8220;www.&#8221; attached to it. Here is [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/03/09/using-htaccess-force-adding-www-to-url-for-ssl-certificate-authentication/</link>
			</item>
	<item>
		<title>Enabling Compression on a Magento Site on OpenSuse</title>
		<description><![CDATA[If you&#8217;re running Magento on OpenSuse (or any platform for that matter), you can really benefit from turning on http compression, especially to remote areas or from hosts that have limited bandwidth.
There are a lot of references out there on this, but you have to sort of pull it all together on your own for [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/01/26/enabling-compression-on-a-magento-site-on-opensuse/</link>
			</item>
	<item>
		<title>Agency212 on Facebook</title>
		<description><![CDATA[
Hey Everyone,
Be sure to check out our new Agency212 facebook page.
While you&#8217;re there, don&#8217;t forget to also visit the iFuel page.
]]></description>
		<link>http://blogs.ifuelinteractive.com/2010/01/15/agency212-on-facebook/</link>
			</item>
	<item>
		<title>Happy Holidays From iFuel</title>
		<description><![CDATA[We just wanted to take a minute and wish you all a happy and healthy holiday from everyone here at our interactive agency. 
]]></description>
		<link>http://blogs.ifuelinteractive.com/2009/12/24/happy-holidays-from-ifuel/</link>
			</item>
	<item>
		<title>Clearing Test Data From Magento</title>
		<description><![CDATA[On many occasions we&#8217;ve needed to clear out the test data from a Magento site in preparation for going live.  It&#8217;s not as trivial as you&#8217;d think, but I found a nice sql script thanks to Elias Interactive that was just what I needed.  I&#8217;ve removed a bit as I didn&#8217;t need to reset all [...]]]></description>
		<link>http://blogs.ifuelinteractive.com/2009/11/02/clearing-test-data-from-magento/</link>
			</item>
	<item>
		<title>Finding Files in Vista by Date Range</title>
		<description><![CDATA[I had no idea you could find files in Vista by date range until I found this post:
http://www.howtogeek.com/howto/windows-vista/find-files-within-a-date-range-with-windows-vista-search/
Lots of options, but simply put:
modified: 10/1/2009 .. 10/10/2009
or
modified: &#62; 10/1/2009
That goes into the vista search box.  Not crazy about Vista, but I have to admit, that&#8217;s definitely handy!
=============================
“e-commerce done right”
http://www.ifuelinteractive.com
]]></description>
		<link>http://blogs.ifuelinteractive.com/2009/10/18/finding-files-in-vista-by-date-range/</link>
			</item>
</channel>
</rss>
