Archive for the 'internet' Tag

Dispicable IE and neglectful web designers

Tuesday, December 5th, 2006 11:16 am

I thought IE7 was going to be the holy grail that brought global CSS compliance to the masses and made life for the average web designer once again worth living. What happened?!

I’ve been doing CSS development for a couple years now. My standard M.O. is to get the site working perfectly in Firefox, then tweak the CSS to make it IE5/6 friendly. The purpose for this, in theory, is that by developing for Firefox you can pretty much be sure that your code is standards compliant. If it looks good in Firefox, it should look pretty much the same in all standards-compliant browsers. Then you add little tweaks here and there to make it look good in the non-standards-compliant browsers (IE). I generally don’t worry about the smaller browsers – between Firefox and IE5/6 I am covering about 97-99% of the browsers out there, depending on whose stats you believe.

Ironically, I did not follow that procedure when developing my own site, as those of you using IE can attest to right now. Incidentally, today was the first day I actually looked at this site using IE6, and yeah, I was shocked at how mangled it is. So curiosity bit me and I fired up IE7 to see if it really is more standards compliant (as was promised). To my shock and dismay, the site does not look all that different than it does in IE6. But there are differences. I looked at another of my sites which I had perfected for both Firefox and IE5/6, and there were elements of the site that just did not line up right in IE7. This means I am going to need a new bag of tricks to get IE7 to look right without affecting IE5/6.

What is Microsoft trying to do to us?

Earthlink email troubles

Tuesday, December 5th, 2006 10:15 am

First, I’m in the process of putting together a review of my trip to New Orleans.  Stay tuned.

Okay, know anyone with an Earthlink email address?  Well, they may want to consider switching ISPs.  Bob Cringely has an interesting article about Earthlink’s email woes that go back at least as far as June, 2006.  How do companies like this stay in business??  From the article:

Swimming upstream through Earthlink customer support, my buddy finally found a technical contact who freely acknowledged the problem. Since June, he was told, Earthlink’s mail system has been so overloaded that some users have been missing up to 90 percent of their incoming e-mail. It isn’t bounced back to senders; it just disappears. And Earthlink hasn’t mentioned the problem to these affected customers unless they complain. The two groups affected are those who get their mail with an Earthlink-hosted domain and those with aliased e-mail addresses like my friend’s Blackberry.

More wikiHows

Thursday, October 19th, 2006 2:58 pm

Ever want to know how to memorize a deck of cards? The article introduces a concept called a “memory palace” where you construct a palace — or a house or some other kind of physical structure — in your mind which would presumabely have many organized “rooms” or “compartments” in which to place items you want to remember.

A friend and I had an idea similar to this for a desktop GUI many years ago. Your desktop would be a physical representation of your desk (or office) and you could place file folders or applications anywhere on the desk or on shelves, etc in the office.

A while ago I was researching some alternatives to the common “desktop” metaphor in computer GUIs (Graphical User Interfaces). One of the things I came across was BumpTop. It’s not so much a new desktop concept as it is an (arguable) improvement on the existing desktop concept.

A workspace in the physical world typically has piles of documents, binders and other objects arranged in a way that provides considerable subtle information to the owner. For example, items are often casually placed but their spatial position and orientation are usually meaningful. Closer items can indicate urgency, and piles of items are “automatically” ordered chronologically because new items are typically placed on top. This casual organization, prevalent in the real world, differs greatly from the GUI desktop which forces users to immediately file their documents into a rigid hierarchy.

[In BumpTop] objects can be casually dragged and tossed around, influenced by physical characteristics such as friction and mass, much like we would manipulate lightweight objects in the real world. Using a pen as the primary input device can potentially enhance the feeling of realism and directness of manipulation since objects being acted upon are visible directly under the pen tip.

How cool would it be to take the concept of a “memory palace” and incorporate some of the concepts described on the BumpTop website (take a look at the demo video, I was pretty impressed), only on a much larger scale, to create a new kind of GUI? Your local computer (or network) would be represented by a 3D rendering of your house (or whatever physical structure you’d like to use) much like an FPS game. The different rooms would be representative of the type of data stored there, and the data and applications could take on the appearance of some real-world object.

For example, the study or library could be where you store all of your relevent text documents (“My Documents”, if you will). The documents take on the physical appearance of books and are stored on shelves. Each book would have a unique appearance, and you would be able to find most things by memory because the brain is very good at remembering the location of something based on its spatial surroundings. There could also be a “card catalog” that would amount to a Google Desktop search. “Books” that you are reading at any given time could be stacked on the desk for quick retrieval.

As another example, recipes, grocery lists, etc. could be stored in the kitchen, as pinups on the ‘fridge. Items could be moved throughout the house and dropped in any location (electronic bills could be left on the kitchen counter to remind you to pay them). The “house” would know the proper location for every item in it, so you could “clean up” any area of the house with a single click (or voice command) and they would be put back to their correct location (imagine the dining room table, for example).

If anyone knows of any projects (past or present) along these lines, I would be very interested in hearing about them.

Fun stuff for a Friday

Friday, September 29th, 2006 3:43 pm

I came across a post on 33′ Rockers by Karthik Kastury called the 10 Commandments of Web Design.  Very nice message, perhaps not inspired, but I agree with most of it.  Karthik is not the original author, he’s just an evangelist — spreading the word.  So I follow the link to the original site that the post came from.  Now that site looks like it follows most if not all of the commandments.  Very nice indeed – must be the Jewish synagogue.  But who is the author of the post?  Jim Edwards, author of the “MiniSiteCreator” — which he will tell you himself if you visit his website.  Aiiiyyee!!  That guy’s gotta be going to Hell.

Come on, don’t be offended.  It’s an analogy.  He’s the one that started with the biblical reference, I just carried it through to a logical conclusion.

Anyway, have a great weekend.

CMS for web development

Wednesday, September 20th, 2006 9:32 am

For the web developers out there: Do you regularly use a CMS framework in your projects?

First a little background about me
I’ve been developing websites seriously for about 6 years. I’m self-taught and have no formal training. I started out by learning HTML and table layouts — no CSS, no <DIV>’s, etc.

Pretty soon I began hearing some talk about server-side scripting and became interested in JSP. I had a short period of formal “C” training in my past, so I caught on to the Java syntax and language structure very quickly. However, for most of my clients, JSP was not a practical solution.

I started to notice that something called “PHP” was included in most hosting plans, and after some investigation discovered that it was a “lightweight” server-side scripting engine without all the overhead and server configuration required for JSP. So I dove right in and before long abandoned JSP entirely.

Then about a year ago I finally discovered the wonders of CSS and table-less layouts. What a liberation!

So up until about a month ago, my design process has been as follows:

  1. design page layout using graphical design software.
  2. convert prototype image to valid HTML using CSS for layout.
  3. “PHP-ize” the layout so that the same HTML “template” can be applied to all pages of the site.
  4. develop some kind of back-end application to allow the client to manipulate site content.

The Present
That step 4 has always been a doosy for me. Every client is different and has different requirements. Unfortunately, it seemed that every project involved re-inventing the wheel to some degree. But basically, they all just want some sort of easy method to update and add content.

With a recent project, I decided to try something called Joomla, because the site itself was more or less news-centered and I thought it would be a good fit. I had tried phpNuke and phpBB in the past, but the template designs were so complex that I soon gave up. My first experience with Joomla was liberating. The template design was stupidly simple – just a single index.php file and a stylesheet. The site went up so fast, and porting content from their old site to the new “Joomla-enabled” site was so easy. I threw together a “Content Management and Administration” document for the client, and away they go.

The Future
So I start to think: what’s the drawback of this method of development? It seems like the CMS programs today have all of the flexibility to be able to deal with any kind of customization that might be required. All it takes is sometimes digging into the PHP code and making tweaks here or there. I suppose the overhead is a bit higher, as all of the content is stored in a database and response time is visibly slower at times and for some tasks (mileage may vary, depending on host). But the time and effort this saved me in designing the site, and the convenience of the client being able to make changes effortlessly more than makes up for it in my opinion.

Another benefit of this approach is that Step 3 virtually goes away as well. In the past I had to build back-end processors for building the pages and laying out the dynamic content, but all of that is included in the CMS. So the PHP-izing consists of simply plugging the CMS hooks into your template where you want the dynamic content to go. Piece of cake!

I think I’ve found my new best friend. ;)

Discussion
If you use a CMS regularly, which one? What drawbacks to you see to this approach?