slieschke + javascript   48

How Browsers Work: Behind the Scenes of Modern Web Browsers
"As a web developer, learning the internals of browser operations helps you make better decisions and know the justifications behind development best practices. While this is a rather lengthy document, we recommend you spend some time digging in; we guarantee you'll be glad you did."
html  javascript  css  dom  newbie 
august 2011 by slieschke
Learn How to Make Websites
A good collection of pointers to introductory, intermediate and advanced material on HTML, CSS and JavaScript
html  css  javascript  newbie 
may 2011 by slieschke
JavaScript Garden
JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle bugs, as well as performance issues and bad practices that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide.
javascript  newbie 
april 2011 by slieschke
Named function expressions demystified
My take on it: not worth the hassle of doing it correctly given the frequency I come across this as a pain point
javascript 
october 2010 by slieschke
Stop (Mis)Using Return False
Correct use of stopping event propagation and bubbling; talks about jQuery but is equally applicable to other frameworks like YUI.
javascript  dom  newbie 
september 2010 by slieschke
How Forms Submit When Pressing ‘Enter’
I've written a test page to investigate this behaviour in the past. This is more complete, and shared with the world to see! Kudos!
html  javascript  dom 
july 2009 by slieschke
A Style All Their Own
JavaScript style property names and browser supprt
css  javascript  dom  newbie 
july 2008 by slieschke
Securely accessing content from multiple HTTP sources
Includes a nice brief history of AJAX in the "Round pegs, square holes" section
security  http  javascript  dom 
april 2007 by slieschke
Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
An introduction to 'raw' Ajax. Generally you'll want to make use of a library to simplify this stuff.
javascript  newbie 
february 2006 by slieschke
Mastering Ajax, Part 1: Introduction to Ajax
An introduction to 'raw' Ajax. Generally you'll want to make use of a library to simplify this stuff.
javascript  newbie 
february 2006 by slieschke

Copy this bookmark:



description:


tags: