Create a QR code that links to your website
Quick Response Codes – QR codes for short – can be linked to web pages. Here’s how to create one that links to your website.
Practical answers and advice for tech, home, and everyday life.
Quick Response Codes – QR codes for short – can be linked to web pages. Here’s how to create one that links to your website.
Many of my friends (and family members) have said to me “So Rick… how do I get started creating my own blog?”… and I’ve had the privilege of helping some of them to take that first step towards what would become both a passion and a higher quality of life for them.
Most web hosting providers include free website template building software to help the average non-programmer build a web site, such as SiteBuilder or the CoffeeCup software suite that Lunarpages offers. These are great tools that can help you get your new web site up and running very quickly.
However, if you want to customize any of your web pages with some dynamic behavior then you’ll need to know a web programming language like PHP, ASP, Java, Perl, or Ruby. For example, let’s say you want to make some money from advertisements on your web site. A common practice is to use an ad banner rotation script that displays a different advertisement every time the page is refreshed.
The most common web programming language that’s supported by the majority of web hosting providers is PHP. This is a widely supported programming language that’s used to build millions of web sites, including this one. You won’t have any problems finding a web host that supports PHP, and all of the web hosts listed in my Web Hosting Provider Comparison support PHP.
You’ll have a little harder time finding a web host that supports ASP or Java however, and especially Ruby although it’s starting to become more popular. ASP is Microsoft’s popular scripting language that uses Basic syntax, and Java is Sun’s creation.
Here’s a list of web hosting providers and the programming languages that they support:
| Web Host | PHP | Perl | Ruby | ASP/ Frontpage |
Java |
|---|---|---|---|---|---|
| Lunarpages |
|
|
|
|
|
| GoDaddy |
|
|
|
|
|
| HostMonster | |
|
|
|
|
| Hostgator |
|
|
|
|
|
| techhosting |
|
|
|
||
| Yahoo |
|
|
|||
| Dotster |
|
|
|
||
| Blue Host |
|
|
|
||
| IX Web Hosting |
|
|
* Last updated June 27, 2007
Choosing a web host that supports a wide variety of programming languages is a wise choice, because it increases your chances of finding a web developer who can help you customize your site.
Drupal lets you define just about any type of content you can imagine using the Taxonomy module. Here’s how to create a form that lets regular users create taxonomy terms, without being able to modify existing terms.