August 2008
July 2008
Dominiek.com | iPhone-App Development for Web Hackers
Note: I am very convinced that in order to learn any language, you should just jump in right away – don’t build useless example projects.
still not convinced that this is the future, but it can be interesting.
April 2008
CSS Variables
Since the release of CSS Level 2 Recommendation ten years ago in may 1998, the Web authors' community has been requesting a way of defining variables in CSS. Variables allow to define stylesheet-wide values identified by a token and usable in all CSS declarations. If a value is often used in a stylesheet - a common example is the value of the color or background-color properties - it's then easy to update the whole stylesheet statically or dynamically modifying just one variable instead of modifying all style rules applying the property/value pair.
w00t!
December 2007
anthonyeden.com ActiveWarehouse Example with Rails SVN Logs
1 commentThis article covers how to build a simple ActiveWarehouse data warehouse using the Subversion logs from the Rails project.
Time to forget about data normalization