How to change Twitter widgets font size or color?

by Peter Moss 1. March 2010 09:55
Twitter was nice enough to provide us with a Javascript JSON widget to retrieve one's public timeline. Twitter widget constructor has a bunch of parameters that you can change to customize the look and feel of your widget. However one critical, in my opinion, ... [More]

Tags:

AJAX | Javascript

When does a browser finish loading a web page?

by Peter Moss 28. February 2010 05:55
In AJAX programming, one of the most important issues is to make sure that your requests back to the server are initiated after a web page has been completely loaded.In the past, developers had to resort to various techniques (DHTML, page events) that were use... [More]

Tags:

AJAX

How to detect a browser type?

by Peter Moss 28. February 2010 05:50
Times of detecting a version number of a web browser hitting your site are probably behind us. However, there are still differences in DOM behaviour among leading browser implementations, especially when it comes to DOM event handling.Folks at Redmond and othe... [More]

Tags:

AJAX | Javascript