Tag Archive

The following is a list of all entries tagged with webdesign.

Populate Your Searchbox With Randomness Comments Comment

1 week, 3 days ago , ,

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.


Quick Thoughts On The Twitter Mini-Redesign Comments 1 Comment

1 week, 6 days ago ,

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 [...]


Ditching Internet Explorer 6, One Month Later Comments 12 Comments

August 22nd, 2008 , ,

No IE6s


Rounded Corners In CSS, The Straight And Logical No Bullshit Way Comments 6 Comments

August 8th, 2008 , ,

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.


Converting SVG To PNG On The Fly: How? [Update] Comments 3 Comments

June 18th, 2008 , , ,

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.


Sidebar: Left Or Right? Comments 16 Comments

November 27th, 2007 ,

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 [...]


The Simplest JavaScript Show/Hide In The World Comments 11 Comments

November 19th, 2007 ,

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 [...]


Delicious Microblog Comments 6 Comments

October 19th, 2007

I was sent this link to Joshua Blankenship’s “notes to self”. I’ve never seen the appeal of Twitter, but I do see the appeal in this.

Visualizing Inline Links Comments 7 Comments

August 1st, 2007 , ,

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.


Grubers New RSS Feeds Comments 11 Comments

July 31st, 2007

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?