Author: Jay Robinson
-
Getting Owned
I sometimes feel like our technology can own us.
-
Things I Saw Today
A collection of links and thoughts.
-
Books for the Budding Web Designer/Developer
This holiday season, pick up some books to aid the budding web designer/developer in your life. Even if it’s you.
-
WordPress Plugin: WP Lessn
I created a WordPress plugin that automatically creates Lessn short URLs for published posts. Lessn is a free, self-hosted URL shortener, created by Shaun Inman.
-
Web Inspector Vs. Firebug
My fundamental problem with Web Inspector is … The CSS view does not resemble a stylesheet, and the HTML view does not resemble source code. Firebug does, and I find this makes development easier. But there’s a bit more to it. …
-
Must-Have WordPress Plugin: WP Super Cache
Yes, you should have WP Super Cache installed and working for your self-hosted WordPress site.
-
My Mac OS X Customized Settings
For use when you buy a new Mac: Forgo the tedium of changing default settings and customize Mac OS X to your nerdish liking.
-
How to Start Using Microformats
Microformats are good, and Google recently announced they would start supporting two of them: hCard and hReview. Your favorite SEO voodoo daddy will tell you that Google will shine upon your site if they find you’re using extremely semantic markup with the likes of Microformats.
-
My Preferred Image Replacement Technique
There are many different kinds of image replacement techniques exhaustively detailed around the web. Many seem quite complex, and dated, and it seems that the most popular technique I see is the Farhner method, or text-indent: -9999px. However, there is a small problem with this technique: in Firefox it draws lines stretching across your screen…
-
Reminder: QuickTime Embeds
Okay, so you know how to make an optimized video for the Web with HandBrakeCLI, now let’s embed that bad boy into the webpage. … Oops. I always forget how to do QuickTime embeds. They are a rather involved affair so the name is quite ironic. Anyway, this post is mostly a reminder to myself,…
-
Optimizing Videos for the Web with HandBrakeCLI
HandBrake is an excellent application for converting your favorite Flash files, VOB folders, or almost anything else really, for use on your iPhone, iPod or AppleTV. But it also has another use: creating great videos for the web.
-
Coda Emulated in WebKit
I got tired of the boring look of a standard Apache web directory. So instead of browsing folders the default way, I built a small index.php file in the root, grabbed all folders dynamically, injected them as HTML5 and styled them with CSS3. Since I work with Coda all day, I chose to emulate their…
-
Jay’s WordPress Admin Plugin
I’ve created a WordPress plugin to fix an issue I have with the WordPress Dashboard: the HTML editor is not a monospaced font. I don’t like reading code in 13px Lucida Grande, so I wrote a plugin to add a stylesheet with 12px Monaco.
-
Defining Focus Styles for Web Accessibility
Most CSS hackers are familiar with Eric Meyer’s CSS Reset. Most are also familiar with Zeldman’s “LoVe? HA!” mnemonic to remember the pseudo-classes for anchors, :link, :visited, :hover, and :active. But what you might not be familiar with is the comment at the bottom of Meyer’s Reset block: “Remember to define focus styles!” Of course,…
-
Create Your Own WordPress Fail Whale
This page shows up when WordPress cannot connect to your MySQL database. The entire page, complete with head and body, is written into the code, so the good news is we can put whatever we want here.