It appears Amazon has integrated RSS into its searches. This would allow you to be notified each time a new book, DVD, etc. came out--all this as you catch up with the latest posts and comments from other sites via an XML aggregator (FoF, NetNewsWire). Here is a sample search for "css" in the category books.
[news via a.wholelottanothing]
Web Architecture from 50,000 feet
This reference was written for my own benefit, in response to a topic raised on the CSS-discuss mailing list. You may use it, quote it, complain about it, suggest improvements (constructive comments please) or ignore it--you choose.
div#idname
) where applicable. For elements and classes this need not be done, as they are likely to be used greater than once.
margin, padding, positioning, display, background, border, typography
Different variations of an element should be listed in order of specifics, lowest to highest (e.g. h2
, h2.class
, h2#id
). See the W3C section on specifics for more details.
With the abrupt, but not unexpected, demise of Netscape--coupled with the reformation of Mozilla--weblogers the world over have speculated on what will happen next. Personally I think that Anil's suggestion that Google should bankroll, or at least promote, the Mozilla Foundation is a great idea, although with a few flaws. Namely that Google is a company first and foremost and companies aim to look after themselves--to survive and make profit. Investing money does look like a shady option for Google as it would be gambling on Mozilla's success. Anil even raises this point himself, although I don't agree with his reasoning.
"What would be the business model? My mind tells me that a free, open-source browser with built-in hooks to Google services and APIs would be good enough to push increased usage of Google's revenue-generating services and advertising. Microsoft has publicly conceded that they're going for Google's market, and Yahoo threw more than a billion and a half dollars at the Google problem earlier this week. Against those challenges, I'd say the onus is on Google to embrace and extend with a free product that's better than anything the competition can offer: That's what works."Promoting Mozilla would mean trouble for Google. It would be the business equivalent of tripping over the school bully, not something you want to be doing when Microsoft is developing its own search engine. More likely than not, MSN search integrated into the next edition of Windows--chipping away further at Google's market share. There's no need to worry yet though as Robert Scoble has given his word that "In the latest builds of Longhorn, Google still works just fine.". Oh good, glad we got that cleared up. It has been said before that Google is, at heart, a "nice" company, and I also believe it is. I just don't believe that this idea is commercially viable. Having said that, Google has been known to innovate. It doesn't favour "Sponsored Links" over more relevant links, it moves them to a discreet column of their own. It uses PageRank to differentiate between the search results -- providing us with the most accurate and relevant results. It's fast and intuitive to use. If Google continues to innovate (as I believe it will), they will likely concentrate efforts on; evolving the Google interface into an even slicker, accessible, and intuitive experience and updating the Google API--not shelling out for an open source project. This post may seem a little anti-Mozilla but that isn't its intended purpose.
As you may have noticed we have gone though another little redesign. That's it for the moment though. As always, comments appreciated. Edit: I forgot to say that I have added most of my old entries. Have fun reading them again.
"If you want something doing, do it yourself."All the Apache log analysis tools I have used, have always been either full of things I don't want or not full of enough substance to be useful. Currently I am thinking about creating my own PHP/MySQL/XML Apache log analyser that includes all things I want. After I have completed it, I was thinking about releasing it under a CC licence for you all to err.. enjoy? At the moment I'm just brainstorming a few ideas about what is missing from the scripts I have used before. Here is what I have come up with so far (in no particular order).
As you may have noticed zlog is going through some changes. Reload every few minutes for the latest. Update: Comments are now enabled and RSS is auto-generated.
Redesigning always takes longer than you expect. Most designs of mine are simple, but serve a purpose. At least that’s what I aim for. The designs, although simple, often cause problems when it comes to CSS. Yes you did hear right. The thing is, I want my design how I want my design. Not 6 pixels to the left, not just off centre and definitely not with “dotted” borders for WinIE. This often involves using CSS #8220;hacks” or writing bloated CSS–something I am prepared to pay, but Shouldn’t have to.
During my latest redesign, I came across a few inevitable problems. Of course the usual suspects were there, IE‘s interpretation of PNG alpha channels, IE‘s “dotted” borders etc but I also came into problems with CSS. CSS positioning to be more precise. Was it really that hard to have a border all the way around two separate positioned columns? It did seem so. I would only work when the floated column was shorter than it’s partner. This could not always be guaranteed–something I wasn’t prepared to risk and shouldn’t have to.
CSS has come along way since it emerged in late 1996, and hopefully it has a lot left to go. CSS 2.1 looks good and the suggestions for CSS 3 look very good. So lets see how things turn out as these versions become mainstream.
Recommended Reading: Simon Willison and Tom Gilder.
As the fully functionally debut of the new design draws nearer I am starting to wonder about a few things.
Should I copy and paste my old posts into the new format? Should I I am going to use a weblog publisher like Moverable Type or Textpattern (which is currently awaiting its first milestone version). Should I allow comments? Would they add anything? Whould they be on topic?
What do you think?
For the moment comments can be sent to me at [email protected].
Mother, musician and web standards enthusiast, Shirley Kaiser finds time to be interviewed by myself.
The date is Febuary 2001, ALA headlines;
IN SIX MONTHS, a year, or two years at most, all websites will be designed with standards that separate structure from presentation.More than two years on, influential companies like Microsoft, AOL, Adobe and even British Airways have not attempted to validate their mark up let alone leave behind the “spaghetti code” days of 1997. Not only does invalid and obsolete code damage the accessibility of a site but it also increases the page loading time — something I can’t imagine anyone wants. XHTML/CSS layouts are the new black and it’s about time people took notice.