Thoughts, theories, and philosophies of an interactive web developer.
How to Create CSS for IE
Every web developer knows how big of a pain it can be to create a Multi-Browser compatible website, especially when it comes to the CSS for IE. The biggest problem with IE is that it’s been behind the curve as far as web-technologies since the release of IE6. Microsoft has been releasing one buggy version...
AJAX Tutorial with jQuery
AJAX isn’t widely understood. The reality is, it’s actually very simple, especially with jQuery. AJAX is an acronym for Asynchronous JavaScript and XML. AJAX is used to send or retrieve data from a server in a dynamic fashion. Simply put, once a web page is fully loaded, you can use Javascript to invoke a behind...


