Tag Archive
The following is a list of all entries tagged with webdesign.
1 week, 3 days ago
code, webdesign, wordpress
On the side, I help run a danish Wiki about comicbooks. I recently implemented a script that’ll show random search suggestions in the searchbox. Quite simply, whenever a page is loaded, the searchbox is pre-populated with a random search suggestion.
1 week, 6 days ago
usability, webdesign
Twitter just tweaked their design. Now it looks like this:
Purdy! A few things spring out immediately:
Rounded corners. CSS rounded corners. No beating around the bush here.
If I’m not mistaken, the whole layout is a leetle bit wider. Makes the layout look a bit more relaxed.
The tabs on the right seem a bit more discoverable [...]
August 22nd, 2008
diary, ie, webdesign

August 8th, 2008
code, css, webdesign
As if some universal law is at play, somehow, rounded corners (nearly) always manage to fix broken webdesigns. The problem is, they’re a bitch to make in HTML and CSS. Having been through a number of ways to do rounded corners, I’ve found myself settling on one method, which, even if it isn’t completely search engine friendly, it’s really quick and easy to make.
June 18th, 2008
diary, flash, voxpop, webdesign
Remember SVG? Pioneered by Adobe back in the day, Scalable Vector Graphics were to compete with Macromedias Flash. They never could (and so they bought them), but the result — the SVG standard, is interesting for HTML / CSS uses.
November 27th, 2007
voxpop, webdesign
Lots of modern websites have sidebars. The sidebar is the smaller of a two-column webdesign, usually used either for navigation or for secondary information. Sometimes, it’s on the left of the main column, sometimes it’s on the right.
Which is better?
This is something I’ve been flip flopping on for quite some time now. I decided to [...]
November 19th, 2007
javascript, webdesign
Need to hide, then show some HTML content? Maybe you need to hide some text until the user explicity asks for it? In any case, here’s a really simple way to do it:
Click to toggle insightful quote…
Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing [...]
August 1st, 2007
interfacedesign, usabililty, webdesign
An increasingly prevalent problem in this age of smart webpages (dubbed “Web 2.0″ by the marketing department) is the visualization of inline links. That is, links that when clicked immediately change part of the page you’re looking at, as opposed to slowly loading a whole different page.
July 31st, 2007
webdesign
John Gruber of Daring Fireball fame has just updated his RSS feeds to include both tiny link posts and larger essaylike posts. This is very much appreciated by yours truly.
One interesting thing to note in the XML feed: larger noteworthy posts are now starred (★), while the link posts are plain. Delicious. I predict widespread adoption/copying of this feature. My fingers are tingling now, to do the same. Your thoughts?