-
What you don’t need javascript for – part 2
-
What you don’t need javascript for
-
How to publish a good looking code on Blogger? – take 2
-
Graceful degradation people!
I went to check out Less Accounting (because I saw it at the Web 2.0 show). Here are two screenshots, one with javascript enabled and the other with it disabled: Do I really need javascript to submit a simple form? Really? As for the server running the given website, its version number isn’t too reassuring…
-
How to publish a good looking code on Blogger?
-
Pimping my blog #2
After observing that most of my visitors (45% currently) use Internet Explorer, I’ve made a little modification so that they to can enjoy the <q> tag. A more detailed discussion and other solutions can be found at the List Apart site. I’ll only present in short my version. My version consists of two parts: a…
-
Delaying the loading of elements in a web page
After listening to the latest Practical Webdesign Magazine podcast (I listen to every one of them as well as the Boagworld podcast, both being great podcasts), I felt the urge to write this post :). When you include many third party things in your webpage, the loading of it can be slowed down considerably if…
-
(Yet an other) Javascript random password generator
Here is YARPG (Yet Another Random Password Generator). Why on earth would I do yet an other random password generator? Because I can :). Seriously: there are at least two random password generators out there that I’ve used, and I have some problems with them: The one that Steve Gibson created can not be customized…