<?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>Gregory Go &#187; Web Technology</title>
	<atom:link href="http://gregorygo.com/category/startup/web-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorygo.com</link>
	<description>Killer Aces Media cofounder, poker player, Drupal evangelist, dude.</description>
	<lastBuildDate>Thu, 17 May 2012 10:56:39 +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>New Yammer Desktop Client</title>
		<link>http://gregorygo.com/2009/07/new-yammer-desktop-client/</link>
		<comments>http://gregorygo.com/2009/07/new-yammer-desktop-client/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 03:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Startup IT]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Yammer]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=374</guid>
		<description><![CDATA[Yammer has a new desktop client. I like that you can pop out threads into new, separate windows.  Handy for keeping track of a particular conversation.  Best of the new features. The new client feels snappier because your own updates are posted immediately in the client.  The sluggishness of the old client had me looking [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Yammer has a new <a href="https://www.yammer.com/company/desktop">desktop client</a>.</p>
<p>I like that you can pop out threads into new, separate windows.  Handy for keeping track of a particular conversation.  Best of the new features.</p>
<p>The new client feels snappier because your own updates are posted immediately in the client.  The sluggishness of the old client had me looking at <a href="http://presentlyapp.com/">Present.ly</a>.</p>
<p>I don&#8217;t like that scrolling updates moves the input form too.  Very bad usability.</p>
<p>They got rid of the multiple skins.  That&#8217;s unfortunate because I like a darker color scheme and this new version is very bright.  But it&#8217;s not a big deal.</p>
<p>While we&#8217;re talking about Yammer, I&#8217;ll throw out some feature requests for the desktop and iPhone clients.</p>
<p>Desktop client:</p>
<ul>
<li>Presence indicator.  Like green for active (typed or moved mouse in last 60 seconds), yellow for semi-active (Yammer client open but no keyboard/mouse activity in a while), and gray for not online.</li>
<li>Setting to resize text globally (smaller, larger).</li>
</ul>
<p>iPhone client:</p>
<ul>
<li>Landscape mode for easy input.</li>
<li>Search.</li>
<li>View threads.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/07/new-yammer-desktop-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Whoever&#8217;s There&#8221; Conversations</title>
		<link>http://gregorygo.com/2009/07/whoevers-there-conversations/</link>
		<comments>http://gregorygo.com/2009/07/whoevers-there-conversations/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:45:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=173</guid>
		<description><![CDATA[The &#8220;whoever&#8217;s there&#8221; conversations that occur in hallways, around a person&#8217;s desk, or in the break room are critical components of a company&#8217;s culture. And a company&#8217;s culture is its soul.  Success or failure starts there.  So, you know, this meaningless banter is actually pretty important. When everyone&#8217;s working remotely, it can be easy to lose [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The &#8220;whoever&#8217;s there&#8221; conversations that occur in hallways, around a person&#8217;s desk, or in the break room are critical components of a company&#8217;s culture.</p>
<p>And a company&#8217;s culture is its soul.  Success or failure starts there.  So, you know, this meaningless banter is actually pretty important.</p>
<p>When everyone&#8217;s working remotely, it can be easy to lose that daily touch.  Without a place where people can just talk to whoever&#8217;s around, we lose the team building and serendipitous discovery that comes with talking about stuff that&#8217;s too small for IM / email / forums.</p>
<p>This post about <a href="http://www.37signals.com/svn/posts/1785-working-at-37signals">what it&#8217;s like to work at 37Signals</a> clarified a half-thought that&#8217;s been bugging me lately.  For a dispersed team like Killer Aces, a place where &#8220;whoever&#8217;s there&#8221; banter can occur should be the centerpiece of an intranet.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/07/whoevers-there-conversations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chart API is fantastic for simple charts</title>
		<link>http://gregorygo.com/2009/06/google-chart-api-is-fantastic-for-simple-charts/</link>
		<comments>http://gregorygo.com/2009/06/google-chart-api-is-fantastic-for-simple-charts/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 08:39:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=59</guid>
		<description><![CDATA[I just discovered Google Chart API.  You can create charts on-the-fly by manipulating a url. This is way easier (and prettier) than the PHP library I was going to use. Once again I&#8217;m very impressed with Google. (Big hat tip to Stack Overflow for already having the answer to my question about easiest way to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just discovered <a href="http://code.google.com/apis/chart/">Google Chart API</a>.  You can create charts on-the-fly by manipulating a url. This is way easier (and prettier) than the PHP library I was going to use.</p>
<p>Once again I&#8217;m very impressed with Google.</p>
<p>(<strong>Big hat tip to Stack Overflow</strong> for already having the answer to my question about <a href="http://stackoverflow.com/questions/395541/graphs-charts-in-php">easiest way to create charts in PHP</a>.  Stack Overflow is getting more and more useful for devs.  <em>Thanks Jeff Atwood, Joel Spolsky and the entire SO team for putting the site together!</em>)</p>
<p>Examples:</p>
<p><span id="more-59"></span></p>
<p><strong>1. Create a &#8220;google-o-meter&#8221;.</strong></p>
<p><a href="http://chart.apis.google.com/chart?cht=gom&amp;chd=t:93&amp;chl=Awesome&amp;chs=400x150">http://chart.apis.google.com/chart?cht=gom&amp;chd=t:93&amp;chl=Awesome&amp;chs=400&#215;150</a></p>
<p>How awesome is Google Chart API?</p>
<p><img class="alignnone" title="Google-o-Meter" src="http://chart.apis.google.com/chart?cht=gom&amp;chd=t:93&amp;chl=Awesome&amp;chs=400x150" alt="" width="400" height="150" /></p>
<p><strong>2. Create a bar chart.</strong></p>
<p>What happens when you chart the top 20 <a title="best PF blogs" href="http://wisebread.com/top-100-most-popular-personal-finance-blogs/feedburner">personal finance bloggers ranked by subscribers</a>?</p>
<p><a href="http://chart.apis.google.com/chart?cht=bhs&amp;chd=t:62862,60462,33124,22527,15092,13488,11252,10526,10417,10052,&lt;br &gt;&lt;/a&gt; 7501,7297,6177,5631,5444,5244,5186,5094,4590,4322&amp;&lt;br /&gt; chbh=a&amp;chs=500x400&amp;chds=0,62862&amp;chxt=x,y&amp;chxl=1:|Generation%20X%20Finance|The%20Digerati%20Life|All%20Financial%20Matters|&lt;br /&gt; Being%20Frugal|No%20Credit%20Needed|The%20Centsible%20Sawyer|Million%20Dollar%20Journey|Common%20Sense%20With%20Money|Frugal%20Dad|Stop%20Buying%20Crap|Bargaineering|Five%20Cent%20Nickel|Consumerism%20Commentary|My%20Money%20Blog|Free%20Money%20Finance|Coupon%20Cravings|Deal%20Seeking%20Mom|Wise%20Bread|The%20Simple%20Dollar|Get%20Rich%20Slowly|"><img src="http://chart.apis.google.com/chart?cht=bhs&amp;chd=t:62862,60462,33124,22527,15092,13488,11252,10526,10417,10052,7501,7297,6177,5631,5444,5244,5186,5094,4590,4322&amp;chbh=a&amp;chs=500x400&amp;chds=0,75000&amp;chxt=x,y&amp;chxl=1:|Generation%20X%20Finance|The%20Digerati%20Life|All%20Financial%20Matters|Being%20Frugal|No%20Credit%20Needed|The%20Centsible%20Sawyer|Million%20Dollar%20Journey|Common%20Sense%20With%20Money|Frugal%20Dad|Stop%20Buying%20Crap|Bargaineering|Five%20Cent%20Nickel|Consumerism%20Commentary|My%20Money%20Blog|Free%20Money%20Finance|Coupon%20Cravings|Deal%20Seeking%20Mom|Wise%20Bread|The%20Simple%20Dollar|Get%20Rich%20Slowly|0:|0|25000|50000|75000" alt="" /></a></p>
<p>URL for the above chart (you can also click on it to go to the generated image):</p>
<pre>http://chart.apis.google.com/chart?
cht=bhs&amp;
chd=t:62862,60462,33124,22527,15092,13488,11252,10526,10417,10052,
7501,7297,6177,5631,5444,5244,5186,5094,4590,4322&amp;
chbh=a&amp;
chs=500x400&amp;
chds=0,75000&amp;
chxt=x,y&amp;
chxl=1:|Generation%20X%20Finance|The%20Digerati%20Life|All%20Financial%20Matters|
Being%20Frugal|No%20Credit%20Needed|The%20Centsible%20Sawyer|
Million%20Dollar%20Journey|Common%20Sense%20With%20Money|Frugal%20Dad|
Stop%20Buying%20Crap|Bargaineering|Five%20Cent%20Nickel|
Consumerism%20Commentary|My%20Money%20Blog|Free%20Money%20Finance|
Coupon%20Cravings|Deal%20Seeking%20Mom|Wise%20Bread|The%20Simple%20Dollar|
Get%20Rich%20Slowly|0:|0|25000|50000|75000</pre>
<p><strong>3. Create a pie chart.</strong></p>
<p>Search share of personal finance personalities (searches per month for their name):</p>
<p><a href="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:368,246,125&amp;chs=550x150&amp;chl=Dave%20Ramsey%20(368,000)|Suze%20Orman%20(246,000)|Robert%20Kiyosaki%20(135,000)"><img src="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:368,246,125&amp;chs=550x150&amp;chl=Dave%20Ramsey%20(368,000)|Suze%20Orman%20(246,000)|Robert%20Kiyosaki%20(135,000)" alt="" /></a></p>
<p>URL that generated this chart:</p>
<pre>http://chart.apis.google.com/chart?
cht=p3&amp;
chd=t:368,246,125&amp;
chs=550x150&amp;
chl=Dave%20Ramsey%20(368,000)|Suze%20Orman%20(246,000)|Robert%20Kiyosaki%20(135,000)</pre>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/06/google-chart-api-is-fantastic-for-simple-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid command &#8216;BytesLog&#8217;</title>
		<link>http://gregorygo.com/2007/07/invalid-command-byteslog/</link>
		<comments>http://gregorygo.com/2007/07/invalid-command-byteslog/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 12:28:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=1020</guid>
		<description><![CDATA[Got the new VPS. After I added a domain, apache wouldn&#8217;t restart. I was getting this error: [root@vps ~]# /etc/init.d/httpd configtest Syntax error on line 1158 of /usr/local/apache/conf/httpd.conf: Invalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration Huh. Did this VPS ship with a broken apache? Not a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Got the new VPS. After I added a domain, apache wouldn&#8217;t restart. I was getting this error:</p>
<pre>[root@vps ~]# /etc/init.d/httpd configtest
Syntax error on line 1158 of /usr/local/apache/conf/httpd.conf:
Invalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration</pre>
<p>Huh. Did this VPS ship with a broken apache? Not a good sign&#8230;</p>
<p>Turns out the fix is pretty simple. Just needed to recompile one of the corrupted shared libs &#8212; <em>mod_log_bytes.c</em>. Thanks <a href="http://www.mydigitallife.info/2007/02/14/starting-apache-httpd-failed-due-to-cannot-open-or-no-such-mod_bwlimited-mod_log_bytes-or-mod_bandwidth-files/">mydigitallife</a>.</p>
<pre>cd /usr/local/cpanel/apache
/usr/local/apache/bin/apxs -iac mod_log_bytes.c</pre>
<p>Then&#8230;</p>
<pre>[root@vps apache]# /etc/init.d/httpd restart
/etc/init.d/httpd restart: httpd restarted</pre>
<p>Yeah, baby!</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/07/invalid-command-byteslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send the crash report</title>
		<link>http://gregorygo.com/2007/06/send-the-crash-report/</link>
		<comments>http://gregorygo.com/2007/06/send-the-crash-report/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 10:32:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=1007</guid>
		<description><![CDATA[Be a good citizen. Whenever Firefox crashes I waffle between sending the error report and not sending it. Sometimes the paranoid side gets to me. I can&#8217;t even use laziness as an excuse. Clicking &#8220;send&#8221; takes exactly the same amount of energy as clicking &#8220;don&#8217;t send&#8221;. So I&#8217;m vowing to always send the error report [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Be a good citizen.</p>
<p>Whenever Firefox crashes I waffle between sending the error report and not sending it.  Sometimes the paranoid side gets to me.  I can&#8217;t even use laziness as an excuse.  Clicking &#8220;send&#8221; takes <em>exactly the same amount of energy</em> as clicking &#8220;don&#8217;t send&#8221;.</p>
<p>So I&#8217;m vowing to always send the error report from now on.</p>
<p>Join me. Just click SEND next time Firefox crashes.  It doesn&#8217;t hurt you at all.  Except to make Firefox even more awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/06/send-the-crash-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corrupted database and eviction notice</title>
		<link>http://gregorygo.com/2007/06/corrupted-database-and-eviction-notice/</link>
		<comments>http://gregorygo.com/2007/06/corrupted-database-and-eviction-notice/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 03:14:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[A Small Orange]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=1003</guid>
		<description><![CDATA[After the server instability this morning, we were hit with a couple surprises this afternoon. We started getting mysql errors with the word &#8220;corrupted&#8221;. The specific error was different for various tables. Then we noticed lots of recent content was missing. Oh shit. Luckily, fixing these corrupted tables was easy. Using REPAIR TABLE did the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After the <a href="http://gregorygo.com/2007/06/the-perils-of-shared-hosting/">server instability this morning</a>, we were hit with a couple surprises this afternoon.</p>
<p>We started getting mysql errors with the word &#8220;corrupted&#8221;. The specific error was different for various tables. Then we noticed lots of recent content was missing. Oh shit.</p>
<p>Luckily, fixing these corrupted tables was easy. Using <a href="http://dev.mysql.com/doc/refman/5.0/en/repair-table.html">REPAIR TABLE</a> did the trick. Thank goodness we didn&#8217;t have <em>really</em> screwed up tables that required <a href="http://dev.mysql.com/doc/refman/5.0/en/repair.html">advanced voodoo magic</a>.</p>
<pre>mysql&gt; check table table1,table2;
mysql&gt; repair table table1,table2;</pre>
<p>We did this for every table and it looks like no content was lost. Phew! Going to backups wouldn&#8217;t have been too bad (no new content today due to server instability), but we might have been down much longer.</p>
<p>I guess the time to move to beefer hosting is now. We actually don&#8217;t have a choice. We got evicted today:</p>
<blockquote><p>We&#8217;ve determined your account to be using an excessive amount of CPU time and memory on the server. Your site is currently responsible for 10-20% of the CPU time and up to 33% of the memory usage on the system over the past few weeks. Per our Terms of Service, this site will not be able to remain on our shared hosting service and will need to move off. Please contact me so we can discuss your options.</p></blockquote>
<p>I&#8217;ve never been kicked off a host for being too big. :) It&#8217;s kinda cool except for all the downtimes.</p>
<p>Based on our few months with ASO, I have nothing but good things to say about them. Their shared hosting plans are very fair and they have the most responsive customer service I&#8217;ve ever experienced. We used most of our bandwidth and definitely more than our share of resources. And the kicker? They have a public customer forum. A company with that level of transparency is very rare.</p>
<p>For moderate sized sites (say, under 250k monthly views), I would wholeheartedly recommend Tim Dorr and his crew at <a href="http://asmallorange.com">A Small Orange</a>. (Tell them wisebread.com sent you.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/06/corrupted-database-and-eviction-notice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perils of shared hosting</title>
		<link>http://gregorygo.com/2007/06/the-perils-of-shared-hosting/</link>
		<comments>http://gregorygo.com/2007/06/the-perils-of-shared-hosting/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 10:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=1001</guid>
		<description><![CDATA[This is what a shared hosting server looks like just before it runs out of memory (both physical and swap). My shell is hung. The sites are down. top - 06:13:44 up 28 days, 2:47, 1 user, load average: 83.66, 37.25, 16.93 Tasks: 343 total, 1 running, 341 sleeping, 1 stopped, 0 zombie Cpu(s): 3.9% [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is what a shared hosting server looks like just before it runs out of memory (both physical and swap). My shell is hung. The sites are down.</p>
<pre>top - 06:13:44 up 28 days,  2:47,  1 user,  load average: 83.66, 37.25, 16.93
Tasks: 343 total,   1 running, 341 sleeping,   1 stopped,   0 zombie
Cpu(s):  3.9% us, 13.5% sy,  0.0% ni,  0.0% id, 82.3% wa,  0.0% hi,  0.3% si
Mem:   2058360k total,  2044548k used,    13812k free,     2000k buffers
Swap:  2048276k total,  2048276k used,        0k free,    36644k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
31462 nobody    15   0  303m  39m 2696 S    5  2.0   0:00.92 httpd
   64 root      15   0     0    0    0 D    2  0.0  19:49.36 kswapd0
31581 nobody    17   0  200m  12m 2928 D    2  0.6   0:00.11 httpd
31341 nobody    16   0  258m  29m 2864 S    2  1.5   0:00.65 httpd
31347 nobody    17   0  200m  14m 4136 D    1  0.7   0:00.06 httpd
31356 nobody    15   0  239m  28m 3028 D    1  1.4   0:00.98 httpd</pre>
<p>And I can&#8217;t poke it. Damn shared hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/06/the-perils-of-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSOD for activeCollab?  Turn on debugging</title>
		<link>http://gregorygo.com/2007/06/wsod-for-activecollab-turn-on-debugging/</link>
		<comments>http://gregorygo.com/2007/06/wsod-for-activecollab-turn-on-debugging/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 05:56:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[Basecamp]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=999</guid>
		<description><![CDATA[I got the dreaded white screen of death (WSOD) for our activeCollab installation today. I moved the hosting for this site yesterday, so it&#8217;s probably related to that. I just had no idea what the problem might be. No errors on the screen, nothing written to the apache logs. Damn. This is going to be [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I got the dreaded white screen of death (WSOD) for our <a href="http://activecollab.com">activeCollab</a> installation today. I moved the hosting for this site yesterday, so it&#8217;s probably related to that. I just had no idea what the problem might be. No errors on the screen, nothing written to the apache logs. Damn. This is going to be a pain to track down&#8230;.</p>
<p>(If you didn&#8217;t know, <a href="http://activecollab.com">activeCollab</a> is basically a free open-source version of <a href="http://basecamphq.com">Basecamp</a>. You have to install it on your own server, but it does a pretty damn good job of mimicking the functionality of Basecamp.)</p>
<p>After searching around the activeCollab website, a user mentioned &#8220;turning on error messages in the config file&#8221;. That was the key hint I needed. Here&#8217;s the fix.</p>
<p>Look for this line in your <em>config/config.php</em> file:</p>
<pre>define('DEBUG', false);</pre>
<p>Change &#8220;false&#8221; to &#8220;true&#8221; and you get debugging messages printed to the screen.</p>
<p>The problem was clear as day once debugging was turned on. The error message mentioned not being able to access a certain file. The path to the file was pointing at the old server setup.</p>
<p>I figured the old path was hard-coded into some config files during setup, but I had no idea which files needed fixing. To find the offending config, I ran a find and xargs. (Run this from your ssh shell.)</p>
<pre>find ./ac -type f | xargs grep oldpath</pre>
<p>This command says: find everything in the &#8220;ac&#8221; directory that is a file, then grep through each file to find a mention of &#8220;oldpath&#8221;, and print the results.</p>
<p>Turns out I needed to update <em>cache/autoloader.php</em>. This file contains hard-coded paths to various AC scripts. They were still pointing to the old paths. A simple search-and-replace of the old path with the new path, and our install was back in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/06/wsod-for-activecollab-turn-on-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 and IE7 on the same machine</title>
		<link>http://gregorygo.com/2007/06/ie6-and-ie7-on-the-same-machine/</link>
		<comments>http://gregorygo.com/2007/06/ie6-and-ie7-on-the-same-machine/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 10:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=997</guid>
		<description><![CDATA[1. Install Microsoft Virtual PC 2007. It&#8217;s a free download. 2. Install this free image of Windows with IE6. It&#8217;s time-bombed to stop working August 17, 2007. But check back on the MSDN IE blog for an updated image.]]></description>
			<content:encoded><![CDATA[<p></p><p>1. Install Microsoft Virtual PC 2007. It&#8217;s a <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=04d26402-3199-48a3-afa2-2dc0b40a73b6&amp;DisplayLang=en">free download</a>.</p>
<p>2. Install this <a href="http://go.microsoft.com/fwlink/?LinkId=70868">free image of Windows with IE6</a>. It&#8217;s time-bombed to stop working August 17, 2007. But check back on the <a href="http://blogs.msdn.com/ie">MSDN IE blog</a> for an updated image.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2007/06/ie6-and-ie7-on-the-same-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: gregorygo.com @ 2012-05-19 23:48:31 -->
