Archive for the 'Website Development' Category

Taking websites to the next level

Friday, March 24th, 2006

We have been feeling constant and increased pressure to take our website development to the next level. Our customers and visitors to their websites expect the site to remember who they are and verify the forms they complete are filled in correctly and mistakes corrected without reentry of data. They also expect a professional look and feel. (Whatever that means.)

We have been building static sites with Dreamweaver. However, you probably noticed this part of Driven by Curiosity is done with Wordpress. We are finding the freedom to write first and organize/catagorize later is wonderful. In fact I started to write this on the static pages of the website and got to frustrated to continue.

I find the Wordpress approach especially friendly when I have a mass of information about which I want to write, but don’t yet have it completely organized in my mind. On this part of the site I can write a series of articles which are only loosely related and then add the categories that provide structure later.

I need to explore this further.

Database driven websites are different!

Tuesday, January 10th, 2006

I am used to building static websites. I am finding it hard to get started with a database driven site. With a static site I can have an idea in my head, sit down to write, and the pages and structure develop from that. I never care to much about the visual look of the site so that sort of development works for me.

Once I have a significant body of material written I will go back and polish the navigation and perhaps spend some time makeing the website look pretty.

That doesn’t work so well with a database driven site. With those you really have to start with the database tables. You can’t create tables without knowing what fields you need in each one, how long the fields should be, and all sorts of other knowledge about the data. In other words, it requires much more study and structure up front.

I am also learning that customers wildly underestimate the difficulty of their applications. They live their business so the rules and procedures seem obvious and trivial. However, when you talk to the people who actually process the forms, you quickly learn things are not that simple. There are lots of shades of grey and ad hoc decisions.

I think the most challanging issue will be breaking the connection between the paper form(s) and the look and feel of the website. The truth is, it’s dumb to make a webpage that looks like a paper form. A webpage is not a piece of paper and has totally different strengths and weaknesses. Properly designed I think a system of web pages can become a much more valuable way of collecting information. To do that will requre lots of effort and understanding.

I have some ideas, which I will discuss in future posts, about how this might be done.

Interakt Dreamweaver Extensions

Tuesday, January 10th, 2006

Interakt is a company founded by a former Macromedia developer to produce Dreamweaver extensions. I had looked at their stuff a year or more ago but couldn’t understand what it would do for me. I have since learned I have to be at the right stage of learning for things to make sense. At the time I first looked at the Interakt products I didn’t know enough about Dreamweaver to appreciate them. I addition, both Dreamweaver and Interakt have improved their offerings. Now they look promising.

My appreciation for what they might be able to do for me was enhanced by reading “Foundation PHP for Dreamweaver 8″ by David Powers. This book is Copyright 2006 and is the first I have seen which includes examples of incorporating Interakt products into database driven sites.

Interakt has a whole series of tutorials from which to learn. They look very good, but were not helpful in providing a good sense of exactly where and how these extensions fit into the big picture of database driven website development. Now that I understand that better I think they will be very useful.

In fact, after following one of the examples in the book I now expect the tutorials to provide a more complete procedure for actually building a functioning site. I think the tutorials will be more complete with error trapping code etc. which is needed for the production environment.

Dreamweaver 8 & Database Driven Sites

Tuesday, January 10th, 2006

I have always built static websites. I understand database design and have done database related work in the past, but have never had the need for a serious database driven site.

That has now changed. I need to build a site which collects information from used car buyers and then submits a completed loan application to lender(s). This sounds simple, but in reality is much more complicated than it seems.

For example, if the applicant has moved in the last couple of years they are required to provide documentation about previous residence. Not hard by itself, but challanging for a web based system.

I am developing in an Apache, PHP, MySQL environment but would rather not become a PHP guru. I can program if I have to, but I would rather spend my time working on the useability of the form(s), the logic of the data collection and understanding what makes an efficient data collection process.

After looking around I have decided to try the Dreamweaver Extensions from Interakt. It looks like they will allow me to rapidly deploy complex data collection forms without having to do heavy coding myself. There is a significant learning curve, but it looks hopefull. I expect to keep a journal of my efforts on this site.