Category Archives: Java Script

AJAX Charts

componentart.com Have some very nice components if your looking for out of the box AJAX UI / Charting
Great for a paid version of Open source flash charts

Also posted in AJAX, Web Development | Leave a comment

ClickJacking

A few points about ClickJacking, something which could have attackers watching your webcam without you knowing (or a whole lot more likely clicking ad’s you didn’t want to!) ClearClick was said to kill clickjacking but sources say this isnt the case.

Posted in Java Script | Leave a comment

Good Javascript reading

Good as in phenominal and this javascript is that - if your looking for javascript reading - read this!

Posted in Java Script | Leave a comment

Browser Compatability Checking

Checking out your latest web development browser compatibility is an important thing to do, the following will help you check all the important browsers out on your own box (vmware will help you achieve all as you need macosx for multiple safari.)

http://tredosoft.com/Multiple_IE
http://tredosoft.com/IE7_standalone
http://browser.netscape.com/
http://michelf.com/projects/multi-safari/
http://www.mozilla-europe.org/en/firefox/
http://www.apple.com/safari/
http://www.google.com/chrome
http://www.oldapps.com/forum/showthread.php?t=213
http://www.thesitewizard.com/webdesign/multiplebrowsers.shtml

Also posted in Web Design, Web Development, Web Standards | 1 Comment

Pure CSS dropdowns

As users catch up with browser versions this wont be an issue but with everyone so javascript paranoid its nice to have a fallback noscript Pure CSS menu in the wings. This is an excellent example.

Also posted in Web Design, Web Development, css | Leave a comment

Modalbox

Seems like all i do these days is make things appear and dissapear with javascript!
But who can beat a bit of AJAX in a nice modal box eh?

Also posted in Web Design | Leave a comment

Not ideal but if you do want to..

Messing with images after the page loads with Javascript can be the most strait forward way of doing things, although it does lead to the end user needing the js to be on. Can reduce server loading times but also can make images slightly less crisp in my experience.
Still…Javascript image manipulation
<lateR> theres also this

Also posted in Web Design | Leave a comment

NicEdit

A superb inline editor - I prefer this over fck editor for nice projects

Also posted in Libraries, Web Development | Leave a comment

Javascript and Flash Photo Galleries

The day where I need a new flash gallery has come around again so heres a good place to find them if your not building your own!

Also posted in Flash, Photography, Web Design, Web Development | Leave a comment

Javascript Reading

The Spanner is always worth a read, and the hackvertor is a useful biproduct of the blog

Also posted in Hacks | Leave a comment