Skip to main content

📘 Understanding Drupal: A Complete Guide to Caching Layers — my new book is out now!

[2013-04-02]

XAMPP MySQL Command Line

#mysql #xampp

MySQL command line allows you to manage your database environment through your terminal, or command prompt for Windows. Typically when you set up a web server you would have installed MySQL as its own service and can easily access the MySQL command line via mysql (mysql.exe).

[2013-03-30]

Matt Cutts from Google on WordPress and SEO

#seo #wordpress
This video was recorded from WordCamp 2009 in San Francisco back in 2009. Four years may have passed, but the basics of search engine optimization are still there. I think one of the problems we all face when dealing with SEO is becoming too calculated and analytical instead of trying to be natural - which Google tries to do.
[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.