A colleague of mine recently asked me what software he would need to do simple updated to a web site from home on his brand new iMac. All he really needed to be able to do was update flat HTML files on an FTP server and upload an image or two. Oh, and preferably for [...]
Usually I despise “reading” slideshows. However, this PDF slideshow (2.4MB PDF) on elegant web typography was a joy to read and informative. Thanks to Jeff Croft for writing and posting it.
(Update below)
This week I was tasked with creating a nice simple HTML email for UNC that was delivered to approximately 200 people.
The design wasn’t very complex. It was essentially text laid on top of this graphic background:
When I program HTML emails, I usually go back to an ancient coding style (circa 2000). This means tables [...]
After purchasing the 3rd edition beta PDF of Agile Web Development with Rails, I wanted to jump right in to mucking around with Ruby on Rails on Webfaction’s servers. I ran into some silly problems that took me a good bit of time to work through.
In the hopes of saving you time, here are the [...]
As I noted in my last post, I’m learning Ruby on Rails and Django. That means I’m also being forced to learn Ruby and Python.
The Python resource I’ve been going through is a free book called Dive into Python which can be read for free. It’s written in a very clear and concise manner and [...]
Lately I’ve been exploring different web application frameworks for creating websites that don’t fit neatly into the paradigm of content management systems. Generally that means websites that aren’t driven by traditional posts or pages, like news sites or blogs.
I’ve settled on learning what I can about three major players in the framework market: Django, Ruby [...]
There are just sometimes when you want to use a nice font on your website. Unfortunately, there is no easy way embed custom fonts using HTML/CSS. That generally means you’re stuck using ‘core’ fonts like Arial, Times, Verdana, Georgia, etc.
You could use images, or Flash movies, but both are labor intensive and break accessibility. With [...]
Since I finished the design comps last Thursday, I’ve been working on moving from my Adobe Illustrator files to the actual WordPress theme based on Sandbox.
With the help of Adobe Photoshop, some hand coded HTML and CSS, and the jQuery javascript framework, I’ve programmed approximately 20% of the theme. That includes the basic layout, the [...]
I’ve had the chance to refine the design direction I wrote about last weekend:
The most important thing was deciding the design and typographic direction for the posts themselves. I wanted to match the overall tone of the rest of the look while being as legible as possible.
I don’t know if I’ll actually use the sidebar [...]