Once again, Apple has very simply made a product that is exactly as it should be: http://www.apple.com/iphone/iphone-3gs/accessibility.html#video A really, really good tutorial for HTML5, using a blog as a working example. Qué apropo, no? http://edward.oconnor.cx/2009/09/using-the-html5-sectioning-elements and it would seem that … Continue reading
Yearly Archives: 2009
Develop websites with @font-face!
So, @font-face has been around forever, right? And it is never going to catch on, right? We’re going to have to cut graphic headers for any good-looking font for the rest of our careers, right? Bah, I say! How do … Continue reading
Use FREE fonts and @font-face to develop your website
[Editors note: Check-out my other post for @font-face development details.] For YEARS we’ve been wanting to use @font-face to give us more than the, what, 6-7? web-safe fonts that we can comfortably use cross-browser… And while many prefer to bash … Continue reading
Developing websites with HTML5 and CSS3
With this new blog, comes new technology: this blog is written using HTML5 and a dash of CSS3. When I set out to finally create this blog, I decided it would be home to all the latest and greatest news … Continue reading
Hello world!
Finally! It took me two days of work, after countless months of procrastination, but here is my new personal blog… I’ve added several posts from a “previous life” below, so feel free to peruse at will! I will do my … Continue reading
Online Collaboration Couldn’t Get Much Easier, Could It?
Sharing large files, with just two clicks, really? That’s less than it takes to send an email! drop.io just might be on to something… Happy sharing, Atg Top⇪
CSS Minification, Lighten the Load!
http://ajaxian.com/archives/css-minification-part-72-alphabetizing Don’t let the title fool you, as far as I can tell, there are no 71 other parts… :-) Happy minifying, Atg Top⇪
Today’s Readings
For anyone that uses Flickr, Noticings seems like it might be kind of cool… UXers, take note! Top 10 UX Myths… Anyone interested in a little light CSS reading? Well, SitePoint has quite the deal for you: The CSS Anthology: … Continue reading
Getting Ready for HTML5!
Although the first sentence of the article begins with “With support in Chrome, Firefox 3.5, Opera, and Safari”, you can actually start using this with every major browser, including all the IEs, with a little help from JavaScript. This is … Continue reading
Improve your CSS Minification by Alphabetizing
I personally like my CSS declarations grouped together by location within the site (all the CSS for my Home grouped together, all the CSS for my Contact page grouped together, etc.), but this article about alphabetizing your CSS from Ajaxian … Continue reading