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 »
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 »
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 »
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 »
Here are some shortcuts to use that will help speed up your Gmail experience. To use the shortcuts click on
Continue Reading »
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 »
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 »
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 »
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 »
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 »