<?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>CityBlogz Design Studio / Blog &#187; Web Design</title>
	<atom:link href="http://www.cityblogz.com/blog/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cityblogz.com/blog</link>
	<description>Insightful commentaries, articles, professional projects by Thomas Yung</description>
	<lastBuildDate>Sun, 09 May 2010 02:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Preparing Your Web Content for iPad</title>
		<link>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/</link>
		<comments>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/#comments</comments>
		<pubDate>Sun, 09 May 2010 02:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=305</guid>
		<description><![CDATA[Here are some tips for modifying your existing website so that the user gets a different experience when browsing on the iPad. Test your website in Safari on iPad using the iPhone Simulator (Hardware -&#62; Device -&#62; iPad). iPad is available in the iPhone Simulator in iPhone OS 3.2 SDK. Test your website on iPad, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some tips for modifying your existing website so that the  user gets a different experience when browsing on the iPad.</p>
<ul>
<li>Test your website in Safari on iPad using the iPhone Simulator   (Hardware -&gt; Device -&gt; iPad). iPad is available in the iPhone   Simulator in iPhone OS 3.2 SDK.</li>
</ul>
<ul>
<li>Test your website on iPad, and update user agent detection code  if  necessary. iPad user agent string is:<br />
<blockquote><p>Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us)  AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b  Safari/531.21.10</p></blockquote>
</li>
<li>Simulating Safari on iPad HTTP requests in Safari on the  desktop.  First, enable the checkbox next to &#8220;Show Develop menu in menu  bar&#8221; in Safari&#8217;s  Advanced Preference pane. Next, select <strong>Develop  -&gt; User Agent -&gt; Other</strong> from  the Safari menu. You will  be prompted to enter a user agent string. Copy  the Safari on iPad user  agent string above, then paste in it into the  dialog box that appears. <strong>Note:</strong> You can try this trick with websites like Gmail and YouTube to view how  they display a different version of their website for iPad Safari.</li>
</ul>
<ul>
<li>Using a constant for viewport width.<br />
<blockquote>
<pre>&lt;meta name="viewport" content="width=device-width" /&gt;</pre>
</blockquote>
</li>
</ul>
<ul>
<li>Prepare for a touch interface. Don&#8217;t use a:hover pseudo class or  mouseover events.</li>
<li>Orientation media queries to automatically select the proper  stylesheet based on whether the user is in landscape or portrait.<br />
<blockquote><p>&lt;link rel=”stylesheet” media=”all and (orientation:portrait)”   href=”portrait.css”&gt;<br />
&lt;link rel=”stylesheet” media=”all and (orientation:landscape)”   href=”landscape.css”&gt;</p></blockquote>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3C Mobile Web Best Practices Flip Cards</title>
		<link>http://www.cityblogz.com/blog/2008/12/21/w3c-mobile-web-best-practices-flip-cards/</link>
		<comments>http://www.cityblogz.com/blog/2008/12/21/w3c-mobile-web-best-practices-flip-cards/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 19:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=292</guid>
		<description><![CDATA[Go get your Mobile Web Best Practices Flipcards now. These summarize the Mobile Web Best Practices 1.0 document. The flipcards are a useful reminder of the sixty guidelines explained in detail in the specification. A PDF version of the cards is available.]]></description>
			<content:encoded><![CDATA[<p>Go get your <a title="W3C Mobile Web Best Practices Flipcards" href="http://www.w3.org/2007/02/mwbp_flip_cards">Mobile Web Best Practices Flipcard</a>s now. These summarize the <a href="http://www.w3.org/TR/mobile-bp">Mobile Web Best Practices 1.0</a> document. The flipcards are a useful reminder of the sixty guidelines explained in detail in the specification. A <a href="http://www.w3.org/2007/02/mwbp_flip_cards.pdf">PDF version</a> of the cards is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/12/21/w3c-mobile-web-best-practices-flip-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pastebud vs iCopyuPaste</title>
		<link>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/</link>
		<comments>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:52:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[icopyupaste]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pastebud]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=286</guid>
		<description><![CDATA[Pastebud &#8212; Looks like this new iPhone web app called Pastebud is out that does exactly what I had envisioned for the iCopyuPaste web service of mine.  Unfortunately for me and the rest of you out there, I&#8217;ve been swamped with too many other commitments to get mine out there first.  Therefore, I&#8217;ve decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Pastebud &#8212; Looks like this new iPhone web app called Pastebud is out that does exactly what I had envisioned for the iCopyuPaste web service of mine.  Unfortunately for me and the rest of you out there, I&#8217;ve been swamped with too many other commitments to get mine out there first.  Therefore, I&#8217;ve decided to simply offer my help to the developers of Pastebud, and see if they&#8217;ll let me help out with this project.  The only thing that iCopyuPaste would have an advantage over on Pastebud is the fact that I didn&#8217;t plan on charging anyone for this service. Pastebud costs $5 to use once it officially releases. Also, I plan on giving iCopyuPaste an open-source license so that anyone that wants to see how it works can. I&#8217;ve got a lot of work to do to get my code published. Stay tuned.</p>
<p>News about Pastebud:</p>
<ul>
<li><a title="Copy and Paste Comes to iPhone" href="http://blog.wired.com/gadgets/2008/12/copy-and-paste.html">Copy and Paste Comes to iPhone &#8211; Wired News<br />
</a></li>
<li><a title="iPhone Copy and Paste Now Working Between Safari and Mail" href="http://gizmodo.com/5107138/iphone-copy-and-paste-now-working-between-safari-and-mail">iPhone Copy and Paste Now Working Between Safari and Mail &#8211; Gizmodo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New RIA logo</title>
		<link>http://www.cityblogz.com/blog/2008/12/10/new-ria-logo/</link>
		<comments>http://www.cityblogz.com/blog/2008/12/10/new-ria-logo/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:17:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[rochester]]></category>
		<category><![CDATA[RochesterMN]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=282</guid>
		<description><![CDATA[After months of working with the Rochester International Association board, we&#8217;ve all decided on the final logo that will be the face of the new website and brand.  It took a while because we wanted to make sure we got it right. The first one listed below was the final choice.]]></description>
			<content:encoded><![CDATA[<p>After months of working with the Rochester International Association board, we&#8217;ve all decided on the final logo that will be the face of the new website and brand.  It took a while because we wanted to make sure we got it right. The first one listed below was the final choice.</p>
<p><a href="http://www.cityblogz.com/blog/wp-content/uploads/ria.png"><img class="alignnone size-medium wp-image-283" title="ria logos" src="http://www.cityblogz.com/blog/wp-content/uploads/ria-300x205.png" alt="" width="300" height="205" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/12/10/new-ria-logo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iCopy uPaste &#8211; User Interaction Prototype</title>
		<link>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/</link>
		<comments>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 18:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=257</guid>
		<description><![CDATA[Head on over to CityBlogz Labs section of the website, to check out the latest code iteration of a user interaction model demo that I&#8217;m prototyping.  It is a little bit rough around the edges, but it showcases a little bit of how I envision the Copy and Paste to work on the iPhone Safari [...]]]></description>
			<content:encoded><![CDATA[<p>Head on over to <a href="http://www.cityblogz.com/labs.php">CityBlogz Labs</a> section of the website, to check out the latest code iteration of a user interaction model demo that I&#8217;m prototyping.  It is a little bit rough around the edges, but it showcases a little bit of how I envision the Copy and Paste to work on the iPhone Safari client.  I will be describing some of the code in detail over the next couple weeks, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCopy uPaste</title>
		<link>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/</link>
		<comments>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:01:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=244</guid>
		<description><![CDATA[Still no copy and paste for iPhone 2.0. Apple has admittedly said that copy and paste is in the works, but it is not a big priority.  Time to take matters into my own hands by creating a &#8220;iCopy uPaste&#8221; web service for the iPhone.  I figure it would be a nice side project for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Still no copy and paste for iPhone 2.0.</strong> Apple has admittedly said that copy and paste is in the works, but it is not a big priority.  Time to take matters into my own hands by creating a &#8220;<strong>iCopy uPaste</strong>&#8221; web service for the iPhone.  I figure it would be a nice side project for me to learn more about iPhone web development and get some exposure in creating a REST-based web service.</p>
<p>The premise is simple.  I want a way for anyone using an iPhone to open a bookmarklet on any Safari web page that activates a hidden dialog menu.  They can select any text from the web page and copy the text to a <strong>&#8220;Copy and Paste&#8221; web service up in the &#8220;cloud&#8221;</strong>.  The user can paste the text on another page&#8217;s form input field or somewhere else on the same page.  I can already think of several hurdles such as cross-domain JavaScript, server-related security issues, and iPhone limitations on JavaScript events.  I plan on sharing every morsel of information that I find on my journey and I invite anyone to help.  I will start putting up the code in some form of source control (more on that later).  By the time I&#8217;m done, perhaps Apple will already have implemented a nice solution to this problem.</p>
<p>The wonderful part of this idea is that it doesn&#8217;t necessarily have to be confined to iPhones.  Creating it as a web service and opening up an API allows <strong>any platform</strong> that can consume web services to have access to a &#8220;cloud-based&#8221; Copy and Paste.  Therefore, I can envision native iPhone apps to simply create the following options: &#8220;<strong>Copy to iCopyuPaste</strong>&#8221; and &#8220;<strong>Paste from iCopyuPaste</strong>&#8220;.  They can hook those events to consume the &#8220;iCopyuPaste&#8221; web service.  Of course, the down side is that it won&#8217;t work if you aren&#8217;t immediately connected to the 3G or Edge or Wi-Fi network, but that&#8217;s the trade off for copy and paste.  Another use case scenario could be for someone who needs to copy some text from one computer&#8217;s browser over to another computer&#8217;s browser.  If they needed that text to be pasted into a native app via the system&#8217;s clipboard, someone could conceivable use Adobe AIR to create a widget that consumes the &#8220;iCopyuPaste&#8221; web service and store that text onto the system clipboard, ready to be pasted on any application on the desktop. Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Resume as a Wordle</title>
		<link>http://www.cityblogz.com/blog/2008/07/03/my-resume-as-a-wordle/</link>
		<comments>http://www.cityblogz.com/blog/2008/07/03/my-resume-as-a-wordle/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:59:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[resume]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=242</guid>
		<description><![CDATA[Can you guess what my profession is based on this Wordle image?]]></description>
			<content:encoded><![CDATA[<p>Can you guess what my profession is based on this Wordle image?</p>
<p><a href="http://wordle.net/gallery/wrdl/49529/Thomas_Yung"><img class="alignnone size-medium wp-image-243" title="thomasyung wordle" src="http://www.cityblogz.com/blog/wp-content/uploads/wordle-300x231.gif" alt="Thomas Yung Wordle" width="300" height="231" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/07/03/my-resume-as-a-wordle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIA Example Logo Designs</title>
		<link>http://www.cityblogz.com/blog/2008/06/10/ria-example-logo-designs/</link>
		<comments>http://www.cityblogz.com/blog/2008/06/10/ria-example-logo-designs/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[diversity]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=237</guid>
		<description><![CDATA[Here&#8217;s an update on the web redesign project under way for Rochester International Association.  These are some logo designs that we are currently brainstorming.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update on the web redesign project under way for Rochester International Association.  These are some logo designs that we are currently brainstorming.</p>
<p><a href="http://www.cityblogz.com/blog/wp-content/uploads/ria_sample_logos.gif"><img class="alignnone size-full wp-image-239" title="ria_sample_logos" src="http://www.cityblogz.com/blog/wp-content/uploads/ria_sample_logos.gif" alt="RIA sample logos" width="500" height="249" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/06/10/ria-example-logo-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website redesign: Rochester International Association</title>
		<link>http://www.cityblogz.com/blog/2008/05/14/website-redesign-rochester-international-association/</link>
		<comments>http://www.cityblogz.com/blog/2008/05/14/website-redesign-rochester-international-association/#comments</comments>
		<pubDate>Wed, 14 May 2008 16:26:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[diversity]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=229</guid>
		<description><![CDATA[Looks like I am approved to get started on redesigning the Rochester International Association website. It&#8217;s been about 4 years since it&#8217;s last redesign. This is how the website looked like before 2004. I have some interesting ideas for it: Instead of the blog as the front page, redesign front page to simplify navigation and [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I am approved to get started on redesigning the <a href="http://www.ria-minnesota.org">Rochester International Association</a> website. It&#8217;s been about 4 years since it&#8217;s last redesign.  This is how the website looked like before 2004. </p>
<p><a href="http://www.geocities.com/roch_ia/" class="broken_link"><img src="http://www.cityblogz.com/blog/wp-content/uploads/riawebpre2004-300x217.jpg" alt="RIA website before 2004" title="riawebpre2004" width="300" height="217" class="alignnone size-medium wp-image-230" /></a></p>
<p>I have some interesting ideas for it:</p>
<ul>
<li>Instead of the blog as the front page, redesign front page to simplify navigation and accessibility.</li>
<li>Split up into 6 themes according to what are the most requested information: World Festival, Your Country, About RIA, Blog, Events Calendar, Memberships.</li>
<li>Shiny new logo</li>
<li>About RIA &#8211; Allow people to easily find photos, and other promotional materials. Without exposing personal information, add a directory of current board members and a way for people to contact them.</li>
<li>Your Country &#8211; Enable people to easily find resources and news based on a specific country.</li>
<li>Memberships &#8211; Add ability to renew or join membership online. Add a way to accept credit card donations online via PayPal or Google Checkout.</li>
<li>Link to Facebook group page for RIA</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/05/14/website-redesign-rochester-international-association/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Ajax and the Future of the Web</title>
		<link>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/</link>
		<comments>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:57:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=225</guid>
		<description><![CDATA[Continuing the theme of mobile web 2.0, here&#8217;s a presentation from Dan Appelquist at the Web 2.0 Conference on April 24, 2008. Another must read for those of us interested in the mobile web development space. &#124; View &#124; Upload your own]]></description>
			<content:encoded><![CDATA[<p>Continuing the theme of mobile web 2.0, here&#8217;s a presentation from Dan Appelquist at the Web 2.0 Conference on April 24, 2008.  Another must read for those of us interested in the mobile web development space.</p>
<div id="__ss_371085" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=web2exposf2008appelquist-1209070278189571-8" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=web2exposf2008appelquist-1209070278189571-8" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border:0px none;margin-bottom:-5px" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View 'Mobile Ajax and the Future of the Web' on SlideShare" href="http://www.slideshare.net/dappelquist/web2-expo-sf2008-appelquist?src=embed">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Web Design presentation by Brian Fling</title>
		<link>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/</link>
		<comments>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=224</guid>
		<description><![CDATA[This is a must read for anyone interested in developing mobile web applications for mobile devices. It gives a good overview, and goes into some detail into iPhone web development near the end.  It is almost like a state of the union address for where we are at with mobile application development. &#124; View &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a must read for anyone interested in developing mobile web applications for mobile devices. It gives a good overview, and goes into some detail into iPhone web development near the end.  It is almost like a state of the union address for where we are at with mobile application development.</p>
<div id="__ss_346363" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=over-the-air-7581" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=over-the-air-7581" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border:0px none;margin-bottom:-5px" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View this slideshow on SlideShare" href="http://www.slideshare.net/fling/over-the-air">View</a> | <a href="http://www.slideshare.net/upload">Upload your own</a></div>
</div>
<p><img style="visibility:hidden;width:0px;height:0px;" src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMDk2MTI*MDQzMjMmcHQ9MTIwOTYxMjQzMDMyOCZwPTEwMTkxJmQ9Jm49Jmc9Mg==.jpg" border="0" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone SDK for Web Development</title>
		<link>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/</link>
		<comments>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 05:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/</guid>
		<description><![CDATA[Here&#8217;s part of the announcement that Steve Jobs forgot to mention&#8230; &#124; View &#124; Upload your own]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s part of the announcement that Steve Jobs forgot to mention&#8230;</p>
<div id="__ss_301341" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=iphone-sdk-webdev-features-1205212127790098-4" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=iphone-sdk-webdev-features-1205212127790098-4" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border: 0px none ; margin-bottom: -5px;" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View 'iPhone  SDK  WebDev Features' on SlideShare" href="http://www.slideshare.net/guestc109d1/iphone-sdk-webdev-features?src=embed">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
<p><!-- AddThis Bookmark Button BEGIN --><br />
<a title="Bookmark using any bookmark manager!" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.addthis.com/bookmark.php" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" border="0" alt="AddThis Social Bookmark Button" width="125" height="16" /></a><br />
<!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project: Psychic Insights by Debbie</title>
		<link>http://www.cityblogz.com/blog/2005/05/25/project-psychic-insights-by-debbie/</link>
		<comments>http://www.cityblogz.com/blog/2005/05/25/project-psychic-insights-by-debbie/#comments</comments>
		<pubDate>Wed, 25 May 2005 13:52:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=60</guid>
		<description><![CDATA[Besides my current stream of projects, for the past couple weeks, I&#8217;ve been asked to complete a web redesign for a local Rochester Minnesota psychic who prefers to be called Debbie. I finally completed the work yesterday, and I must admit that it was an interesting experience. The first time I met Debbie, I had [...]]]></description>
			<content:encoded><![CDATA[<p>Besides my current stream of projects, for the past couple weeks, I&#8217;ve been asked to complete a web redesign for a local Rochester Minnesota psychic who prefers to be called Debbie. I finally completed the work yesterday, and I must admit that it was an interesting experience.</p>
<p>The first time I met Debbie, I had my doubts about her abilities, but after my wife spent some time with her, I have to admit that she is fairly accurate in her readings. She wasn&#8217;t 100% correct but she got about 80% of the things right, which is quite extraordinary.  I&#8217;ve also just added the site to my online <a href="http://www.cityblogz.com/portfolio.php"><span style="text-decoration: underline;">portfolio</span></a>.</p>
<p><strong>UPDATE:</strong> Due to non-payment, I had to remove the psychic-insight.com website from the public view.  It is still available in a privately accessible site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/05/25/project-psychic-insights-by-debbie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday&#8217;s Web Design Tips</title>
		<link>http://www.cityblogz.com/blog/2005/01/19/wednesdays-web-design-tips/</link>
		<comments>http://www.cityblogz.com/blog/2005/01/19/wednesdays-web-design-tips/#comments</comments>
		<pubDate>Wed, 19 Jan 2005 13:51:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=78</guid>
		<description><![CDATA[Here&#8217;s a nice site to visit if you do a lot of dynamic HTML work using CSS and JavaScript. &#160;The page is titled &#8220;CSS Properties To JavaScript Reference Conversion&#8220;. &#160;It is quite handy as a reference sheet to print out. &#160; In other news from the web blogging world, Google has setup a rather interesting [...]]]></description>
			<content:encoded><![CDATA[<p> Here&#8217;s a nice site to visit if you do a lot of dynamic HTML work using CSS and JavaScript. &nbsp;The page is titled &#8220;<a href=http://codepunk.hardwar.org.uk/css2js.htm><span style="text-decoration:underline">CSS Properties To JavaScript Reference Conversion</span></a>&#8220;. &nbsp;It is quite handy as a reference sheet to print out. &nbsp; </p>
<p>In other news from the web blogging world, Google has setup a rather interesting initiative to help <span style="text-decoration:underline">prevent comment spam</span> on blogs. They have partnered with MSN Search and Yahoo! Search to set these standards. It basically requires that the author of the blog to add a new link attribute (rel=&#8221;nofollow&#8221;) on any hyperlinks that are created in the comments section of the blog. Google and other search engines would then ignore the hyperlink when determining search rankings. I am assuming that this has been a common technique to increase page rankings in Google for quite some time. Of course, this initiative would not solve the problem of comment spam without hyperlinks, but I think it is a step in the right direction. &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/01/19/wednesdays-web-design-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web design tip: fieldset tag</title>
		<link>http://www.cityblogz.com/blog/2004/08/25/web-design-tip-fieldset-tag/</link>
		<comments>http://www.cityblogz.com/blog/2004/08/25/web-design-tip-fieldset-tag/#comments</comments>
		<pubDate>Wed, 25 Aug 2004 18:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=103</guid>
		<description><![CDATA[The fieldset tag is a very useful tag to make a complex and lengthy form more organized and visually appealing. This technique draws a thin border around a group of form elements so the end user knows they are somehow related. This breaks up a large form into smaller sections that are easy to understand. [...]]]></description>
			<content:encoded><![CDATA[<p> The <strong>fieldset</strong> tag is a very useful tag to make a complex and lengthy form more organized and visually appealing.  This technique draws a thin border around a group of form elements so the end user knows they are somehow related. This breaks up a large form into smaller sections that are easy to understand. The <strong>legend</strong> tag is used to define what text you want to appear in the upper left corner of the selected form elements. For example, if you had a <strong>form</strong> that collected information about the user, such as their name and address, you could wrap those form elements with a <strong>fieldset</strong> tag to convey to the user that those form elements are related.</p>
<p><img src="/blog/wp-content/uploads/fieldsetcode.gif" alt="Fieldset code" border="0" height="187" width="419" /></p>
<p>The result on your browser should look like:</p>
<p><img src="/blog/wp-content/uploads/fieldset.gif" alt="Fieldset" border="0" height="187" width="355" /></p>
<p><strong>Reference</strong>: <span style="text-decoration: underline">http://www.lynda.com/newsletters/</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/08/25/web-design-tip-fieldset-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
