Javascript ajax return while using Parseint and radix in calculation
I had some fun the other day, or small challenge, when I needed to take the text being returned by and Ajax call on a php page and use it in a calculation. I was using Javascript. Besides the usual checking to make sure the data was safe to use I needed to turn the […]
Targeting Internet Explorer in CSS and in code
CSS Targets My designer gave me some suggestions to fix an IE issue I was having and he mentioned I should target IE7 with a line of CSS. There are always inconsistencies between IE browser versions even with the simplest of web pages. Instead of just asking for the code and sounding like I didn’t […]