Heath Jordan Business Consultant

Web Design

osCommerce Fatal error: Call to a member function add_current_page() on a non-object

by Heath on Jan.18, 2010, under Web Design

Fatal error: Call to a member function add_current_page() on a non-object in /home/public_html/includes/application_top.php on line 305

should be an issue when register globals is set to off.
if (tep_session_is_registered(’navigation’)) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
}
}
replace with
if (tep_session_is_registered(’navigation’)) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
}
$navigation=$_SESSION['navigation'];
}


1 Comment : more...

How to add a Local DNS entry

by Heath on Jan.18, 2010, under Computers, Web Design

You can edit the local hosts file.

This file is located here:
C:\WINDOWS\system32\driver

s\etc
Open the file called ‘Hosts’ with notepad.
1 Comment : more...

Premanently redirect a domain to a another domain

by Heath on Jan.17, 2010, under Web Design

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.new-domain.com/$1 [R=301,L]

Test at http://www.ragepank.com/redirect-check/

Leave a Comment :, more...

Lost oscommerce admin password

by Heath on Jan.07, 2010, under Web Design

If you ‘lose’ your admin password for any reason – you may be able to restore it if you can still access your database. In the admin table, find your admin login id and change the password field contents to ‘1060bdf4e47bc8b4ab3fb0cfea9ef70b:77′ (without the single quotes). This will change your password to admin. Then logon using your previous user ID and change your password. If you do not recall your user ID, simply open the database table and read it.

Leave a Comment : more...




H Built Web Design

by Heath on Apr.04, 2009, under Web Design

H Built is a Website design firm offering full services from basic Website Design, large scale e-commerce Websites, database-driven Websites, Search Engine Optimization, and Web marketing. Our Websites are all custom-designed “one of a kind” originals that will allow your site to stand out from your competition. We have created, launched, and marketed hundreds of successful Websites since our inception, for everyone from Realtors, Doctors, Lawyers, Brick and Mortar Stores, small Mom and Pop Businesses, and Large Corporations. Our Web designers have the creative talents, knowledge of current Web standards and practices, and the ability to turn your ideas into reality! 

Comments Off :, , more...

Real Estate Website Design

by Heath on Mar.27, 2009, under Web Design

Real Estate Website Design
Over 85% of Real Estate consumers use the Internet for some sort of a home search. Over a quarter of those actually find the house that they buy and move into on the Internet. Research continually proves that Websites are an integral piece of your marketing and that buyers and sellers expect their agents to have one.

At H Built we will custom design you a “one of a kind” original Website with emphasis on generating leads. We use the latest techniques in Web marketing and Search Engine Optimization (SEO) to generate quality visitors to your Website. We can create local area content such as history, demographics, school information, local government information, climate, and area attractions for your Website

Comments Off :, , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!