Basics of Mobile Web Development

At the moment I’m attending the online course Mobile Web 2: Applications at W3 Tech courses. This post is a summary of the second week’s subject Basics of Mobile Web Development. (Please note: this is not a thorough objective summary of the course, but just the highlights that I found important for myself to remember.) …

CSS code insight in Eclipse or Aptana

Lately I changed my editor from Aptana to Eclipse with the Aptana plugin. Suddenly my CSS code insight did not work any longer. With these steps I could get it working again: Goto Window / Preferences Type filter text “assoc” At “General – Editors – File Associations” select “*.css” Verify that the “CSS Source editor” …

CSS and ellipsis: Cross-browser practices

Every now and then, say twice a year, I run into the same problem: what is the best cross-browser ellipsis solution? Because I end up searching the internet everytime, I decided the write down my prefererred solution. The problem is as follows: You have a long sentence and you want to show only the first …

CSS Validation Service vernieuwd

Op The Elementary Group Standards wordt opgemerkt dat de W3C al een jaar bezig is met een nieuwe CSS Validation Service. Je kunt hem echter al gewoon gebruiken en CSS3 wordt ook ondersteund. Lang leve de eeuwige beta! Tags: w3c, validatie, css, validation+service