707.206.7563
Account Login

Login to your account

Username *
Password *
Remember Me

Website Portfolio

Trevor Bice

Trevor Bice

This list is should be a reference for setting up drop downs or other code elements that require a complete list of all the states. The list below includes all 50 states, plus the District of Columbia. I have included both the full names, and their abbreviations as separate lists.

Making sure that your website's domain name is being accessed from only one domain is important, though at first glance it may not be obvious exactly why. Google's PageRank system checks the back-links to your site on the web to try to get an idea of how important your site is overall. However, in this process it may consider example.com to be a different site from www.example.com. To prevent this from happening, you'll need to redirect your users from the non www domain, to the www one.

Simply create, a .htaccess file and add the following script to it. Just make sure to replace the example.com with your own domain name.

# To redirect all users to access the site WITH the www. prefix
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

In my line of work, I get to see a lot of Joomla websites and a lot of different interpretations of how to set up a site's menus. I've come up with the correct way to set these up to prevent confusion, and ensure the proper functioning of your breadcrumbs.Read More

With all the changes that have been going on around here, the website has been needing updating badly! Staying busy with projects generally makes keeping the website updated a difficult task. So after long last I'm rolling out a total top to bottom overhaul of the website. I've got an ambitious vision moving forward, but lack of spare time has forced me to limit some of the features that I wanted to implement.

Page 4 of 4

Joomla | PHP | MySQL | Javascript | HTML | Moo Tools | JQuery | AJAX | DNS Management |  E-Commerce

This email address is being protected from spambots. You need JavaScript enabled to view it. - 707-206-7563  linkedin-icon facebook-icon yelp-icon google-icongithub-icon