<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[LINICKX].com &#187; internet explorer</title>
	<atom:link href="http://www.linickx.com/tag/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco: Uninstalling the CSD ActiveX Control</title>
		<link>http://www.linickx.com/3140/cisco-uninstalling-the-csd-activex-control</link>
		<comments>http://www.linickx.com/3140/cisco-uninstalling-the-csd-activex-control#comments</comments>
		<pubDate>Fri, 10 Dec 2010 10:53:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[CSD]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3140</guid>
		<description><![CDATA[I&#8217;m installing Cisco Secure Desktop (CSD) for a customer and needed to re-test the installation process. Within internet explorer&#8217;s (IE Version 7 &#038; 8 ) managed add-on feature, I noticed that the CSD ActiveX Control doesn&#8217;t have an uninstall feature. &#8230; <a href="http://www.linickx.com/3140/cisco-uninstalling-the-csd-activex-control">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m installing Cisco Secure Desktop (CSD) for a customer and needed to re-test the installation process. Within internet explorer&#8217;s (IE Version 7 &#038; 8 ) managed add-on feature, I noticed that the CSD ActiveX Control doesn&#8217;t have an uninstall feature.</p>
<p>To remove the control I had to close IE, browse to&#8230;</p>
<pre class="brush: plain; title: ; notranslate">C:\Windows\Downloaded Program Files</pre>
<p>..and remove the following files..</p>
<pre class="brush: plain; title: ; notranslate">
CSDWebInstaller.inf
CSDWebInstaller.ocx
</pre>
<p>When re-starting IE the control was gone and I could test the re-install, I hope this helps some other googler! <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3140/cisco-uninstalling-the-csd-activex-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Proxy Settings&#8230; Bluecoat, wpad, proxy.pac &amp; dhcp option 252</title>
		<link>http://www.linickx.com/960/better-proxy-settings-bluecoat-wpad-proxypac-dhcp-option-252</link>
		<comments>http://www.linickx.com/960/better-proxy-settings-bluecoat-wpad-proxypac-dhcp-option-252#comments</comments>
		<pubDate>Sat, 02 May 2009 16:32:47 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bluecoat]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=960</guid>
		<description><![CDATA[Recently I&#8217;ve been involved with a bluecoat install; one of the requirements I&#8217;ve been faced with was helping the client with was removing fixed proxy settings within their browsers. For how-to references a combination of google, wikipedia and this post &#8230; <a href="http://www.linickx.com/960/better-proxy-settings-bluecoat-wpad-proxypac-dhcp-option-252">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been involved with a <a href="https://www.bluecoat.com/">bluecoat</a> install; one of the requirements I&#8217;ve been faced with was helping the client with was removing <em>fixed</em> proxy settings within their browsers.</p>
<p>For how-to references a combination of google, wikipedia and <a href="http://blog.freyguy.com/archives/2006/03/01/proxy-auto-detect-ie-and-firefox/">this post</a> are good places to start; I intend to document my experience you may find some overlap.</p>
<p>The 1st thing to understand is that Firefox (<em>FF</em>) and Internet Explorer (<em>IE</em>) both support an &#8220;automatically detect proxy&#8221; setting, but they are implement in different ways. Both FF &#038; IE use a proxy.pac (<em>also known as wpad.dat</em>) for their configuration, they just &#8220;look for it&#8221; in different ways.</p>
<p>The proxy pac file is a java script that tells the browsers (<em>both FF &#038; IE</em>) how to connect, there&#8217;s some good <a href="http://www.findproxyforurl.com/">pac file examples</a> here, this is what I did&#8230;</p>
<pre class="brush: plain; title: ; notranslate">
function FindProxyForURL(url, host)
{
	// The 1st if function tests if the URI should be by-passed…
	// Proxy By-Pass List
	if (
		// ignore RFC 1918 internal addreses
		isInNet(host, &quot;10.0.0.0&quot;, &quot;255.0.0.0&quot;) ||
		isInNet(host, &quot;172.16.0.0&quot;, &quot;255.240.0.0&quot;) ||
		isInNet(host, &quot;192.168.0.0&quot;, &quot;255.255.0.0&quot;) ||

		// is url is like http://server by-pass
		isPlainHostName(host) ||

		// localhost!!
		localHostOrDomainIs(host, &quot;127.0.0.1&quot;) ||

		// by-pass internal URLS
		dnsDomainIs(host, &quot;.mycompany.com&quot;) ||
		dnsDomainIs(host, &quot;.mycompany.local&quot;)
		)

		// If True, tell the browser to go direct…
		return &quot;DIRECT&quot;;

		// If False, it’s not on the by-pass then Proxy the request… if you fail to connect to the proxy, try direct.

return &quot;PROXY 10.10.10.10:8080;DIRECT&quot;;

}
</pre>
<p>Once you&#8217;re happy with what you&#8217;ve written you need to &#8220;publish&#8221; the pac file on a webserver for your clients to download it&#8230; I&#8217;ve decided to use the bluecoat proxy SG.</p>
<p>Now you can&#8217;t upload the pac file via the GUI, you need to get down and dirty with the command line, below is an example ssh session&#8230;</p>
<pre class="brush: plain; title: ; notranslate">
Proxy&gt; enable
Proxy# conf t
Proxy# inline accelerated-pac 123
....... Paste the contents of proxy.pac .......
123
Proxy#
</pre>
<p>Before going any further log into you&#8217;re bluecoat, make sure that under <code>Services -> Proxy Services</code>, HTTP 80 &#038; 8080 are set to Intercept. Next check that <code>Services -> Management services</code>, HTTP-Console 8081 is enabled&#8230; this service will be used to get the pac file, leave HTTPS-Console 8082 on as using the 8081 for administrator access would be a bad idea.</p>
<p>You will now hopefully be able to download your pac file from the following url http://10.10.10.10:8081/accelerated_pac_base.pac .. change the IP as necessary.</p>
<p>Once that works we&#8217;re going to add some proxy policy to make that url (a) nicer (b) compatible with Firefox. In the Bluecoat GUI under policy (<em>not the visual policy manager</em>) make sure that the local policy is read 1st&#8230; at the top of the file list. The following ssh session of policy, re-writes the pac file for a variety of names, basically I&#8217;ve tried to capture every combination that a user might try&#8230;.. </p>
<pre class="brush: plain; title: ; notranslate">
Proxy&gt; enable
Proxy# conf t
Proxy# inline policy local 123
&lt;proxy&gt;
url=http://proxy.mycompany.local/proxy.pac authenticate(no)
url=http://proxy.mycompany.local/wpad.dat authenticate(no)
url=http://wpad.mycompany.local/wpad.dat authenticate(no)
url=http://www.wpad.com/wpad.dat authenticate(no)
url=http://proxy.mycompany.local:8081/accelerated_pac_base.pac authenticate(no)
url=http://10.10.10.10:8081/accelerated_pac_base.pac authenticate(no)

&lt;cache&gt;
url.domain=http://proxy.mycompany.local/proxy.pac cache(no)
url.domain=http://proxy.mycompany.local/wpad.dat cache(no)
url.domain=http://wpad.mycompany.local/wpad.dat cache(no)
url.domain=http://www.wpad.com/wpad.dat cache(no)
url.domain=http://proxy.mycompany.local:8081/accelerated_pac_base.pac cache(no)
url.domain=http://10.10.10.10:8081/accelerated_pac_base.pac cache(no)

&lt;proxy&gt;
url=http://proxy.mycompany.local/proxy.pac action.rewrite_pac(yes)
url=http://proxy.mycompany.local/wpad.dat action.rewrite_pac(yes)
url=http://wpad.mycompany.local/wpad.dat action.rewrite_pac(yes)
url=http://www.wpad.com/wpad.dat action.rewrite_pac(yes)
url=/wpad.dat action.rewrite_pac(yes)

define action rewrite_pac
rewrite(url,&quot;(.*)&quot;,&quot;http://10.10.10.10:8081/accelerated_pac_base.pac&quot;)
end

123
Proxy#
</pre>
<p>Phew, thats the bluecoat side of things sorted, now we need to get clients to download the file! This is where the browser have different approaches&#8230;.</p>
<p><strong>Internet explorer uses DCHP</strong> Option 252 to detect the proxy, you can set the option of any of the URLS you&#8217;re re-writing on the bluecoat, I chose http://wpad.mycompany.local/wpad.dat .</p>
<p><strong>Firefox uses DNS</strong> to detect the proxy, so you&#8217;re going to need to create some records&#8230; The bluecoat was called &#8220;proxy&#8221; so an <strong>A record</strong> for <code>proxy.mycompany.local</code> already existed, we created a <strong>CNAME record</strong> for <code>wpad.mycompany.local</code> pointing to <code>proxy.mycompany.local</code> &#8230; if your dns domain is something like <code>uk.mycomany.local</code> you&#8217;ll need to add cname records <code>wpad.uk.mycompany.local </code>&#038; <code>wpad.mycompany.local</code> and add the necessary lines to the bluecoat rewire code above.</p>
<p>Once done you can set either browser to &#8220;automatically detect&#8221; and finger&#8217;s cross all will work!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/960/better-proxy-settings-bluecoat-wpad-proxypac-dhcp-option-252/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>UGHRRG, ie6!!!! Should I support it?</title>
		<link>http://www.linickx.com/405/ughrrg-ie6-should-i-support-it</link>
		<comments>http://www.linickx.com/405/ughrrg-ie6-should-i-support-it#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:25:17 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/405/ughrrg-ie6-should-i-support-it</guid>
		<description><![CDATA[I&#8217;m in the process the process of writing a whole new look for linickx.com, I think I&#8217;m about there so I&#8217;ve decided it was about time to give the other browsers a spin. All of my development has been with &#8230; <a href="http://www.linickx.com/405/ughrrg-ie6-should-i-support-it">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process the process of writing a whole new look for linickx.com, I think I&#8217;m about there so I&#8217;ve decided it was about time to give the other browsers a spin. All of my development has been with Firefox on linux (<em>with a little <a href="http://www.gnome.org/projects/epiphany/">epiphany</a> for testing non logged in users</em>)  and I&#8217;ve got the look and feel pretty much as I like. </p>
<p>I reboot into windows cause according to google analytics 70% of my visitors in the last month are windows people; Firefox on windows passes the test, all the same, so I&#8217;ve downloaded a copy of safari for windows, good news there too and I finish off with Internet Explorer 6, crap I forgot that ie6 cannot render transparent .png files, although the layout is alright my new header is screwed and I&#8217;ve used .png icons in my /files/ section so that&#8217;s going to look rubbish.</p>
<p>This leaves me with a dilemma, do I re-do all of my images as .gifs to account for the 10% of ie6 users? And is it possible to dual install ie6 &#038; ie7 ? &#8230; I still haven&#8217;t tested that and 20% of visitors use that&#8230;I&#8217;ve never bothered upgrading to ie7 since I new I was never going to use it, why waste the disk space &#038; bandwidth?</p>
<p>I&#8217;m toying with having a <a href="http://browsehappy.com/">browse happy</a> banner appear for ie6 and a disclaimer saying this site will look awful use a proper browser; the banner will be easy to do within the WordPress powered section, but the /files/ section which is driven by apache may be more of an issue.</p>
<p>The whole thing is just irritating, I was really looking forward to getting the new look up soon, ho-hum off to make a decision!</p>
<p>P.s. In case you were wondering, yes 60% of vistors are firefox, 5% are safari and the other 5% is made up of random stuff (<em>hello to the 2 users on the PSP!!!</em>)</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/405/ughrrg-ie6-should-i-support-it/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

