Stack overflow error in Internet Explorer with Nivo Slider

Geplaatst in Wordpress op 11 oktober 2011 door hrbrt – Geef als eerste een reactie

Internet Explorer was giving a ‘Stack over flow error at line 1010 after integrating Nivo Slider in a WordPress template.

Debugging the page using FireBug in FireFox browser I found that there was also an error saying:

too much recursion:

return (inline === false ? this.toArray() : this)._reverse();

Then using Google I found the solution;

I tracked it to Prototype.js and then to the Nivo Slider script. This error occurs everytime the Nivo Slider script is finished with it’s loop through the images and is about to begin the loop again.

I had the very same issue and I resolved modifying jquery.nivo.slider.js or jquery.nivo.slider.pack.js at the very bottom from:

 

$.fn._reverse = [].reverse;

to

$.fn._reverse = []._reverse||[].reverse;

Now the libary works with or without prototype.js, choosing the right function.

OSX Desktop does not function as desktop

Geplaatst in Mac OSX op 12 augustus 2011 door hrbrt – Geef als eerste een reactie

There is no default application to open the document “Desktop”.’ OSX problem when trying to open de desktop folder in the Finder. This can be solved by doing the following …

Lees verder »

Verhuismanager.com vindt aansluiting bij TeleWerkForum

Geplaatst in Algemeen op 19 mei 2011 door hrbrt – Geef als eerste een reactie

Verhuismanager.com heeft zich met ingang van 1 januari j.l. ook als actief participant aangesloten bij het forum. Zij ondersteunt hierbij het belang om samen met andere organisaties deel te nemen aan het promoten en adviseren omtrent het telewerken.

Lees verder »

ACAT Nederland is dringend op zoek naar nieuwe bestuursleden

Geplaatst in Algemeen op 29 april 2011 door hrbrt – Geef als eerste een reactie

Oecumenische vereniging ACAT Nederland zoekt onder andere een voorzitter, secretaris en bestuursleden …

Lees verder »

Maak je mac compleet met TotalFinder

Geplaatst in Mac OSX op 6 april 2011 door hrbrt – Geef als eerste een reactie

Al sinds in het Mac OSX gebruik miste ik een aantal zaken in de standaard OSX Finder. TotalFinder is een droom die uit komt…

Lees verder »