<?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>Gdgtry</title>
	<atom:link href="http://gdgtry.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gdgtry.com</link>
	<description>Technology issues on a day-to-day basis.</description>
	<lastBuildDate>Fri, 06 May 2011 17:50:03 +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>Windows with two network connections: internal and external</title>
		<link>http://gdgtry.com/2011/05/windows-with-two-network-connections-internal-and-external/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-with-two-network-connections-internal-and-external</link>
		<comments>http://gdgtry.com/2011/05/windows-with-two-network-connections-internal-and-external/#comments</comments>
		<pubDate>Fri, 06 May 2011 17:50:03 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[adapters]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=492</guid>
		<description><![CDATA[This post applies to both Windows 7 and Windows XP (and probably the server OS&#8217;s as well). At the office we have two available networks: An internal network with our servers that also has filtered internet and an external wifi network that just offers unfiltered internet. The main issue is that, as an IT tech, [...]]]></description>
			<content:encoded><![CDATA[<p>This post applies to both Windows 7 and Windows XP (and probably the server OS&#8217;s as well).</p>
<p>At the office we have two available networks: An internal network with our servers that also has filtered internet and an external wifi network that just offers unfiltered internet.</p>
<p>The main issue is that, as an IT tech, I download a lot of large files that can slow down our network, so I often found myself using a laptop on our external wifi downloading items so that I don&#8217;t slow internal people down.</p>
<p>My goal was to have two network connections on my Windows 7 PC, one wired internal connection and one a wifi external connection. I also want my internet traffic to go over my wifi connection but at the same time any have the ability to access all the internal sources.</p>
<p>A warning before I start: Doing this incorrectly can open a giant security hole in your network, please don&#8217;t do it without the approval of your IT dept.</p>
<p>First, I simply hooked up both network connections and tested them both (by only plugging one in at a time and checking the internet) as fully functional.</p>
<p>Once both are functional you need to edit your routing table so the correct requests go over the correct network adapter.</p>
<p>You can do this via the command line, but I found the <a title="Nirsoft NetRouteView" href="http://www.nirsoft.net/utils/network_route_view.html" target="_blank">Nirsoft NetRouteView utility</a> to make this whole process a whole bunch easier.</p>
<p>Download and extract the NetRouteView utility. Then if on Windows 7, right click the NetRouteView.exe file and select &#8220;Run as Administrator&#8221;.</p>
<div id="attachment_493" class="wp-caption aligncenter" style="width: 468px"><a href="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView1.jpg"><img class="size-full wp-image-493  " title="NetRouteView1" src="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView1.jpg" alt="" width="458" height="193" /></a><p class="wp-caption-text">NetRouteView with two connections</p></div>
<p>Click the &#8220;Interface Name&#8221; column title to sort your entries by interface like above.</p>
<p>Depending on your network only one or two changes should be made. First, you need to remove the 0.0.0.0 entry from your internal network. That entry is a &#8220;catch all&#8221;. We want the catch all on the outside network and not the inside. So remove 0.0.0.0 from your internal adapter and make sure its already there on your external connection.</p>
<p>For most people that should be it! But for me I had to add one entry to my internal network to get it to work. I wanted the whole 192.0.0.0 (that means anything that has a 192 for its first number in it&#8217;s IP address) to go on my internal network connection. So I added the following:</p>
<div id="attachment_497" class="wp-caption aligncenter" style="width: 379px"><a href="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView2.jpg"><img class="size-full wp-image-497 " title="NetRouteView2" src="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView2.jpg" alt="Adding a route" width="369" height="210" /></a><p class="wp-caption-text">Adding a route</p></div>
<p>Thats it! To check that everything is going over the correct interface I added the <a title="Network Traffic Gadget" href="http://gallery.live.com/liveItemDetail.aspx?li=aa4a0946-eee3-4af3-914d-ed0c66242523&amp;bt=1&amp;pl=1" target="_blank">Network Traffic gadget</a> to my Windows 7 desktop twice (just drag it to the desktop twice from the gadget list). I made my internal connection red and my external connection green.</p>
<div id="attachment_498" class="wp-caption aligncenter" style="width: 154px"><a href="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView3.jpg"><img class="size-full wp-image-498" title="NetRouteView3" src="http://gdgtry.com/wp-content/uploads/2011/05/NetRouteView3.jpg" alt="Network Traffic with two connections" width="144" height="225" /></a><p class="wp-caption-text">Network Traffic with two connections</p></div>
<p>Now I can watch as I view a web page which adapter it&#8217;s going out.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/05/windows-with-two-network-connections-internal-and-external/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe Acrobat: &#8220;The Document could not be printed.&#8221;</title>
		<link>http://gdgtry.com/2011/03/adobe-acrobat-the-document-could-not-be-printed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobe-acrobat-the-document-could-not-be-printed</link>
		<comments>http://gdgtry.com/2011/03/adobe-acrobat-the-document-could-not-be-printed/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 13:08:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=484</guid>
		<description><![CDATA[Recently we upgraded our Windows 7 machines to Adobe Acrobat X Standard/Pro. Some of our users were having issues with random PDFs that would not print. When attempting to print these PDFs users would get a &#8220;The Document could not be printed.&#8221; pop-up followed by &#8220;The Document could not be printed.&#8221; Interestingly I found that [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we upgraded our Windows 7 machines to Adobe Acrobat X Standard/Pro. Some of our users were having issues with random PDFs that would not print.</p>
<p>When attempting to print these PDFs users would get a &#8220;The Document could not be printed.&#8221; pop-up followed by &#8220;The Document could not be printed.&#8221;</p>
<p>Interestingly I found that in most cases the issue occurred when the PDF was being viewed embedded in Internet Explorer. In some cases If I saved the offending PDF to desktop and then opened it, it would print without issue.</p>
<p>The solution I&#8217;ve come across was to replace the drivers of our HP 1320 printers from the PCL 6 drivers to the HP universal drivers. For us, that resolved all printing problems.</p>
<p>I&#8217;ve read on the Adobe forums that the issue is related to gibberish hidden characters added when someone adds text to a PDF from something other than an Adobe product. Something like Microsoft Word.</p>
<p>I&#8217;d be interested if anyone could come up with a &#8220;true&#8221; fix, as my solution sounds sort of like a work around.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/03/adobe-acrobat-the-document-could-not-be-printed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fujitsu ScanSnap Error &#8220;PDF file creation failed.&#8221;</title>
		<link>http://gdgtry.com/2011/03/fujitsu-scansnap-error-pdf-file-creation-failed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fujitsu-scansnap-error-pdf-file-creation-failed</link>
		<comments>http://gdgtry.com/2011/03/fujitsu-scansnap-error-pdf-file-creation-failed/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 21:28:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[scansnap]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=474</guid>
		<description><![CDATA[We currently have five of these scanners deployed on Windows 7 machines. All installations were experiencing a random error of &#8220;PDF file creation failed.&#8221; The error did not not usually occur if only a single document was scanned and saved. However, If two documents are scanned and saved back to back, this error was likely [...]]]></description>
			<content:encoded><![CDATA[<p>We currently have five of these scanners deployed on Windows 7 machines. All installations were experiencing a random error of &#8220;PDF file creation failed.&#8221;</p>
<div id="attachment_475" class="wp-caption aligncenter" style="width: 490px"><a href="http://gdgtry.com/wp-content/uploads/2011/03/PDFerror.gif"><img class="size-full wp-image-475  " title="ScanSnap Error" src="http://gdgtry.com/wp-content/uploads/2011/03/PDFerror.gif" alt="" width="480" height="213" /></a><p class="wp-caption-text">PDF file creation failed.</p></div>
<p>The error did not not usually occur if only a single document was scanned and saved. However, If two documents are scanned and saved back to back, this error was likely to occur at the start of the second document. Internet searches yielded nothing, but after contacting Fujitsu support, we came to a solution.</p>
<p>The error stems from the fact that ScanSnap Manager defaults to saving scans into the My Pictures folder. At our offices all users have their My Documents folders redirected via Group Policy to a network share. Apparently ScanSnap is sensitive to any delay when it attempts to write the scanned PDF files to disk.</p>
<p>The solution is to change the scan path to something other than a network share.</p>
<p>The steps:</p>
<p>Right click the ScanSnap icon and select the Scan Button Settings&#8230; option.</p>
<div id="attachment_476" class="wp-caption aligncenter" style="width: 418px"><a href="http://gdgtry.com/wp-content/uploads/2011/03/SnapScanError2.jpg"><img class="size-full wp-image-476" title="SnapScanError2" src="http://gdgtry.com/wp-content/uploads/2011/03/SnapScanError2.jpg" alt="" width="408" height="361" /></a><p class="wp-caption-text">Select Scan Button Settings</p></div>
<p>Then, if necessary, expand the window to show all the options for each setting. Then go to the Save tab and change the Image Saving folder to something other than a network share.</p>
<div id="attachment_477" class="wp-caption aligncenter" style="width: 459px"><a href="http://gdgtry.com/wp-content/uploads/2011/03/SnapScanError3.jpg"><img class="size-full wp-image-477 " title="SnapScanError3" src="http://gdgtry.com/wp-content/uploads/2011/03/SnapScanError3.jpg" alt="" width="449" height="317" /></a><p class="wp-caption-text">Change the Image Saving folder location.</p></div>
<p style="text-align: left;">That quickly resolved the errors we were receiving.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/03/fujitsu-scansnap-error-pdf-file-creation-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remotely Change a Computer from a Static IP to DHCP</title>
		<link>http://gdgtry.com/2011/01/how-to-remotely-change-a-computer-from-a-static-ip-to-dhcp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remotely-change-a-computer-from-a-static-ip-to-dhcp</link>
		<comments>http://gdgtry.com/2011/01/how-to-remotely-change-a-computer-from-a-static-ip-to-dhcp/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 17:20:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[remotely]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=445</guid>
		<description><![CDATA[Remotely changing Windows 7 and Windows XP computers from static IP addresses to DHCP addresses.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re currently migrating many computers from static IP assignments over to DHCP IP leases. Rather than walking from each computer to the next and manually changing the adapter settings I&#8217;ve been looking for a remote solution that I could either apply to computers one at a time or push out via group policy. Thanks to a VBScript originally written by <a href="http://social.technet.microsoft.com/Forums/en/ITCG/thread/bd7119d0-af0c-435d-83eb-7367b0c665c3" target="_blank">MatthewBeattie and posted on the technet forums</a> I now have a solution.</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_472" class="wp-caption aligncenter" style="width: 416px"><a href="http://gdgtry.com/wp-content/uploads/2011/01/EnableDHCP.jpg"><img class="size-full wp-image-472 " title="EnableDHCP" src="http://gdgtry.com/wp-content/uploads/2011/01/EnableDHCP.jpg" alt="" width="406" height="104" /></a><p class="wp-caption-text">Changing an adapter to DHCP remotely</p></div>
<p style="text-align: center;">&nbsp;</p>
<p>First you&#8217;ll need the VBScript file. Copy and paste the following into Notepad. Assuming you want this to execute on both Windows 7 and Windows XP clients, the only line you need to edit is line 31, &#8220;subnets = Array(&#8220;192.168.1.0&#8243;)&#8221; and change the 192.168.1.0 to the network that you&#8217;d like this file to execute on.</p>
<p><a style="display:none;" id="te1122826202" href="javascript:expand('#te1122826202')">EnableDHCP.vbs</a>
<div class="te_div" id="te1122826202"><script language="JavaScript" type="text/javascript">expander_hide('#te1122826202');</script></p>
<pre>'----------------------------------------------------------------------------------------------------------------------------
'Script Name : EnableDHCP.vbs
'Author   : Matthew Beattie
'Created   : 29/12/10
'Description : This script enables DHCP for systems on specified subnets.
'----------------------------------------------------------------------------------------------------------------------------
'Initialization Section  
'----------------------------------------------------------------------------------------------------------------------------
Option Explicit  
Dim objFSO, wshShell, wshNetwork, hostName
On Error Resume Next
 Set objFSO   = CreateObject("Scripting.FileSystemObject")   
 Set wshNetwork = Wscript.CreateObject("Wscript.Network")  
 Set wshShell  = CreateObject("Wscript.Shell")  
 hostName    = wshNetwork.ComputerName
 ProcessScript
 If Err.Number &lt;&gt; 0 Then
 Wscript.Quit  
 End If
On Error Goto 0
'----------------------------------------------------------------------------------------------------------------------------
'Name    : ProcessScript -&gt; Primary Function that controls all other script processing.  
'Parameters : None     -&gt;  
'Return   : None     -&gt;  
'----------------------------------------------------------------------------------------------------------------------------
Function ProcessScript
 Dim ipAddress, macAddress, product, systems, system
 Dim subnets, subnet, network, continue
 product = ReadRegistry("HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProductName")
 systems = Array("Windows XP","Windows 7")
 subnets = Array("192.168.1.0")
 '-------------------------------------------------------------------------------------------------------------------------
 'Ensure this script only applies to client operating systems. (Don't configure servers with DHCP!)
 '-------------------------------------------------------------------------------------------------------------------------
 Continue = False
 For Each system In systems
 If InStr(1, product, system, vbTextCompare) &lt;&gt; 0 Then
 continue = True
 Exit For
 End If
 Next
 If Not continue Then
 Exit Function
 End If
 '-------------------------------------------------------------------------------------------------------------------------
 'Enumerate the IP and MAC Addresses from the local system.
 '-------------------------------------------------------------------------------------------------------------------------
 If Not GetIPConfig(hostName, ipAddress, macAddress) Then
 Exit Function
 End If
 '-------------------------------------------------------------------------------------------------------------------------
 'Ensure the script continues processing only if the systems IP address is within the specified subnets.
 '-------------------------------------------------------------------------------------------------------------------------
 network = Left(ipAddress, InStrRev(ipAddress, ".")) &amp; "0"
 continue = False
 For Each subnet In subnets
 If StrComp(subnet, network, vbTextCompare) = 0 Then
 continue = True
 Exit For
 End If
 Next
 '-------------------------------------------------------------------------------------------------------------------------
 'Ensure the script only continues processing if the systems IP address is within the specified subnets.
 '-------------------------------------------------------------------------------------------------------------------------
 If Not continue Then
 Exit Function
 End If
 '-------------------------------------------------------------------------------------------------------------------------
 'The system is within one of the specified subnets. Enable DHCP on all enabled interfaces that have static IP Addresses.
 '-------------------------------------------------------------------------------------------------------------------------
 If Not EnableDHCP Then
 Exit Function
 End If
End Function
'----------------------------------------------------------------------------------------------------------------------------
'Name    : ReadRegistry -&gt; Read the value of a registry key or value.
'Parameters : key     -&gt; Name of the key (ending in "\") or value to read.
'Return   : ReadRegistry -&gt; Value of key or value read from the local registry (blank is not found).
'----------------------------------------------------------------------------------------------------------------------------
Function ReadRegistry(ByVal key)
 Dim result
 If StrComp (Left (key, 4), "HKU\", vbTextCompare) = 0 Then
 Key = "HKEY_USERS" &amp; Mid (key, 4)
 End If
 On Error Resume Next
 ReadRegistry = WshShell.RegRead (key)
 If Err.Number &lt;&gt; 0 Then
 ReadRegistry = ""
 End If
 On Error Goto 0
End Function
'----------------------------------------------------------------------------------------------------------------------------
'Name    : GetIPConfig -&gt; Enumerates the IP &amp; MAC Address of the system via WMI
'Parameters : hostName  -&gt; String containing the hostname of the computer to enumerate the IP configuration for.
'      : ipAddress  -&gt; Input/Output : Variable assigned to the IP Address of the system.
'Parameters : macAddress -&gt; Input/Output : Variable assigned to the MAC Address of the system.
'Return   : GetIPConfig -&gt; Returns True and the systems IP &amp; MAC Address if successful otherwise returns False.
'----------------------------------------------------------------------------------------------------------------------------
Function GetIPConfig(hostName, ipAddress, macAddress)
 Dim wmi, ipConfig, query
 GetIPConfig = False
 ipAddress  = ""
 macAddress = ""
 query    = "select * from Win32_NetworkAdapterConfiguration where IPEnabled = True"
 On Error Resume Next
 Set wmi = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &amp; hostName &amp; "\root\cimv2")
 If Err.Number &lt;&gt; 0 Then
 Exit Function
 End If
 For Each ipConfig in wmi.ExecQuery(query)
 If Err.Number &lt;&gt; 0 Then
 Exit Function
 End If
 ipAddress = ipConfig.IPAddress(0)
 macAddress = ipConfig.MACAddress(0)
 If ipAddress &lt;&gt; "" And ipAddress &lt;&gt; "0.0.0.0" And MACAddress &lt;&gt; "" Then
 Exit For
 End If
 Next
 On Error Goto 0
 GetIPConfig = True
End Function
'----------------------------------------------------------------------------------------------------------------------------
'Name    : EnableDHCP -&gt; enables DHCP on all interfaces that have static IP Addresses.
'Parameters : hostName  -&gt; String containing the hostname of the system to enable DHCP on.
'Return   : EnableDHCP -&gt; Returns True if DHCP was enabled otherwise False.
'----------------------------------------------------------------------------------------------------------------------------
Function EnableDHCP
 Dim query, wmi, adapter, adapters, result
 EnableDHCP = False
 query   = "Select * From Win32_NetworkAdapterConfiguration Where DHCPEnabled = False And IPEnabled = True"
 On Error Resume Next
 Set wmi   = GetObject("winmgmts:\\" &amp; hostName &amp; "\root\cimv2")
 Set adapters = wmi.ExecQuery(query)
 For Each adapter In adapters
 result = adapter.EnableDHCP()
 Next
 If Err.Number &lt;&gt; 0 Then
 Exit Function
 End If
 On Error Goto 0
 EnableDHCP = True
End Function
'----------------------------------------------------------------------------------------------------------------------------</pre>
<p></div></p>
<h4>Executing Manually on Remote Machines</h4>
<p>For simplicity, place the previous EnableDHCP.vbs file either in your root C:\ or on a file share.</p>
<p>Download and install PsTools available <a title="PsTools" href="http://technet.microsoft.com/en-us/sysinternals/bb896649" target="_blank">here</a>. Once installed launch a command prompt. Change to the PsTools directory with the following command:<br />
cd \pstools</p>
<p>The following assumes your account has administrative privlidges on both the local and remote machine and you&#8217;ve saved the vbs file locally to C:\</p>
<p>Execute the file on the remote machine with the following command:<br />
psexec \\&lt;RemoteComputerNameOrIP&gt; cscript \\&lt;LocalComputerName&gt;\C$\EnableDHCP.vbs</p>
<p>If you need to specify a remote administrator user use the following command:<br />
psexec \\&lt;RemoteComputerNameOrIP&gt; -u &lt;RemoteAdmin&gt; cscript \\&lt;LocalComputerName&gt;\C$\EnableDHCP.vbs</p>
<p>The command will not execute cleanly because (obviously) your computer is going to lose its network connection to the other computer while it changes to DHCP.</p>
<p>You must invoke cscript to execute the command as by default .vbs files will not execute remotely.</p>
<h4>Executing via Group Policy</h4>
<p>(I&#8217;m not responsible if you screw up your domain)</p>
<p>Save the EnableDHCP.vbs to a file share location that allows everyone to read.</p>
<p>If you don&#8217;t already have your computers segregated into Organizational Units, create a new OU and Create and link a new Group Policy to it.<br />
Right click your domain &gt; click New Organizational Unit &gt; right click the OU you just created&gt; click Create a GPO in this Domain, and Link it here. &gt; name it something useful like &#8220;Enable DHCP&#8221; &gt; Drag computers into the new OU</p>
<p>The best time to run this script, in my opinion, is going to be during computer startup. Edit the Group Policy you previously created to launch the script.<br />
Right click the previously created Policy &gt; Edit &gt; expand Computer Configuration &gt; Windows Settings &gt; Scripts &gt; double click Startup &gt; click Add &gt; click Browse &gt; find the script &gt; click OK a couple of times</p>
<h4>That should do it!</h4>
<p>Personally, because of the way we have some things set to start, I&#8217;m using a combination of psLoggedon to find computers that noone is logged into, then executing the script on those computers. Please always test on a non production computer before you start making big changes like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/01/how-to-remotely-change-a-computer-from-a-static-ip-to-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinning down FireFox 4&#8242;s Tab Bar</title>
		<link>http://gdgtry.com/2011/01/thinning-down-firefox-4s-tab-bar-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thinning-down-firefox-4s-tab-bar-2</link>
		<comments>http://gdgtry.com/2011/01/thinning-down-firefox-4s-tab-bar-2/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 15:57:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[FF4]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tab bar]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=435</guid>
		<description><![CDATA[FireFox4 Beta 9 is out and they&#8217;ve made great improvements toward efficient vertical space use. Now when you maximize the main window the tabs move into the title bar! Here&#8217;s how to set the tabs to always be in the Title Bar of the window even when not maximized. &#160; &#160; We need to add [...]]]></description>
			<content:encoded><![CDATA[<p>FireFox4 Beta 9 is out and they&#8217;ve made great improvements toward efficient vertical space use. Now when you maximize the main window the tabs move into the title bar! Here&#8217;s how to set the tabs to always be in the Title Bar of the window even when not maximized.</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_436" class="wp-caption aligncenter" style="width: 533px"><a href="http://gdgtry.com/wp-content/uploads/2011/01/FF4Beta9TabBar.jpg"><img class="size-full wp-image-436 " title="FF4Beta9TabBar" src="http://gdgtry.com/wp-content/uploads/2011/01/FF4Beta9TabBar.jpg" alt="" width="523" height="60" /></a><p class="wp-caption-text">Setting FF4&#39;s Tabs to Always be in the Title Bar</p></div>
<p style="text-align: center;">&nbsp;</p>
<p>We need to add a couple of lines to your userChrome.css file. The userChrome.css file is located in the following locations:</p>
<p><strong>XP:</strong> C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;profile&gt;\chrome\<br />
<strong>Vista\7:</strong> C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\chrome\</p>
<p>Open that file in Notepad or another text editor and add the following lines to it:</p>
<p style="padding-left: 30px;">@namespace url(&#8220;http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul&#8221;);</p>
<p style="padding-left: 30px;">#main-window[sizemode=normal][tabsontop="true"] #toolbar-menubar[autohide="true"] {<br />
margin-top:-20px;<br />
margin-left:80px;<br />
}<br />
#main-window[sizemode=normal] #navigator-toolbox[tabsontop="true"] &gt; #toolbar-menubar[autohide="true"] ~ #TabsToolbar {<br />
-moz-padding-start:80px!important;<br />
-moz-padding-end:110px!important;<br />
}<br />
#appmenu-button{<br />
padding-left: 8px !important;<br />
padding-right: 8px !important;<br />
height: 22px !important;<br />
}</p>
<p>You&#8217;ll also need to set FireFox to always display the tab bar (Options &gt; Tabs &gt; Always show the tab bar) so as not to cause issues when only a single tab is open.</p>
<p>Most credit for this version goes to <a href="http://userstyles.org/styles/42417" target="_blank">sdrocking with this post as UserStyles.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/01/thinning-down-firefox-4s-tab-bar-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Redirecting Lotus Notes Data to a Network Share</title>
		<link>http://gdgtry.com/2011/01/redirecting-lotus-notes-data-to-a-network-share/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redirecting-lotus-notes-data-to-a-network-share</link>
		<comments>http://gdgtry.com/2011/01/redirecting-lotus-notes-data-to-a-network-share/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 17:21:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[lotus notes]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=422</guid>
		<description><![CDATA[Setting up Lotus Notes so that client data is stored on a network drive, allowing users to roam between workstations.]]></description>
			<content:encoded><![CDATA[<p>I currently redirect users&#8217; Lotus Notes data folder (the folder that contains their ID files as well as other personal files) to network shares. This allows for users to roam from computer to computer in our office and always have their data available. As far as IBM is concerned this is an unsupported configuration, they will not help you if you have issues. We&#8217;re currently using the 8.5.1 client with FixPack 4 installed.</p>
<h3>Preparing Users Data for the Network</h3>
<p>The first step is to copy a users Data folder onto a network share. The location of the share should be the same for all users. For example; each of our users has a &#8220;home&#8221; drive mapped to H: where they store their personal documents. Under this drive we have a folder titled &#8220;lotus&#8221; that we place a copy of the contents of their Data folder.</p>
<p>After you&#8217;ve copied the contents to the network share, you&#8217;ll need to edit the users notes.ini file thats located within that share. The line you&#8217;ll need to change in that file is &#8220;Directory=C:\&#8230;&#8221; change it to the location where you&#8217;ve copied their data. In my situation I change that line to &#8220;Directory=H:\lotus&#8221;</p>
<h3>Redirecting Lotus to Look in the Network Share</h3>
<p>Now that we have our user data in a network location, we need to tell lotus to look there and not in the usual Data folder location. There are a couple of methods to do this. First is using a registry entry and the second is actually editing the shortcuts. In my experience the shortcut method has been much more reliable.</p>
<p><strong>Registry method:</strong><br />
For each user add the following registry entry (maybe as part of a log on script)<br />
[HKEY_CURRENT_USER\Software\Lotus\Notes\8.0] &#8220;NotesIniPath&#8221;=&#8221;H:\\lotus\\notes.ini&#8221;</p>
<div id="attachment_425" class="wp-caption aligncenter" style="width: 413px"><a href="http://gdgtry.com/wp-content/uploads/2011/01/LotusNotesRegistry.jpg"><img class="size-full wp-image-425" title="LotusNotesRegistry" src="http://gdgtry.com/wp-content/uploads/2011/01/LotusNotesRegistry.jpg" alt="" width="403" height="174" /></a><p class="wp-caption-text">Redirecting via the Registry</p></div>
<p style="text-align: center;">&nbsp;</p>
<p><strong>Shortcut method:</strong><br />
Edit the shortcuts on the all users desktop and the start menu so the target line is as follows (quotation marks and all)<br />
&#8220;C:\(Install location of Lotus Notes)\notes.exe&#8221; &#8220;=h:\lotus\notes.ini&#8221;</p>
<div id="attachment_426" class="wp-caption aligncenter" style="width: 236px"><a href="http://gdgtry.com/wp-content/uploads/2011/01/LotusNotesShortcut.jpg"><img class="size-full wp-image-426" title="LotusNotesShortcut" src="http://gdgtry.com/wp-content/uploads/2011/01/LotusNotesShortcut.jpg" alt="" width="226" height="320" /></a><p class="wp-caption-text">Redirecting via Editing Shortcuts</p></div>
<h3>Some Notes (Get it?!)</h3>
<p>Currently on Windows 7 I do a Single User Install of the Standard Client. I&#8217;ve found that if I do a multi-user install I get prompted for my ID password for ntaskldr.exe. Googling has not returned a way to correct this.</p>
<p>While this modification does allow users to roam between computers, they can not have more than one instance of Notes open at a time.</p>
<p>After you&#8217;ve successfully got Notes functioning redirected you can delete the Data directory from the local machine. As long as your redirects are in place, it will never be recreated.</p>
<p>My users are not administrators on their machines. A single user install by default stores the users Data folder in the Program Files directory, which a user can&#8217;t write to. But since we&#8217;re redirecting that folder to a writeable location the users never have any permission issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2011/01/redirecting-lotus-notes-data-to-a-network-share/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Re-enable URL AutoFill on FireFox 4</title>
		<link>http://gdgtry.com/2010/09/re-enable-url-autofill-on-firefox-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=re-enable-url-autofill-on-firefox-4</link>
		<comments>http://gdgtry.com/2010/09/re-enable-url-autofill-on-firefox-4/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 14:01:29 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[FF4]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tab bar]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=417</guid>
		<description><![CDATA[The default behavior in Safari has always been that, while typing a URL, enter selects the most likely recommendation. Its super efficient. Why it&#8217;s not the default of all browsers, I&#8217;ll never know. FireFox before version 4 had the ability to auto-complete address bar suggestions. In about:config the option was called browser.urlbar.autoFill. With Version 4, [...]]]></description>
			<content:encoded><![CDATA[<p>The default behavior in Safari has always been that, while typing a URL, enter selects the most likely recommendation. Its super efficient. Why it&#8217;s not the default of all browsers, I&#8217;ll never know. FireFox before version 4 had the ability to auto-complete address bar suggestions. In about:config the option was called browser.urlbar.autoFill. With Version 4, that option no longer functions. As usual an extension has come to the rescue!</p>
<div id="attachment_419" class="wp-caption aligncenter" style="width: 460px"><a href="https://addons.mozilla.org/en-US/firefox/addon/7423/"><img class="size-full wp-image-419" title="EnterSelects" src="http://gdgtry.com/wp-content/uploads/2010/09/EnterSelects.png" alt="" width="450" height="73" /></a><p class="wp-caption-text">The &quot;Enter Selects&quot; FireFox Add-On</p></div>
<p>The enter selects add-on doesn&#8217;t truly auto-fill the remainder of the the URL bar. Instead it simply selects the first suggested awesomebar result for whatever you&#8217;ve typed. The end result is the same. A quick &#8220;g, enter&#8221; gets me to Google, &#8220;l, enter&#8221; gets me to lifehacker, &#8220;j, enter&#8221; gets me to Jalopnik. I know I could have set up some tags on my bookmark entries, but this is a much more effective method that changes over time as the sites I visit change.</p>
<p>Another entry goes on my FireFox must have extension list.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2010/09/re-enable-url-autofill-on-firefox-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinning Down FireFox 4&#8242;s Tab Bar &#8211; Update!</title>
		<link>http://gdgtry.com/2010/09/thinning-down-firefox-4s-tab-bar-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thinning-down-firefox-4s-tab-bar-update</link>
		<comments>http://gdgtry.com/2010/09/thinning-down-firefox-4s-tab-bar-update/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:33:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[slim]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=393</guid>
		<description><![CDATA[Slimming down FireFox 4's tab bar, Updated!]]></description>
			<content:encoded><![CDATA[<p><strong>This post is now outdated, please see the update available here:</strong></p>
<p><strong><a href="http://gdgtry.com/2011/01/thinning-down-firefox-4s-tab-bar-2/" target="_self">http://gdgtry.com/2011/01/thinning-down-firefox-4s-tab-bar-2/</a></strong></p>
<p>My previous post about <a title="Thinning Down FireFox 4's Tab Bar" href="http://gdgtry.com/2010/07/thinning-down-firefox-4s-tab-bar/" target="_blank">modifying FireFox 4&#8242;s tab bar layout</a> has been one of the more popular posts on my blog. After updating to FF4 Beta 6 the modification broke, but I&#8217;ve found a solution:</p>
<p>#navigator-toolbox[tabsontop="true"] #TabsToolbar{<br />
padding-left: 80px !important;<br />
padding-right: 102px !important;<br />
padding-top: 2px !important;<br />
margin-top: -25px !important;<br />
}</p>
<p>#appmenu-button{<br />
padding: 3px 5px 3px 5px !important;<br />
height: 20px !important;<br />
}</p>
<p>As you can see, the only change is we tell the tab bar to move up 25 pixels from where it was. We also ditch the tab position as fixed as it&#8217;s not really necessary.</p>
<p style="text-align: center;">
<div id="attachment_369" class="wp-caption aligncenter" style="width: 558px"><a href="http://gdgtry.com/wp-content/uploads/2010/07/FireFoxFixedTabLayout.png"><img class="size-full wp-image-369 " title="FireFoxFixedTabLayout" src="http://gdgtry.com/wp-content/uploads/2010/07/FireFoxFixedTabLayout.png" alt="" width="548" height="151" /></a><p class="wp-caption-text">FireFox 4 with a better tab layout</p></div>
<p>This gets us back to our old style. I haven&#8217;t had time to test all the edge cases to see if it messes anything up, but it should get your normal browsing bar back to an acceptable size.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2010/09/thinning-down-firefox-4s-tab-bar-update/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Finding out where a picture was taken using EXIF info</title>
		<link>http://gdgtry.com/2010/08/finding-out-where-a-picture-was-taken-using-exif-info/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finding-out-where-a-picture-was-taken-using-exif-info</link>
		<comments>http://gdgtry.com/2010/08/finding-out-where-a-picture-was-taken-using-exif-info/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 15:47:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[EXIF]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=399</guid>
		<description><![CDATA[How to view where photos were taken using GPS information embedded in EXIF.]]></description>
			<content:encoded><![CDATA[<p>Alternate title: How to creepily stalk people using their pictures.</p>
<p>Since I&#8217;ve gotten an iPhone 4 I&#8217;ve stopped carrying a normal camera with me on outings. I find the iPhone&#8217;s camera more than sufficient for most of my photo needs. Many other people are also doing the same. The fun thing about most camera phones now, is that they tag image information with GPS coordinates. Thanks to some easy online tools, you can now track people only by their pictures.</p>
<p>Lets get an example. I did a Google Search for &#8220;shots taken with my iPhone&#8221; and the first result is a blog with &#8220;<a title="9 Cracking Shots Taken With My iPhone" href="http://www.unlimitedchoice.org/blog/creative/9-cracking-shots-taken-with-my-iphone/" target="_blank">9 Cracking Shots Taken With My iPhone</a>&#8220;. The second picture posted is a pic taken on a road supposedly in Death Valley. Lets see if it is.</p>
<div id="attachment_407" class="wp-caption aligncenter" style="width: 317px"><a href="http://gdgtry.com/wp-content/uploads/2010/08/iPhoneGPSImage.jpg"><img class="size-full wp-image-407" title="iPhoneGPSImage" src="http://gdgtry.com/wp-content/uploads/2010/08/iPhoneGPSImage.jpg" alt="" width="307" height="409" /></a><p class="wp-caption-text">A test image for GPS EXIF inforation</p></div>
<p>We can download a program to view where the photo was taken via its EXIF information. Programs like &#8220;<a title="Simple EXIF Viewer for Mac" href="http://homepage.mac.com/aozer/EV/" target="_blank">Simple EXIF Viewer for Mac OSX</a>&#8221; work well. Or you could install a FireFox extension like &#8220;<a title="EXIF Viewer for FireFox" href="https://addons.mozilla.org/en-US/firefox/addon/3905/" target="_blank">EXIF Viewer</a>&#8220;, it&#8217;s a very nice way to quickly view information for any image embedded on a web page. But both of these seem silly to install when you probably only need to view EXIF info once in a blue moon.</p>
<p>My new favorite way to view where photos were taken is to use online tools like &#8220;<a title="Jeffery's EXIF Viewer" href="http://regex.info/exif.cgi" target="_blank">Jeffery&#8217;s EXIF Viewer</a>&#8221; or the &#8220;<a title="Find EXIF Online" href="http://www.findexif.com/" target="_blank">Find EXIF</a>&#8221; website. So, using our example, we would: Right click the image, Copy Image Location, Paste the image location into one of the online tools. In this example I&#8217;ve used Jeffery&#8217;s EXIF viewer that embeds a nice little Google Maps pin of where the image says it was taken. Results from the EXIF GPS information</p>
<p style="text-align: left;">And if you follow the links over to Google Maps, and drop a street view pin as close to GPS data as possible, you get this:</p>
<p style="text-align: left;">
<div id="attachment_409" class="wp-caption aligncenter" style="width: 404px"><a href="http://gdgtry.com/wp-content/uploads/2010/08/iPhoneGPSResults.jpg"><img class="size-full wp-image-409 " title="iPhoneGPSResults" src="http://gdgtry.com/wp-content/uploads/2010/08/iPhoneGPSResults.jpg" alt="" width="394" height="360" /></a><p class="wp-caption-text">Results from the iPhone&#39;s GPS EXIF info</p></div>
<p>You can view the <a title="Google Street View" href="http://maps.google.com/maps?f=q&amp;q=36.459500,-117.844833&amp;t=k&amp;ie=UTF8&amp;ll=36.45946,-117.845251&amp;spn=0.001627,0.004849&amp;z=18&amp;layer=c&amp;cbll=36.45946,-117.845251&amp;panoid=n-BlkcbnAChlU3KO5yI_Qg&amp;cbp=12,152.93,,1,6" target="_blank">actual Google Street view location here</a>. Pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2010/08/finding-out-where-a-picture-was-taken-using-exif-info/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some information about laptop docks</title>
		<link>http://gdgtry.com/2010/08/some-information-about-laptop-docks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=some-information-about-laptop-docks</link>
		<comments>http://gdgtry.com/2010/08/some-information-about-laptop-docks/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 20:50:50 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[port replicatior]]></category>

		<guid isPermaLink="false">http://gdgtry.com/?p=402</guid>
		<description><![CDATA[There are two main types of docks available for laptops. Here are the differences.]]></description>
			<content:encoded><![CDATA[<p>There are two types of docks available for laptops:</p>
<p style="text-align: left;">
<div id="attachment_404" class="wp-caption aligncenter" style="width: 410px"><a href="http://gdgtry.com/wp-content/uploads/2010/08/DellDockPlus.jpg"><img class="size-full wp-image-404 " title="DellDockPlus" src="http://gdgtry.com/wp-content/uploads/2010/08/DellDockPlus.jpg" alt="" width="400" height="186" /></a><p class="wp-caption-text">Dock for the Dell Latitude Series</p></div>
<ol>
<li>Docks that require your laptop to be open and running to use and use a low performance method of connection. These docks are available for almost any laptop and use a single USB cable to hook up. I really won’t recommend them for a couple of reasons: They’re low performance and they require that the laptop be sitting open and have the laptop screen on when plugged into them. This means if you want to type on your other screen with a real keyboard and mouse, you’ll have to have your laptop sitting out and open on the desk.</li>
<li>Docks that have a dedicated port and sit in a cradle. These are high performance and do not require your computer to be open when in use. In addition these docks usually include significantly more connectivity options. This is the type of dock I use every day here at work. I recommend this style over the USB style.</li>
</ol>
<p>If you want to go with a cradle style dock then that limits your options. There aren’t many 17” laptops compatible with a cradle style of dock. The Dell Latitude laptop series is the best choice at this time. Their larger size laptop has a 15.6” screen.</p>
<p>If you really want a larger computer and don’t mind having your laptop sitting out while docked or just want to skip the dock all together, then you have more options.</p>
<div id="attachment_405" class="wp-caption aligncenter" style="width: 292px"><a href="http://www.amazon.com/gp/product/B002Y2SMUW?ie=UTF8&amp;tag=gdgtry-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002Y2SMUW"><img class="size-full wp-image-405" title="Targus Universal USB Dock" src="http://gdgtry.com/wp-content/uploads/2010/08/TargusDock.jpg" alt="Targus Universal USB Dock" width="282" height="192" /></a><p class="wp-caption-text">Targus Universal USB Dock</p></div>
<p>USB docks like the the <a title="Targus Universal USB Dock" href="Targus Universal USB Dock" target="_blank">Targus Universal USB Dock</a> allow almost any size and style computer the ability to have a dock.</p>
]]></content:encoded>
			<wfw:commentRss>http://gdgtry.com/2010/08/some-information-about-laptop-docks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

