Category Archives: English

Firefoxies.com

For some time now, I’ve been contributing to the development of Firefoxies.com and it sure has been fun! Firefoxies.com, which is a project started by a group of students from the Standford University trying to spread Firefox, is a website where you can vote for the most “firefoxy” Firefox user. You are allowed to vote [...]

CoderLab’s Forum is live!

Okay, the forum is live. Feel free to join and ask your questions or contribute helping others. Best! J

CoderLab’s Forum

I’m planning to add a forum to my site. This will be done on a trial basis and will continue only if the forum is being utilized. Like any other web development forum, its purpose will be to try to help people who can’t find an answer to a question they may have. If I [...]

The textContent and innerText Properties

In my original post, Using the innerText Property in Firefox, I wrote my example using document.all to determine when to use innerText or textContent. Because the main purpose of that post was to explain to the reader that Firefox does not support the innerText property but the textContent property, I failed to consider other browsers… [...]

Displaying PNG 24-bit Alpha Transparency on IE with CSS

After reading Justin Koivisto’s great article: Normal Display of PNG Alpha Transparency with MSIE and reading his PHP code, I said to myself: “myself, there should be a much simpler (lazy, if you will ) way to accomplish this”. True, I could just copy, paste and use his code, modify the .htaccess file (or add [...]

Hiatus

I haven’t been able to update this blog for quiet some time due to some projects I’ve been working on. I do have a couple of articles I want to post. One of them is how to parse XML strings in Firefox and IE. This is something that took me some hours to figure out [...]

Simple CSS Layout

Note: By mistake I deleted the original post (dated 08.08.05), so I’m posting it again While I was working on a big project at work, I happened to use CSS a lot and gained a bit of experience and a better understanding on how to manipulate elements and all that stuff. Well, by doing lots [...]