Elsewhere...
More and more of OpinionJournal goes behind the paywall. Personally I think it’s the right move, because what’s there to lose? If we won’t pay, the business was over anyway. And my bet is we will.
Macworld Expo 2010 Best of Show.
Russell Beattie: What we really wanted was a MacPad not an iPad.
Sikuli, ingenious GUI scripting. Definitely going to try it.
This video of a tablet mockup makes me horny at last for a tablet computer. I’m excited for tomorrow’s Apple announcement. Guess I’ll be standing in line to buy one as well.
A Little Less Conversation, says Joel Spolsy.
Fake Steve Jobs pens the most insightful piece I’ve read on Google’s complaints vis-a-vis China.
Hypercritical by John Siracusa, or, The Tao of Editing.
A test of input device speed for a 221-word passage.
nce we’ve populated the system with content data and produced the screen mock-ups, it’s time to knit these together and build something that the world can actually view and use.
Following the industry-standard Model/View/Controller pattern, we’ve already produced the Model with the architecture and configuration, so next up is to produce the View. To do this we convert the screen mock-ups to web pages using HTML for the document structure, CSS for the visual design, and JavaScript (increasingly relying on the jQuery framework and jQuery plug-ins) for the interface behavior.
After producing the View we move on to the Controller. In the case of ExpressionEngine, this means converting the HTML/CSS/JS web pages into dynamic templates, where the variable areas of each template are swapped out with dynamic data by the content management system.
The reason we begin coding only after completing the design work is that wireframes may require modifications once they’ve become mock-ups and visual impracticalities appear.
The entire process, with dependencies

Previous process:
Data population
Next process: