BlogBuzz January 19, 2013

WordPress Core Control

I’ve been working on a WordPress plugin that takes advantage of the WP-Cron system (which, for the uninitiated, is a sort of event scheduling system that runs functions in WordPress at predetermined intervals). Unfortunately, that’s a bit of a pain considering the nature of…

Post to Twitter From a PHP Script: 2013 Edition

Back in 2009, I wrote a post on how to write a simple PHP script to call on the Twitter API and update your status. Despite its popularity, the information hasn’t been relevant in some time. (Things certainly have changed since then!) The Twitter…

BlogBuzz January 5, 2013

Manipulating Color Data with phpColors

phpColors is an interesting library that makes it easy to work with colors in PHP. It can determine whether a color is dark or light, as well as darken or lighten a color incrementally, as well as generate complementary colors. It has functions that…

Best of 2012

Today Webmaster-Source enters its seventh year. Historically I have done a quick roundup of some of the more interesting posts from the previous year, and I intend to continue with that tradition going into the new year. So, without further ado, let us recap.…

4 Useful cURL Tricks

cURL is pretty much the universal go-to tool for testing HTTP responses from the command line. If you’re not already familiar with it, here are a few handy things you can use it for. Checking Headers You can use cURL to see the headers…

Scratchpad

Scratchpad: Write HTML and Watch it Render Instantly

Scratchpad does exactly what it says on the proverbial box. It acts as a convenient place to experiment with HTML, CSS and JavaScript. You get a two-pane screen with the page source on the left and a live-updated render on the right. As you…

mashable-rww-tnw-redesigns

A Strange and Sudden Design Trend

It’s weird. Practically overnight, several major blogs rolled out similar redesigns that follow this emerging trend that Usability Post has documented. Suddenly, Mashable, The Next Web and ReadWriteWeb all have new designs that feature prominent top bars (which are primarily statically positioned), responsive designs…

Jakob Nielsen Slams Windows 8 Usability

I’m not normally one to agree with Jakob Nielsen, but he really hit the nail on the head with his fresh rant panning Windows 8. He has seven main complaints, from the “double desktop” inconsistency and low information density to the overly flat UI…