Blog
Posted on July 27, 2011 by Chris
Aral Balkan posted the following snippet on Twitter just now:
<span>u</span><span class="hideIf320">ser e</span><span class="capIf320">x</span><span class="hideIf320">perience</span> |
<span>u</span><span class="hideIf320">ser e</span><span class="capIf320">x</span><span class="hideIf320">perience</span>
followed by the explanation:
Continue reading →
Posted in code |
Tagged code, responsive design, UX |
4 Comments
Posted on May 1, 2011 by Chris
I read an article on Six Revisions today on the subject of a designer’s perceived arrogance versus the client’s better knowledge of their business. It could have been a good article; it had some very valid points, but it was completely spoiled by setting up the most egregious straw man it’s ever been my misfortune to read.
Continue reading →
Posted in design |
Tagged clients, design, industry |
1 Comment
Posted on April 1, 2011 by Chris
A collection of some of the best April Fool’s Day pranks I’ve seen this year.
Posted in Uncategorized |
Tagged April Fools |
Leave a comment
Posted on March 25, 2011 by Chris
Before I start, let’s get some stuff out of the way: I’m no Khoi Vinh. Neither am I an Ethan Marcotte or a Jeremy Keith. I’m not a published writer on the subject of grid theory, or a speaker on the conference circuit. However, this is the Internet, where everybody has an opinion – and this is mine. This post was inspired by Mark Boulton’s post on designing from the content out, which I subsequently failed to discuss with him in 140 characters.
Continue reading →
Posted in design |
Tagged CSS, design, frameworks, grids, responsive design |
Leave a comment
Posted on March 21, 2011 by Chris
Chris Shiflett posted a call to arms recently about the way Twitter has affected the amount and the way we use blogs. He makes the very valid points that it’s hard to find signal amidst the noise of Twitter, and to find resources later or follow the thread of conversation relating to any given topic is near-impossible.
Continue reading →
Posted in thoughts |
Tagged blogging, friends, industry, social web, Twitter, writing |
Leave a comment
Posted on March 18, 2011 by Chris
“It’s Rebecca Black Friday”? Sounds like something Tom Baker would announce on Little Britain. So anyway. A teenypopper has released a “song” which has gone viral in a so-bad-it’s-good way and the whole Internet is howling over it.
Continue reading →
Posted in marketing |
Tagged marketing, viral video, youtube |
1 Comment
Posted on March 11, 2011 by Chris
Ok Skype, I finally caved in and installed your poxy app. Thing is though, you also allow calls to non-Skype numbers so I’d really appreciate it if you allowed it to be set as the default application to open href="tel:"
links. Y’know, RFC 3966? Because believe it or not, some people still use those old-fashioned telephone numbers.
Posted in code |
Tagged code, skype, XHTML |
Leave a comment
Posted on March 8, 2011 by Chris
@font-face is the new darling of Web designers. With it, we can break out of the traditional web-safe font stacks and explore the full range of typography available to us in print. Of course, @font-face isn’t the first technique available to us, we’ve progressed through a number of others over the past few years so let’s take a brief recap.
Continue reading →
Posted in design |
Tagged CSS, design |
2 Comments
Posted on December 28, 2010 by Chris
Continuing from my previous post on troubleshooting SVN setup on Windows, I’ve recently encountered (and solved) quite a serious performance hit that’s been affecting my main development machine.
Since I spend a lot of time on the move, I do most of my development on my laptop, a Dell Latitude D430. It’s a fantastic little machine, but suffers from a storage bottleneck due to the PATA interface and 1.8″ disk, exacerbated by the requirements of a development environment – a web server, database server, IDE and SVN server & client place a lot of demands on the storage subsystem.
Continue reading →
Posted in code |
Tagged Apache, code, source control, SVN, tools, tortoisesvn |
Leave a comment
Posted on December 27, 2010 by Chris
With the release of WordPress 3.0, the multisite functionality of WPMU was rolled into the main WordPress codebase. Before this, I hadn’t done any work with WPMU, so I was utterly dumbfounded to discover that when adding a new site to a WordPress network, WordPress adds another set of tables for each blog. That’s right. Rather than doing what you or I would do – adding a blog_id field to the existing tables – it creates an unwieldy mess of tables. As an example, one site I’ve been developing currently has 32 blogs, which all together add up to an astonishing 318 tables.
Continue reading →
Posted in WordPress |
Tagged development, WordPress |
Leave a comment