<?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>pseudoroom design</title>
	<atom:link href="http://www.pseudoroom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pseudoroom.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 19:18:08 +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>GUIGalaxy: Summer 2010</title>
		<link>http://www.pseudoroom.com/guigalaxy-summer-2010/</link>
		<comments>http://www.pseudoroom.com/guigalaxy-summer-2010/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:11:39 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=1145</guid>
		<description><![CDATA[<a href="http://www.guigalaxy.net/">GUIGalaxy</a> was redesigned and formally relaunched a couple weeks ago, after resurrecting from a 3+ year hiatus in late 2009. The site is a fun little outlet on design, programming, and WordPress in general &#151 basically all things nerdy.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guigalaxy.net/">GUIGalaxy</a> was redesigned and formally relaunched a couple weeks ago, after resurrecting from a 3+ year hiatus in late 2009. The site is a fun little outlet on design, programming, and WordPress in general &#151 basically all things nerdy. The big leap for GG in &#8217;09 had been porting its functionality (and purpose) over to a single-focused, WordPress-driven format. I think as a live proof-of-concept, it did fairly well. There were of course elements that proved unsuccessful:</p>
<ul>
<li><strong>Overall look-and-feel</strong>: while well-organized and focused on the post content, there was a lot more room to play with the GUIGalaxy fun aesthetic that&#8217;s been established over the years</li>
<li><strong>Buried posts</strong>: even though I can&#8217;t update the site several times a day &#8230;  or even once a day, sometimes &#8230; quite often some of the more popular posts became lost on sub-pages
<li>
<li><strong>Reviews</strong>: a nice added feature, but ultimately too time-consuming to maintain any relevance</li>
<li><strong>Global links</strong>: too much prominence in relation to content category linkage</li>
<li><strong>Global login and search bar</strong>: considering I&#8217;m essentially the only one logging in, this control became extraneous. In the stead of searching, quick (category) granularity via tagging could give instant targeted results, per post</li>
<li><strong>Sponsor ads</strong>: for the finite amount of revenue these were actually generating, their prominence in the visual hierarchy was far too great; could be relegated to a single instance, integrated into post flow</li>
</ul>
<p>Once some time blocks presented themselves, I sought to address the above issues. The end result is something that I think is much more successful in relation to the previous iteration&#8217;s shortcomings. A much more fun design with featured (popular) articles front-and-center, category navigation prominence to global (now footer-based), and intelligent tagging with quick social media sharing attached to each post. I&#8217;ll probably hate it and pick it apart again in a few months, but for now, it&#8217;s Miller time.</p>
<p><img src="http://www.pseudoroom.com/wp-content/themes/pr2010/folio_img/web_gg2010_710.jpg" alt="GUIGalaxy.net 2010" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/guigalaxy-summer-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Link Control</title>
		<link>http://www.pseudoroom.com/facebook-link-control/</link>
		<comments>http://www.pseudoroom.com/facebook-link-control/#comments</comments>
		<pubDate>Sun, 16 May 2010 21:43:55 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=1109</guid>
		<description><![CDATA[Have you ever posted a link on facebook and been nonplussed by the thumbnail selections? Or, not even had a thumbnail option at all? Surely there must be a way to get a nice little thumbnail associated with that link, without changing my home page design one bit? The answer is yes, Chachi.]]></description>
			<content:encoded><![CDATA[<p>This is probably a pretty easily-deduced fix for most, but I thought I&#8217;d write it up just in case someone is in the same position. Have you ever posted a link on facebook and been nonplussed by the thumbnail selections? Or, not even had a thumbnail option at all? For pseudoroom.com &#8212; with a home page completely devoid of (non-background) images &#8212; a link on facebook yields nothing but my intro copy. Surely there must be a way to get a nice little thumbnail associated with that link, without changing my home page design one bit?</p>
<p>Using the <a href="http://www.w3schools.com/css/pr_class_display.asp">CSS display property</a> of &#8220;none&#8221; let me insert a pseudoroom logo graphic below the footer of my page, and have it not render in browsers. The code is simple:</p>
<p><code>img#fb_hidden<br />
{<br />
display:none;<br />
}<br />
</code></p>
<p>Now when I enter in this site as a link on facebook, it detects the logo graphic (despite being hidden from browsers) and presents it as a nice thumbnail option for the post:</p>
<p><img src="http://www.pseudoroom.com/wp-content/uploads/2010/05/fb_linkage.png" alt="facebook linkage" /></p>
<p>Ta-da! Simple little tip, but it may come in handy if you&#8217;re in a similar predicament. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/facebook-link-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headway Icon</title>
		<link>http://www.pseudoroom.com/headway-icon/</link>
		<comments>http://www.pseudoroom.com/headway-icon/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:41:37 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=1054</guid>
		<description><![CDATA[Within the last few months I was contacted by Clay Griffiths, creator of the <a href="http://headwaythemes.com/">Headway WordPress Theme</a>, to design their application icon. The icon would represent Headway within the standard <a href="http://codex.wordpress.org/Administration_Panels">WordPress administration panel</a>.]]></description>
			<content:encoded><![CDATA[<p>Within the last few months I was contacted by Clay Griffiths, creator of the ultra-robust <a href="http://headwaythemes.com/">Headway WordPress Theme</a>, to design their application icon. For those not familiar with Headway, it enables both novice and advanced uses to visually edit <a href="http://wordpress.org/extend/themes/">themes</a> within WordPress. Being a massive advocate of WordPress myself, and also having a passion for icon design, this project was right up my alley. The icon would represent Headway within the standard <a href="http://codex.wordpress.org/Administration_Panels">WordPress administration panel</a>. Being a &#8220;visually editable&#8221; theme, the icon clearly and immediately needed to convey that idea – at 48&#215;48 and 16&#215;16 pixels. Inclusively, it needed to both blend in with the <a href="http://wordpress.org/development/2008/11/the-results-of-project-icon/">preexisting suite of WordPress administration-based icons</a>, and also stand out on its own.</p>
<p><img style="float:right;margin:0 0 15px 15px;" align="right" src="/wp-content/themes/pr2010/folio_img/headway_blog.png">Ultimately, I came up with three designs (in up to three variations each) to present. Concept 1 hit the most intuitive means of representing &#8220;editability&#8221; with the pencil icon. What I tried to leverage in each concept was the WordPress admin interface&#8217;s hot color, blue, to demonstrate that Headway is something that lets you take action upon a WordPress theme. So iterations B and C of Concept 1 implemented this approach; the former intimating at a target being edited (and the resulting implications taking place), and the latter showing a layout&#8217;s column being edited.</p>
<p>Concept 2 moved further into the &#8220;visual&#8221; part of &#8220;visually editable&#8221; with the eye icon, first by itself, and second overlaying the &#8220;web layout&#8221; icon previously used in Concept 1. An &#8220;iteration C&#8221; of Concept 2 didn&#8217;t work out.</p>
<p>Concept 3 was a bit more high-level (and three-dimensional), showing blocks that can have action taken upon them (again, the blue), and are also movable/editable. This direction was a nice change of pace from the flat 2D suite of icons, but at the same time still leveraged the established grey tones in the WordPress icon UI. Ultimately, it proved to be too much of a change of pace.</p>
<p><img style="float:right;margin:0 0 15px 15px;" align="right" src="/wp-content/themes/pr2010/folio_img/headway_blog2.png">Ultimately, Concept 1C was the chosen direction. For its concept clarity and scalability, the icon is now in use as of Headway version 1.6.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/headway-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Pursuits</title>
		<link>http://www.pseudoroom.com/new-pursuits/</link>
		<comments>http://www.pseudoroom.com/new-pursuits/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 13:46:24 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=942</guid>
		<description><![CDATA[There are a few updates on the design front since last post. Very much in the theme of <a href="http://www.pseudoroom.com/systematic-icon-design/">Systematic Icon Design</a>, I recently had the opportunity to work with the creators of the <a href="http://headwaythemes.com/">Headway Premium WordPress Theme</a> on the application icon for their v.1.6 release. ]]></description>
			<content:encoded><![CDATA[<p>There are a few updates on the design front since last post. Very much in the theme of <a href="http://www.pseudoroom.com/systematic-icon-design/">Systematic Icon Design</a>, I recently had the opportunity to work with the creators of the <a href="http://headwaythemes.com/">Headway Premium WordPress Theme</a> on the application icon for their v.1.6 release. The design itself needed to seamlessly integrate into the already established suite of WordPress administration interface icons, yet also claim its own identity amongst its new counterparts. More to come on that once the new Headway becomes public facing.</p>
<p>Next, shortly before this past Christmas I contributed to the early stages of the <a href="http://itunes.apple.com/us/app/groupon/id352683833?mt=8">Groupon iPhone application</a> UI development. This was a fantastic learning experience for me, both in the nuances of iPhone-specific application development, and the ins-and-outs of working in <a href="http://developer.apple.com/technologies/tools/xcode.html">Interface Builder</a>. Unfortunately preceding the holidays, I was unable to stay on the project due to time/schedule constraints. However, it looks like a bit of what we came up with in that early phase (controls, general look-and-feel) held through to final release. Quite cool.</p>
<p>Speaking of iPhone apps, in the ever-procrastinating (non-)development of my home office arrangement, I&#8217;ve picked up a little gem from the App Store to assist. <a href="http://itunes.apple.com/us/app/home-interior-layout-designer/id299360512?mt=8">Home Interior Layout Designer (Mark on Call)</a>, for $3, does a fantastic job of helping you  plan, preview, and (if I ever get to that stage) carry out your design ideas. You can add any number of pre-existing objects at set dimensions, or customizable objects (with custom dimensions) into a room, and move things around ad nauseum as you see fit. Anything is editable, and savable, at any point. Room colors, wall colors, floor colors&#8230;the sky&#8217;s the limit. Great bang for the buck.</p>
<p>Lastly, after over 4 years as the Creative Director for <a href="http://www.xenomedia.com/">Xeno Media</a>, I&#8217;ve accepted a new position as the Senior Interactive Art Director at a 75-person downtown Chicago design firm. I&#8217;ll have the tremendous opportunity to work on high profile brands like Chase, Sony, Gap, Visa, and GE. Super pumped about this new era in my career and absolutely looking forward to the fresh challenges ahead. As an added bonus, in the stead of a 40+ mile (roundtrip) reverse commute daily, my commute will now be a four block walk &#8212; I&#8217;ll probably end up selling my car as a result. Anyone in the market for a black 2009 45th Anniversary Ford Mustang GT? 4.6L V8 for 300hp of raw vehicular sex. <em><strong>What do I have to do to put you in this car today?!</strong></em> Anyone? <em>No?</em> Whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/new-pursuits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Systematic Icon Design</title>
		<link>http://www.pseudoroom.com/systematic-icon-design/</link>
		<comments>http://www.pseudoroom.com/systematic-icon-design/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:38:10 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=875</guid>
		<description><![CDATA[In web site design, after the overall look-and-feel is nailed down, I'll work out specific UI elements (icons, controls, widgets). Maintaining clarity of purpose and consistency with the overarching interface are paramount concerns.]]></description>
			<content:encoded><![CDATA[<p>While a freshman in art school, I decided <a href="http://www.pseudoroom.com/desktop-icons/">to try my hand at icon design</a> after reading an article in <em>MacAddict</em> (now <em><a href="http://www.maclife.com">MacLife</a></em>) on the topic. The 90&#8242;s were the initial exploration and maturation years of Mac desktop/interface customization, if you will. In<a href="http://en.wikipedia.org/wiki/8-bit_color"> 8-bit</a>, pixel-by-pixel form, icon designers, as a global collective, released downloadable sets to fans of digital personalization. Via <a href="http://en.wikipedia.org/wiki/ResEdit">ResEdit</a> (in most cases; certainly my tool of choice at the time), we were designing mini mosaics. It was amazing during that time to see what your peers could conceive and create within a 32-by-32 pixel grid with a finite color palette. </p>
<p>Beyond icons of mugs, squirrels, cartoon characters, etc. (keep in mind most fathomable subject matter hadn&#8217;t been covered at this point), some designers branched into releasing sets intended to replace the stock system-level Mac OS icons (hard drive, folders, CD, trash, etc.). Designing a system icon suite forces you to think completely conceptually. I found getting into this branch of iconography particularly interesting as being more a graphic design exercise, than in creating object or character-based icons. Some examples of my stuff circa 1998:</p>
<p><img style="margin:0 0 15px;" src="http://www.pseudoroom.com/wp-content/uploads/2009/12/smoothgold.jpg" alt="smoothgold" title="smoothgold" width="794" height="253" class="alignnone size-full wp-image-895" /></p>
<p><img style="margin:0 0 15px;" src="http://www.pseudoroom.com/wp-content/uploads/2009/12/pseudos.jpg" alt="pseudos" title="pseudos" width="778" height="253" class="alignnone size-full wp-image-894" /></p>
<p><img src="http://www.pseudoroom.com/wp-content/uploads/2009/12/aeros.jpg" alt="aeros" title="aeros" width="840" height="253" class="alignnone size-full wp-image-893" /></p>
<p>During those days of experimentation in system-level icon design, there were three steps that served every set:</p>
<ol>
<li>Define the theme</li>
<li>Establish the overall aesthetic</li>
<li><strong>Maintain the style across the entire suite of icons</strong></li>
</ol>
<p>Point three gets extra emphasis; the vitalness of consistency can&#8217;t be underestimated. In web site design, after the overall look-and-feel is nailed down, I&#8217;ll work out specific UI elements (icons, controls, widgets). Maintaining clarity of purpose and consistency with the overarching interface are paramount concerns. I&#8217;ve found while working through the project, sometimes an idea comes up for a control or icon that I&#8217;ll work out and implement; on second look later, however, it doesn&#8217;t fit in with the larger established suite of design elements. Most times the overall look-and-feel will (and should) organically mold the &#8220;hey let&#8217;s add&#8230;&#8221; -type controls &mdash; but it&#8217;s always worth a double and triple check on overall consistency at regular intervals.</p>
<p>Back to system icons; with massive canvases, zillions of colors, and advance rendering mechanisms available for today&#8217;s designer, present OS/system icons are a far cry from their humble beginnings. The <a href="http://www.smashingmagazine.com/2008/04/04/mac-os-x-leopard-designers-guide-to-icons/">graphic style of system icons for Mac OS X</a>, throughout its various iterations and upgrades, has permeated icon design across innumerable platforms and media. The <a href="http://www.iconfactory.com/">iconfactory</a>&#8216;s work in this design type over the years has always set the standard for style and consistency spanning hundreds of system icons (like <a href="http://iconfactory.com/design/detail/windows_vista">the entire Vista OS</a>, for example). Their approach is defined by the brand, and their authorship is perpetually transparent. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/systematic-icon-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Week in China</title>
		<link>http://www.pseudoroom.com/one-week-in-china/</link>
		<comments>http://www.pseudoroom.com/one-week-in-china/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:25:07 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=830</guid>
		<description><![CDATA[While not a post on design per se, I took some cursory notes on each of the 7 days I just spent with my wife in Beijing, China. Sadly, the Notes app was about the only use I could get out of my iPhone that week (re: major withdrawal).]]></description>
			<content:encoded><![CDATA[<p>While not a post on design per se, I took some cursory notes on each of the 7 days I just spent with my wife in Beijing, China. Sadly, the Notes app was about the only use I could get out of my iPhone that week (re: major withdrawal). In any event, I was there to meet my new extended family, see many historic sites, eat lots of good food, and walk like I&#8217;ve never walked before. All videos below are ours from the trip.</p>
<p><strong>Day 1</strong><br />
After a 14 hour flight and 24 hours without sleep, I meet the new family for dinner 45 minutes after landing. Needless to say, I was pretty spacey (in fact I don&#8217;t remember much of what happened). Out like a light at 8:30PM in our room at the <a href="http://maps.google.com/maps/place?hl=en&#038;safe=off&#038;um=1&#038;ie=UTF-8&#038;q=zhao+long+hotel+beijing&#038;fb=1&#038;gl=us&#038;hq=zhao+long+hotel&#038;hnear=beijing&#038;cid=15598074621523032983">Zhaolong Hotel</a>.</p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7905006&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7905006&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><strong>Day 2 </strong><br />
This morning I notice the body temperature sensors on either side of the hotel lobby entrance. They sound an alarm if your temperature is above normal, in an attempt to then contain/quarantine any possible H1N1-contaminated people (does a cage drop down from the ceiling?) Train to <a href="http://en.wikipedia.org/wiki/Tiananmen_Square">Tiananmen Square</a>. The subway is the true test of having social anxiety disorder. Completely packed with bodies; not an inch to move. When you think it&#8217;s at a laughably-full stage, 10 more people force their way in at the following stop. We visit the <a href="http://en.wikipedia.org/wiki/Forbidden_City">Forbidden City</a>, <a href="http://en.wikipedia.org/wiki/Jingshan_Park">Jingshan Park</a>, and <a href="http://en.wikipedia.org/wiki/Beihai_Park">Beihai Park</a>. Completely unreal to be walking around here. As an American, I&#8217;m stared at incessantly (even by people on the street while we&#8217;re in a cab). Make the wife take me by the <a href="http://maps.google.com/maps/place?hl=en&#038;source=hp&#038;um=1&#038;ie=UTF-8&#038;q=apple+store+beijing&#038;fb=1&#038;gl=us&#038;hq=apple+store&#038;hnear=beijing&#038;cid=4626031540695281698">Apple Store Beijing</a>. The smog layer over the city is insanely dense. My allergies aren&#8217;t having a good time. Blow black soot out of my nose at night, and every night here thereafter, from the heavy air pollution.</p>
<p><strong>Day 3</strong><br />
Breakfast from a street vendor: ham, egg, and vegetables on flatbread. Unbelievably fresh and explosive flavors. Train to the <a href="http://en.wikipedia.org/wiki/Summer_Palace">Summer Palace</a> ruins. Cab to new Summer Palace after lunch. Dinner with more new family members at a restaurant called Wahaha (that joke writes itself). Driving in China is pure insanity; due to the incredible overpopulation, traffic signals and &#8220;rules of the road&#8221; are treated merely as suggestions. People make u-turns from the right lane across 5 lanes of traffic (saw that twice). Then factor pedestrians, bicycles, and mopeds into the mix. Absolute chaos.</p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7905164&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7905164&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><strong>Day 4</strong><br />
Bus, subway, then train through the mountains to reach the <a href="http://en.wikipedia.org/wiki/Great_Wall_of_China">Great Wall</a>. Ate a &#8220;ham flavored&#8221; meat sandwich for lunch along the way. Some local fellow wanted his picture taken with me. The wife bought a panda hat after our walk along the Wall. Hot pot for dinner, Chinese arcade games after. Checking email at night on the MacBook pro is frustrating; Internet censorship is brutal. Also sites like facebook, Twitter&#8230;blocked by the government.</p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7905732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7905732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><strong>Day 5</strong><br />
Shopping at <a href="http://en.wikipedia.org/wiki/Wangfujing">Wangfujing</a>. Bought a jacket. Workers in the store literally follow you every inch of your visit as a &#8220;personal service&#8221;. Drives me nuts. Still-moving scorpions, roaches, and crickets on skewers to eat in the market. Went to a bargaining market at night to haggle with wife and mother inlaw. Good bargains on nice stuff. Peking Duck in the stead of turkey on Thanksgiving in China. After dinner we walk over to a local video store; 3 movies still in the theater on DVD, for under 10 bucks.</p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7905527&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7905527&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7904764&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7904764&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
<p><strong>Day 6</strong><br />
Train to Tiananmen south end. Lots of little shops here. Over to the <a href="http://en.wikipedia.org/wiki/Temple_of_Heaven">Temple of Heaven</a> after lunch at <a href="http://china.chinaa2z.com/china/html/history%20and%20culture/2008/20081022/20081022141120585061/20081022141205256838.html">Duyichu Restaurant</a> (built in 1738). Outside the Temple, an old man does calligraphy on the ground with a giant brush and water as his medium. Dinner at grandpa&#8217;s apartment, then over to see the <a href="http://livedesignonline.com/architainment/great_screen_china/index.html">humongous LED screen</a> (2nd largest in the world) at The Place Mall later in the evening. Good java at <a href="http://www.esquirescoffee.com/">Esquires Coffee</a>.</p>
<p><strong>Day 7</strong><br />
We all go pay our respects to some of Kaity&#8217;s relatives who have passed. After, we stop at a nearby artists&#8217; market, as I&#8217;m on the hunt for a large-format calligraphy piece for our home. I find one I really like; we negotiate, and I bought it. After the train back we pass through another bargaining market. A Chinese girl says while smiling, &#8220;you look familiar; do you have many Chinese girlfriends here?&#8221; The wife&#8217;s mom is not amused. &#8220;Just this one&#8221; I answered, pointing at Kaity. &#8220;You&#8217;re lucky, then&#8221; she replied towards Kaity. Scandalous! Dinner with family again on our last night in Beijing. We watch a <a href="http://thestar.com.my/lifestyle/story.asp?file=/2009/1/19/lifeliving/3000671&#038;sec=lifeliving">mask-changing performance</a> while at the restaurant. The guy comes off the stage into the audience and shakes my hand. Another perk for being the only American in sight. Flight out the next morning at 11.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/one-week-in-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technically Speaking</title>
		<link>http://www.pseudoroom.com/technically-speaking/</link>
		<comments>http://www.pseudoroom.com/technically-speaking/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:48:43 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=798</guid>
		<description><![CDATA[Fact: the pseudoroom site contains an archive of my freelance design work (among other things). Fact number two: I haven't been a full-time freelance designer for over 4 years now. As such, you posit: "Hey Chachi, you're not a freelance designer; where's your current creative work?"]]></description>
			<content:encoded><![CDATA[<p>Fact: the pseudoroom site contains an archive of my freelance design work (among other things). Fact number two: I haven&#8217;t been a full-time freelance designer for over 4 years now. As such, you posit: &#8220;Hey Chachi, you&#8217;re not a freelance designer; where&#8217;s your current creative work?&#8221; Well, my inquisitive/nosey friend, a portion of my current agency work at Xeno Media (that&#8217;s where I work, you know) is on <a href="http://www.xenomedia.com/">our new WordPress-driven site that launched earlier this week</a>.</p>
<p><a href="http://www.pseudoroom.com/wp-content/uploads/2009/11/xenosite_large.jpg"><img  class="left" src="http://www.pseudoroom.com/wp-content/uploads/2009/11/xeno_pre.jpg" width="205" height="177" alt="Xeno Media 2009"  /></a>The process of designing/producing your <em>own</em> site, particularly while at an agency, always proves to be the most difficult. This massive non-billable effort needs to be factored into an active workload, among many other internal factors. As the third major WP-based design I&#8217;ve done that has launched in the past couple months (this site&#8217;s new design and <a href="http://www.guigalaxy.net/">GUIGalaxy</a> being the other two), my love for WordPress has been nothing but strengthened. Almost to a fanatical, Glenn Close in <em>Fatal Attraction</em> degree (that&#8217;s <em>love</em>, right&#8230;?). For example, on the GUIGalaxy site, even I was able to code a login system into the header, displaying &#8220;New Post&#8221; and &#8220;Edit Account&#8221; controls once authenticated (and I&#8217;m no php programmer). When leveraged as the right solution for a project of appropriate scope, the <a href="http://www.packtpub.com/award">winner of the 2009 Open Source CMS Awards</a> has yet to let me down.</p>
<p>Now that the site is live, I&#8217;m off with my wife to Beijing, China, to visit the new in-laws. There over a week (including the Thanksgiving holiday), it should prove to be a tremendous experience. And, dare I say, a nice break away from design and WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/technically-speaking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1 Revived, 1 Redone</title>
		<link>http://www.pseudoroom.com/one-revived-one-redone/</link>
		<comments>http://www.pseudoroom.com/one-revived-one-redone/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:09:30 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=779</guid>
		<description><![CDATA[Last time <a href="http://www.pseudoroom.com/portal-metamorphosis/">I wrote about the current positioning of design/tech portal sites</a>, and where GUI Galaxy might fit into that mix. That is, where it might fit in if it wasn't an abandoned concept in excess of 2 years, and if the expired guigalaxy.com domain name wasn't nabbed by a domain hoarding company.]]></description>
			<content:encoded><![CDATA[<p>Last time <a href="http://www.pseudoroom.com/portal-metamorphosis/">I wrote about the current positioning of design/tech portal sites</a>, and where GUI Galaxy might fit into that mix. That is, where it might fit in if it wasn&#8217;t an abandoned concept in excess of 2 years, and if the expired guigalaxy.com domain name wasn&#8217;t nabbed by a domain hoarding company. The more I thought about it, though &#8212; particularly after that last post &#8212; the more I wanted to give the project a shot once more. And so, on a stormy and turbulent evening, I bought <a href="http://www.guigalaxy.net/">guigalaxy<strong>.net</a></strong>, set it up with hosting on my server, installed WordPress, and went to town on the approach I had in my head.</p>
<p><a href="http://www.pseudoroom.com/wp-content/uploads/2009/10/gg_large.jpg"><img  class="left" src="http://www.pseudoroom.com/wp-content/uploads/2009/10/gg_redo.gif" width="205" height="177" alt="GUI Galaxy"  /></a>The resulting design facet carries over familiar UI elements from the last iteration of the site, so its new positioning (and reintroduction) wouldn&#8217;t be completely unfamiliar. New goals included iconic categorization of news types (categories), and making news posts themselves more engaging (graphical). The technical component, utilizing WordPress, facilitated getting the site shell up and running in an insanely streamlined timeframe. I wanted search as a visual constant at all times, so the position is fixed on that header div. For the first time I&#8217;m also playing with some channel-based Google ads. I&#8217;m going to keep the site off the public radar for a little bit while refinements are still being made.</p>
<p>On the redesign end I gave pseudoroom a fresh face, with a typography-centric approach. I didn&#8217;t want to lose the custom field-based display &#8220;engine&#8221; I had built the site around last iteration, so that was paramount in considering the technical implications of the design. The other less technical &#8230;technical&#8230; item I wanted to be mindful of was executing the full site typography via CSS; I&#8217;ve noticed some sites cheat with .pngs in circumstances where it&#8217;s easier to tightly control type display via an alpha-based image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/one-revived-one-redone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTrip PSP</title>
		<link>http://www.pseudoroom.com/itrip-psp/</link>
		<comments>http://www.pseudoroom.com/itrip-psp/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 04:16:05 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=732</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/itrip-psp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portal Metamorphosis</title>
		<link>http://www.pseudoroom.com/portal-metamorphosis/</link>
		<comments>http://www.pseudoroom.com/portal-metamorphosis/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:20:55 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pseudoroom.com/?p=673</guid>
		<description><![CDATA[Many of the more popular design portal sites of old have been fazed out. A few have stuck to their roots and remained relatively unchanged, like <a href="http:/www.kaliber10000.net">K10k</a> and <a href="http://www.australianinfront.com.au/">Australian INfront</a>. Others have transitioned into a blog-like presentation (and most likely Wordpress-driven) with highlighting design, tech trends, and pop culture, like <a href="http://surfstation.com/">Surfstation</a>.]]></description>
			<content:encoded><![CDATA[<p>In posting the recent <a href="http://www.pseudoroom.com/gui-galaxy">visual timeline of GUI Galaxy site designs</a> (and the subsequent circulation of the link among friends and former collaborators), a general vibe of positive nostalgia was pervasive. When GG was active, it demanded an immense time commitment from those most intimately involved in the project: general upkeep, a consistent cache of custom UI (icon/wallpaper) downloads, writing articles, interviews, managing user submissions/interaction. This pain was particularly acute in the midst of the pre-WordPress, pre-Drupal era. As such, the site eventually fizzled after 6+ years. </p>
<p><a href="http://www.pseudoroom.com/wp-content/uploads/2009/06/gg_sales.jpg"><img  class="left" src="http://www.pseudoroom.com/wp-content/uploads/2009/06/gg_blogsmall.jpg" width="205" height="177" alt="GUI Galaxy"  /></a>Many of the more popular design portal sites of old have also been fazed out. A few have stuck to their roots and remained relatively unchanged, like <a href="http:/www.kaliber10000.net">K10k</a> and <a href="http://www.australianinfront.com.au/">Australian INfront</a>. Others have transitioned into a blog-like presentation (and most likely WordPress-driven) with highlighting design, tech trends, and pop culture, like <a href="http://surfstation.com/">Surfstation</a>. This approach/adaptation seems to be the more widespread one. Off the top of my head in this niche, I can also think of <a href="http://www.lintcoat.com/">Lintcoat</a>, <a href="http://blog.iso50.com/">ISO50</a>, <a href="http://www.notcot.com/">NOTCOT</a>, and <a href="http://english.mashkulture.net/">mashKULTURE</a>. </p>
<p>If GUI Galaxy were to be resuscitated in any way, that&#8217;s the broad form it would need to assume. Extremely streamlined, and easy to update/maintain. In its previous life, GG&#8217;s news angle was Mac/Apple, tech, and UI-related posts written in a very acidic manner. We never took ourselves that seriously, we had fun, and I think that was always evident. However, with the custom downloads, tee shirt sales, and interviews stripped away, would that be enough to differentiate GG from the pack? I don&#8217;t presently have an answer for that, but for some reason the potential of such a project still seems oddly appealing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pseudoroom.com/portal-metamorphosis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
