<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Drew Has A Blog Too</title>
	<link>http://drewjoh.com/blog</link>
	<description>Words on your display</description>
	<lastBuildDate>Thu, 20 Nov 2008 17:29:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Google Apps only gives 2GB to Safari users?</title>
		<description>I recently had a small need to sign up two new Google Apps accounts and setup calendar sharing between them. So I naturally open up Safari as my second browser of choice and go to the sign-up page, only to notice that rather than the standard 7.2GB of space, I ...</description>
		<link>http://drewjoh.com/blog/2008/11/google-apps-only-gives-2gb-to-safari-users/</link>
			</item>
	<item>
		<title>Bug with Adobe Flash on Mac when uploading files to a redirected URL</title>
		<description>Just spent almost the entire day trying to figure out what I was doing wrong when trying out many different flash multi-file uploading widgets. All of them would give me a 302 redirect http error, even when testing locally.
So after much searching and reading and studying... and finally testing this ...</description>
		<link>http://drewjoh.com/blog/2008/09/bug-with-adobe-flash-on-mac-when-uploading-files-to-a-redirected-url/</link>
			</item>
	<item>
		<title>Launched a site today!</title>
		<description>I've been developing a site this weekend and decided to go ahead and go live with yipURL.com with basic functionality. It's yet another URL minimizer, but I do have unique things in the works for it! Try it out and give me your feedback!

Now off to get some sleeeep!
 </description>
		<link>http://drewjoh.com/blog/2008/09/launched-a-site-today/</link>
			</item>
	<item>
		<title>Redirect all but used subdomains to primary domain using mod_rewrite and CodeIgniter</title>
		<description>I was recently playing with mod_rewrite and wanting a couple of subdomains to act as subdomains, but all others to redirect back to my site without the leading "www". For example:
www.example.com => example.com
bad.example.com => example.com
api.example.com => api.example.com
Not being a regular expression or mod_rewrite expert (or any resemblance of such), this ...</description>
		<link>http://drewjoh.com/blog/2008/09/redirect-all-but-used-subdomains-to-primary-domain-using-mod_rewrite-and-codeigniter/</link>
			</item>
	<item>
		<title>Serving a large file through PHP without hitting memory_limit</title>
		<description>Ran into a little problem hitting the memory limit for PHP when serving 100MB+ files through a script like:
$file = @fopen($filename,"r");
if ($file)
{
    while(!feof($file))
        {
            print(fread($file, 1024*4));
        ...</description>
		<link>http://drewjoh.com/blog/2008/09/serving-a-large-file-through-php-without-hitting-memory_limit/</link>
			</item>
	<item>
		<title>Mozilla Labs Ubiquity</title>
		<description>Now this looks cool! Ubiquity from Mozilla is looking to connect "the Web with language in an attempt to find new user interfaces that could make it possible for everyone to do common Web tasks more quickly and easily".
Check it out!
Ubiquity for Firefox from Aza Raskin on Vimeo.
 </description>
		<link>http://drewjoh.com/blog/2008/09/mozilla-labs-ubiquity/</link>
			</item>
	<item>
		<title>iTunes Using 1.2GB+ of Memory?</title>
		<description>I recently had a chance to upgrade my iMac to the 2.8Ghz 24" with the 800Mhz memory. I had 4GB of the 667Mhz memory on my previous iMac and never had problems with running out of memory. However, here's my memory usage when playing music on iTunes using the shuffle ...</description>
		<link>http://drewjoh.com/blog/2008/08/itunes-using-12gb-of-memory/</link>
			</item>
	<item>
		<title>Pownce, Twitter, Tumblr, Jaiku, Oh My!</title>
		<description>There's a growing number of these micro-blogging services. And while I'm signed up for all of them except Jaiku, I still don't know which one to use primarily. I'm now also faced with the question of which one should I use for one of our websites to post more incremental ...</description>
		<link>http://drewjoh.com/blog/2008/04/pownce-twitter-tumblr-jaiku-oh-my/</link>
			</item>
	<item>
		<title>SocialThing Invites</title>
		<description>I was lucky enough to get a SocialThing.com invite from Dan Taylor, so I have some invites of my own now. Let me know if you'd like one! </description>
		<link>http://drewjoh.com/blog/2008/04/socialthing-invites/</link>
			</item>
	<item>
		<title>MultiTouch Trackpad Gestures For The Rest Of Your Apps</title>
		<description>If you're one of the lucky ones to be able to get one of the latest MacBooks with Multi-Touch, you've probably asked the same question I have: "How can I get Firefox to use the swipe gesture to go forwards and backwards like Safari does?"

Answer: MultiClutch

This neat little Preference Pane ...</description>
		<link>http://drewjoh.com/blog/2008/04/multitouch-trackpad-gestures-for-the-rest-of-your-apps/</link>
			</item>
</channel>
</rss>
