Website Design – CSS Resource – Smashing Magazine

Smashing Magazine is one of the best Website design resources out there!

I’m currently researching CSS techniques and Smashing Magazine is consistently a great resource for Web design, CSS, jQuery, javascript.

45 Powerful CSS/JavaScript-Techniques
http://www.smashingmagazine.com/2010/01/12/45-powerful-css-javascript-techniques/

Site: http://www.smashingmagazine.com/

Follow them on Twitter: @smashingmag

Posted in CSS, Website design | Tagged , , | Leave a comment

Website Design – Zen Cart Ecommerce Integration – HolidayHope.net

Zen Cart ecommerce integration and design “skinning” by Designparc. Website design by Joshua Estes.

Zen Cart ecommerce integration Website design - HolidayHope.net

Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.

Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Tagged , , | Leave a comment

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 that a customer receives as confirmation for their purchase – everything from Payment Method and below:

1. (Template override) file located at:
root/includes/languages/english/musicforhope/email_extras.php

2. Original file copied from:
root/includes/languages/english/email_extras.php

Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Tagged , , , | Leave a comment

Banner Ad Design – Hope for the Holidays CD

hope_for_the_holidays_banner_jdrf_225x270

“Wow, I really like [the banner ad design]. I really like the way it looks – bold and eye catching.”

Kristian Darling, Founder
HolidayHope.net
Music for Hope benefiting JDRF (Juvenile Diabetes Research Foundation)
December 2009

Posted in Banner ad design, Banner ad design, Graphic designs, Website design | Tagged , , , , , | 1 Comment

Zen Cart – Adding jQuery Tabbed Content Box to Zen Cart EZ Pages

(Using Zen Cart 1.3.8a)

1. jQuery source:

http://net.tutsplus.com/javascript-ajax/create-a-tabbed-interface-using-jquery/

2. Zen Cart integration:

- CSS: Delete “*” and “body” classes from file. Put in template’s css folder (root/includes/templates/CUSTOM TEMPLATE/css). I changed file name from “style.css” to “style_tabbed_content.css”.

- Javascripts: Put all 3 javascript files in jscript folder (root/includes/templates/CUSTOM TEMPLATE/jscript). Must also add jscript_ text to the beginning of each file name (ie: change “jquery-1.2.6.min.js” to “jscript_jquery-1.2.6.min.js”) – this allows Zen Cart to link to your custom javascript via the custom template system.

- HTML: Open original index.html file, copy everything between body tags and paste into an EZ Pages page. HTMLarea must be ON in EZ Pages setup.

Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Tagged , , | 1 Comment

Website Banner Ad Design for Chargify.com

Banner Ad Design Chargify

Posted in Banner ad design, Banner ad design, Graphic designs, Website design | Tagged , | Leave a comment

WordPress 2.8.6 Security Release – Upgrade!

WordPress 2.8.6 Security Release, announced November 12, 2009:

2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges. If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.

The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch. The second problem, discovered by Dawid Golunski, is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations. Thanks to Benjamin and Dawid for finding and reporting these.

http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/

Posted in WordPress | Tagged , | Leave a comment

Magento Ecommerce – Run under PHP 5 on 1and1 Web Hosting

Some hosting providers do not yet provide PHP5 on their servers, opting instead to stay with PHP4 for the time being. As Magento is a PHP5-only application, this can be a barrier for some users. This document outlines a possible workaround for such a scenario. The goal is to install PHP5 as a CGI binary and configure the web server (Apache) to use it instead of the default PHP4.

http://www.magentocommerce.com/wiki/magento_installation_guide#appendixphp5_cgi_setup

Posted in Ecommerce shopping cart, Magento ecommerce, Magento tutorial, Website design | Tagged , , | Leave a comment

WordPress Tutorial – WP e-Commerce: Setting Shipping Rates

Setting a shipping rate that correctly displays in both the shopping cart AND the sidebar Widget!

Step 1:
WP e-Commerce Admin > Settings > Shipping:

  • In the General Settings section, set Use Shipping to Yes and type ZIP code in the Base Zipcode/Postcode box.
  • Then tick the check-box next to Flat Rate in the Shipping Modules section.
  • Next, click the invisible “edit” link that’s located to the right of Flat Rate and make sure both of the Base Local boxes are empty.

Step 2:
WP e-Commerce Admin > Settings > Products:

  • In the Edit Product column, in the Shipping Details section, type the shipping price in the Flat Rate Settings/Local Shipping Fee box.
Posted in WP e-Commerce, WordPress, WordPress plugins, WordPress shopping cart, WordPress tutorial | Tagged , , , , | Leave a comment