Archive | Website design RSS feed for this section

YOUR WEBSITE SUCKS! Here’s Why.

17 May

http://www.youtube.com/watch?v=1m_VPvVXexo

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

WordPress – Moving WP site to a subdomain

14 May

http://codex.wordpress.org/Moving_WordPress

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

WordPress: Adding Home Page Link to Pages Menu

12 May

Adding a “Home” link to the Pages Menu in WordPress 2.9.2.

Example site: http://www.toryclark.com/

One simple change to the header.php file makes the Home page link show up in the Pages Menu. Add the number “1″ between the = symbol and the & symbol. See red-colored 1 in the second example below:

Find:
<?php wp_page_menu(‘show_home=&sort_column=menu_order, post_title&link_before=<span>&link_after=</span>’); ?>

Change to:
<?php wp_page_menu(‘show_home=1&sort_column=menu_order, post_title&link_before=<span>&link_after=</span>’); ?>

Lots of help from the WordPress codex: http://codex.wordpress.org/Template_Tags/wp_page_menu

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Totally Cool Menu Navigation using jQuery from Codrops

5 May

Really diggin on the jQuery menu navigation tutorials from Codrops (http://tympanus.net/codrops/).

In particular:

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Zen Cart – Change Chapter and TOC Navigation from Vertical to Horizontal

5 Apr

Zen Cart: Change Chapter and TOC navigation from vertical to horizontal. Great CSS instructions at:

http://www.zen-cart.com/forum/showpost.php?p=292547&postcount=4

Full thread: http://www.zen-cart.com/forum/showthread.php?p=866120#post866120

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Website Design – CSS Resource – Smashing Magazine

14 Jan

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

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Website Design – Zen Cart Ecommerce Integration – HolidayHope.net

17 Dec

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.

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Zen Cart Shopping Cart – Editing Zen Cart “Order Email Confirmation” text

14 Dec

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

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

Banner Ad Design – Hope for the Holidays CD

8 Dec

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

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous

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

23 Nov

(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.

Share:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • MySpace
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Yahoo! Buzz
  • Google Bookmarks
  • email
  • Posterous