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

<channel>
	<title>unthink media &#187; Mobile</title>
	<atom:link href="http://blog.unthinkmedia.com/category/programing/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unthinkmedia.com</link>
	<description>creativity + technology</description>
	<lastBuildDate>Wed, 11 Jan 2012 22:20:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Why I make &#8220;Native Mobile Apps&#8221; not &#8220;Native iPhone Apps&#8221;</title>
		<link>http://blog.unthinkmedia.com/2010/04/12/i-make-mobile-apps-not-iphone-apps/</link>
		<comments>http://blog.unthinkmedia.com/2010/04/12/i-make-mobile-apps-not-iphone-apps/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 22:46:44 +0000</pubDate>
		<dc:creator>Alex Britez</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.unthinkmedia.com/?p=645</guid>
		<description><![CDATA[A little over a year ago, I was drawn to this marvelous device, named the iPhone. All the possibilities that it could bring opening up another outlet for me to develop applications for. Seeing the possibilities, like many developers, I ran out to the nearest Barnes &#38; Noble and bought an &#8220;Introduction to iPhone Development&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>A little over a year ago, I was drawn to this marvelous device, named the iPhone.  All the possibilities that it could bring opening up another outlet for me to develop applications for.  Seeing the possibilities, like many developers, I ran out to the nearest Barnes &amp; Noble and bought an &#8220;Introduction to iPhone Development&#8221; book.  I diligently went though each and every chapter, getting acquainted to Objective-C and the iPhone development environment. Then it hit me!  Do I want to be an iPhone Developer or a Mobile Developer? What happens when <a href="http://www.h-online.com/open/news/item/Report-Android-gaining-market-share-971744.html">Android gains market share</a>? What about Windows and BlackBerry? iPhone&#8217;s reign could only last for so long, and the pack is slowly creeping up.</p>
<p>The iPhone revolution placed blinders on us all, and many of us forgot the obvious. Remember years ago, when you would go to a site only to be greeted with a &#8220;Sorry we do not support your current browser, this site is optimized for IE 6&#8243;, you would be forced to close you current session on the non-IE browser and open up IE to view the site.  What a pain! Eventually, javascript libraries like JQuery, and the adoption of CSS standards have made that less of an issue, although you still see this once in a while.  The main difference however between the browser wars, and mobile wars is that browser all interpreted HTML and CSS, with only slight differences. Mobile phone native coding language on the other hand are extremely different. iPhone coding looks very different then Android, which look different the Windows Mobile.  That means more resources need to be allocate on a project, costing the perspective client more money. Not exactly a smart investment, and unfortunately there is no &#8220;Export to Android&#8221; option in Apple&#8217;s XCode software.<br />
<span id="more-645"></span><br />
To help put this in perspective, just imagine a client coming in, and being irate because a site you built for them only works in Firefox. I am guessing the conversation would go a little something like:</p>
<blockquote><p>Client: Hey, I just checked out the site in Safari and it didn&#8217;t work<br />
You: &#8220;Sorry, Safari is extra&#8221;.<br />
Client: Extra? But i paid you to make me a website!<br />
You: &#8220;No, you paid us to make a Firefox website&#8221;.<br />
Client: &#8220;Isn&#8217;t that the same thing?&#8221;<br />
You: &#8220;No that will require substantial more work, but we could give you an estimate on that&#8221;<br />
Client: What about IE?<br />
You: &#8220;Yep that will cost you too!&#8221;<br />
Client: And Chrome?<br />
You: Sorry we don&#8217;t have an in-house Chrome developer. We won&#8217;t be able to support that</p></blockquote>
<p>Luckily I was not the only one to get this &#8220;ah-ha&#8221; moment, and I ran into multiple projects such as <a href="http://www.phonegap.com">PhoneGap</a> (@PhoneGap), <a href="http://www.appcelerator.com/">Titanium</a> (@jhaynie), and <a href="http://rhomobile.com/">Rhodes Mobile</a> (@rhomobile).  Adobe eventually joined the party (disclaimer: I haven&#8217;t actually tried this yet) with the addition of the &#8220;Export to iPhone&#8221; option, which promises to include the rest of the mobile devices soon.  I decided on PhoneGap, simply for the fact that it supported the most hardware (iPhone, Android,  Windows 7 Phone, Windows Mobile, Blackberry, Symbian, Palm Pre, a few others), was written all in JavaScript/HTML5/CSS. PhoneGap creates a bridge between Objective-C and Javascript through WebKit so I could call native functions like the Camera, Vibrate, etc. on all the aforementioned devices. Being able to to use the same codebase for &#8220;ALL&#8221; devices is something that not only applies to my needs, but makes it easier to pursue a client, and pitch them an app that will work on as many mobile platforms as possible, giving them the highest return on investment.</p>
<p>There are scenarios where using a fully native solution would probably make sense, however even in those scenarios creating a fully iPhone solution doesn&#8217;t make sense. If you use something like Unity3D for high end game development you get iPhone, Android, and even Playstation exports. This holds true for other game development environments like Torque2D &amp; 3D, and even Flash CS5.</p>
<p>Unforunitly all these options have entered a state of limbo, due to Apple&#8217;s new adjustment of it&#8217;s terms of service:</p>
<blockquote><p>Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).</p></blockquote>
<p>No official word, but I highly doubt that PhoneGap will be affected by this, since it runs out of XCode and uses Objective-C to speak with JavaScript inside of Webkit, which seems to fall in line. I am pretty sure that Unity3D is also safe since you could open up a Unity3D project in XCode and see all the Objective-C. My problem is that there are other programs, specifically Flex/AIR and Mono that are very suited to do mobile development.</p>
<p>This by no means is this a gripe about Flash or any other program being left out, I&#8217;ve prided myself in using ANY technology that works and makes the most business sense for each specific project. Even if it means learning an entirely new development environment which is what I initially did by learning Objective-C. However, Objective-C made no sense for me nor my clients needs, if a project came up where Objective-C was needed then by all means I would code it in Objective-C.  For now I am happy with PhoneGap.  It does the job, and does it well, my only issue is that JavaScript isn&#8217;t naturally Object Oriented, which forces me to come up with solution to mimic an Object Oriented environment. This is what enables me to keep my sanity.  It also allows me to make any adjustment, or enhancements to the PhoneGap code if the need arises, since i could easily fork the <a href="http://github.com/sintaxi/phonegap">PhoneGap Objective-C code from their repository</a>.</p>
<blockquote><p><strong><span style="color: #ff0000;">UPDATE</span></strong> (5/15/2010): Engadget reports that P<a href="http://www.engadget.com/2010/04/15/phonegap-framework-fine-for-app-store-development-sez-apple/">honeGap framework fine for App Store development</a></p></blockquote>
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.unthinkmedia.com/2010/04/12/i-make-mobile-apps-not-iphone-apps/&#038;layout=standart&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
<img src="http://blog.unthinkmedia.com/?ak_action=api_record_view&id=645&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.unthinkmedia.com/2010/04/12/i-make-mobile-apps-not-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter-style Status TextArea w/ XUI JavaScript and CSS for PhoneGap</title>
		<link>http://blog.unthinkmedia.com/2009/12/15/twitter-style-status-textarea-w-xui-javascript-and-css/</link>
		<comments>http://blog.unthinkmedia.com/2009/12/15/twitter-style-status-textarea-w-xui-javascript-and-css/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:18:46 +0000</pubDate>
		<dc:creator>Alex Britez</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://blog.unthinkmedia.com/?p=306</guid>
		<description><![CDATA[Note: XUI is developed for WebKit (hence it&#8217;s light weight) since that is the mobile browser of choice for most devices. If something doesn&#8217;t seem to work, try using Chrome or Safari since they too use Webkit. Here is some code for a JavaScript, CSS, Twitter style status text area that i plan on using [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Note:</strong> XUI is developed for WebKit (hence it&#8217;s light weight) since that is the mobile browser of choice for most devices. If something doesn&#8217;t seem to work, try using Chrome or Safari since they too use Webkit.</p>
<p><a href="http://project.unthinkmedia.com/test/javascript/twitterMessageArea/test.html" target = "_blank"><img src="http://blog.unthinkmedia.com/wp-content/uploads/TwitterTextArea.png" alt="Twitter Style TextArea" title="Twitter Style TextArea" width="314" height="112" class="alignright size-full wp-image-312" /></a></p>
<p>Here is some code for a JavaScript, CSS, Twitter style status text area that i plan on using on a <a href="http://www.phonegap.com">PhoneGap</a> project i am working on.  It makes use of the <a href="http://xuijs.com/">XUI</a> Javascript framework, which i use throughout the project.  <a href="http://xuijs.com/">XUI</a>, compared to other Javascript frameworks is super light, and is developed by the the people behind <a href="http://www.phonegap.com">PhoneGap</a><br />
You could find the XUI framework at <a href="http://xuijs.com/">http://xuijs.com/</a></p>
<p>The code supports:</p>
<ul style="list-style-type: square;padding: 0 0">
<li style="list-style-type: square;padding: 0 0">140 character count down</li>
<li style="list-style-type: square;padding: 0 0">Visual styling cue when you go over 140 characters</li>
<li style="list-style-type: square;padding: 0 0">prompting text when textarea is empty</li>
</ul>
<p><span id="more-306"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
&nbsp;
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/js/xui.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/js/messageBox.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;includes/css/messageBox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; title=&quot;no title&quot; charset=&quot;utf-8&quot; /&gt;
&nbsp;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class=&quot;promptTextField&quot;&gt;
	&lt;form name=&quot;myForm&quot;&gt;
		&lt;textarea id=&quot;messageAreaTxt&quot; onKeyDown=&quot;checkCharCount(this.value)&quot; onBlur=&quot;checkCharCount(this.value);handleMessageBlur(this.value);&quot; onFocus=&quot;handleMessageFocus(event);&quot; &gt;&lt;/textarea&gt;
	&lt;/form&gt;
	&lt;div id=&quot;textPromptText&quot; onClick=&quot;document.myForm.messageAreaTxt.focus();&quot; class=&quot;textPromptText active&quot;&gt;Type in your message...&lt;/div&gt;
	&lt;div id=&quot;charCount&quot;&gt;140&lt;/div&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>CSS Styling</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">div.promptTextField<span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">300px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	<span style="color: #cc00cc;">#messageAreaTxt</span><span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		resize<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">300px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #cc00cc;">#charCount</span><span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">78px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
&nbsp;
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #cc00cc;">#textPromptText</span><span style="color: #00AA00;">&#123;</span>
		-khtml-user-select<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">italic</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#999999</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
		<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #cc00cc;">#textPromptText</span>.inactive<span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #cc00cc;">#textPromptText</span>.active<span style="color: #00AA00;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>JavaScript Coding</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> MAX_CHARACTER_LENGTH<span style="color: #339933;">=</span><span style="color: #CC0000;">140</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> checkCharCount<span style="color: #009900;">&#40;</span>str<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		console.<span style="color: #660066;">log</span><span style="color: #009900;">&#40;</span>str.<span style="color: #660066;">length</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot; characters typed&quot;</span><span style="color: #009900;">&#41;</span>
		<span style="color: #003366; font-weight: bold;">var</span> count <span style="color: #339933;">=</span> MAX_CHARACTER_LENGTH <span style="color: #339933;">-</span> str.<span style="color: #660066;">length</span>
		x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#charCount'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'inner'</span><span style="color: #339933;">,</span> count.<span style="color: #660066;">toString</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>str.<span style="color: #660066;">length</span><span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&lt;</span> <span style="color: #009900;">&#40;</span>MAX_CHARACTER_LENGTH<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#messageAreaTxt'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'color'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#000000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#messageAreaTxt'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'background'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#FFFFFF'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#charCount'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'color'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#000000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span><span style="color: #000066; font-weight: bold;">else</span><span style="color: #009900;">&#123;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#messageAreaTxt'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'color'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#FFFFFF'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#messageAreaTxt'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'background'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#FF0000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			x$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#charCount'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">setStyle</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'color'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'#FFFFFF'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> handleMessageFocus<span style="color: #009900;">&#40;</span>event<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'textPromptText'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">className</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;inactive&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> handleMessageBlur<span style="color: #009900;">&#40;</span>str<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>str.<span style="color: #660066;">length</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
			document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'textPromptText'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">className</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;active&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span><span style="color: #000066; font-weight: bold;">else</span><span style="color: #009900;">&#123;</span>
			document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'textPromptText'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">className</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;inactive&quot;</span><span style="color: #339933;">;</span> 
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.unthinkmedia.com/2009/12/15/twitter-style-status-textarea-w-xui-javascript-and-css/&#038;layout=standart&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
<img src="http://blog.unthinkmedia.com/?ak_action=api_record_view&id=306&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.unthinkmedia.com/2009/12/15/twitter-style-status-textarea-w-xui-javascript-and-css/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

