<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Strictly Programming</title>
	<atom:link href="http://sqllyw.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqllyw.wordpress.com</link>
	<description>A programmer parks his thoughts...</description>
	<lastBuildDate>Sat, 06 Aug 2011 23:49:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqllyw.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Strictly Programming</title>
		<link>http://sqllyw.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqllyw.wordpress.com/osd.xml" title="Strictly Programming" />
	<atom:link rel='hub' href='http://sqllyw.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Generating SSL for Apache and Tomcat</title>
		<link>http://sqllyw.wordpress.com/2011/07/18/generating-ssl-for-apache-and-tomcat/</link>
		<comments>http://sqllyw.wordpress.com/2011/07/18/generating-ssl-for-apache-and-tomcat/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 11:09:20 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=420</guid>
		<description><![CDATA[Generate a self signed ssl certificate for Apache and Tomcat. This is a quick node to generate a self signed ssl certificate for Apache and Tomcat, please refer to following two links for more info: How to create a self-signed SSL Certificate Jetty ssl setup For Apache: 1.Generate a Private Key openssl genrsa -des3 -out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=420&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Generate a self signed ssl certificate for Apache and Tomcat.<span id="more-420"></span><br />
This is a quick node to generate a self signed ssl certificate for Apache and Tomcat, please refer to<br />
following two links for more info:</p>
<p><a href="http://www.akadia.com/services/ssh_test_certificate.html" title="How to create a self-signed SSL Certificate">How to create a self-signed SSL Certificate</a></p>
<p><a href="http://docs.codehaus.org/display/JETTY/How+to+configure+SSL#HowtoconfigureSSL-step3" title="Jetty ssl setup">Jetty ssl setup</a></p>
<p><strong>For Apache:</strong></p>
<p>1.Generate a Private Key</p>
<p>openssl genrsa -des3 -out server.key 1024</p>
<p>2.Generate a CSR (Certificate Signing Request)<br />
openssl req -new -key server.key -out server.csr<br />
note: in common name, enter www.sample.com</p>
<p>3. Remove passphrase</p>
<p>cp server.key server.key.org<br />
openssl rsa -in server.key.org -out server.key</p>
<p>4. self signed<br />
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt</p>
<p>server.key and server.crt can be installed now in apache</p>
<p><strong>For tomcat, generate a jks key for use:</strong></p>
<p>openssl pkcs12 -inkey server.key -in server.crt -export -out server.pkcs12</p>
<p>java -classpath /Users/u/jetty-6.1.26/lib/jetty-util-6.1.26.jar:/Users/u/jetty-6.1.26/lib/jetty-6.1.26.jar org.mortbay.jetty.security.PKCS12Import server.pkcs12 server.jks</p>
<p>server.jks can be used in tomcat&#8217;s server.xml</p>
<p><a href="http://minhajuddin.com/2011/03/11/how-to-hookup-nginx-with-startssl/">how to hookup nginx with startssl</a><br />
<a href="http://blog.dembowski.net/2010/02/25/startssl-and-nginx/">StartSSL and Nginx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=420&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2011/07/18/generating-ssl-for-apache-and-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding a SATA drive to Ubuntu 8.10</title>
		<link>http://sqllyw.wordpress.com/2011/04/08/adding-a-sata-drive-to-ubuntu-8-10/</link>
		<comments>http://sqllyw.wordpress.com/2011/04/08/adding-a-sata-drive-to-ubuntu-8-10/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 23:46:40 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/2011/04/08/adding-a-sata-drive-to-ubuntu-8-10/</guid>
		<description><![CDATA[surprisingly it is quite easy to do this. I got a P3 running Ubuntu 8.10 server, and now need to add a second drive: 1) installed a PCI sata card, it has IDE and SATA ports. 2) reboot, ubuntu 8.10 automatically detects the card without installing any driver 3) put a 320G sata drive in, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=418&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span id="more-418"></span>surprisingly it is quite easy to do this. I got a P3 running Ubuntu 8.10 server, and now need to add a second drive:</p>
<p>1) installed a PCI sata card, it has IDE and SATA ports.<br />
2) reboot, ubuntu 8.10 automatically detects the card without installing any driver<br />
3) put a 320G sata drive in, and manually mount the drive, it works.</p>
<p>to make it automatically mount:</p>
<p>ls -l /dev/disk/by-uuid</p>
<p>you will see a list of UUIDs with hard drive partitions. then edit the /etc/fstab, add this line:</p>
<p>UUID=28c2a248-5d9c-4119-8bd2-204a3cecbc53 /mnt/sa ext2 defaults 0 0</p>
<p>reboot, that&#8217;s it. of course the above line is specific to my case, you need to update it with your own.</p>
<p>this link helps a lot:</p>
<p>http://www.psychocats.net/ubuntu/mountlinux</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=418&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2011/04/08/adding-a-sata-drive-to-ubuntu-8-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Credit Card number related</title>
		<link>http://sqllyw.wordpress.com/2011/03/30/credit-card-number-related/</link>
		<comments>http://sqllyw.wordpress.com/2011/03/30/credit-card-number-related/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 14:03:07 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/2011/03/30/credit-card-number-related/</guid>
		<description><![CDATA[Some resources when programming credit card support. A generator for credit card numbers Very handy when you need some numbers to test.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=415&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some resources when programming credit card support.<span id="more-415"></span>
<p>
<a href="http://www.darkcoding.net/credit-card-numbers/">A generator for credit card numbers</a>
</p>
<p>Very handy when you need some numbers to test.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=415&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2011/03/30/credit-card-number-related/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Some basic tips on Facebook application develop</title>
		<link>http://sqllyw.wordpress.com/2011/03/24/some-basic-tips-on-facebook-application-develop/</link>
		<comments>http://sqllyw.wordpress.com/2011/03/24/some-basic-tips-on-facebook-application-develop/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 10:55:09 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/2011/03/24/some-basic-tips-on-facebook-application-develop/</guid>
		<description><![CDATA[Recording some tips/infos along the development of facebook applications. To update your application setting To create a new app<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=412&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recording some tips/infos along the development of facebook applications.<span id="more-412"></span>
<p>
<b><a href="http://www.facebook.com/developers/apps.php">To update your application setting</a></b>
</p>
<p>
<b><a href="http://www.facebook.com/developers/createapp.php">To create a new app</a></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/412/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=412&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2011/03/24/some-basic-tips-on-facebook-application-develop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Calibrate Macbook Pro Battery A1175</title>
		<link>http://sqllyw.wordpress.com/2010/10/29/calibrate-macbook-pro-battery-a1175/</link>
		<comments>http://sqllyw.wordpress.com/2010/10/29/calibrate-macbook-pro-battery-a1175/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 01:37:22 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=391</guid>
		<description><![CDATA[Calibrate a macbook pro battery: Ok, Macbook Pro&#8217;s battery is known to have a poor performance, I got a replacement, and it just last for a few months, but honestly, I did not really follow the calibration suggestions as it seems difficult to do , for the few months I&#8217;m using the battery, I did [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=391&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Calibrate a macbook pro battery:</strong></p>
<p>Ok, Macbook Pro&#8217;s battery is known to have a poor performance, I got a replacement, and it just last for a few months, but honestly, I did not really follow the calibration suggestions as it seems difficult to do , for the few months I&#8217;m using the battery, I did that full calibration a few times, looking back, there should be an easier way to calibrate, here is a tip about this:</p>
<p><strong>The official way:</strong></p>
<p>1. Fully charge the battery first.<br />
2. Keep it in full state for at lest two hours.<br />
3. Disconnect the power and use the computer until it goes to sleep.<br />
4. Rest the computer for at least five hours.<br />
5. Fully charge the battery again.</p>
<p>you can use your unit in all the steps above except #4.</p>
<p><strong>An easy to follow approach:</strong></p>
<p>1. Use your unit with power connected in the day.<br />
2. Unplug the power  x hours before you go to sleep, x represents the max number of hour your battery can last, in my case, it&#8217;s only 20 min.<br />
3. Use the computer until goes into sleep mode, you go to sleep too.<br />
4. Use your unit with power connected next morning until it is fully charged.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=391&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/10/29/calibrate-macbook-pro-battery-a1175/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Wine in Zenwalk and make it look nicer</title>
		<link>http://sqllyw.wordpress.com/2010/05/31/installing-wine-in-zenwalk-and-make-it-look-nicer/</link>
		<comments>http://sqllyw.wordpress.com/2010/05/31/installing-wine-in-zenwalk-and-make-it-look-nicer/#comments</comments>
		<pubDate>Mon, 31 May 2010 07:00:42 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Wine]]></category>
		<category><![CDATA[Zenwalk]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=382</guid>
		<description><![CDATA[Zenwalk 6.4 and Wine installation It is very easy to install Wine in Zenwalk 6.4: 1. su root netpkg wine this will install the Wine 1.1.44 version into system 2. wine notepad.exe if you can see the notepad, it works. 3. login as a user wine notepad.exe quit cd .wine you will see a drive_c/windows, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=382&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zenwalk.org/">Zenwalk 6.4</a> and Wine installation</p>
<p><span id="more-382"></span><br />
It is very easy to install Wine in Zenwalk 6.4:</p>
<p>1. su root<br />
   netpkg wine<br />
   this will install the Wine 1.1.44 version into system</p>
<p>2. wine notepad.exe<br />
   if you can see the notepad, it works.</p>
<p>3. login as a user<br />
   wine notepad.exe<br />
   quit<br />
   cd .wine<br />
   you will see a drive_c/windows, look for Fonts, it is an empty directory</p>
<p>   download this file and run it, it will install two fonts files into &#8216;Fonts&#8217;<br />
   <a href="http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe">Tahoma32</a><br />
   wine tahoma32.exe<br />
   Make sure the font files really got installed into windows/Fonts</p>
<p>3. wine regedit<br />
   look for HKEY_CURRENT_USER/Control Panel/Desktop, set fontSmoothing to 1</p>
<p>4. wine notepad.exe<br />
   does it look nicer this time?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=382&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/05/31/installing-wine-in-zenwalk-and-make-it-look-nicer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Interbase Slow Connection in Macbook Pro</title>
		<link>http://sqllyw.wordpress.com/2010/05/28/interbase-slow-connection-in-macbook-pro/</link>
		<comments>http://sqllyw.wordpress.com/2010/05/28/interbase-slow-connection-in-macbook-pro/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:36:57 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Interbase 6]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=374</guid>
		<description><![CDATA[try to find IB_AFFINITY in the net and run: IB_AFFINITY -q -A2 this should work with IB prior to 6.5. Firebird does not need this.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=374&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>try to find IB_AFFINITY in the net and run:<br />
IB_AFFINITY -q -A2</p>
<p>this should work with IB prior to 6.5. Firebird does not need this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=374&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/05/28/interbase-slow-connection-in-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Cocoa Binding – A simple Example</title>
		<link>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-%e2%80%93-a-simple-example/</link>
		<comments>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-%e2%80%93-a-simple-example/#comments</comments>
		<pubDate>Wed, 26 May 2010 23:44:00 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=356</guid>
		<description><![CDATA[A very simple example of binding Binding is quite similar to Delphi&#8217;s data aware components. let&#8217;s start a project in XCode 3.x and add following code: Person.h Person.m Modify UntitledAppDelegate.h : Modify UntitledAppDelegate.m : compile and run, you should see following in the console: So far so good. we can see the object &#8216;me&#8217; is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=356&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very simple example of binding</p>
<p><span id="more-356"></span><br />
Binding is quite similar to Delphi&#8217;s data aware components. let&#8217;s start a project in XCode 3.x and add following code:</p>
<p><b>Person.h</b><br />
<pre class="brush: objc;">

@interface Person : NSObject {
	NSString *name;
	float age;
	BOOL isMarried;
}
</pre></p>
<p><b>Person.m</b><br />
<pre class="brush: objc;">
@implementation Person
@end
</pre></p>
<p>Modify <b>UntitledAppDelegate.h</b> :<br />
<pre class="brush: objc;">
@interface UntitledAppDelegate : NSObject &lt;NSApplicationDelegate&gt; {
    NSWindow *window;
	Person *me;
}
</pre></p>
<p>Modify <b>UntitledAppDelegate.m</b> :<br />
<pre class="brush: objc;">
- (id) init;
{
	me = [Person alloc];
	[me setValue:@&quot;John&quot; forKey:@&quot;name&quot;];
	[me setValue:[NSNumber numberWithFloat:1.5] forKey:@&quot;age&quot;];
	[me setValue:[NSNumber numberWithBool:NO] forKey:@&quot;isMarried&quot;];
	
	NSLog(@&quot; my name is %@&quot;, [me valueForKey:@&quot;name&quot;]);
	return self;
}
</pre></p>
<p>compile and run, you should see following in the console:<br />
<pre class="brush: objc;">
[Switching to process 1180]
Running…
2010-05-26 09:05:51.523 Untitled[1180:a0f]  my name is John
</pre></p>
<p>So far so good. we can see the object &#8216;me&#8217; is instantiated and values are correctly set. now let&#8217;s bind this object &#8216;me&#8217; to a NSObjectController in IB, it is a three step process:</p>
<p>Drag and drop a NSObjectController into MainMenu.xlib</p>
<p><b> Define attributes </b><br />
Specify the class name (Person) under &#8216;Class Name&#8217;, Add keys under Key section, this way you are telling the binding about attributes of class &#8216;Person&#8217;, see the picture:</p>
<p><img src="http://img.skitch.com/20100526-mu2kd41y95mr6ep3qakhnpu53m.jpg" /></p>
<p><b> Bind the controller&#8217;s content to a instance of the class </b><br />
You need to bind the NSObjectController to its content, click the binding page and do as follow,the blue line/arrow is just to show you the linkage, you need to do what in the yellow box to bind the object &#8216;me&#8217; under controller:</p>
<p><img src="http://img.skitch.com/20100526-mignds5ja3p4uxb9wby7ufq1jc.jpg" /></p>
<p>by this time you have finish Model -&gt; Controller, we will address the View layer later.</p>
<p>Now, compile and run, check console, if no error, we proceed to next step:</p>
<p><b> Attach the views to the controller </b><br />
Drag and drop two NSLable, one NSCheckBox into main Window under IB, open the first label&#8217;s binding page:</p>
<p><img src="http://img.skitch.com/20100526-rbqyyxwgnthwr2tgf751733d72.jpg" /></p>
<p>do the same for the other two, save, compile and run, you should see:</p>
<p><img src="http://img.skitch.com/20100526-md91jqtbxs3kkr4q4ug5138as7.jpg" /></p>
<p><b>Summary:</b></p>
<p>1. Storage should be allocated in code<br />
2. Specify the attribute of object in NSObjectController.<br />
3. Bind the content to the storage allocated in #1</p>
<p>for the view layer, bind the NSObjectController to the various visual controls.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=356&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-%e2%80%93-a-simple-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>

		<media:content url="http://img.skitch.com/20100526-mu2kd41y95mr6ep3qakhnpu53m.jpg" medium="image" />

		<media:content url="http://img.skitch.com/20100526-mignds5ja3p4uxb9wby7ufq1jc.jpg" medium="image" />

		<media:content url="http://img.skitch.com/20100526-rbqyyxwgnthwr2tgf751733d72.jpg" medium="image" />

		<media:content url="http://img.skitch.com/20100526-md91jqtbxs3kkr4q4ug5138as7.jpg" medium="image" />
	</item>
		<item>
		<title>Cocoa Binding &#8211; Key Value Coding</title>
		<link>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-key-value-coding/</link>
		<comments>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-key-value-coding/#comments</comments>
		<pubDate>Wed, 26 May 2010 23:43:13 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Binding]]></category>
		<category><![CDATA[KVC]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=346</guid>
		<description><![CDATA[KVC is similar to Java&#8217;s beans. KVC is the basis for the binding mechanism to work in Cocoa. here is a sample class: You can create an object of Person and set the attributes as follow: To access the values: This is very similar to Java&#8217;s beans, however bean requires you to write a getter/setter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=346&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>KVC is similar to Java&#8217;s beans.</p>
<p><span id="more-346"></span><br />
KVC is the basis for the binding mechanism to work in Cocoa.</p>
<p>here is a sample class:</p>
<p><pre class="brush: objc;">
@interface Person : NSObject {
	NSString *name;
	float age;
	BOOL isMarried;
}
</pre></p>
<p>You can create an object of Person and set the attributes as follow:</p>
<p><pre class="brush: objc;">
	Person *me = [Person alloc];
	[me setValue:@&quot;John&quot; forKey:@&quot;name&quot;];
	[me setValue:[NSNumber numberWithFloat:1.5] forKey:@&quot;age&quot;];
	[me setValue:[NSNumber numberWithBool:NO] forKey:@&quot;isMarried&quot;];
</pre></p>
<p>To access the values:</p>
<p><pre class="brush: objc;">
	NSLog(@&quot; my name is %@&quot;, [me valueForKey:@&quot;name&quot;]);
</pre></p>
<p>This is very similar to Java&#8217;s beans, however bean requires you to write a getter/setter while KVC does not. of course you can also provide getter/setter in KVC, if it is provided, Cocoa will use that instead of its internal method(getValue/setValue):</p>
<p><pre class="brush: objc;">
	provide getter/setter sample code.
</pre></p>
<p>In Objective C 2.0, we have another way to specify getter/setter, it is very similar to Java/Tapestry 5&#8242;s annotation:</p>
<p><pre class="brush: java;">
@property
private String name;
</pre></p>
<p>Java does not have header, you specify @property in only one place while  in Objective C, you need to do this in two places, one in .h and another in .m:</p>
<p><pre class="brush: objc;">
header sample
m sample
</pre></p>
<p>The point here is, neither getter/setter nor @property annotation is required to have KVC working in your code. the getValue/setValue from NSObject will make sure the KVC is working.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=346&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/05/26/cocoa-binding-key-value-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
		<item>
		<title>Objective C Coding Style</title>
		<link>http://sqllyw.wordpress.com/2010/03/28/objective-c-coding-style/</link>
		<comments>http://sqllyw.wordpress.com/2010/03/28/objective-c-coding-style/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 01:39:02 +0000</pubDate>
		<dc:creator>sqllyw</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Objective]]></category>

		<guid isPermaLink="false">http://sqllyw.wordpress.com/?p=341</guid>
		<description><![CDATA[Just came across a blog regarding Objective C coding style, very useful: Cocoa Style for Objective C: Part I Cocoa Style for Objective C: Part II Method name: Here is what I use for should start with lower case, capitalize the first character of a word, name every parameter including the first one. Example: given [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=341&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just came across a blog regarding Objective C coding style, very useful:<br />
<a href="http://cocoadevcentral.com/articles/000082.php">Cocoa Style for Objective C: Part I</a><br />
<a href="http://cocoadevcentral.com/articles/000083.php">Cocoa Style for Objective C: Part II</a></p>
<p><span id="more-341"></span><br />
<b>Method name:</b></p>
<p>Here is what I use for </p>
<p>should start with lower case, capitalize the first character of a word, name every parameter including the first one.<br />
Example:</p>
<p>   given this path <b>&#8220;/users/home/avchd/00001.mts&#8221;</b> and string <b>&#8216;avchd/&#8217;</b>,  find the starting position of <b>0001.mts</b>, that&#8217;s just right after the <b>&#8216;avchd/&#8217;</b></p>
<p>   	version 1:<br />
	+ (NSUInteger) getStartingPos : (NSString *) aPath after : (NSString *) aSubPath;</p>
<p>	this works, but the first parameter &#8216;aPath&#8217; was not named, adding the subfix &#8216;InPath&#8217; makes it clear:</p>
<p>	version 2:<br />
	+ (NSUInteger) getStartingPos<b>InPath</b> : (NSString *) aPath after : (NSString *) aSubPath;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqllyw.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqllyw.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqllyw.wordpress.com/341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqllyw.wordpress.com&amp;blog=3165981&amp;post=341&amp;subd=sqllyw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqllyw.wordpress.com/2010/03/28/objective-c-coding-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/305ee45039a07276a58fc65add8ccba7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sqllyw</media:title>
		</media:content>
	</item>
	</channel>
</rss>
