Posted under: Web Development

Profile Photo

Flik Teoh

Profile Photo

Was trying out some web services earlier out of curiosity. Although their services isn’t something that I’d be using. I found their delete/cancel account feature to be very responsible. Can’t remember how long ago since I last had a simple way to close an account. Web services these days would continue to hold you in many irresponsible ways even with account “deactivation” feature provided.

Profile Photo

During the development stage of my WordPress blog theme, I have came across an issue to style my HTML elements alternately ( odd/even elements ).

Which I later found a way to do it without going through PHP. Instead, I’ve decided to use the CSS3 pseudo-selector approach like so. …continue reading