<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>oeoe.io · Articles</title><description>Archived posts on software development by Jeong-Un Kim.</description><link>https://oeoe.io/</link><item><title>Back to Blogging</title><link>https://oeoe.io/articles/tt-20260902/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20260902/</guid><description>Blog posts stopped after 2009, but starting in 2026 I plan to keep posting, if only to keep a record.</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Subversion: Screencast on Ignoring Xcode Build Files</title><link>https://oeoe.io/articles/tt-20091202/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20091202/</guid><description>A video showing how to ignore build files. Covers the concept of ignore.</description><pubDate>Wed, 02 Dec 2009 00:00:00 GMT</pubDate></item><item><title>XCode SCM Screencast</title><link>https://oeoe.io/articles/tt-20091202-2/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20091202-2/</guid><description>For team training. A GUI walkthrough for people who aren&apos;t comfortable with the terminal. Trying out SCM (using Google Code)</description><pubDate>Wed, 02 Dec 2009 00:00:00 GMT</pubDate></item><item><title>OSX Trash: Files That Won&apos;t Delete</title><link>https://oeoe.io/articles/tt-20090921/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090921/</guid><description>On Snow Leopard, sometimes emptying the trash leaves a file behind that just won&apos;t go away. Holding option and deleting doesn&apos;t remove it either, running…</description><pubDate>Mon, 21 Sep 2009 00:00:00 GMT</pubDate></item><item><title>iPhone SDK 3.0 XML Parsing with NSXMLParser</title><link>https://oeoe.io/articles/tt-20090827/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090827/</guid><description>Parsing XML with iPhone SDK 3.0, I ran into a few things worth noting. I tried building an XMLParser class written for SDK 2.x, and the build failed with…</description><pubDate>Thu, 27 Aug 2009 00:00:00 GMT</pubDate></item><item><title>A Trick for Calling External JavaScript from ActiveX</title><link>https://oeoe.io/articles/tt-20090827-2/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090827-2/</guid><description>A trick for calling external javascript from ActiveX, when HTMLViewer is the Explorer handler: Handy for calling a function when doing quick tests.</description><pubDate>Thu, 27 Aug 2009 00:00:00 GMT</pubDate></item><item><title>ShowWindow Issue with IWebBrowser2</title><link>https://oeoe.io/articles/tt-20090723/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090723/</guid><description>While implementing a show/hide toggle with a button for MFC&apos;s IWebBrowser2 (class CWebBrowser2), I kept hitting this problem: Say the browser control…</description><pubDate>Thu, 23 Jul 2009 00:00:00 GMT</pubDate></item><item><title>CString &lt;-&gt; char Conversion Error in Visual Studio 2008</title><link>https://oeoe.io/articles/tt-20090716/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090716/</guid><description>In MFC, the filename and path you get from a File Open dialog come as a CString. I wanted to pass that to FMOD&apos;s (http://www.fmod.org)/) createSound…</description><pubDate>Thu, 16 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Registering and Debugging ActiveX in IE8</title><link>https://oeoe.io/articles/tt-20090715/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090715/</guid><description>Loading and debugging ActiveX in Internet Explorer 8 doesn&apos;t work out of the box. Open the registry editor and find Create a TabProcGrowth DWORD value and…</description><pubDate>Wed, 15 Jul 2009 00:00:00 GMT</pubDate></item><item><title>VIM javascript Syntax highlighting</title><link>https://oeoe.io/articles/tt-20090129/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20090129/</guid><description>- Make each of , ; : . separately configurable - Split out new and this - Split out [], (), {} Split the colors up further and made javascript keywords…</description><pubDate>Thu, 29 Jan 2009 00:00:00 GMT</pubDate></item><item><title>Installing FFMPEG-PHP on Ubuntu</title><link>https://oeoe.io/articles/tt-20081009/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20081009/</guid><description>Here&apos;s how to install it, based on Gutsy. (Looks like hardy has a package here: http://packages.ubuntu.com/source/hardy/ffmpeg-php) ffmpeg-php homepage:…</description><pubDate>Thu, 09 Oct 2008 00:00:00 GMT</pubDate></item><item><title>Flash Movieclip Handcursor</title><link>https://oeoe.io/articles/tt-20080717/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080717/</guid><description>When you want a hand cursor on a Flash movieclip, the usual way is But sometimes this alone doesn&apos;t switch the cursor to a hand. That happens when the…</description><pubDate>Thu, 17 Jul 2008 00:00:00 GMT</pubDate></item><item><title>Flash Tracer</title><link>https://oeoe.io/articles/tt-20080703/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080703/</guid><description>A Flash Tracer for Firefox. A handy tool that sends the output of ActionScript&apos;s trace calls to an output window, so you can debug right in the browser.…</description><pubDate>Thu, 03 Jul 2008 00:00:00 GMT</pubDate></item><item><title>innerHTML Issue in Internet Explorer and Firefox</title><link>https://oeoe.io/articles/tt-20080424/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080424/</guid><description>--- A feature where clicking a &quot;recommended tag&quot; inserts it into an input field. Clicking a &quot;recommended tag&quot; below the input field inserts it into the…</description><pubDate>Thu, 24 Apr 2008 00:00:00 GMT</pubDate></item><item><title>My LS_COLORS Setup</title><link>https://oeoe.io/articles/tt-20080301/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080301/</guid><description>---</description><pubDate>Sat, 01 Mar 2008 00:00:00 GMT</pubDate></item><item><title>Namdaemun Under Repair</title><link>https://oeoe.io/articles/tt-20080225/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080225/</guid><description>And Namdaemun, still being repaired after the fire.</description><pubDate>Mon, 25 Feb 2008 00:00:00 GMT</pubDate></item><item><title>Flash&apos;s ExternalInterface.call() Doesn&apos;t Work in Internet Explorer</title><link>https://oeoe.io/articles/tt-20080219/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080219/</guid><description>--- Ran into a problem where ExternalInterface.call() in Flash only misbehaves in Internet Explorer. The code is simple: It works fine in Firefox, but…</description><pubDate>Tue, 19 Feb 2008 00:00:00 GMT</pubDate></item><item><title>Installing Flash Media Server 2 on Ubuntu</title><link>https://oeoe.io/articles/tt-20080115/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080115/</guid><description>Installing Flash Media Server 2 (yes, 3 is already out) on Ubuntu (7.10). The install script runs fine, but the server doesn&apos;t start. It fails with an…</description><pubDate>Tue, 15 Jan 2008 00:00:00 GMT</pubDate></item><item><title>Revision 10000</title><link>https://oeoe.io/articles/tt-20080111/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20080111/</guid><description>My subversion commit that hit revision 10000.</description><pubDate>Fri, 11 Jan 2008 00:00:00 GMT</pubDate></item><item><title>The Last Page on the Internet</title><link>https://oeoe.io/articles/tt-20071218/</link><guid isPermaLink="true">https://oeoe.io/articles/tt-20071218/</guid><description>Found this while looking for an ActionScript 3 debugging library. Congratulations. The last page.</description><pubDate>Tue, 18 Dec 2007 00:00:00 GMT</pubDate></item></channel></rss>