
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 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:/’;…
Bitcoin Payments In WooCommerce Store
OpenNode allows you to accept Bitcoin payments on your WooCommerce store. From OpenNode’s site: How does OpenNode work with WooCommerce: OpenNode integrates with WooCommerce with a simple plugin that gives any WooCommerce the ability to accept Bitcoin payments. With a no-code integration, any WooCommerce business can accept Bitcoin payments on the Lightning Network using OpenNode….
Form Field Usability: Matching User Expectations
By Jamie Appleseed, Aug 31, 2010 I see the mistake again and again – web designers that either don’t adjust the width of their form fields at all or adjust it based on what looks best in the layout of the page. To achieve good usability you should however adjust the width of your form…
Business Identity Kit: Complete branding, stationery and Web presence
Business Identity Kit includes: logo design, business cards, letterhead, envelopes, domain name, Website hosting, e-mail accounts and WordPress blog with your new logo. Complete branding, stationery and Web presence to kick-start your business. Three logo design concepts Business card layout and printing Letter head layout and printing #10 Envelope layout and printing Domain name search…
PHP difference between home_url() vs get_option(‘home’)
home_url() is faster and secure than get_option(‘home’) – Source Example using “/” (source): Output (echo): http://www.example.com/ Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
Launching a New or Redesigned WordPress Website? Here’s A Checklist
Website design/redesign How many web pages: 3, 5, 100? Function of each page? Contact form Event Calendar Shopping Cart Image Gallery Testimonials Appointment Scheduler What type of site layout? Sidebars Footer content Header Menu Background images Custom colors Menu structure: Which Pages will be top-level on your menu, and which Pages will be sub-pages? What…