Drupal Ubercart White Screen of Death Problem

I nearly went insane trying to solve a problem where adding to cart or doing anything in the cart caused the dreaded White Screen of Death or WSOD. I tried increasing memory limit, checking error logs, to no avail. I narrowed the problem down to the theme I had developed, as Garland didn’t cause the same problem. For me the solution was super simple. I was editing my theme’s template.php file in notepad and just saving as the default UTF-8 format. Once I saved as ANSI and uploaded the file, no more WSOD. I have found this to solve a few other problems in other systems as well. Always remember to try this before all the more complex solutions.


Magento URL Mistake No Access to Backend Admin Area

The urls set in the Magento Admin -> Configuration  -> Web are used to build all the urls to the css and js files, if you make a mistake saving them and they don’t resolve properly, that means all the references are off and breaks the site. This means your site won’t appear or function properly


Changing Magento Validation

To change magento checkout validation, you can change the class of the form field to use one of the other validation methods present in js/prototype/validation.js. Just open that file and scroll down to see the methods available. Search fo r this Validation.addAllThese and you’ll see the methods below. Then open up /app/design/frontend/default/YOUR THEME/template/checkout/onepage/billing.html then change


Mystery Space Caused by the Byte Order Mark (BOM)

This took way too long to figure out, hopefully this will help someone else. If you have a mystery space occurring somewhere in your web site and it is not one of the many CSS bugs out there then the byte order mark might be the culprit. Here’s a quote taken from the Joomla forums:


Hi Class

TESTING


Customizing Joomla 1.5 and VirtueMart

I’m thinking it might be a good idea to record the changes I’m making to Joomla 1.5 for posterity. Hopefully I can consult this post when setting up a similar site in Joomla in the future and others can as well. So here goes. 1. First thing — installed Joomla, then installed the VirtueMart package.


Web Site Maintenance Overview

Web site maintenance is the ongoing process of updating content, design and functionality of a web site.


Planning a Web Site Project

This phase occurs before hiring a designer/developer/company. Before requesting a proposal from a potential designer/developer/company you will need to collect and summarize your ideas about your project.


Web Site Promotion Overview

Web site promotion is the continuing process to promote a web site to attract more visitors to the web site.


Search Engine Optimization (SEO)

Search engine optimization is the process of discovering keywords and optimizing your site so that it will rank highly in the search engines for them.