JSLint is a JavaScript code validator which will check the syntax of the code you have written. Now more often that not when I write my code I leave a comma in where its not needed or miss a bracket which is usually fine in Firefox. But when you try the code in Internet Explorer it throws a wobbly. If I find I am having issues with IE then I put my code through JSLink which highlights any issues with your code. When you have over 100 lines of JS and you know you are hunting down one comma this can be tricky – but this site takes the guess work out of the process.
Posts Tagged ‘javascript’
JS Lint
Wednesday, April 15th, 2009Mootools form validation with mootools.floor
Monday, March 23rd, 2009Latest javascript mission was to get some nice validation for a holiding page I was creating I wanted something quite simple but ended up coming across a class called mootools.floor which cover all your validation needs e.g. email check, compare two field etc there are a long list of possibilites in the documentation
MooTools preloading image rotator class
Saturday, January 17th, 2009Following on from my previous post about a pre-loading image rotator I have decided to create a mooTools class for it so it can be used easily over and over again.
Mootools Popups
Tuesday, January 6th, 2009On most project I tend to use this somewhere or other a “slimbox” type of popup you know the ones. Well here are two takes on this effect allowing for images/iframe content and ajax calls.
JShop Review
Friday, October 31st, 2008Ecommerce is something I haven’t really covered in any huge depth before but along came the opportunity at work to get stuck into making a shop online. At my old company we were about to start a site using JShop but the time came to move on. So a few weeks into my new job along came a project – an ecommerce site in JShop.
MooTools preloading image rotator
Monday, October 20th, 2008I must have written six or seven of these bad boys since about January so I though one last time I’ll post it here and adapt it from time to time when I need it ! So here it is for both me any anyone else intrested
MooTools product scroller
Friday, October 17th, 2008On a recent project we needed a way of scrolling a product listing nicley I came up with following.