DEANO.ME

AJAX

 

Sometimes you want to display a page of your site in a convenient popup using AJAX, the problem with this is in the popup your obviously not going to want your website header, footer, menu bar and etc and would need to return just the content for the popup. Well with PHP this is easy, […]

 

Load css using jQuery so you can capture when the css has been loaded – working in all old and new browsers!

 

Google Analytics is a great way to track the visitors on your websites, however what if you are using AJAX for website navigation? Fortunately Google have everything under control, you can easily tell Analytics that the user is loading another page by using _trackPageView. You should already have the latest Google Analytics tracking code called […]

 

Recently I have had a nightmare of a problem with an apparent rendering bug in IE7 + IE8 which had all the hallmarks of the “peakaboo bug”. Firstly, here is a quick explanation of my problem: AJAX fetches content into an element on the page, in ALL other browsers this content appears and works normally […]

 

I have been working on a plugin for WordPress that implements AJAX for internal blog browsing. Today I proudly release this plugin for anyone with a WordPress blog or website to utilize. Features: Navigate the site with AJAX – Only required content is loaded into the page. While navigating the browsers address bar will update […]