JavaScript
JavaScript is a programming language that (almost) all web browsers understand. It’s the main language used for client-side scripting: adding logic and commands into a web page to get it to do stuff.
It’s used in other places (like server-side code, inside Flash movies etc.), but it started life as a lightweight script for the web. It’s compact and fairly easy to learn, similar in style to other languages like C and PHP.
-
Jul82011
How to Embed Retweetable Tweets on your Site Using Twitter Web Intents
A guide to embedding your latest tweet on your website, and how to integrate that with Twitter Web Intents so visitors can retweet directly from your site.12 comments -
Jan252009
CAPTCHA Alternative? Try this Invisible Human Check for Web Form Validation
Looking for an alternative to CAPTCHA? Try this neat Javascript-based human form checker to stop spam bots from submitting web forms on your website. -
Oct42006
JavaScript 101: Hello World!
Tutorial introducing block/inline JavaScript to beginners learning to code javascript. Explains what you can do with JavaScript with basic examples.
