<?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>JongAm&#039;s blog &#187; Web Dev</title>
	<atom:link href="http://jongampark.wordpress.com/category/programming/web-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://jongampark.wordpress.com</link>
	<description>Something About Programming</description>
	<lastBuildDate>Mon, 15 Mar 2010 02:05:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jongampark.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/aaa1d28af13657face7139b250df4b44?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>JongAm&#039;s blog &#187; Web Dev</title>
		<link>http://jongampark.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jongampark.wordpress.com/osd.xml" title="JongAm&#039;s blog" />
	<atom:link rel='hub' href='http://jongampark.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTML parser for Mac and iPhone/iPod touch</title>
		<link>http://jongampark.wordpress.com/2009/10/10/html-parser-for-mac-and-iphoneipod-touch/</link>
		<comments>http://jongampark.wordpress.com/2009/10/10/html-parser-for-mac-and-iphoneipod-touch/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 23:05:18 +0000</pubDate>
		<dc:creator>jongampark</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://jongampark.wordpress.com/?p=889</guid>
		<description><![CDATA[While Apple Inc. provides XML parsers based on open source XML parsers, but they don&#8217;t for HTML.
One of a good parser I found is Element Parser and its source codes is host at GitHub. However there is no good explanation about how to use it.
So, I took a look at its sample source codes, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=889&subd=jongampark&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>While Apple Inc. provides XML parsers based on open source XML parsers, but they don&#8217;t for HTML.</p>
<p>One of a good parser I found is <a href="http://touchtank.wordpress.com/element-parser/">Element Parser</a> and <a href="http://github.com/Objective3/ElementParser">its source codes is host at GitHub</a>. However there is no good explanation about how to use it.<br />
So, I took a look at its sample source codes, and its FAQ page. My impression was that it would use CSS selectors.</p>
<p>So, if there are HTML tags like this :</p>
<pre class="brush: xml;">
&lt;meta name=&quot;generator&quot; content=&quot;WordPress 2.8.1&quot; /&gt; &lt;!-- leave this for stats --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://icodeblog.com/wp-content/themes/bluez/style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS 2.0&quot; href=&quot;http://icodeblog.com/feed/&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;text/xml&quot; title=&quot;RSS .92&quot; href=&quot;http://icodeblog.com/feed/rss/&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom 0.3&quot; href=&quot;http://icodeblog.com/feed/atom/&quot; /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;http://icodeblog.com/xmlrpc.php&quot; /&gt;
</pre>
<p>To retrieve information for CSS links, search pattern should be :</p>
<pre class="brush: xml;">
link[rel=&quot;alternate&quot;]
</pre>
<p>There is a good explanation about CSS selectors at <a href="http://css.maxdesign.com.au/selectutorial/">Selectutorial:CSS selectors</a></p>
<br />Posted in Web Dev Tagged: HTML <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jongampark.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jongampark.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jongampark.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jongampark.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jongampark.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jongampark.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jongampark.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jongampark.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jongampark.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jongampark.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=889&subd=jongampark&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://jongampark.wordpress.com/2009/10/10/html-parser-for-mac-and-iphoneipod-touch/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/751feaa87f436626977aa9783d64df2d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">아미</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript &#8211; Cocoa bridging</title>
		<link>http://jongampark.wordpress.com/2009/02/21/javascript-cocoa-bridging/</link>
		<comments>http://jongampark.wordpress.com/2009/02/21/javascript-cocoa-bridging/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 00:08:18 +0000</pubDate>
		<dc:creator>jongampark</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://jongampark.wordpress.com/?p=587</guid>
		<description><![CDATA[If you write web app instead of desktop app, it is wider accessibility. But how to enable desktop features on a web app targeted for Mac or iPhone? You may want to write Objective-C / Cocoa code which calls JavaScript or vice versa.
I found some good articles on JavaScript-Cocoa.

Scripting with JavaScript in Cocoa explains how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=587&subd=jongampark&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>If you write web app instead of desktop app, it is wider accessibility. But how to enable desktop features on a web app targeted for Mac or iPhone? You may want to write Objective-C / Cocoa code which calls JavaScript or vice versa.</p>
<p>I found some good articles on JavaScript-Cocoa.</p>
<ul>
<li><a href="http://will.thimbleby.net/script/">Scripting with JavaScript in Cocoa</a> explains how to call JavaScript code from Objective-C/Cocoa</li>
<li><a href="http://lipidity.com/apple/javascript-cocoa-webkit/">Javascript does Cocoa too</a></li>
<li><a href="http://inexdo.com/JSCocoa">JSCocoa</a> is a framework with which you can call Cocoa methods from JavaScript. Don&#8217;t forget Objective-J, SproutCore and Cappuccino also!</li>
</ul>
<br />Posted in Cocoa, JavaScript, Objective-C, Programming, Web Dev Tagged: Cocoa, JavaScript, Objective-C, Programming, Web <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jongampark.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jongampark.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jongampark.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jongampark.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jongampark.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jongampark.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jongampark.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jongampark.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jongampark.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jongampark.wordpress.com/587/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=587&subd=jongampark&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://jongampark.wordpress.com/2009/02/21/javascript-cocoa-bridging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/751feaa87f436626977aa9783d64df2d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">아미</media:title>
		</media:content>
	</item>
		<item>
		<title>Bespin &#8211; In-Browser IDE</title>
		<link>http://jongampark.wordpress.com/2009/02/21/bespin-in-browser-ide/</link>
		<comments>http://jongampark.wordpress.com/2009/02/21/bespin-in-browser-ide/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 21:18:55 +0000</pubDate>
		<dc:creator>jongampark</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://jongampark.wordpress.com/?p=581</guid>
		<description><![CDATA[Thanks to AJAX, web development became more like desktop application development. Nowadays it is not possible to think computing environment without networking, and network speed is getting faster for non-intranet networking.
Eventually IDEs for developing web application is based on the web browser.
The Mozilla announced such an IDE called Bespin.
I don&#8217;t know how it will handle [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=581&subd=jongampark&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to AJAX, web development became more like desktop application development. Nowadays it is not possible to think computing environment without networking, and network speed is getting faster for non-intranet networking.</p>
<p>Eventually IDEs for developing web application is based on the web browser.<br />
The Mozilla announced such an <a href="http://labs.mozilla.com/projects/bespin/">IDE called Bespin</a>.</p>
<p>I don&#8217;t know how it will handle network disconnection case, but if they utilize a cache file of a web browser, there will be no problem.</p>
<p>Here are two screenshots of the Bespin.<br />
<div class="wp-caption aligncenter" style="width: 610px"><img alt="Bespin 0.1 running in a web browser" src="http://labs.mozilla.com/uploads/2009/02/webkit-editor-medium.png" width="600" height="450" /><p class="wp-caption-text">Bespin 0.1 running in a web browser</p></div><br />
<div class="wp-caption aligncenter" style="width: 610px"><img alt="Project Browser" src="http://labs.mozilla.com/uploads/2009/02/firefox-dashboard-medium.png" width="600" height="450" /><p class="wp-caption-text">Dashboard, i.e.Project Browser</p></div></p>
<br />Posted in Programming, Web Dev  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jongampark.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jongampark.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jongampark.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jongampark.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jongampark.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jongampark.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jongampark.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jongampark.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jongampark.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jongampark.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=581&subd=jongampark&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://jongampark.wordpress.com/2009/02/21/bespin-in-browser-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/751feaa87f436626977aa9783d64df2d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">아미</media:title>
		</media:content>

		<media:content url="http://labs.mozilla.com/uploads/2009/02/webkit-editor-medium.png" medium="image">
			<media:title type="html">Bespin 0.1 running in a web browser</media:title>
		</media:content>

		<media:content url="http://labs.mozilla.com/uploads/2009/02/firefox-dashboard-medium.png" medium="image">
			<media:title type="html">Project Browser</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Animation : very easy and good explanation</title>
		<link>http://jongampark.wordpress.com/2009/02/13/css-animation-very-easy-and-good-explanation/</link>
		<comments>http://jongampark.wordpress.com/2009/02/13/css-animation-very-easy-and-good-explanation/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 18:11:50 +0000</pubDate>
		<dc:creator>jongampark</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://jongampark.wordpress.com/?p=566</guid>
		<description><![CDATA[CSS Animation is sometimes said to be Flash-replacement for certain areas. I doubt how flexible its animation can be : presentation flexibility, performance, resource usage, and so on.
The WebKit blog article introduces the CSS animation in very easy-reading style. Probably most of advertisement flash can be replaced with this CSS animation, and it would get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=566&subd=jongampark&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>CSS Animation is sometimes said to be Flash-replacement for certain areas. I doubt how flexible its animation can be : presentation flexibility, performance, resource usage, and so on.</p>
<p><a href="http://webkit.org/blog/324/css-animation-2/">The WebKit blog article </a>introduces the CSS animation in very easy-reading style. Probably most of advertisement flash can be replaced with this CSS animation, and it would get rid of lots of burden from web browsers. Especially Korean web sites use flash-advertisement very heavily. They are even obstructive. I want them not to use that many advertisement in such obstructive way. But if they once do it, I want it not to degrade web browser responsiveness.</p>
<p>Web developers! Study the CSS animation!!!!!</p>
<br />Posted in Programming, Web browser, Web Dev Tagged: Programming, Web <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jongampark.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jongampark.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jongampark.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jongampark.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jongampark.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jongampark.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jongampark.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jongampark.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jongampark.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jongampark.wordpress.com/566/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jongampark.wordpress.com&blog=813782&post=566&subd=jongampark&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://jongampark.wordpress.com/2009/02/13/css-animation-very-easy-and-good-explanation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/751feaa87f436626977aa9783d64df2d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">아미</media:title>
		</media:content>
	</item>
	</channel>
</rss>