- 16x16 pixels
- 32x32 pixels
- Create a favicon and upload it to the main directory of your website
- Place the code below between the <head> tags
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Posted by
Andrew Maxwell
at
11:13 AM
0
comments
Labels: CSS + XHTML, how to
I know many people have ran into the problem of coding a website in a standards based browser such as Firefox, Safari or Opera but when your done you take a look at your website in Internet Explorer 6, Internet Explorer 7 and the site breaks all over the place. Well here is a solution on how to fix that.
Internet Explorer 6 Fix: (Include this code in the head of your web page, directly under your standard css include)
<!--[if IE 6]>
<link href="stylesIE6.css" rel="stylesheet" type="text/css">
<![endif]-->
Internet Explorer 7 Fix: (Include this code in the head of your web page, directly under your standard css include)
<!--[if IE 7]>
<link href="stylesIE7.css" rel="stylesheet" type="text/css">
<![endif]-->
Internet Explorer (all versions) Fix: (Include this code in the head of your web page, directly under your standard css include)
<!--[if IE]>
<link href="stylesIE.css" rel="stylesheet" type="text/css">
<![endif]-->
Please feel free to ask any questions if you have problems or are curious as to why this works.
Posted by
Andrew Maxwell
at
5:28 AM
0
comments
Labels: CSS + XHTML, css hack, how to, ie fix, microsoft ie
I read many blogs and news articles online to stay up to date on the latest hardware and software. Well I recently I found a new software package that offers video analytics. This software package allows users to have a visual and statistical way to keep track of their viral video. The software lets the user know which of their videos are popular and which of their videos that just tank.
This software also keeps track of the time the viewers leave your videos.(Click the image to visit the official site)
Posted by
Andrew Maxwell
at
6:16 AM
0
comments
Labels: Sites Found, Tools
I have done some repeated tests on multiple sites that I work on and I have now found a tool which will help with the repeated testing.
iMacro
Thanks to my co-worker Dutch I have been exposed to a new testing tool which I will use to help with Testing. This new plug-in for Firefox.
Tamper Data
Posted by
Andrew Maxwell
at
11:03 AM
0
comments
A few days ago I was asked by my friend Chris Fleischer aka Norway to help him out on a new project he is currently working on for his client. Chris asked me to take the "Mada" logo that was previously created and turn it into a full 3D design. So the past couple of days I have been working on the model for a couple hours here and there. Well last night I finished the model/render of the "Mada" logo and got the OK from Chris. You will see below 4 samples I sent Norway. And by the way, Chris lives in Norway and I am here in Portland, Oregon.



Posted by
Andrew Maxwell
at
6:23 AM
0
comments
Labels: 3D Projects
Posted by
Andrew Maxwell
at
9:17 AM
0
comments
Posted by
Andrew Maxwell
at
9:11 AM
0
comments
Labels: Clients