
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
WordPress Plugin: SimpleModal Login, User Registration & Forgotten Password
Just added this WordPress plugin from Eric Martin to my site: SimpleModal Login is a modal Ajax login for WordPress which utilizes jQuery and the SimpleModal jQuery plugin. There are currently two themes available, each of which can be modified as required. As of 1.0, the plugin features the user registration and forgot password features….
Using CSS Text-Shadow to Create Cool Text Effects – Line25
http://line25.com/articles/using-css-text-shadow-to-create-cool-text-effects …six text effects of vintage/retro, inset, anaglyphic, fire and board game in the demo, then copy the code snippets below to use the effects in your own designs. Needless to say you’ll need a text-shadow supporting browser (Safari, Chrome, Firefox) to see them in all their glory. Share this post: Share on X (Twitter)…
Zen Cart FIX – Can’t Download MP3 After Purchase
Problem: Cannot download a virtual product (MP3) after it’s been purchased. In this case, it was purchased with a coupon code. Solution: Changed /pub folder’s file permissions from 777 to 755. Warning: I have no idea if this is a good idea. I prefer the folder to be set to 777. But it just wasn’t working…
Ecommerce shopping cart | Website design | WordPress | WordPress plugins | WordPress shopping cart | WP e-Commerce
WordPress Tutorial – WP e-Commerce 3.7.4: Change “P&P” text to “S&H” for Shipping & Handling
UPDATE (Aug 2, 2010): Click for the newest info for changing P&P to S&H in WP e-Commerce version 3.7.6.7 Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
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:/’;…
Zen Cart Shopping Cart – Editing Zen Cart “Order Email Confirmation” text
Editing Zen Cart “Order Email Confirmation” text This is the file that a customer receives as confirmation for their purchase: 1. (Template override) file located at: root/includes/languages/english/musicforhope/checkout_process.php 2. Original file copied from: root/includes/languages/english/checkout_process.php — Editing Zen Cart “Email Disclaimer” text at bottom of “Order Email Confirmation” email This is the lower half of the info…