Recently I’ve been contemplating if Foundation is a little too bulky for my DobsonDev Underscores project. All I usually use from Foundation is the responsive grid system, the visibility classes and some typography settings. I wondered to myself if I […] Read More »
Category: HTML
Tournament Bracket HTML & CSS
I’ve been working on creating a tournament bracket program (hopefully in the form of a plugin) lately just as a for fun project. Below is the basic HTML and CSS for it. It’s modeled of the tournament’s from Team Liquid’s […] Read More »
Sexy Underscores/Foundation Footer
I’m back! I took this summer off from blogging just to relax and enjoy my vacations etc… But I’m happy to be back and will try to put out some really helpful blog posts. I have been working on some […] Read More »
Web Workers Demo
Web Workers are a simple JavaScript API that allow for background threads to be run while the user experience/interface is left uninterrupted. Web Workers are passed messages by the main script, run their process with that message and then return […] Read More »
Error, Success, Warning & Info Messages
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 »
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 »
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 »