Utah Web Development Increasing

Published under Web Development on 07/02/2010

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 Continue Reading »

No responses yet

Secure Your Computer

Published under Web Development on 09/18/2008

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. Continue Reading »

No responses yet

Moving to a new IP address – DNS Zones

Published under Web Development on 08/12/2008

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. Continue Reading »

No responses yet

Firefox Keyboard Shortcuts

Published under Web Development on 08/11/2008

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. Continue Reading »

No responses yet

Gmail Keyboard Shortcuts

Published under Web Development on 07/24/2008

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

No responses yet

Internet Explorer Fixes

Published under Web Development on 07/10/2008

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. Continue Reading »

No responses yet

Code Redirects

Published under Web Development on 07/10/2008

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/ Continue Reading »

One response so far

Robot File Help

Published under Web Development on 07/10/2008

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: Continue Reading »

No responses yet

Web Languages

Published under Web Development on 07/10/2008

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. HTML Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web. Continue Reading »

No responses yet

Blog Setup & Plugins

Published under Web Development on 06/11/2008

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. Continue Reading »

No responses yet