Posts Archived in Web

Web related thoughts can be found here.

Backpack

Jun 2

A short look at the implementation of the new "uber" web application.

Read Backpack

Start XAPed and cleaner

Mar 17

A short overview of an over-engineered personal home page

Read Start XAPed and cleaner

I liked XMLHTTP when it was cleaner

Mar 11

Musings about the recent rise of an old web technology

Read I liked XMLHTTP when it was cleaner

Howto Display List in Columns

Nov 19

This document provides a solution to display a simple HTML list in columns with icons per list item and how to reorder the list items into top-to-bottom, left-to-right.

Read Howto Display List in Columns

Bread Crumbs at Page Bottom: An experiment

Oct 8

Why I put the breadcrumbs on the bottom of the pages on b-cage.net

Read Bread Crumbs at Page Bottom: An experiment

Sauce Reader, a first look

Sep 21

b.gr plays with a new feed reader.

Read Sauce Reader, a first look

Code Presentation

Aug 6

b.gr's take on Code Presentaion in HTML, including syntax highlighting in JavaScript.

Read Code Presentation

The Cage Arrived Eventually

Jun 13

…And it only took me one and a half year to fill the domain with content and a design I like :) A rather scary thing to note is that the gradients scale better with the font size in...

Read The Cage Arrived Eventually

permalinks

Sep 9

Even though I enjoy reading Raymond Chens The Old New Thing, his perma links aint that useable (read See Also here: using a GUID is neither easy to type nor short - note: the linked entry is worth a read...

Read permalinks

simplified

Aug 19

Again, I changed the site look, this time to draw focus on the content (special thanks to RabYak for more comments on a in-progress design than I expected) - I still wonder if I'll ever be satisfied with the design...

Read simplified

latest css experiences

Jul 23

Finally I found Moz's equivalent of IE's overflowY/overflowY CSS attributes: overflow: -moz-scrollbars-none | -moz-scrollbars-vertical | -moz-scrollbars-horizontal;. Too bad IE ignores any overflow settings when using this value :( Another thing is that Moz seems to ignore acronym { text-decoration: none;...

Read latest css experiences

ie6+

Jul 13

Ok, eventually I comment the TechNet chat, too. If Further improvements to IE will require enhancements to the underlying OS. is the truth, then IE is based on bad design (else why can Mozilla and Opera still be up to...

Read ie6+

form validation

Jul 10

Until I finish my form validating script (which will be HTML4/XHTML compatible) I recommend using this master piece of JavaScript....

Read form validation