New project I have been working on with @gherman222
We are very excited to release this project soon.
Check out the screenshot of the homepage.
Graphic Designer, Front-End Web Developer
By Chad Ritchie
New project I have been working on with @gherman222
We are very excited to release this project soon.
Check out the screenshot of the homepage.
By Chad Ritchie
See the Pen Bootstrap viewport sized typography by Chad Ritchie (@chadritchie) on CodePen
Scale the Bootstrap Hero title using CSS3 viewport sized typography
By Chad Ritchie
Looking around the Internet at various SASS use techniques, I came across an article by Sacha Greif titled “SASS & Color Variables” The article discusses using some variables to store descriptive color names, and some other to assign those colors to their functions:
// first we set descriptive variables: $darkgrey: #333333; $blue: #001eff; // then we set functional variables: $text_color: $darkgrey; $link_color: $lightblue; $border_color: $lightblue; .myClass{ color: $text_color; border-color: $border_color; } a{ color: $link_color; }
I like the way this technique separates colors from function.
Read more about this technique at sachagreif.com
By Chad Ritchie
The new audio/video APIs give developers access to powerful media metadata, like ID3 tags.
Themes can now choose improved HTML5 markup for comment forms, search forms, and comment lists.
By Chad Ritchie
From the first word you write, WordPress saves every change. Each revision is always available. Text is highlighted as you scroll through revisions at lightning speed, so you can see what changes have been made along the way.
[Read more…] about WordPress 3.6 – Favorite Features
By Chad Ritchie
Check out the new WordPress Twenty Thirteen theme!
The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging.
Inspired by modern art, Twenty Thirteen features quirky details, beautiful typography, and bold, high-contrast colors — all with a flexible layout that looks great on any device, big or small.