Categories
Old Archives

An Introduction To Building And Sending HTML Email For Web Developers

Email design and development is a beast. Email client vendors haven’t been as progressive as web browser vendors in adopting new standards. Here’s an insight into the world of building and sending email, and a couple of code snippets and resources that are sure to add some hours back into your life. SOURCE https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/

Categories
Old Archives

Front-end Bookmarks

A collection of articles and talks about HTML, CSS, and JS, grouped by elements, attributes, properties, selectors, methods, and expressions. SOURCE https://www.frontendbookmarks.com/

Categories
Old Archives

Watch, Reference & Learn Code | CodeTime.io

Watch, Reference & Learn Code | CodeTime.io CodeTime.io was created by university instructors and app developers Trevor Greenleaf and Peter Medina to provide free lessons on web development for their respective students and anybody else who wants to learn code. CodeTime.io features video series on topics ranging from introductory HTML to leveraging the power of […]

Categories
Old Archives

Interneting Is Hard

Interneting Is Hard

Categories
Old Archives

Interneting Is Hard

Interneting Is Hard Friendly web development tutorials for complete beginners

Categories
Old Archives

HTML Reference

HTML Reference

Categories
Old Archives

Web Development Reading List #101 – Smashing Magazine

Web Development Reading List #101 – Smashing Magazine

Categories
Old Archives

7 Awesome Emmet HTML Time-Saving Tips | Design Shack

7 Awesome Emmet HTML Time-Saving Tips | Design Shack Emmet, formerly Zen Coding, is one of the most downright practical and productive text editor plugins that you will ever see. With its ability to instantly expand simple abbreviations into complex code snippets, Emmet makes you feel like a powerful coding wizard with the world at […]

Categories
Old Archives

The Beautiful HTML Presentation Framework | Web Resources | WebAppers

The Beautiful HTML Presentation Framework | Web Resources | WebAppers Reveal.js is a framework for easily creating beautiful presentations using HTML. It comes with a broad range of features including nested slides, markdown contents, PDF export, speaker notes and a JavaScript API. It’s best viewed in a browser with support for CSS 3D transforms but fallbacks are […]

Categories
Old Archives

Toying With the HTML5 File System API

Toying With the HTML5 File System API HTML5 provides us with a whole crop of new possibilities, such as drawing with canvas, implementing multimedia with the audio and video APIs, and so on. One of these tools, which is still relatively new, is theFile System API. It gives us access to a sandboxed section of the user’s local […]