This website is Brian Treese's Angular Development Blog.
The site provides practical, hands-on tutorials and resources for
developers who use the Angular framework. The tutorials cover modern
Angular techniques including Signals, Components, Forms, Animations, CDK
(Component Dev Kit), and Styling. Each tutorial includes code examples,
video demonstrations, and step-by-step instructions to help you build
Angular applications.
January 10, 2014
For those of you that have read my post "SVGs are Cool & You Should Start Using Them, If You’re Not Already" you know that I am a fan of SVGs. In fact, now that I know a little more about them I feel that they are very under used in modern web development. They are light weight, resolution independent, and they really open up the door to so many possibilities for enhancing user experiences.
January 06, 2014
layout: post
title: “My Favorite Web Design & Development Resources”
date: “2014-01-06”
tags:
“CSS”
“HTML”
“JavaScript”
“Resources”
“SVG”
“Web Development”—
December 29, 2013
Most of the time when using HTML and CSS we are simply drawing flat rectangles, rounded rectangles, or circles within 2D space. CSS Transforms allow us to alter the shape, position, rotation, and scale of html elements within both 2D and 3D space. When combined with CSS transitions, transforms can really enhance the user experience although that topic will require its own post.
December 20, 2013
New in the world of web layouts is the CSS3 "Flexible Box Layout Module" known as Flexbox. It is so new in fact that at the time of writing this post it is still just a W3C Recommendation and is still in flux with different browsers implementing things a little differently. That being said, it actually has been around since 2009 although the syntax was different. The most recent version of the module seems to be fairly stable with solid support among the latest versions of all major browsers.
December 14, 2013
Up until a couple of months ago I had no idea that there was even such a thing as an inline SVG. Once I found out I realized that I need to learn more about them. First off SVG stands for "Scalable Vector Graphics" which literally means just what it says. It's simply an image format containing XML code that describes vector graphics which can be resized large or small without affecting quality.
December 04, 2013
layout: post
title: “How to Create a Text Glow Effect Using CSS3”
date: “2013-12-04”
tags:
“CSS”
“SVG”—