By Clinton Reeves / Posted 12.11.2012 / In Code, HTML, jQuery, Tips, Code Tips / 0 comments
Have you ever wondered how all of those sites out there submit forms without reloading the page and in turn, run a sweet little animation? The answer is AJAX. And it's very easy to use. This introductory tutorial walks you through setting up AJAX based form submissions for a shopping cart.
By Terris Kremer / Posted 8.7.2012 / In Code, CSS, HTML / 0 comments
Separate layout from content, keep CSS lean by identifying reusable styles and create HTML/CSS patterns that anyone can use with an Elements Palette.
By Terris Kremer / Posted 7.10.2012 / In Code, CSS, HTML, jQuery / 13 comments
I was recently tasked with building a responsive navigation menu for a project I was working on at Q Digital Studio. Wanna know how I did it? Join me as I run through how to make a responsive toggle menu.
By Laura Riegel / Posted 2.14.2012 / In Code, CSS, HTML, Tips, Code Tips / 0 comments
The Meta Q team is very excited to announce the release of our mobile site. As one of the main developers on the project, I wanted to share a little bit about the process and some of the key elements we put in place along the way. Hopefully some of these tools and tips will come in handy when working on your own mobile sites.
By Clinton Reeves / Posted 10.11.2011 / In Code, ExpressionEngine, HTML, Tips, Content Tips / 0 comments
In Part I of this series, we look at the importance of having RSS Feeds available on your site. With the rise of social media, many believe that feeds have become a thing of the past. This couldn't be further from the truth. Feeds serve a specific purpose and are just as important now as they have been in the past.
By Terris Kremer / Posted 5.24.2011 / In Code, HTML / 2 comments
I have to admit that as I get older it becomes more and more difficult to learn new tricks and HTML5 has been no exception.
By Terris Kremer / Posted 3.29.2011 / In Code, CSS, HTML / 0 comments
Meta Q's Code Word series presents simple but common HTML and CSS problems in hopes of creating a conversation about best coding practices, introducing new ideas for solving them and giving beginners a head start. Each article in the series will present one problem and our possible solution. This issue's code word: ColorMe
By Terris Kremer / Posted 3.8.2011 / In Code, CSS, HTML / 3 comments
Since Q Digital Studio began implementing Object Oriented CSS (OOCSS), both our front-end development time and our browser testing efforts have been reduced immensely. More of a CSS philosophy than the average framework, OCSS is the brainchild of Nicole Sullivan (stubbornella.org), who developed its principles while consulting for Facebook.