Archive for September, 2008

Keeping it Simple

Monday, September 22nd, 2008

I am always fascinated with good writing. Maybe because it has many things in common with good software. A good user interface just flows. It is invisible. You get the task done without confusion. It might even be fun. Good writing has that quality as well. It captures the reader’s attention. Writing becomes invisible and the story becomes the reality. Both good writing and good software flows with the user. They provide a sense of accomplishment.

When I was in school, it took me all weekend to write a paper with couple of pages. Some people could write that in an hour. It was tough for me. Especially since English was my second language. But here is the interesting part. I always liked writing. It was tough but I enjoyed it a lot. I enjoyed every minute of it. My ideas were probably not that great. My writing was pretty bad. But it felt great to put things on paper.

In software, you start with a zero byte file. It is like an empty sheet of paper. Then you put things on it. Sometimes work on it for months. You get ideas and put them there. Instead of words, you code the ideas. Suddenly those ideas become reality for the user. If you are lucky, millions of people might even run the code you created.

A good writing is usually simple. Short sentences are good. Being to the point is good. Same applies to software. It is very hard work to make a user interfaces simple. The first draft you create is usually a very complex peace of mess. Then you work on it and refine it. You Keep it Simple, Stupid. KISS principle applies both to writing and software.

[Some thoughts I have had while reading a book called "On Writing Well" by Williaam Zinsser.]

Nice JotForm Tutorial Video

Wednesday, September 17th, 2008

Keane Angle made a nice video tutorial about JotForm. We liked it so much that we are planning to add it to our Tutorials page.

(more…)

CMSes: Why are they still so unflexible?

Sunday, September 14th, 2008

It is 2008. What do you do when you need to create a new web site?

There are many Content Management Systems but they are still very difficult to install, use and customize. Only a tiny number of sites would like to have a 3-column phpNuke look, but still pretty much all CMSes assume that is what you want.

If you are a programmer, maybe you can spend hours, mess with lots of php files and come up with a hack theme that would make it barely look like the kind of design you would like, but you are an exception. Most of the people who build sites are not programmers.

We have been hard at work for the last year to create a new kind of membership software. Our main goal was to keep things easy to use and easy to customize. So we developed a new kind of templating system that is both simple and flexible.

Basically, you can create any kind of design and our Memberkit templating system will just accept and work with it.

You can create a new page and upload it into your dev folder and it will just become part of your site with the design you created.

Stay tuned for more news about Memberkit. We will be releasing it on October 29th.

DropBox is the Coolest Tool of the Year

Friday, September 12th, 2008

We have just started using DropBox here at Interlogy offices and we are really excited about it. The Mac application works like a charm but they also support Windows and Linux versions.

Basically you have Dropbox folder on your computer and whatever you put there, it also shows up on other users you are sharing the folder with. It is fast and easy to use. We will probably start using it instead of email attachments. Since you can also send comments using the tool.
(more…)