Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
Similar Posts
Subtle Patterns – Design Patterns Texture Backgrounds
Subtle Patterns is a collection of 101 high quality design patterns for you to use freely. New patterns added weekly. And, yes, all the texture backgrounds tile.
301 Redirect Htaccess Rules
How to force HTTPS using the .htaccess file – InMotion Hosting To force all web traffic to use HTTPS insert the following lines of code in the .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] Note: Be sure to replace www.example.com with your actual domain name. Setting up Permanent 301 Redirects –…
WordPress Tutorial – Remove the Word “Protected:” from Title Text of Password-protected Pages
Remove the word “Protected:” from title text of password-protected pages. Big thanks to t31os on the WordPress forums. Check out t31os’s site for more WordPress tips. The following filter function code is placed in the functions.php file, this way it doesn’t accidentally get replaced when WordPress is upgraded. <?php function the_title_trim($title) { $pattern[0] = ‘/Protected:/’;…
E-commerce tip: Before adding 300 products, make sure shipping & tax work
Test shipping & tax with a few products first. Shipping, in particular, is one of the pain-points that must be worked out and tested before adding 300 products.
Opera Mobile Emulator
Opera Mobile Emulator Do your mobile development straight from your desktop, and pair it with Opera Dragonfly for advanced debugging. Opera Mini Simulator The Opera Mini Simulator is a demo of Opera’s feature phone browser. It can be accessed from any Java-enabled Web browser, or downloaded and run independently.
WordPress Tip: Insert iFrame Code in WordPress Posts and Pages
Problem: iFrame code gets stripped out of WordPress 3.0 Page and Post Solution (original instructions): How to install: Download http://wordpress.org/extend/plugins/insere-iframe/ Unzip the file to your /wp-content/plugins/ directory Activate plugin Usage: To insert an iFrame in your post, insert the code below in the place that you want the iframe (without spaces between [ and iframe:…
