Tag Archives: tips
Windows Apps for Web and Front End Developers
Spurred on by this post by Rey Bango, I thought I’d share some of the tools I’m using myself when working on Windows. Rey’s post is great, but since Window-based developers are under-served by the community (even though there are … Continue reading
My Intro to HTML5 Boilerplate @ IBM developerWorks + Another Wrinkle on Customizing
I wrote an article about getting started with HTML5 Boilerplate. It’s live at IBM. Check it out: Kick-start your web development with HTML5 Boilerplate. I’ve got some more content coming up on IBM over the next few months on some … Continue reading
Targeting Multiple HTML Files in the HTML5 Boilerplate Build Script
This came up in a comment here, so I thought I’d bubble this little tip to the top. To target multiple files for URL rewriting in the HTML5 Boilerplate build script (as of version 0.95) use the fileset element instead … Continue reading
Using CSS zoom and CSS Transforms For a Better “Increase Text Size” Button
So… the site I’m working on has one of those “increase text size” controls. On this project it’s turned out to be one of those features that shows up in comps and somehow falls through the cracks until later on … Continue reading
Interviewing With Me? Here’s an Easter Egg. I’ll ask you this JavaScript Question During the Interview.
We’re hiring in my group. Cool, right? So, I’m once again interviewing. Yay me. Since I’m no longer running a group I don’t have to worry about any of the administrative type things (“this is what the company is about,” … Continue reading
Book Review: High Performance JavaScript
I read High Performance JavaScript when it came out. It took me a while to write this review. I’ve been busy (day job x spending a lot of time outside because it’s summer = less time for writing) Anyway, it’s … Continue reading
Performance Tip: When Linking to JavaScript on the Google Ajax Library CDN, Use a Specific Version Number
I’ve seen this a few times over the past few months: <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script> What that basically says to Google is “give me the latest 1.* branch version of jQuery and make sure it’s minified.”
How To Make a Web Site the Modern Way. Part 10: Forms
Forms. Forms are boring. 75% of all work you do with forms is exactly like all the rest of the work you do with forms. BO-RING. But, they’re the gateway to making real money on the web, so they’re kind … Continue reading
How To Make a Web Site the Modern Way. Part 0: Introduction
Well, I leaked it earlier this week, so I might as well get started. Welcome to How to Make a Web Site the Modern Way, a blog series outlining, to the best of my ability. how to build an HTML … Continue reading
Great New Google Webmaster Tools Feature – “Site Performance”
You use Webmaster Tools, right? If you rely on Google traffic in any way shape or form you really should be using it. It’s an invaluable service and it just got better with the addition of a new, performance specific … Continue reading