Yep, I still need to finish learning these languages, lol... I might as well do this in public... to shame myself. xD!
For the books, I will have the chapter layouts listed below, and have folders inside the ./docs folder directing to each book, and chapter inside the books that I use. Keep in mind that I may not use all chapters or pages in them. For the website list - and the book list for that matter - may be updated (only added to), as the time progresses.
- HTML5 and CSS3 All In One For Dummies - Written by: Andy Harris - (Yes, I know this is outdated)
- Coding with JavaScript For Dummies - Written by: Chris Minnick, Eva Holland - (Also pretty outdated)
- Building Websites All In One For Dummies - Written by: David Karlins, Doug Sahilin - (Again, pretty outdated)
- About This Book
- Foolish Assumptions
- Use Any Computer
- Don't Buy Any Software
- How This Book Is Organized
- New for the Third Edition
- Icons Used in This Book
- Beyond the Book
- Where to Go from
- Creating a Basic Page
- Understanding the HTML in the Basic Page
- Meeting Your New Friends, the Tags
- Displaying file extensions
- Setting up your software
- Somebody Stop the HTML Madness!
- XHTML had some great ideas
- Validating Your Page
- Aesop visits W3C
- Using Tidy to repair pages
- What's Wrong with the Big Boys: Expression Web and Adobe Dreamweaver
- How About Some Online Site Builders?
- Alternative Web Development Tools
- Picking a Text Editor
- Tools to avoid unless you have nothing else
- Suggested programmer's editors
- My Personal Choice: Komodo Edit
- Other text editors
- The bottom line on editors
- Finding a Good Web Developer's Browser
- A little ancient history
- Overview of the prominent browsers
- Other notable browsers
- The bottom line on browsers
- Making a List and Checking it Twice
- Creating an unordered list
- Creating ordered lists
- Making nested lists
- Building the definition list
- Building Tables
- Defining the table
- Spanning rows and columns
- Avoiding the table-based layout trap
- Making Your Text Hyper
- Introducing the anchor tag
- Comparing block-level and inline elements
- Analyzing an anchor
- Introducing URLs
- Making Lists of Links
- Working with Absolute and Relative References
- Understanding absolute references
- Introducing relative references
- Adding Images to Your Pages
- Linking to an image
- Adding inline images using the
<img>tag - src (source)
- height and width
- alt (alternate text)
- Choosing an Image Manipulation Tool
- An image is worth 3.4 million words
- Introducing IrfanView
- Choosing an Image Format
- BMP
- JPG/JPEG
- GIF
- PNG
- SVG
- Summary of web image formats
- Manipulating Your Images
- Changing formats in IrfanView
- Resizing your images
- Enhancing image colors
- Using built-in effects
- Other effects you can use
- Batch processing
- Working with Audio
- Adding video
- You Have Great Form
- Forms must have some form
- Building Text-Style Inputs
- Making a standard text field
- Building a password field
- Making multi-line text input
- Creating Multiple Section Elements
- Making selections
- Building check boxes
- Creating radio buttons
- Pressing Your Buttons
- Making input-style buttons
- Building a Submit button
- It's a do-over: The Reset button
- Introducing the
<button>tag
- New form input types
- date
- time
- datetime
- datetime-local
- week
- month
- color
- number
- range
- search
- tel
- url