Updated Website Galleries’ Alexa rankings

Comments (16)Category: Galleries

Update: November Website Galleries’s Alexa rankings are available now.

Last month, I have started compiling a list of Website Galleries/Showcases and their Alexa rankings. Thanks to all of you who left comments with links to galleries that I’ve missed. Today, I would like to provide you with another list of 94, 137, 140 Website Galleries and their updated Alexa Rankings.

NOTE: Hover over the Gallery’s Name to view previous month’s ranking.

Please leave me a comment with links to other website galleries that I may have missed. Your comments are appreciated.

UPDATE (10/30/07): 3 new galleries have been added to the list of the website galleries above – cssartillery.com (rank – 852,385), designcharts.com (rank – 264,645), and cartedup.com (rank – 5,393,601).

Joomla, TincyMCE and formatting of the pre tag.

Comments (2)Category: Tools, Web Design

I have been trying to find a solution for the pre tag formatting problem for a couple of days, and finally I have one. Hurray!!! Here is a quick rundown…

While I’ve been working on customizing Joomla CMS, I’ve ran into formatting problem with the pre tags and that was driving me batty. All of my areas contained within the pre tags were formatted without whitespaces and everything was bunched together. For example,

body {
font-size:62.5%;
margin:0;
padding:0;
}

was displayed as:

body {
font-size:62.5%;
margin:0;
padding:0;
}

In attempt to solve this problem, I have searched and searched and searched all types of resources (google, tinyMCE forums, etc.), and I found nothing, nada, zilch. There were several other people who have experienced the same problem in the past, and hopefully, this post will help some of them in the future.

First of all, I’ve noted and applied several suggestions on the tinyMCE forum (“ensure that pre tag is included in the extended_valid_elements array in the tinymce.js and tinymc_src.js files” was one of them), but that didn’t fix the formatting issue in my case. So then I turned to my stylesheets and have discovered a declaration that went like this:

pre { white-space:normal; }

And the light when ON. I then have changed it to this:

pre { white-space: pre; }

And that has solved my pre tag formatting problem. Mmm, I feel content.

Note to self – check the most obvious first. (But then again, how do I know what the most obvious is?!?)

What is wrong with Target’s website.

Comments (1)Category: Uncategorized

I suppose most of the people in Web Development world have heard about recent Target’s debacle with their website. For those who haven’t heard it, “a federal judge in San Francisco ruled Wednesday that a lawsuit filed against Minneapolis-based Target Corp. by the National Federation of the Blind (NFB) regarding the accessibility of the retailer’s Web site can move forward.” It has gained a Class action status. Read more.

In this post I will try to explain what is wrong with Target’s website in my opinion.

  1. No Doctype. The website doesn’t have any kind of DOCTYPE declared. It is very important to place an appropriate doctype to ensure that web documents render and function properly in all compliant browsers. Read more about Doctypes

    No Doctype

  2. No Alt Tags (or so it seems). When user hovers over an image, normally a brief image description should appear within 5 seconds or so. For Target’s site it works in Internet Explorer 6, doesn’t work in Firefox, and partially works in Opera (opera shows address of a page).

    No Alts

    If you look at the source code there are alt tags for those navigation item. Note that majority of the navigational items are area maps.

    Alts

  3. No navigation available when images are disabled. Take a look at the snapshot of a front page below.

    A snapshot of a website when having images disabled.

  4. For the low vision visitors, it is NOT possible to increase the font size on this site! The reason is – the whole navigation system on Target’s website is comprised of IMAGES!
  5. Here is a snapshot of a Screen Reader output (I used Fangs Extension for Firefox)

    A snapshot of a Screen Reader output

  6. CSS does not validate. Some of the errors I would attribute to sloppy coding, for example: “.browse-leaf-addtocart-bottom {margin-bottom: 0 px}” – should be margin-bottom:0px; and “.whiteBackgroundColor { bgcolor:#fffff}” – should be background-color:#fff. HTML does not validate as well.

Anyways, those are just my thoughts on why Target’s website has created so much outrage among the disabled users.

Book Review: Bulletproof Web Design

Comments (0)Category: Uncategorized

thumbnail of a Bulletproof Web Design book

Author: Dan Cederholm
Pages: 250
Publisher: New Riders Press (July 28, 2005)
ISBN: 0321346939
Amazon Sales Rank: #116,315 in Books

A couple of days ago I finished reading the book Bulletproof Web Design by Dan Cederholm, which turned out to be a gem that I will keep on my bookshelf. Even though this book is a bit on the slim side, it is packed with lots of great tips and tricks that need to be utilized more often. I just could not help myself while I was reading this book – I kept thinking that this book should be read especially by those people who still refuse to use CSS for website layout and prefer Tables.

This book is written in a concise and easy to understand language. It is laid out in a consistent manner. Each chapter starts out with one particular example, and then explains why this way is not as efficient, accessible, or bulletproof. After that, it goes into detailed explanation of how to recode it in a better way. Each chapter ends with a summary of covered material and several important bullet points to remember. The illustrations used in this book range from page close-ups to different 3D views of page elements. All of those seemingly simple aspects make this book better and a must have for a web developer.

Here is a list of reviews written by others from around the world.

  1. Review by Haacked
  2. Review by 456 Berea Street
  3. Review by Nate Klaiber
  4. Review by Wait till I come!
  5. Review by Man vs. Machine
  6. Review by Adam on Life
  7. Review by Logoblog
  8. Review by Design Notes
  9. Review by Space Ninja
  10. Review by PC Book Review
  11. Review by Shiva
  12. Review by Visual Gui
  13. Review by nimbupani
  14. Review by High Browse Online
  15. Review by Mac the Web
  16. Review by Cornerstone Coding