Skip to main content
[2013-03-18]

A better responsive sidebar

#css #responsive-design
Sidebar content always gives me a little twinge when it comes to responsive design. Typically a left sidebar will end up stacking directly above the content and a right sidebar directly below. This can be fine, unless your left sidebar has 5 different content areas and now the user has to scroll two screen lengths just to read an article.
[2013-02-24]

Speed Up WordPress Load Time

#htaccess #tips #wordpress
I like that WordPress has a built in permalink builder, however I wish it had a built in way of adding your own custom rules. You can, however, write a function to hook with the flush_rewrite_rules() built in WordPress.
[2013-02-19]

Modern IE, Aptana and SVN, and Responsive...Fonts?

#aptana #css #internet-explorer #responsive-design #svn
Here is a quick roundup of some interesting links for just the beginning of the week: modern.ie is a site by Microsoft basically saying "Sorry we've been ruining your life, we're going to act like we know about web standards now."  In all honesty though,  I give Microsoft respect for at least attempting to clean up their previous embarrassments.
[2013-02-16]

Lorem Ipsum meet BLOKK

#concept-design #font
Lorem Ipsum is a slew of text that is used as filler content to help flush out a design or concept. It comes in handy when developing websites as well. A designer's template concept is built on a static environment created by them.
[2013-02-12]

Ubuntu Software Center Not Responding

#ubuntu
My son is attempting to be an avid Ubuntu user it seems, quite adventurous for someone not even two. I'm not sure what he did, but he managed to open Ubuntu's software center about twenty times. Next thing I know I am getting a whole of bunch of error logs and "not responding" messages. Next thing I know my applications are missing from the dash home.
[2013-02-10]

relogo: rel="logo"

#rel #relogo
There is a new proposed "standard" rumbling around the 'nets on how to provide an up-to-date logo for a brand using the <link> tag.  The goal is to provide outside websites, applications, readers, and whatever else the Internet may bring with an always up to date logo. Think of it as your favicon for browsers, our the apple-touch-icon.
[2013-02-10]

Tips & Tricks: the WordPress Photo Gallery

#css #php #wordpress
With WordPress 3.5 came an awesome revamp of the media library that allows users to easily place a photo gallery from new and old images within the media library. The gallery shortcode was introduced and provides quite a few different features, all available from a user interface and not just shortcode attributes.
[2013-02-05]

Responsive Images

#css #responsive-design
Responsive design is all about the ever growing number of mobile devices that individuals can view a website on. Creating a fluid grid system to adapt to these different screen resolutions and widths is a major undertaking.
[2013-02-02]

XAMPP: Fix automatic script installs

#apache #xampp
I use XAMPP as a local test server on my Mac for testing and debugging. I mean, nothing is more embarrassing than making file changes to a live site and bringing it down. One thing always bothered me, but not to the point of solving it. WordPress, Drupal, and other CMS software provide built in automatic updates or installation - but out of the box it does not work on XAMPP.