Monthly Archives: November 2009

Browsers, pixels and graphic rendering!

These days I noticed something quite interesting in rendering DOM elements by a sample browser. In my case this was Firefox, but whatever the browser was this happens always. Let me explain you what was the case. I have to … Continue reading

Posted in css, micro tutorial, web development | Tagged , , , , , | Leave a comment

jQuery CSS selectors. Change one or more CSS properties!

Browser reflows and performance issues What is a browser reflow? Well actually when you change some property in CSS like change of a color, width, height, font-size, etc. normally the browser redraws the layout just to fit the new requirements … Continue reading

Posted in css, javascript, micro tutorial | Tagged , , , , | 5 Comments

AJAX dataTypes in jQuery. Format and access.

AJAX calls in jQuery Just because I don’t want to write the same content twice, I’ll say that in jQuery the AJAX calls can be done by various ways, because there are many wrappers that helps you do this job … Continue reading

Posted in javascript, micro tutorial | Tagged , , , | Leave a comment

$.ajax in jQuery

AJAX and jQuery Just in breve as a powerful JavaScript library jQuery wraps the ability to call XHR within a built in interface. There are several ways to implement asynchronous calls. In fact you can call either .load or .post … Continue reading

Posted in javascript, micro tutorial | Tagged , , , | Leave a comment