As a new website design launches, I thought I would put together a little gallery of my website designs over the years. Unfortunately, I didn’t take a screenshot of every version and the wayback machine didn’t load all of the images from each, but this is what I could retrieve. I’ve just included the logo …
Archive for the ‘Web’ Category
Designs Over the Years
Saturday, June 5th, 2010Languages
Monday, February 1st, 2010Lately, I’ve been on a kick of wanting to experience a broader set of languages, frameworks and programming techniques. I listened to an (epic?) episode of FLOSS Weekly with Kent Beck on Extreme Programming and have been thinking about going back to some of my textbook learning in college and applying it to real projects.
First …
HTML and CSS Starter Templates
Tuesday, January 5th, 2010Out of laziness, when building a website, I’ve often just started with one of the Dreamweaver basic template layouts – I’ll go in and delete a bunch of stuff and rework it to the way I wanted. This included copying and pasting code from websites I have built previously and rewriting the same sections of …
The Tenants of Google
Thursday, November 26th, 2009On This Week in Google: Episode 17, Leo suggested that Google may have a set of rules that they follow when building each of their products. Matt Cutts responded with a few of the fundamental tenants of Google. I have listed these below.
Don’t be evil
Organize the world’s data to make it …
What's in Your Google Reader?
Monday, February 23rd, 2009My Website Design Workflow
Tuesday, January 27th, 2009Although I’ve been programming for the web since 1999, I’ve only been doing website design for the past year. I was handed the Adobe creative suite for the web, so that is the software package I based my workflow on. As much as I like FOSS (free open source software), I think Adobe products just do the job a little bit better than their free alternatives. So, here are the programs in particular that I use in my web design workflow:
If you want FOSS alternatives to these programs, here is what I would suggest (although I haven’t tested them with this particular workflow, so YMMV):
- Xara Xtreme
- GIMP
- Kompozer (or your favorite text editor…Vim anyone?)
Now, I also use Flash for animations and interactive content, but I like to use this in limited amounts and am going to try in the future to use more AJAX instead. If anyone has any AJAX toolkit recommendations, I would love to hear them.
OK, now that you know the programs I use, here is a brief overview of my workflow using these applications:
- I begin with fireworks and lay out the entire page. If I know all of the content that will go on the website to begin with, I’ll lay out every page in the site as it makes it easier when visualize when turning the pages into code.
- Once everything has been laid out and I’ve settled on the final design, I open up dreamweaver and use one of their page layout templates to get started. This just gives you a basic framework for the HTML and CSS of the page to get things started. I typically used fixed size layouts in either one or two columns (you should only use the number of columns that will be present on the entire site, not on an individual page). I’ll get the basic layout of the site (based on my fireworks design) set up in HTML and CSS (rarely using the actual WYSIWYG editor in dreamweaver).
- As I set up the site in dreamweaver, I also cut out images from fireworks to use on the website by copying and pasting them into photoshop. Then, I’ll save these images for the web as their appropriate type (PNG, JPEG, etc…).
- Once the site is all built as static HTML and CSS with the images from the original fireworks design, I’ll take this code and merge it with a default wordpress or drupal template. Then, I’ll fill in the rest of the content for each page in the appropriate content manager.
That’s it in a nutshell. I will be diving a little deeper into each of the steps of this workflow as well as giving you a few design tips that I’ve picked up in future posts.
Alfresco Curl Login
Tuesday, September 23rd, 2008I thought I’d share some cURL/PHP code for logging into Alfresco. I’m using Alfresco Labs 3. I’m still trying to figure out how to use cURL to automate adding a user, but here is the basic login code for now. If you have any thoughts on how to add the user (I’m sending the exact headers I get from LiveHTTPHeaders, with no luck), just let me know. I’m guessing that the problem has something to do with the Viewstate parameter.








