Tutorials - Category Archive

Motorola Triumph Phone Storage Low All the Time – Solution Using Stock ROM

Is your stock Android Motorola Triumph on Virgin Mobile constantly telling you that it’s out of memory, despite the fact that you keep uninstalling apps and deleting files all the time? Odds are, you are running into the same problem repeatedly. Most likely due to some sloppy programming on the part of Motorola, there are log files that get created … Read More

How to Disable a CSS Filter in Internet Explorer

Do you have an active filter in the CSS of your website that greatly benefits the design in most browsers, but for whatever reason, need a way to selectively disable it? Whether it’s to create a nice transition where the filter is disabled, you are making stylesheets for specific versions of IE, or you are using media queries to selectively … Read More

How to Force a Button or Link to be 100% Width CSS Tutorial

These are instructions on how to make an HTML link or button expand to be as wide as its parent element. Maybe you have been confused in the past and that darn link just never wants to grow. Here is the CSS you are going to want to apply to that link.

And the corresponding HTML:

The secret … Read More

WordPress Gallery Plugin: Warning: array_merge() Error

When you try to update you gallery using the WordPress Gallery Plugin, are you getting a string of php errors reading something alone the lines of: “Warning: array_merge() [function.array-merge]: Argument #1 is not an array?” If that’s the case, there may be a simple solution. 1. Exit the gallery post. 2. Reload the post. 3. Make sure the post has a title (This … Read More

How to Enable and Use Custom Fields in WordPress Without Plugins

An annoying problem I’ve had lately that somehow is almost impossible to troubleshoot online, is enabling or finding custom fields in WordPress without adding a plugin like Advanced Custom Fields (which is typically what I recommend using). This should work I believe with any version of WordPress after about 3.1 as well, where the Custom Fields are hidden by default. … Read More