Blog Category: Web Development

Utah Web Development Increasing

2 July, 2010 (10:45) | Web Development

website source code

As time moves on there is more and more Utah web development companies who are expanding their services and what they can provide. Utah is a mecca of technology companies which is of no surprise as the West Coast of the United States houses major technology companies such as

Read more »

Secure Your Computer

18 September, 2008 (10:03) | Web Development

In these days technology is getting more advanced everyday. On the flip side there are people who wish to use this advanced technology to steal and use other peoples computers to get personal information. Here are some tips to keep yourself safe from internet predators.

Read more »

Moving to a new IP address – DNS Zones

12 August, 2008 (06:52) | Web Development

Changing to a new server? Changing a site’s IP address can be a hassle. However, with these few steps you can ensure a smooth transfer from one server IP to another.

Read more »

Firefox Keyboard Shortcuts

11 August, 2008 (08:42) | Web Development

As people are using their computers more on a daily basis either for work or for fun here are some shortcuts that will assist you in finding things faster.

Read more »

Gmail Keyboard Shortcuts

24 July, 2008 (08:26) | Web Development

Here are some shortcuts to use that will help speed up your Gmail experience. To use the shortcuts click on

Read more »

Internet Explorer Fixes

10 July, 2008 (17:29) | Web Development

Internet Explorer PNG Fix

(1) Call or Upload this .htc file onto your server where your .css file is located.
(2) Call or Upload blank.gif to the same directory as the .htc and .css files.
(3) Call the following in your css file: img, div { behavior: url(iepngfix.htc) }
(4) Make sure that you specify the exact height and width of any .png image.

Read more »

Code Redirects

10 July, 2008 (09:33) | Web Development

HTML Single File Redirect
Redirect 301 /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html

Directory Redirect in Apache
RewriteEngine On
RewriteRule ^olddir/(.*)$ http://domain.com/newdir/$1 [R=301,L]
OR
Redirect 301 /olddirectory http://yoursite.com/newdirectory/

Read more »

Robot File Help

10 July, 2008 (09:33) | Web Development

To block ALL bots from crawling all pages under a directory use the entry in your robots.txt file:

User-agent: *

Disallow: /private/

To block Google from crawling all pages under a directory use the entry in your robots.txt file:

Read more »

Web Languages

10 July, 2008 (09:32) | Web Development

CSS
Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how pages are displayed. With CSS, designers and users can create style sheets that define how different elements, such as headers and links, appear. These style sheets can then be applied to any Web page. The term cascading derives from the fact that multiple style sheets can be applied to the same Web page.

line Web Languages

HTML
Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web.

line Web Languages

Read more »

Blog Setup & Plugins

11 June, 2008 (10:29) | Web Development

Setting up your Blog

Choosing what blog to setup and setting up that blog can be difficult for those who haven’t done it before. If the blog you choose has plugins, then choosing what plugins to install is also a difficult decision for many bloggers.

Read more »

Javascript Fade vs Flash

11 June, 2008 (10:29) | Web Development

Recently while browsing the internet we noticed that websites are getting flashier. We also noticed that there are two ways to make a website flashier, those ways are Adobe Flash or Javascript.

On our sites we usually use javascript because with flash

Read more »