Archive for the ‘Articles’ Category

HTML 5 Tags

Jan
2011
03

posted by | on Articles, Blog | No comments

Many web designers are reluctant to use HTML 5 because Internet Explorer doesn’t support it. But there is one set of new HTML 5 features that everyone should be using right now, even if 100% of your visitors use Internet Explorer as their primary browser. The new input field types. HTML 5 form input fields are a feature of HTML 5 that is fully backwards compatible. Browsers that don’t support them display a standard input text field, and browsers that do support them add very useful functionality to web page forms.

By using the various new HTML 5 input fields, you can create forms that work now, and will work better later. Before HTML 5 all we had available were text input boxes, and as browsers start supporting HTML 5 we’ll get color pickers, calendars, number sliders, search boxes and more. This is one part of HTML 5 that everyone should start using now… if they haven’t already.

Learn more about the new HTML 5 input types by reading about them at W3CSchools.

posted by | on Articles, Blog | No comments

There are times that we are forced to design a site using a client’s existing host.
Enter: Yahoo! Small Business Hosting.

Yahoo! offers a one-click install of WordPress, although they do not allow you to select the root directory. In order to achieve this, you must install it manually. Although, when you activate Permalinks for SEO, you receive a 404 error. Because Yahoo! does not give users access to the .htaccess file, you cannot create the mod_rewrite rules needed for Custom Permalinks.

There is a workaround for this: Go to Settings > Permalinks > Custom Structure. Add /index.php/ before your Permalink Structure.

Example: /index.php/%postname%/
Your URL will look like: http://yourdomain.com/index.php/your-post-name.

posted by | on Articles, Blog | No comments

Most new website owners are focused on the basics of their site: the home page, content, and perhaps an about us page. But there may be some legal pages you would want to write as well, to protect you and your business. Find out what legal pages all websites should have.
Read more