Browsing the archives for the Development category

Gate gas station “security”

Gate gas stations, at least in the Concord, NC area, insist on using the bank billing zip code for a debit card transaction at the pump, rather than the card holder’s PIN number. I do not see how this is beneficial to card holders, as it seems to be a much less secure number to [...]

No Comments
February 16, 2010 in Development

Twisted Pixel Games

I recently purchased The Maw and Splosion Man and have to say that I thoroughly respect the development team at Twisted Pixel. I had never heard of this company before stumbling upon these two games and I am very impressed with the level of quality — unique gameplay, very responsive controls, and just a level [...]

No Comments
February 8, 2010 in Development

Please no more Helvetica Neue

Allow me to ruffle some web designers’ feathers. Helvetica Neue is bad for web usability. On Windows, in Firefox and Internet Explorer, it is painfully illegible. Here is a sample of Helvetica Neue text rendered in Firefox on Windows 7, compared to Arial: When designers felt that Arial was overused, they flocked to Helvetica, until [...]

No Comments
January 24, 2010 in Design, Development

Bare-knuckled bucket of what?

Driving along I-85 in Charlotte a few days ago, I saw this billboard for the first time: (image courtesy of Chris Devers from flickr.com) And I had the same thought that Jed Hartman had on his blog: “a bare-knuckled bucket of…deer?” So I felt I had to quickly sketch what came to mind: Maybe next [...]

3 Comments
December 10, 2009 in Development

Image preloading with CSS2

Using CSS2′s :after notation, we can preload images without unnecessary markup or JavaScript. Example: #wrapper:after { content:url(/images/black-dropdown-bottom.png); display:none; } This will preload the image set as the “content” after the element, and using display:none we don’t have to worry about it being rendered. Just a nifty trick to preload images without JavaScript or duplicating image [...]

No Comments
September 21, 2009 in Development

How to restore Firefox 3.5 close button on last tab

I should have posted this right after Firefox 3.5 was released, but I guess it’s better late than never. I am posting so people will have one more resource for solving a UI issue that I considered a problem: in FF 3.5, the last tab no longer shows the close button, so you can no [...]

No Comments
July 26, 2009 in Development

HTML 5 (& Opera)

So, after the announcement that the XHTML 2 working group will not be renewed, and more resources will be put into HTML 5 development, I have tried to do some research into HTML 5 in consideration of jumping on the bandwagon. I was not very familiar with the HTML 5 spec, as most of my [...]

No Comments
July 12, 2009 in Development

AJAX and animation with jQuery

I wanted to write a short tutorial on how to utilize jQuery to create an animated AJAX page load. I hope to show off a few modern web development trends: Unobtrusive JavaScript JavaScript that fails gracefully AJAX A quick note: what I’m about to write would make a lot more sense inside a web framework, [...]

No Comments
June 22, 2009 in Development

Search Engine Markup Validation

As search engines are usually the doors through which users enter the world wide web, it would be prudent of these sites to promote good web development practices — supporting web standards, accessibility, and so forth. It is really disappointing to see the search engine pages of Google, Yahoo, and Microsoft not validate: W3 Markup [...]

No Comments
June 14, 2009 in Development

Mac OS X Leopard Time Machine UI

I just had to post something to comment on the Mac OS X Leopard Time Machine user interface. I mostly use Windows, or Linux some times, but a coworker has a Mac laptop on which I was able to see the Time Machine program running. My first reaction was “Wow” and the reason being is [...]

No Comments
June 3, 2009 in Development