in the maze.net

To content | To menu | To search

Web Design

Elements pertaining to web design - be it graphical or "html (or such technologies)"-oriented

Entries feed - Comments feed

Wednesday, February 10 2010

Web Page Download Size

I used to rely on http://analyze.websiteoptimization.com for analyzing under-performing web pages - and to heighten customer's awareness of the impact of file sizes and load times.

While the tool is great, I never actually took the time to see how well it did its job.

Here's my beef with it at this time:

  • It might not be smart enough in its CSS analysis - from what I understand, it will look for every image link in the CSS and count it - no matter if the image actually needs to be loaded.

I'd love to find a FireFox plugin that would use the browser's rendering engine to figure out what has been downloaded.

I tried to save to disk using the browser, but it does not always pick up the files linked by the CSS (both in IE and FireFox).

Anyone knows of good alternatives for this kind of analysis?

Tuesday, April 8 2008

IE7 And '

Well, I learned something today.

The XML entity "'" is not displayed properly under IE7. Instead of showing the single quote, as I would expect, it shows "'".

' works well under FireFox, IE6, IE5, Safari and Opera. But no longer under IE7.

The most understandable explanation I've found about this is that it is part of the XML standard and not HTML.

To which I would reply: yeah, but I'm doing XHTML.

To which I've read the insightful reply:

If you're doing XHTML, the world is not ready for you.

Another hilarious and insightful answer to the problem was :

Use ' instead of ' ?

So I'm resting from the shock and looking at my HTML transformation libraries wondering if there is a tsunami of problems that is waiting for me if I remove the conversion from single quote to the ' entity.

I really don't expect any troubles as we never used single quotes to delimit parameters within HTML and we never used the HTML transformation methods to send text to javascript.

Still, one wonders about the woodpeckers and civilization.

Maybe Microsoft will let out a patch?

LOL.

For once, it seems that it is MS that is sticking to the standards. Brave new world?

To clarify the standards:

&apos is not part of HTML: W3CCharacter entity references in HTML 4

But is a part of XHTML: W3C xhtml DTD entity set: Special characters

Here's a link to an entity test, devised by W3C.

The whole issue is also described in Wikipedia - Entities representing special characters in XHTML

Monday, October 30 2006

Tricks for making Websites sell better..

My latest article on Secure-eBook's blog has just been posted.

This article gives a few tips on how to make an eBook sample more apt at selling.

The last three in there are also valuable tips when trying to streamline Web pages as well. Especially Web Pages designed to sell a single product:

  • Your eBook sample should talk only to your potential clients.
  • Keep it short. Organize your content well.
  • Always invite your reader towards action. And not only in your closing.

If you're into this kind of material, check out "5 tips to get your sample eBook to sell" for more details.

Friday, August 26 2005

Horizontal alignment, HTML, CSS, standards, your browser - and you.

It happens alot, when designing Web interfaces, that you'll want things... aligned (horizontally).

I'm a show you how I do it...

Continue reading...

Friday, August 12 2005

You a code monkey? Me gots fun for you! CSS challenge!

If you like working with HTML/CSS and would like to solve my puzzle, you might like what's to follow...

Continue reading...

- page 1 of 2