Error, success, warning and info messages/alerts made entirely with CSS. These messages should be output to the user to let them know how things are going with their interaction with the site. Also please note that these use Font Awesome. […] Read More »
Tag: CSS
Simple jQuery Tabs
I can’t exactly say why, but I’ve been really into doing little CSS code snippets like this tabs example lately. The tabs are a single content area with multiple panels, each associated with a header in a list. Clicking on […] Read More »
Pure CSS Buttons 2
More buttons made purely with CSS in a few different colors. Really I just made them for myself (again) so I can use them again later. Easy to copy paste and then use them however you want. Feel free to […] Read More »
Theme Development From Scratch w/ Underscores & Foundation
I recently watch a presentation on WordPress.tv given at WordCamp Orange County 2014 on the topic of creating your own theme using Underscores and Foundation. After I had finished the video, I tried out this technique of theme building myself, […] Read More »
Pure CSS Buttons
Buttons made purely with CSS in a few different colors. Really made them for myself so I can use them again later. Easy to copy paste and then use them however you want. Feel free to copy paste and use […] Read More »
CSS Columns (Part II)
In last week’s tutorial on CSS Columns I went over the basic creation of columns using the CSS3 properties column-count and column-width. These can be used individually to create columns just fine, but as was mentioned last week the best […] Read More »
CSS Colums
One of the most highly requested features for modern websites is a column layout. Clients want to be able to display their content in 2, 3, 4, etc… columns. There has been a big resurgence in a “print-style” for websites […] Read More »
Basic jQuery Tutorial Part IV
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Basic jQuery Tutorial Part II
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »