Links & Resources

Home »  Links & Resources

Browser compatibility
–Browser compatibility page: –http://goo.gl/hRTlO
–Overall W3C DOM core compatibility: –http://goo.gl/lyO0f
–CSS compatibility: –http://goo.gl/K4ON5
–HTML5 compatibility: –http://goo.gl/xQHXV
–Mobiles compatibility: –http://goo.gl/gSWcN

–Interactive examples
–Image maps: –http://goo.gl/jDpvu
–Input and forms
–Typical text fields: –http://goo.gl/5HgGm
–Typical checkboxes: –http://goo.gl/KTxx9
–Email forms: –http://goo.gl/sMY3r
–Random number generation: –http://goo.gl/nZmXv
–Events and reactions: –http://goo.gl/R2GOk, –http://goo.gl/7EL5A
–Input validation: –http://goo.gl/UGG0f

General HTML
HTML character sets testing @ w3schools: –http://goo.gl/mMeEO
Meta tags reference: http://goo.gl/eMbLV
On page transitions: http://goo.gl/8OZjr
Live tryout on headings: http://goo.gl/8lXul
Live tryout on paragraphs: http://goo.gl/1O68C
Live tryout on fonts: http://goo.gl/wzK7K
Live tryout on ordered lists: http://goo.gl/nmnEa
Live tryout on unordered lists: http://goo.gl/ly5hH
Live tryout on absolute URL links: http://goo.gl/UGVqL
Live tryout on relative URL links: http://goo.gl/CW8ob

Images
Typical image placement: –http://goo.gl/vFTNX, –http://goo.gl/lAHz1
Image link: –http://goo.gl/PpTDN
Client-side image map: –http://goo.gl/8KgvC
Server-side image map (form-based query): –http://goo.gl/buk3F
Image alignment: –http://goo.gl/oAnVN
Image floating: –http://goo.gl/W6fj0

Tables
Simple tables: –http://goo.gl/lSvZs
Table headers: –http://goo.gl/OKug5
Empty cells: –http://goo.gl/u3uau
Tags inside a table: –http://goo.gl/L3l25
Cells that span more than one rows/columns: –http://goo.gl/kiFdj
Cell padding and spacing: –http://goo.gl/uNcfY, –http://goo.gl/lKkN2

Frames
Horizontal frameset: –http://goo.gl/yzdB8
Mixed frameset: –http://goo.gl/f6Izp
Frameset with “noresize”: –http://goo.gl/DX3P2
Typical usage example site: –http://goo.gl/xwoVx

CSS
Live list of selectors: http://goo.gl/jptzq
Live list of properties: http://goo.gl/iHoJC
Complete CSS references: –http://goo.gl/OfKlt, –http://goo.gl/JKIF1, –http://goo.gl/tJdgV, –http://goo.gl/DbzD6

Aural style sheets
Defined in W3C –in Appendix A. Aural style sheets, W3C Recommendation, CSS2.1: –http://goo.gl/7Ehmj
In CSS Speech Module, W3C Candidate Recommendation, CSS3: –http://goo.gl/Bvbt2
Browser support
Opera: –http://goo.gl/cq5cE
Firefox with FireVox plugin: –http://goo.gl/gncbc
CSS aural media browser conformance tests: –http://goo.gl/q5zxb

JavaScript
ECMAScript language test262 site: –http://goo.gl/ZLYot
hello world’ example: –http://goo.gl/nMcHx
Creating objects: –http://goo.gl/tXBVA
Examples on operators: –http://goo.gl/ds6t9, –http://goo.gl/al5us, –http://goo.gl/yA8Gh
Calling functions: –http://goo.gl/zrZOp, –http://goo.gl/Bcq87
Loops: –http://goo.gl/sdztR, –http://goo.gl/Itwwd, –http://goo.gl/b8hwk, –http://goo.gl/MGnhc, –http://goo.gl/OcZGG, –http://goo.gl/agf2X, –http://goo.gl/MoFKc
Error handling: –http://goo.gl/0ieMD, –http://goo.gl/ay8a6

Using the DOM
–Change the output stream
Create dynamic HTML content: –http://goo.gl/2FMD2
Change content
Easiest way – by the innerHTML property: –http://goo.gl/5oDa4, –http://goo.gl/MIIeI
Change attributes: –http://goo.gl/ASw6D
Change style: –http://goo.gl/JzLea, –http://goo.gl/z2xzV, –http://goo.gl/cQi2M
–HTML DOM style object reference: –http://goo.gl/u2SnW