Category Archives: Javascript

Tutorial: Using FCKEditor FileManager in the new CKEditor

Recently I decided to upgrade a clients administration panel from the old FCKEditor to the new CKEditor – however after installation I realised the FileManager was missing… So I started trawling the internet looking for an alternative. I came across …

Read more »

JavaScript: Basic, Multi-Dimensional & Associative Arrays

Arrays are an amazingly useful variable in all programming languages, they allow you to store vast amounts of organised data in just one reference. This helps not only on software memory usage and speed – But also on program complexity …

Read more »

Using Google Analytics on AJAX Requests

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 …

Read more »

AJAX loaded content not visible in IE7 + IE8 with jQuery

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 …

Read more »

JavaScript: Changing the page title with JavaScript

So this is something I was implementing today. And as I usually do with these sorts off tasks, I did a search on Google to see if there were good/bad methods to accomplishing the task I required. However the first …

Read more »

JavaScript: Change address bar URL when loading content with AJAX

Isn’t it annoying when you have a website that uses AJAX to load each page of the site, but the URL in the address bar just stays as the URL to the entry page to the site? Well it’s not …

Read more »

Javascript: Google MarkerCluster – Stop the first marker from clustering

Recently I have been working on a project for work that allows customers to book train tickets and a hotel in one package (saving them money), how the system is working is the user first selects there train travel, after …

Read more »

JavaScript: Page scrolls when you use scroll wheel on Google Maps

Firefox (and perhaps other browsers) seems to have a bug when it comes to using the scroll wheel on an embedded Google Map. Quite often the page will also scroll when you use the wheel to zoom in and out, …

Read more »

JavaScript: parseInt() Tip to avoid NaN

parseInt() is an incredibly useful function which is available in some form in all programming languages, however in JavaScript there is one slightly annoying difference… Unlike in other languages which either throw an error or just assume 0 when a …

Read more »

506342_Wanted 468x60

JavaScript: Explode a string

Those of you who are familiar with PHP know a very useful function called explode() which takes a string and a delimiter and splits the string into an array using the delimiter as the splitter. So for instance a string …

Read more »


Corel