By: Dennis Rongo | April 15, 2009
I've noticed today a little quirk when using a <div> tag within a table. When a <div> tag is embedded within the <td> tag, the text-align: center is not being recognized by Firefox 3. IE understands the text-align style but not Firefox. I've found that by using a combination of two div tags, works effectively for these browsers. Not just inside a <td> tag but this also works when trying to center a <div> tag within another <div> tag.
Read More...
By: Dennis Rongo | April 15, 2009
I've seen a post about this somewhere in the forums where a requirement is to perform an autopostback on a dropdownlist, but only when a specific item is selected. Although there's different ways to approach this, I chose to use jQuery as the functionality needs to be performed strictly in the client-side. A regular Javascript function would be sufficient but jQuery makes this job a lot easier.
Read More...
By: Dennis Rongo | December 19, 2008
After 18 days of studying, I managed to pass the exam and was ecstatic about it. Since this is my first certification ever and being away from the classroom for exactly a year now, I didn't know what to expect as far as the exam format. All I know was I have to take it and I need as much information that I can since there's a lot of topics covered in the exam. My goal within the past 18 days was written in details so that I can keep myself on track as far as studying is concerned. I aimed at reading at least a chapter a day but read as much as 3 during the weekends since I have the whole day. I partially worked on the small exercises so I can have a hands-on of what's going on.
Read More...