<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>OC Envisions</title>
    <link rel="alternate" type="text/html" href="http://ocenvisions.com/" />
    <link rel="self" type="application/atom+xml" href="http://ocenvisions.com/atom.xml" />
    <id>tag:ocenvisions.com,2009-12-14://1</id>
    <updated>2010-08-23T01:21:04Z</updated>
    <subtitle>all things nerdy...</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

<entry>
    <title>Boot IPCop From USB Thumb Drive</title>
    <link rel="alternate" type="text/html" href="http://ocenvisions.com/2010/08/boot-ipcop-from-usb-thumb-drive.html" />
    <id>tag:ocenvisions.com,2010://1.13</id>

    <published>2010-08-22T23:05:04Z</published>
    <updated>2010-08-23T01:21:04Z</updated>

    <summary> Image via Wikipedia Make a bootable IPCop installation thumbdrive You&apos;ll need a 64Mb or larger thumbdrive with nothing important on it because you&apos;re going to wipe the existing data. When you&apos;re done installing IPCop you can reformat it and...</summary>
    <author>
        <name>13terryowens</name>
        
    </author>
    
        <category term="IT" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="boot" label="boot" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ipcop" label="IPCop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="usbflashdrive" label="USB flash drive" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://ocenvisions.com/">
        <![CDATA[<div style="MARGIN: 1em; WIDTH: 310px; DISPLAY: block; FLOAT: right" class="zemanta-img mt-image-right"><a href="http://commons.wikipedia.org/wiki/File:USB_Flash_Drive_animated.gif"><img alt="See title" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/USB_Flash_Drive_animated.gif/300px-USB_Flash_Drive_animated.gif" width="300" height="157" /></a> 
<p style="FONT-SIZE: 0.8em" class="zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/File:USB_Flash_Drive_animated.gif">Wikipedia</a></p></div>
<h3><br /></h3>
<h3><a href="http://ocenvisions.com/ipcop-logo.png"><img style="TEXT-ALIGN: center; MARGIN: 0pt auto 20px; DISPLAY: block" class="mt-image-center" alt="ipcop-logo.png" src="http://ocenvisions.com/assets_c/2010/08/ipcop-logo-thumb-143x100-13.png" width="143" height="100" /></a></h3>
<h3><br /></h3>
<h3>Make a bootable <a class="zem_slink" title="IPCop" href="http://www.ipcop.org/" rel="homepage">IPCop</a> installation thumbdrive</h3>
<p>You'll need a 64Mb or larger thumbdrive with nothing important on it because you're going to wipe the existing data. When you're done installing IPCop you can reformat it and use it for other stuff again.</p>
<h4>How to create your bootable thumbdrive on Windows</h4>
<ol>
<li>Download the Copplus "usb-fdd" image here: <a href="http://ko.sourceforge.jp/projects/sfnet_ipcop/downloads/IPCop/IPCop%201.4.19%20_%201.4.20/ipcop-1.4.20-install-usb-fdd.i386.img.gz/">http://ko.sourceforge.jp/projects/sfnet_ipcop/downloads/IPCop/IPCop%201.4.19%20_%201.4.20/ipcop-1.4.20-install-usb-fdd.i386.img.gz/</a></li>
<li>Download a utility called <a href="http://www.chrysocome.net/dd" rel="nofollow">dd for windows</a>.</li>
<li>Extract the dd.exe file from the zip, and extract the ipcop-[version]-copplus-usb-fdd.i386.img file from the <a class="zem_slink" title="Gzip" href="http://www.gzip.org/" rel="homepage">.gz</a> file you downloaded, put them both in the same directory.</li>
<li><b>Insert a <a class="zem_slink" title="USB flash drive" href="http://en.wikipedia.org/wiki/USB_flash_drive" rel="wikipedia">USB drive</a>.&nbsp;</b> <b>Any files on this drive will be WIPED so be sure if there is anything you need on it, to copy the files off it!!</b></li>
<li>Open up a command window and CD to the directory your dd.exe file and IPCop .img file are sitting. Figure out which drive letter the thumbdrive has; in this case it's 'G:\"&nbsp; Run this command:</li></ol>
<div style="BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px"><pre>	dd if=ipcop-1.4.20-install-usb-fdd.i386.img of=\\.\g: bs=1k</pre></div>
<p>That's it!&nbsp; It will take about 5 minutes to write the image to the USB drive.&nbsp; When dd.exe is done it will return you to the command prompt.&nbsp; You're ready to stick the USB drive in your soon-to-be IPCop machine, boot off it, and install it!</p>
<div align="right">
<p><i>These Windows directions courtesy of </i><a title="Credit where credit is due" href="http://www.nicholasoverstreet.com/2009/05/install-ipcop-from-usb-drive/" rel="nofollow">nicholasoverstreet.com</a></p></div>
<h4>How to create your bootable thumbdrive on linux</h4>
<ol>
<li>Download the usb-fdd image to your home directory. You don't need to unzip it.</li>
<li>Go to a shell prompt. Then insert your thumbdrive and determine what drive it is. (i.e. /dev/sdc or /dev/sdb) Typing <b>dmesg</b> right after you insert it will usually clue you in.</li>
<li>You might need to sudo first. Use zcat to unzip and copy the image to the drive like so:</li></ol>
<p></p>
<div style="BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px"><pre>zcat ipcop-1.4.20-install-usb-fdd.i386.img.gz &gt; /dev/sdc<br /></pre></div><img border="0" alt="" align="absMiddle" src="http://home.earthlink.net/%7Ecopplus/img/important.png" width="16" height="16" />(<b>Substitute the correct drive designator for your thumbdrive or you might wipe your HDD!</b> Use the designator without a number on the end i.e. /dev/sdb or /dev/sdc <b>not</b> /dev/sdb1 /dev/sdc2)<br /><br />
<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles by Zemanta</legend>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.edugeek.net/forums/internet-related-filtering-firewall/56624-ipcop-needs-pinging-stay-awake.html">IPCop needs pinging to stay awake?</a> (edugeek.net)</li>
<li class="zemanta-article-ul-li"><a href="http://ask.metafilter.com/161856/Driving-something-with-a-boot-the-size-of-my-thumb">Driving something with a boot the size of my thumb.</a> (ask.metafilter.com)</li></ul></fieldset> 
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_e.png?x-id=e0271240-b5b8-4255-ab5e-5b824a4be1f7" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]>
        
    </content>
</entry>

<entry>
    <title>Internet Explorer 8 Rendering Issues</title>
    <link rel="alternate" type="text/html" href="http://ocenvisions.com/2010/06/internet-explorer-8-rendering-issues.html" />
    <id>tag:ocenvisions.com,2010://1.12</id>

    <published>2010-06-23T20:18:38Z</published>
    <updated>2010-06-23T21:08:16Z</updated>

    <summary> Image via Wikipedia After working at three different companies where only certain versions of IE would properly display the companies CRM or ticket tracker I think I have the fix for most rendering issues associated with Microsofts stubborness to...</summary>
    <author>
        <name>13terryowens</name>
        
    </author>
    
        <category term="IT" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="internetexplorer" label="Internet Explorer" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="internetexplorer8" label="Internet Explorer 8" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="microsoftwindows" label="Microsoft Windows" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="personalcomputer" label="Personal computer" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webbrowser" label="Web browser" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://ocenvisions.com/">
        <![CDATA[<div style="MARGIN: 1em; WIDTH: 266px; DISPLAY: block; FLOAT: right" class="zemanta-img mt-image-right" sizcache="7095" sizset="0"><a href="http://en.wikipedia.org/wiki/File:Internet_Explorer_7_Logo.png" sizcache="7094" sizset="0"><img alt="Internet Explorer Mobile Logo" src="http://upload.wikimedia.org/wikipedia/en/1/10/Internet_Explorer_7_Logo.png" width="256" height="256" /></a>
<p style="FONT-SIZE: 0.8em" class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/File:Internet_Explorer_7_Logo.png">Wikipedia</a></p></div>
<p align="left">After working at three different companies where only certain versions of IE would properly display the companies CRM or ticket tracker I think I have the fix for most rendering issues associated with Microsofts stubborness to follow the Box Model and adhere to the W3C markup standards. </p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Here are my suggestions for "fixing" <a class="zem_slink" title="Internet Explorer 8" href="http://en.wikipedia.org/wiki/Internet_Explorer_8" rel="wikipedia">IE 8</a>&nbsp;in order to provide a workaround for the broken Box Model found in Internet Explorer.</span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">The following examples are can be found in IE 8 utilizing the button in the top, far right corner of the screen called <b style="mso-bidi-font-weight: normal"><a class="zem_slink" title="Web browser" href="http://en.wikipedia.org/wiki/Web_browser" rel="wikipedia">Internet Options</a>:</b></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p></o:p></span>&nbsp;</p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="1"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="1"><font face="Calibri" sizcache="7094" sizset="1"><font color="#000000" sizcache="7094" sizset="1"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="1"><a href="http://ocenvisions.com/images/ie8_01.png" sizcache="7094" sizset="1"><img style="WIDTH: 630px; HEIGHT: 492px" class="mt-image-none" alt="ie8_01.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_01-thumb-628x520-1.png" width="628" height="520" /></a></span></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="1"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="1"><font face="Calibri" sizcache="7094" sizset="1"><font color="#000000" sizcache="7094" sizset="1"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="1">A.-</span><font size="3"> Add to site to Trusted Sites.<o:p></o:p></font></font></font></b></p>
<p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.25in; mso-add-space: auto; mso-list: l1 level1 lfo1" class="MsoListParagraphCxSpFirst"><font color="#000000"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><font size="3" face="Calibri">1.</font><span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="mso-tab-count: 1"><font size="3" face="Calibri">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></font><a href="https://*.entersitenamehere.com"><font color="#0000ff" size="3" face="Calibri">https://*.entersitenamehere.com</font></a></p>
<p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.25in; mso-add-space: auto; mso-list: l1 level1 lfo1" class="MsoListParagraphCxSpLast"><font color="#000000"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><font size="3" face="Calibri">2.</font><span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="mso-tab-count: 1"><font size="3" face="Calibri">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></font><a href="http://*.entersitenamehere.com"><font color="#0000ff" size="3" face="Calibri">http://*.entersitenamehere.com</font></a><font color="#000000" size="3" face="Calibri"> (uncheck the box to require <a class="zem_slink" title="HTTP Secure" href="http://en.wikipedia.org/wiki/HTTP_Secure" rel="wikipedia">https</a>)</font></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><font color="#000000" size="3" face="Calibri">Click the Security tab, then Sites under each zone:</font></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri"></font></o:p>&nbsp;</p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="2"><o:p sizcache="7094" sizset="2"><a href="http://ocenvisions.com/images/ie8_02.png" sizcache="7094" sizset="2"><img class="mt-image-none" alt="ie8_02.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_02-thumb-628x520-3.png" width="628" height="520" /></a>&nbsp;</o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri"></font></o:p>&nbsp;<b style="mso-bidi-font-weight: normal"><font size="3"><font color="#000000"><font face="Calibri">Trusted sites (cont'd):</font></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="3"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="3"><font color="#000000" sizcache="7094" sizset="3"><font face="Calibri" sizcache="7094" sizset="3"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="3"><a href="http://ocenvisions.com/images/ie8_03.png" sizcache="7094" sizset="3"><img class="mt-image-none" alt="ie8_03.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_03-thumb-628x520-5.png" width="628" height="520" /></a>B.-</span><font size="3"> Click the compatibility mode button on the right side of the URL bar.<o:p></o:p></font></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="4"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="4"><font color="#000000" sizcache="7094" sizset="4"><font face="Calibri" sizcache="7094" sizset="4"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="4"><a href="http://ocenvisions.com/images/ie8_04.png" sizcache="7094" sizset="4"><img class="mt-image-none" alt="ie8_04.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_04-thumb-627x520-7.png" width="627" height="520" /></a></span></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="4"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="4"><font color="#000000" sizcache="7094" sizset="4"><font face="Calibri" sizcache="7094" sizset="4"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="4"></span></font></font></b>&nbsp;</p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal" sizcache="7094" sizset="4"><b style="mso-bidi-font-weight: normal" sizcache="7094" sizset="4"><font color="#000000" sizcache="7094" sizset="4"><font face="Calibri" sizcache="7094" sizset="4"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt" sizcache="7094" sizset="4">C.-</span><font size="3"> Stop the http popup, because if user choose "Yes" then the page will render incorrectly.<o:p></o:p></font></font></font></b></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpFirst"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">1.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Going &nbsp;to Tools-&gt;Internet Options-&gt;Security<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">2.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Select the 'Security' tab<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">3.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Trusted Sites<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">4.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the 'Custom Level' button<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">5.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">In the 'Miscellaneous' section change "Display mixed content" to Enable<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level2 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">a.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Then repeat steps 4 and 5 for the other two zones, "Internet and Local<span style="mso-spacerun: yes">&nbsp; </span>Intranet."</span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level2 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p></o:p></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt 1in; BACKGROUND: white" class="MsoNormal" sizcache="7094" sizset="5"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'" sizcache="7094" sizset="5"><o:p sizcache="7094" sizset="5"><a href="http://ocenvisions.com/images/ie8_05.png" sizcache="7094" sizset="5"><img class="mt-image-none" alt="ie8_05.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_05-thumb-620x643-9.png" width="620" height="643" /></a>&nbsp;</o:p></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal" sizcache="7094" sizset="6"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'" sizcache="7094" sizset="6"><a href="http://ocenvisions.com/images/ie8_06.png" sizcache="7094" sizset="6"><img class="mt-image-none" alt="ie8_06.png" src="http://ocenvisions.com/assets_c/2010/06/ie8_06-thumb-627x571-11.png" width="627" height="571" /></a></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal" sizcache="7094" sizset="6"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'" sizcache="7094" sizset="6"></span>&nbsp;</p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal" sizcache="7094" sizset="6"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'" sizcache="7094" sizset="6">My opinion is that IE 8 will work fine with most CRMs and ticket tracker applications. If these directions do not work, and you have followed them exactly, then try them one more time after doing the following:<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpFirst"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">1.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Tools.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">2.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Internet Options.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">3.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the Advanced Tab.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpLast"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">4.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the button Reset at the bottom right.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Regards,<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href="http://ocenvisions.com"><font color="#0000ff">http://ocenvisions.com</font></a><o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></span></p>
<p><br />&nbsp;</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie" sizcache="7094" sizset="7"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/" sizcache="7094" sizset="7"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_e.png?x-id=c1e99200-4ee7-46a4-ba90-f8286daf6c69" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
</span></div>]]>
        <![CDATA[<p style="TEXT-ALIGN: center; LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal" align="center"><b style="mso-bidi-font-weight: normal"><u><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'">Beta Testing the new client PCs w/ Window 7 and IE 8<o:p></o:p></span></u></b></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">All,<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">I have been beta testing P2C using Windows 7 Enterprise and IE 8 for Alston Weekes and the IT staff in the NYC office.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Here are my suggestions for IE 8:<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">The following examples are can be found in IE 8 utilizing the button in the top, far right corner of the screen called <b style="mso-bidi-font-weight: normal">Internet Options</b>.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes"><v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"></v:path><o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype><v:shape style="WIDTH: 468pt; HEIGHT: 380.25pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_4 alt="internet_options.png" type="#_x0000_t75" o:spid="_x0000_i1030"><v:imagedata o:title="internet_options" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png"></v:imagedata></v:shape></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 10pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><font face="Calibri"><font color="#000000"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt">A.-</span><font size="3"> Add to site to Trusted Sites.<o:p></o:p></font></font></font></b></p>
<p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.25in; mso-add-space: auto; mso-list: l1 level1 lfo1" class="MsoListParagraphCxSpFirst"><font color="#000000"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><font size="3" face="Calibri">1.</font><span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="mso-tab-count: 1"><font size="3" face="Calibri">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></font><a href="https://*.entersitenamehere.com"><font color="#0000ff" size="3" face="Calibri">https://*.entersitenamehere.com</font></a></p>
<p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.25in; mso-add-space: auto; mso-list: l1 level1 lfo1" class="MsoListParagraphCxSpLast"><font color="#000000"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"><span style="mso-list: Ignore"><font size="3" face="Calibri">2.</font><span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="mso-tab-count: 1"><font size="3" face="Calibri">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></font><a href="http://*.entersitenamehere.com"><font color="#0000ff" size="3" face="Calibri">http://*.entersitenamehere.com</font></a><font color="#000000" size="3" face="Calibri"> (uncheck the box to require https)</font></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><font color="#000000" size="3" face="Calibri">Click the Security tab, then Sites under each zone:</font></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><span style="mso-no-proof: yes"><v:shape style="WIDTH: 468pt; HEIGHT: 385.5pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_2 alt="trusted_sites_01.png" type="#_x0000_t75" o:spid="_x0000_i1029"><v:imagedata o:title="trusted_sites_01" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image003.png"><font color="#000000" size="3" face="Calibri"></font></v:imagedata></v:shape></span></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><font size="3"><font color="#000000"><font face="Calibri">Trusted sites (cont'd):<o:p></o:p></font></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><span style="mso-no-proof: yes"><v:shape style="WIDTH: 468pt; HEIGHT: 379.5pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_5 alt="trusted_sites_02.png" type="#_x0000_t75" o:spid="_x0000_i1028"><v:imagedata o:title="trusted_sites_02" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image005.png"><font color="#000000" size="3" face="Calibri"></font></v:imagedata></v:shape></span></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt"><o:p><font color="#000000" face="Calibri">&nbsp;</font></o:p></span></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><font color="#000000"><font face="Calibri"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt">B.-</span><font size="3"> Click the compatibility mode button on the right side of the URL bar.<o:p></o:p></font></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><font size="3"><font color="#000000"><font face="Calibri"><span style="mso-no-proof: yes"><v:shape style="WIDTH: 468pt; HEIGHT: 387pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_6 alt="compatibility_mode.png" type="#_x0000_t75" o:spid="_x0000_i1027"><v:imagedata o:title="compatibility_mode" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image007.png"></v:imagedata></v:shape></span><o:p></o:p></font></font></font></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><o:p><font color="#000000" size="3" face="Calibri">&nbsp;</font></o:p></b></p>
<p style="MARGIN: 0in 0in 10pt" class="MsoNormal"><b style="mso-bidi-font-weight: normal"><font color="#000000"><font face="Calibri"><span style="LINE-HEIGHT: 115%; FONT-SIZE: 14pt">C.-</span><font size="3"> Stop the http popup, because if user choose "Yes" then the page will render incorrectly.<o:p></o:p></font></font></font></b></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpFirst"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">1.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Going &nbsp;to Tools-&gt;Internet Options-&gt;Security<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">2.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Select the 'Security' tab<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">3.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Trusted Sites<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">4.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the 'Custom Level' button<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level1 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">5.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">In the 'Miscellaneous' section change "Display mixed content" to Enable<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; BACKGROUND: white; mso-add-space: auto; mso-list: l2 level2 lfo2" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">a.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Then repeat steps 4 and 5 for the other two zones, "Internet and Local<span style="mso-spacerun: yes">&nbsp; </span>Intranet."<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white; mso-add-space: auto" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes"><v:shape style="WIDTH: 462pt; HEIGHT: 516.75pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_8 alt="dispay_mixed_content_01.png" type="#_x0000_t75" o:spid="_x0000_i1026"><v:imagedata o:title="dispay_mixed_content_01" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image009.png"></v:imagedata></v:shape></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white; mso-add-space: auto" class="MsoListParagraphCxSpLast"><v:shapetype id=_x0000_t109 path="m,l,21600r21600,l21600,xe" o:spt="109" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:path o:connecttype="rect" gradientshapeok="t"></v:path></v:shapetype><v:shape style="Z-INDEX: 1; POSITION: absolute; MARGIN-TOP: 158.25pt; WIDTH: 222pt; HEIGHT: 77.25pt; MARGIN-LEFT: 246pt" id=_x0000_s1026 filled="f" type="#_x0000_t109" strokeweight="2.5pt" strokecolor="black [3200]" fillcolor="white [3201]"><v:shadow color="#868686"></v:shadow></v:shape><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes"><v:shape style="WIDTH: 468pt; HEIGHT: 424.5pt; VISIBILITY: visible; mso-wrap-style: square" id=Picture_x0020_7 alt="dispay_mixed_content.png" type="#_x0000_t75" o:spid="_x0000_i1025"><v:imagedata o:title="dispay_mixed_content" src="file:///C:\Users\towens\AppData\Local\Temp\msohtmlclip1\01\clip_image012.png"></v:imagedata></v:shape></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt 1in; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">My opinion is that IE 8 will work fine with most CRMs and ticket tracker applications. If these directions do not work, and you have followed them exactly, then try them one more time after doing the following:<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpFirst"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">1.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Tools.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">2.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click Internet Options.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpMiddle"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">3.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the Advanced Tab.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; BACKGROUND: white; mso-add-space: auto; mso-list: l0 level1 lfo3" class="MsoListParagraphCxSpLast"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: Arial"><span style="mso-list: Ignore">4.<span style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'">Click the button Reset at the bottom right.<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Regards,<o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href="http://ocenvisions.com"><font color="#0000ff">http://ocenvisions.com</font></a><o:p></o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><o:p>&nbsp;</o:p></span></p>
<p style="LINE-HEIGHT: 14.25pt; MARGIN: 0in 0in 0pt; BACKGROUND: white" class="MsoNormal"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"><span style="mso-tab-count: 8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></span></p>]]>
    </content>
</entry>

<entry>
    <title>Intel Processor discovery tool</title>
    <link rel="alternate" type="text/html" href="http://ocenvisions.com/2010/04/intel-processor-discovery-tool-1.html" />
    <id>tag:ocenvisions.com,2010://1.10</id>

    <published>2010-04-21T22:56:15Z</published>
    <updated>2010-04-21T23:23:05Z</updated>

    <summary><![CDATA[Image by Getty Images via DaylifeDo you want to run Hyper-V for Server&nbsp; 2008? Do you want to run Virtual PC 2007 (32-bit only)?If so you better be sure that you have an Intel processor with VT technology. Click the...]]></summary>
    <author>
        <name>13terryowens</name>
        
    </author>
    
        <category term="IT" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="intelprocessorvirtualtechnology" label="Intel Processor Virtual Technology" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://ocenvisions.com/">
        <![CDATA[<div class="zemanta-img mt-image-right" style="margin: 1em; display: block; float: right; width: 160px;"><a href="http://www.daylife.com/image/05yf5a74yretn?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=05yf5a74yretn&amp;utm_campaign=z1"><img src="http://cache.daylife.com/imageserve/05yf5a74yretn/150x92.jpg" alt="SAN FRANCISCO - MAY 13:  A pedestrian walks by..." height="92" width="150" /></a><p class="zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.daylife.com/source/Getty_Images">Getty
 Images</a> via <a href="http://www.daylife.com/">Daylife</a></p></div>Do
 you want to run Hyper-V for Server&nbsp; 2008? Do you want to run Virtual PC
 2007 (32-bit only)?<br />If so you better be sure that you have an Intel 
processor with VT technology. Click the link below for a nifty little 
app provided by Intel. This app will tell you what kind of processor you
 have, and namely explain if you have the VT technology built into your 
processor:<br />
<p><a href="http://downloadcenter.intel.com/download.aspx?url=/7838/eng/pidenu24.msi&amp;agr=N&amp;ProductID=1881&amp;DwnldId=7838&amp;strOSs=All&amp;OSFullName=All+Operating+Systems&amp;lang=eng">Click Here For The App</a></p>

<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/452f1ab4-c62e-416e-a731-f26aababfb5d/"><img style="border: medium none; float: right;" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=452f1ab4-c62e-416e-a731-f26aababfb5d" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer="defer" src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]>
        <![CDATA[<br />]]>
    </content>
</entry>

<entry>
    <title>DIR-615 router reprogramming</title>
    <link rel="alternate" type="text/html" href="http://ocenvisions.com/2010/03/dir-615-router-reprogramming-1.html" />
    <id>tag:ocenvisions.com,2010://1.7</id>

    <published>2010-03-28T18:32:18Z</published>
    <updated>2010-08-22T23:35:25Z</updated>

    <summary><![CDATA[If you are having trouble with losing wireless connectivity on a DLink router, Model DIR-615 H/W version C1, here is the fix. &nbsp;Go get the new firmware update 3.12NA by clicking here: http://www.dlink.com/products/?tab=3&amp;pid=DIR-615&amp;rev=DIR-615_revC Save above file to your Desktop Go...]]></summary>
    <author>
        <name>13terryowens</name>
        
    </author>
    
        <category term="IT" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dlink" label="D-Link" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="routerwirelessconnectionissues" label="router wireless connection issues" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wireless" label="Wireless" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wirelessnotstayingconnected" label="wireless not staying connected" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wirelessstoppedworking" label="wireless stopped working" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://ocenvisions.com/">
        <![CDATA[<p><a href="http://ocenvisions.com/dlink.jpg"><img style="MARGIN: 0px 20px 20px 0px; FLOAT: left" class="mt-image-left" alt="dlink.jpg" src="http://ocenvisions.com/assets_c/2010/08/dlink-thumb-128x85-15.jpg" width="128" height="85" /></a>If you are having trouble with losing wireless connectivity on a DLink router, Model DIR-615 H/W version C1, here is the fix. </p>
<p></p>
<p>&nbsp;Go get the new <a class="zem_slink freebase/en/firmware rdfa" title="Firmware" href="http://en.wikipedia.org/wiki/Firmware" rel="ctag:means wikipedia" property="ctag:label" resource="http://rdf.freebase.com/ns/en/firmware" typeof="ctag:Tag" xmlns:ctag="http://commontag.org/ns#">firmware</a> update 3.12NA by clicking here:</p>
<p><a href="http://www.dlink.com/products/?tab=3&amp;pid=DIR-615&amp;rev=DIR-615_revC">http://www.dlink.com/products/?tab=3&amp;pid=DIR-615&amp;rev=DIR-615_revC</a></p>
<ol>
<li>Save above file to your Desktop</li>
<li>Go to the file on your desktop and rt click, then click extract all, then press enter on keyboard</li>
<li>Log into router via web browser by typing in the address bar, 192.168.0.1</li>
<li>Log in as Admin</li>
<li>Click Wireless Settings on lft menu bar</li>
<li>Click Manual Wireless Connection Setup btn at bottom of page</li>
<li>Under the Wireless Network Settings div, uncheck the box Enable Auto Channel Scan</li>
<li>On the Wireless Channel drop down, select Channel 6</li>
<li>Choose WPA Personal, under Security Mode div</li>
<li>Choose <a class="zem_slink freebase/en/wi-fi_protected_access rdfa" title="Wi-Fi Protected Access" href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access" rel="ctag:means wikipedia" property="ctag:label" resource="http://rdf.freebase.com/ns/en/wi-fi_protected_access" typeof="ctag:Tag" xmlns:ctag="http://commontag.org/ns#">WPA2</a> Only, under WPA div</li>
<li>Enter Pre-Shared key you will remember </li>
<li>Scroll to top and&nbsp;click Save Settings.</li>
<li>Click Interner on lft menu bar</li>
<li>Set Primary <a class="zem_slink freebase/en/domain_name_system rdfa" title="Domain Name System" href="http://en.wikipedia.org/wiki/Domain_Name_System" rel="ctag:means wikipedia" property="ctag:label" resource="http://rdf.freebase.com/ns/en/domain_name_system" typeof="ctag:Tag" xmlns:ctag="http://commontag.org/ns#">DNS</a> as 192.168.0.1 and Secondary DNS as 4.2.2.2</li>
<li>Scroll to top and click Save Settings</li>
<li>Click Tools on horizontal menu bar</li>
<li>Click Firmware on lft menu bar</li>
<li>In the Firmware Update div click browse, Click Desktop and navigate to the previously extracted folder named "dir615_revC_fw_312NA."</li>
<li>Double click on the bin file inside of this folder named "DIR615C1_FW312NA.bin"</li>
<li>Click Upload in the Firmware Update div. **Be patient, and make sure you are using a wired connection, not wireless.</li></ol>
<p></p>
<p>Done - Enjoy!</p>
<p><a href="http://www.ocenvisions.com/thetaxclubcom/">http://www.ocenvisions.com/thetaxclubcom/</a></p>
<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles by Zemanta</legend>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://sparksspace.blogspot.com/2010/01/move-menu-bar-in-internet-explorer-8.html">Move the Menu Bar in Internet Explorer 8</a> (sparksspace.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/145893/2010/01/keyboard_firmware.html?lsrc=rss_main">Apple releases keyboard firmware update</a> (macworld.com)</li></ul></fieldset> 
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img style="BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; FLOAT: right; BORDER-LEFT-STYLE: none" class="zemanta-pixie-img" alt="Enhanced by Zemanta" src="http://img.zemanta.com/zemified_e.png?x-id=452f1ab4-c62e-416e-a731-f26aababfb5d" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]>
        
    </content>
</entry>

</feed>
