Posts Tagged ‘web design’

 

What Is Your Website Conversion?

Oct18
 

What do your website visitors do when they come to your website? What do you do when, after clicking on your link from Google, they get to your site and stop?

If Google is the person outside your website showing people to your door, then conversion marketing is the salesperson inside your site, ensuring that more visitors buy things.
 

Is Proper Web Coding Over-Rated

May11
 

The importance of having good web coding is as important as having a solid building foundation. A building with poor foundation might look good and stand proud and tall now but when storms or earthquakes hit, will it withstand the beatings?

It is true that some browsers will try to display them even if the code is not valid. What happens is the browser will make an educated guess about what the web developer tried to do. The problem is, different browsers and browser versions or different software on different platforms will not handle errors the same way.

This can result to the following:

  • What you see may not render on another user’s computer.
  • slow page loading time and even systems crashes
  • Higher maintenance cost because it may take longer to update your website. Using internationally agreed upon codes makes maintaining and expanding your website easier even if it was initially done by someone else.
  • Many visually impaired people rely on browsers with speech tools that read pages back to them. These programs cannot interpret pages very well unless they are clearly explained. In other words semantic code aids accessibility.

So even if your site ranks no.1 on Google search for your keywords today, if your page doesn’t load or makes a mangled mess, then what use that it serve? Nothing but big opportunities LOST!

How will I know if my site is properly coded?

There are a number of tools available online to validate your web codes. Among them are W3C Validation service, MarkUp Validator, Link Checker and CSS Validator. But the best way is to simply look at the code and seeing if it refers to colours, fonts or layout instead of describing what the content is.

 

Apple User Agents

Apr21
 

You can’t miss it! Apple is here to stay so web developers need to make sure that our sites look their best on these various mobile devices. I implemented a user agent script on a Sugar Land photographer’s website. He wanted to make sure that when you came to a mobile device (especially an iPhone) that the site was usable. We implemented a Flash graphic on the homepage (which the iPhone cannot render), so the page automatically redirects you to a single web page with a sample of his photography and his contact information.

Check it out: www.makeyousmilephotography.com

Apple Agents

Devices that request content from your website (usually) pass a user agent string. This contains information such as its name, OS, browser version, and rendering engine. Apple’s gadgets pass the following user agents, although you may find subtle variations in the version numbers.

iPhone:

Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3

iPod:

Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/3A101a Safari/419.3

iPad:

Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) version/4.0.4 Mobile/7B367 Safari/531.21.10

Or, just this handy tool, http://detectmobilebrowsers.mobi/. It is a script that will redirect the website for you.

“This PHP function lets you choose how to manage your mobile visitors, they can be redirected to a page built for mobiles or you can use it to decide which markup language and stylesheet to show that user.”

 

Content Management Systems

Feb17
 

Content Management Systems

Here we are discussing the various types of content managements systems available to you. There are several others out there, but these four are the more popular ones with a pretty large public support.
Read the rest of this entry »

 

CMS Part I: Do you need a CMS?

Feb04
 

First of all, what is a CMS, anyway?

CMS stands for content management system. It is a system used to support the development, management, distribution and publishing of content on your website. But is it CMS suitable for your website?

Like any system, CMS has its pros and cons. Let’s run them down before we come into conclusion if a CMS is for you.

Content Management Systems Pros & Cons

Read the rest of this entry »