Off the Top: Web Entries

Showing posts: 166-180 of 238 total posts


20 July 2003

Jeffrey Veen on the State of the Web

Digital Web interviews Jeffrey Veen who discusses the current state of Web development. This is must read to understand, to not only understand where we are today, but also how Web teams are comprised today.

Remember when Web sites used to have huge home pages constructed entirely out of images so that designers could have control over typefaces? Thankfully, thatís mostly a thing of the past now. We all understand that speed is crucial in usability and, therefore, success. The designers who are left nowóthe ones who have succeededóare the ones with an aesthetic that is based on what the Web is capable of, and not some antiquated notion of graphic art applied as decoration to some obscure technical requirements.
Also, specialization is creeping into our industry and thatís a great thing. Weíre seeing Web design split into disciplines like interaction design, information architecture, usability, visual design, front-end coders, and more. Even information architecture is subdividing into content strategists, taxonomists, and others. I think we can safely say that there is no such thing as a ìWebmasterî anymore.

There are many more gems in this interview, including the state of Web standards and poor job Microsoft is doing to allow the Web move forward. (Jeffrey Veen's observations can regularly be found at Jeffrey Veen's online home.



14 June 2003

Trackback hype debunked

Joshua picks up on the trackback conversation, but there are many problems with the comparisons of trackbacks and referrer tracking (I am posting this for clarity not to poke at my friend Joshua and comments are not turned on for his entry or I would post there). It sounds like referrer logs are not set properly in what Joshua is using for a comparison to trackback. It may be that Movable Type is not set to take full advantage of referrers, which is sad. Joshua and the posts he links to explain trackbacks properly.

Of the three comparisons of trackbacks to referrer only one is correct, trackbacks do not require an actual hyperlink to the article to work properly (why one would not have a link to what they are discussing is odd as it is the Web). The other two comments are not correct if referrer logs are setup properly. In my last 100 referrers page I can see exactly what page a link came from (I used Charles Johnson's referrer as a base for mine). If the hyperlink is clicked from a permalink page I can see the exact page the link came from and if it links to my permalinked entry I can have categorical sorting also.

I have not seen a need for trackback on my site my referrer log (real-time) and access log show me exactly what is going on. Oddly there is always a lot of talk about trackback on blogs, but very rarely are they ever used. This may point to a usability problem with trackback. Referrer and access logs on the other hand do not need this extra step for the site owner to get the information.

Once I get unburried with paper work for work and have a clear head that the completion will bring I may implement a referrer version of trackback for public consumption, unless the lazy web does it first.



13 June 2003

Zeldman's DWwS is a can't put down book for many

Today in my short drive to the Metro (about a mile) I saw two folks walking with Jeffery Zeldman's Designing With Web Standard in hand. One of these folks was walking and reading it. I wanted to reach into my backseat and get my copy to hold up and honk (not a good safety move so I held back by show of oneness).

I personally think this book rocks. This book helps prove I am sane as there are many discussions at work that this book will easily help support the decisions we made to incorporate standards-based Web development. We do not have a user base that permits the use of full XHTML and CSS2, like this site, but it has made maintenance of pages (45,000 to 55,000 pages in all with 8,000 or more done while moving to standards based validation or actually validating).

Jeffery does a wonderful job writing about the whys and hows of Standards based development and design. He also make understanding the benefits very easy to grasp.

This may be the one starter book for Web developers to help them sell Standards-based development or to learn why they should be embracing it and moving forward with learning and using it.



6 June 2003

Testing HTML validation of output of tools

Knopf offers a componarison of how well Help Authoring Tools create HTML. The testing includes compactness of code, but even better is validating the output against the W3C. Dreamweaver MX does quite well in the testing. It would be good to expand the testing to some of the other tools, like FrontPage and GoLive.



14 May 2003

Building with Web Standards or how Zeldman got the future now

I awaiting Jeffrey Zeldman's Designing with Web Standards, which is available for order from Amazon (Designing with Web Standards). I have been a believer in designing with Web Standards for years, but it was Jeffrey that pushed me over the edge to evangelist for Web standards. One of the best things going for Web standards is it make validation of markup easy, which is one of the first steps in making a Web site accessible.

I work in an environment that requires Web standard compliance as it provides information to the public as a public good. Taxpayers have coughed up their hard earned dollars to pay for research and services, which are delivered to them on the Web. The public may access information from a kiosk in an underfunded library with a donated computer on a dial-up connection, but they can get to information that they are seeking. The user may be disabled and relying on assistive technology to read the public information. The user may be tracking down information from a mobile device as they are travelling across country on their family vacation. Each of these users can easily get the public information they are seeking from one source, a standard compliant Web page.

Every new page that is developed by the team I am on validates to HTML 4.01 transitional. Why 4.01 transitional and not XHTML? We support older browsers and 4.01 transitional seems to have pretty good access to information no matter the browser or device. We are not on the cutting edge, but we know nearly everybody can get the information their tax dollars have paid for. I dream of a day job building XHTML with full CSS layout, but with the clients I work for we still aim at the public good first.

I am very happy that Jeffrey has his book coming out as it should bring to light to more developers what it means to build to Web standards. Every contract that is signed buy the agency I work for must validate to HTML 4.01 transitional, but very few of the sites do when they come through the door to be posted. We provide a lot of guidance to help other developers understand, but finding a solid foundation to work upon is tough. When hiring folks many claim to have experience building valid sites, but most soon realize they never have to the degree to getting a W3C validation.

Building our pages to 4.01 does not mean we are going to stick with 4.01 forever. We plan for XHTML by closing all tags and stay away from tags deprecated in 4.01 strict. Much of what we create only needs a few scripts run to convert the pages from HTML to XHTML 1.1 transitional. Having the closing tags makes scripting to find information and search and replace much easier. (Enough for now, buy the book, we will have more later).



10 May 2003

IE blows up with valid HTML

Mark Pilgrim discusses human readable HTML and fatal IE browser bugs. The more bugs that are found in current versions of the Microsoft IE browser on Windows, the more I believe that IE is the current incarnation of Netscape 4. Netscape 4 was known for its lack of playing nicely with Web standards. IE 6 does horribly with valid CSS and now seem like it blows up with valid HTML. Nearly all other modern browsers play more nicely with valid CSS and do not have the problems with valid HTML. (Apple's Safari is not perfect yet, but Apple states their browser is beta.)



16 April 2003

Using HTML tags properly to help external search results

There are some essentials to building Web pages that get found with external search engines. Understanding the tags in HTML and how they are (rather should be) used is important. The main tags for most popular search engines are the title, heading (h1, h2, etc), paragraph (p), and anchor (a). Different search engines have given some weight in their ranking to metatags, but most do not use them or have decreased their value.

Google gives a lot of weight to the title tag, which is often what shows in the link Google gives its user to click for the entry. In the title tag the wording is important too, as the most specific information should be toward the front. A user searching for news may find a weblog toward the top of the search ahead of CNN, as CNN puts its name ahead of the title of the article. A title should echo the contents of the page as that will help the ranking of the pages, titles that are not repeated can get flagged for removal from search engines.

The headings help echo what is in the title and provide breaking points in the document. Headings not only help the user scan the page easily, but also are used by search engines to ensure the page is what it states it is. The echoing of terms are used to move an entry to the top of the rankings as the mechanical search engines get reinforcement that the information is on target for what its users may be seeking.

The paragraph tags also are used to help reinforce the text within them.

The anchor tags are used for links and this is what the search engines use to scrape and find other Web pages. The text used for the links is used by the search engines to weight their rankings also. If you want users to find information deep in your site put a short clear description between the anchor tags. The W3C standards include the ability to use a title attribute which some search tools also use. The title attribute is also used by some site readers (used by those with visual difficulties and those who want their information read aloud to them, because they may be driving or have their hands otherwise occupied) to replace the information between the anchor tags or to augment that information.

Example

The application I built to manage this weblog section is build to use each of these elements. This often results in high rankings in Google (and relatedly Yahoo), but this is not the intent, I am just a like fussy in that area. It gets to be very odd when my posting weblog posting review of a meal at Ten Penh is at the top or near the top of a Google Ten Penh search. The link for the Ten Penh restaurant is near the bottom of the first page.

Why is the restaurant not the top link? There are a few possible reasons. The restaurant page has its name at "tenpenh" in the title tag, which is very odd or sloppy. The page does not contain a heading tag nor a paragraph tag as the site is built with Flash. The semantic structure in Flash, for those search engines that scrape Flash. Equally the internal page links are not read by a search engine as they are in Flash also. A norm for many sites is having the logo of the site in the upper left corner clickable to the home page of the site, which with the use of the alt attribute in a image tag within an anchor link allow for each page to add value to the home page rant (if the alt attritute would have "Ten Penh Home" for example).

Not only does Flash hinder the scapeing of information the use of JavaScript links wipes out those as means to increase search rankings. Pages with dynamic links that are often believed to ease browsing (which may or may not prove the case depending on the site's users and the site goals in actual user testing) hurt the information in the site for being found by external search engines. JavaScript is not scrapable for links or text written out by JavaScript.



10 April 2003

Boxes and Arrows up for a Webby

I must mention Boxes and Arrows is up for a Webbie Award. Congrats to all the other alumni staff who helped get this wonderful resource off the ground and to the current staff that keep this great gift running and being so wonderful. Most of all to Christina Wodtke for having this crazy idea.



2 April 2003

Matt Jones looses faith in navigation

Matt picks up on the failure of navigation and points to similar conversations to ones I had with Stewart that turned me to look for something other than navigation as a means to build information structures. Each user approaches information with two of their own receptors, cognitive and sensory receptors. The cognitive elements include vocabulary and rhetoric (essentially writing style). The sensory include visual elements, which include color, texture, and layout. Layout includes the visual structure and context given through proximity. These two seem to have paralells to Andrew Dillon's semantic spatial model, but I want to know more about his model.

Matt discusses the problems with navigation consistancy at the BBC sites. Here is where navigation gets in the way, as browsing structures is a better term and less restrictive. The user needs a means to find other information that is related or provides context to the information the see on their screens. If there is some attraction to the information infront of the user they often believe what which they seek will be close by if the information is grouped by like information. Much like a market where produce is grouped together, as they are like products.



30 March 2003

Shopshifting using a Rough Cloud of Information

Shopshifting, is a well coined term I picked up from Mike Lee and something I am doing more and more with my Hiptop. In the Model of Attraction I discuss the a "rough cloud of information" that the user has following them. The mobile device can allow the user to have access to their desired information and make well informed decisions. I often use my Amazon Wishlist to find books or media I am interested in to physically see it and verify my interest in it, or to enter a new found item in the wish list. I entered one book into my wishlist while at Powells as it was full price and a large book I did not want to carry back. I did buy it yesterday with my Barnes and Noble discount and take it home. I also use IMDB while in the video store or Blockbuster to find DVD names or other movies with actors or actresses I like.

The "rough cloud of information" does take thinking about as not all information is accessible from mobile devices, it is not easy to drop into mobile devices, nor is some of the information called what I think it should be. Users often add metadata or change the descriptors for the information. I do this often as I am not attracted to what some want to call items or information chunks.



29 March 2003

Number 6

Just when you think everything may not be on the Web... Sonny Sixkiller's jersey pops up. Who? Sonny was was my first collegiate hero, he is a Native American who was the starting quarterback for the Washington Husky's in 1970. If I remember correctly my parents took me to my first college football game to see him play. He also had a role in The Longest Yard. Mush.



14 March 2003

Molly wants to discuss SXSW and flow of ideas

Molly asks what one gets from SXSW? I did not make it this year as I am somewhat burried with work, reviews for a great conference in June, and preparing for Portland. I get a great amout from SXSW Interactive infact part of why I am burried is because of a confluence at SXSW last year. The Model of Attraction solution to the failure of navigation as our metaphor of building interfaces to information on the Web. I have been whittling down over 5 pages of single spaced outline on MoA for the last 6 weeks trying to fit a solid understanding of it into 30 to 45 minutes.

Much of what can make SXSW great is the bright passionate people it draws in. The inspiration and spark from SXSW can last a year. I do agree there is a need for a higher level conference as a place to think and bounce ideas around to keep the growth horomones for design, research, and technology fresh. Some of that may come and I really want to be there. This is not to say that SXSW does not offer this, it does as follow on conversations after the panels. It would be great to have these discussions as small groups or as the panels.



Centrino poor WiFi functionality says Mosberg

WSJ's Walt Mossberg offers his insite on Pentium M and Centrino. The Centrino portion of the Intel solution seems to be a sham marketing ploy. If device makers use a real WiFi card with full capabilities the device makers can not use the Centrino or Pentium M monikers that are tied to all the hype.



This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License.