<?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>Technoleros &#187; Technology</title>
	<atom:link href="http://www.technoleros.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technoleros.com</link>
	<description>Observations from hacking around with all kinds of hardware and software</description>
	<lastBuildDate>Wed, 17 Aug 2011 10:40:52 +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>New Features to be Included in SAS Enterprise Guide 4.3</title>
		<link>http://www.technoleros.com/new-features-to-be-included-in-sas-enterprise-guide-4-3/</link>
		<comments>http://www.technoleros.com/new-features-to-be-included-in-sas-enterprise-guide-4-3/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:52:00 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Enterprise Guide]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[Web Report Studio]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/new-features-to-be-included-in-sas-enterprise-guide-4-3/</guid>
		<description><![CDATA[I was one of the unfortunate ones who was unable to attend the SAS Global Forum in Seattle last week.&#160; Thanks to discussion forums, blogs, and Twitter, I was able to keep up with a lot that was going on.&#160; I was particularly interested in some of the new features that will be available in [...]]]></description>
			<content:encoded><![CDATA[<p><a title="SAS | Business Analytics and Business Intelligence Software" href="http://www.sas.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sas.com?referer=');"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="saslogo" border="0" alt="saslogo" align="right" src="http://www.technoleros.com/wp-content/uploads/2010/04/saslogo.gif" width="103" height="35" /></a> I was one of the unfortunate ones who was unable to attend the <a title="SAS | Business Analytics and Business Intelligence Software" href="http://www.sas.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sas.com?referer=');">SAS</a> Global Forum in Seattle last week.&#160; Thanks to <a title="SAS Discussion Forums" href="http://support.sas.com/forums/index.jspa" target="_blank" onclick="pageTracker._trackPageview('/outgoing/support.sas.com/forums/index.jspa?referer=');">discussion forums</a>, <a title="Highlights of SAS Global Forum" href="http://susanslaughter.wordpress.com/2010/04/19/highlights-of-sas-global-forum/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/susanslaughter.wordpress.com/2010/04/19/highlights-of-sas-global-forum/?referer=');">blogs</a>, and <a title="SAS Global Forum on Twitter" href="http://twitter.com/#sgf10" target="_blank" onclick="pageTracker._trackPageview('/outgoing/twitter.com/_sgf10?referer=');">Twitter</a>, I was able to keep up with a lot that was going on.&#160; I was particularly interested in some of the new features that will be available in the next version (4.3) of Enterprise Guide, which is scheduled to be available this summer.&#160; Below are some of the features that were mentioned:</p>
<ul>
<li>context sensitive keyword completion (syntax suggestion) </li>
<li>relative file addressing </li>
<li>code reverse engineering (see what old code is doing) </li>
<li>an autoexec process flow for projects (runs automatically when project is opened) </li>
<li>code analyzer (reads a program and turns it into a process flow) </li>
</ul>
<p>I also had the opportunity to preview some of the new features in the upcoming version of Web Report Studio (4.3).&#160; SAS is expanding drag and drop capabilities, which makes creation of report even easier.&#160; The biggest news though is the ability to use more than one data source in a report section!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/new-features-to-be-included-in-sas-enterprise-guide-4-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful Vim Commands for SAS Administrators on UNIX</title>
		<link>http://www.technoleros.com/useful-vim-commands-for-sas-administrators-on-unix/</link>
		<comments>http://www.technoleros.com/useful-vim-commands-for-sas-administrators-on-unix/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:12:00 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/useful-vim-commands-for-sas-administrators-on-unix/</guid>
		<description><![CDATA[After a successful installation of SAS Enterprise BI Server on my Sun Servers, a certain amount of time is spent modifying configuration files and backup scripts, as well as browsing log files.&#160; I use the vi editor to accomplish the editing.&#160; I used used vi a lot back when all of my GIS work was [...]]]></description>
			<content:encoded><![CDATA[<p>After a successful installation of SAS Enterprise BI Server on my <a href="http://www.sun.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sun.com?referer=');">Sun</a> Servers, a certain amount of time is spent modifying configuration files and backup scripts, as well as browsing log files.&#160; I use the vi editor to accomplish the editing.&#160; I used used vi a lot back when all of my GIS work was performed in the UNIX environment, but once the <a href="http://www.intel.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.intel.com?referer=');">Intel</a> hardware matured and the GIS tools because available on <a href="http://www.microsoft.com/windows/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/windows/?referer=');">Windows</a>, I thought I would be able to forget all about the UNIX command line.&#160; Wrong.&#160; I’m back there again, but now I’m armed with a cheat sheet:</p>
<h2>Working with files</h2>
<table border="1" cellspacing="0" cellpadding="2" width="549">
<tbody>
<tr>
<td valign="top" width="149">
<p><strong>Vim Command</strong></p>
</td>
<td valign="top" width="398">
<p><strong>Action</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="150">
<p>vi filename</p>
</td>
<td valign="top" width="397">
<p>Opens a file with the Vim editor.</p>
</td>
</tr>
<tr>
<td valign="top" width="151">
<p>:w filename</p>
</td>
<td valign="top" width="396">
<p>Save changes to a file. If you don&#8217;t specify a file name, Vim saves as the file name you were editing. For saving the file under a different name, specify the file name.</p>
</td>
</tr>
<tr>
<td valign="top" width="152">
<p>:q</p>
</td>
<td valign="top" width="395">
<p>Quit Vim. If you have unsaved changes, Vim refuses to exit.</p>
</td>
</tr>
<tr>
<td valign="top" width="153">
<p>:q!</p>
</td>
<td valign="top" width="395">
<p>Exit Vim without saving changes.</p>
</td>
</tr>
<tr>
<td valign="top" width="153">
<p>:wq</p>
</td>
<td valign="top" width="395">
<p>Write the file and exit.</p>
</td>
</tr>
</tbody>
</table>
<h2>Moving around in the file</h2>
<table border="1" cellspacing="0" cellpadding="2" width="549">
<tbody>
<tr>
<td valign="top" width="147">
<p><strong>Vim command</strong></p>
</td>
<td valign="top" width="400">
<p><strong>Action</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="148">
<p>j or Up Arrow</p>
</td>
<td valign="top" width="399">
<p>Move the cursor up one line.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>k or Down Arrow</p>
</td>
<td valign="top" width="399">
<p>Down one line.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>h or Left Arrow</p>
</td>
<td valign="top" width="399">
<p>Left one character.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>l or Right Arrow</p>
</td>
<td valign="top" width="399">
<p>Right one character.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>0</p>
</td>
<td valign="top" width="399">
<p>To the beginning of a line.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>$ </p>
</td>
<td valign="top" width="399">
<p>To the end of a line.</p>
</td>
</tr>
<tr>
<td valign="top" width="149">
<p>:<em>n</em></p>
</td>
<td valign="top" width="399">
<p>Jump to line number <em>n</em>. </p>
</td>
</tr>
</tbody>
</table>
<h2>Inserting and overwriting text</h2>
<table border="1" cellspacing="0" cellpadding="2" width="549">
<tbody>
<tr>
<td valign="top" width="115">
<p><strong>Vim command </strong></p>
</td>
<td valign="top" width="432">
<p><strong>Action</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="116">
<p>i</p>
</td>
<td valign="top" width="431">
<p>Insert before cursor.</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p>o</p>
</td>
<td valign="top" width="430">
<p>Open a new line below and insert.</p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>O</p>
</td>
<td valign="top" width="429">
<p>Open a new line above and insert.</p>
</td>
</tr>
<tr>
<td valign="top" width="119">
<p>C</p>
</td>
<td valign="top" width="428">
<p>Change the rest of the current line.</p>
</td>
</tr>
<tr>
<td valign="top" width="120">
<p>r </p>
</td>
<td valign="top" width="427">
<p>Overwrite one character. After overwriting the single character, go back to command mode.</p>
</td>
</tr>
<tr>
<td valign="top" width="121">
<p>R</p>
</td>
<td valign="top" width="427">
<p>Enter insert mode but replace characters rather than inserting.</p>
</td>
</tr>
<tr>
<td valign="top" width="121">
<p>The ESC key </p>
</td>
<td valign="top" width="427">
<p>Exit insert/overwrite mode and go back to command mode.</p>
</td>
</tr>
</tbody>
</table>
<h2>Deleting text</h2>
<table border="1" cellspacing="0" cellpadding="2" width="549">
<tbody>
<tr>
<td valign="top" width="115">
<p><strong>Vim command </strong></p>
</td>
<td valign="top" width="432">
<p><strong>Action</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="116">
<p>x</p>
</td>
<td valign="top" width="431">
<p>Delete characters under the cursor.</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p>X</p>
</td>
<td valign="top" width="430">
<p>Delete characters before the cursor.</p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>dd or :d </p>
</td>
<td valign="top" width="429">
<p>Delete the current line.</p>
</td>
</tr>
</tbody>
</table>
<h2>Undo and redo</h2>
<table border="1" cellspacing="0" cellpadding="2" width="549">
<tbody>
<tr>
<td valign="top" width="115">
<p><em>Vim</em> <strong>command </strong></p>
</td>
<td valign="top" width="432">
<p><strong>Action</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="116">
<p>u</p>
</td>
<td valign="top" width="431">
<p>Undo the last action.</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p>U</p>
</td>
<td valign="top" width="430">
<p>Undo all the latest changes that were made to the current line.</p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>Ctrl + r </p>
</td>
<td valign="top" width="429">
<p>Redo.</p>
</td>
</tr>
</tbody>
</table>
<p>There are obviously many more Vim commands out there.&#160; Typically if I find myself in a situation where extensive modifications need to be made with a text editor, I will use <a href="http://www.crimsoneditor.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.crimsoneditor.com/?referer=');">Crimson Editor</a> on Windows.</p>
<p>The list of commands above are a subset of <a href="http://www.tuxfiles.org/linuxhelp/vimcheat.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.tuxfiles.org/linuxhelp/vimcheat.html?referer=');">The Vim commands cheat sheet &#8211; 1.2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/useful-vim-commands-for-sas-administrators-on-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActiveX Graphs not Active in SAS Information Delivery Portal when Viewed with Internet Explorer</title>
		<link>http://www.technoleros.com/activex-graphs-not-active-in-sas-information-delivery-portal-when-viewed-with-internet-explorer/</link>
		<comments>http://www.technoleros.com/activex-graphs-not-active-in-sas-information-delivery-portal-when-viewed-with-internet-explorer/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:06:51 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[Information Delivery Portal]]></category>
		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=297</guid>
		<description><![CDATA[We are still running Internet Explorer version 6.0 in our organization.  When we open our dashboards that we have built in SAS Information Delivery Portal 1.1, the ActiveX graphs do not display detail information when we mouse over them.  The dashboards are running stored processes that output the graphs.  The easy solution is to left-click [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sas.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sas.com?referer=');"><img class="size-full wp-image-298 alignright" title="SAS" src="http://www.technoleros.com/wp-content/uploads/2009/06/saslogo.gif" alt="SAS Institute Inc." width="103" height="35" /></a>We are still running Internet Explorer version 6.0 in our organization.  When we open our dashboards that we have built in <a title="SAS Information Delivery Portal" href="http://support.sas.com/documentation/onlinedoc/portal/index.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/support.sas.com/documentation/onlinedoc/portal/index.html?referer=');">SAS Information Delivery Portal </a>1.1, the ActiveX graphs do not display detail information when we mouse over them.  The dashboards are running stored processes that output the graphs.  The easy solution is to left-click on the graph to activate it.  This is easy enough if you have one or two graphs on a page, but some of our dashboards include six or seven graphs, which isn&#8217;t hard either, it just leaves you thinking that you shouldn&#8217;t have to be doing it.  The graphs work perfectly when using <a title="Mozilla Firefox" href="http://www.mozilla.com/en-US/firefox/firefox.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mozilla.com/en-US/firefox/firefox.html?referer=');">Mozilla Firefox</a>, which unfortunately is not our organization standard.  The problem is caused by one or more security patches that <a title="Microsoft" href="http://www.microsoft.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com?referer=');">Microsoft </a>has made available for Internet Explorer.  SAS Usage Note 17565 explains this in more detail:</p>
<blockquote>
<h3>Usage Note 17565: ACTIVEX, JAVA, and JAVAMETA graphs may not be active by default when displayed via Internet Explorer</h3>
<p>After application of one or more Microsoft security patches/updates, ACTIVEX, JAVA, and JAVAMETA graphs are no longer active by default when displayed via Internet Explorer.  This means that the pop-up options menu will not display when you right-mouse button on the graph.</p>
<p>The Microsoft security patches related to this issue include KB912812 and KB912945.</p>
<p>To activate the graph, left-mouse click on the graph.  This will activate the current graph and enable use of the right-mouse button. Once the graph is active, flyover data tips will also now display correctly.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/activex-graphs-not-active-in-sas-information-delivery-portal-when-viewed-with-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gigabyte GA-EP45-UD3P LGA775 Socket Motherboard User&#8217;s Manual Rev. 1001</title>
		<link>http://www.technoleros.com/gigabyte-ga-ep45-ud3p-lga775-socket-motherboard-users-manual-rev-1001/</link>
		<comments>http://www.technoleros.com/gigabyte-ga-ep45-ud3p-lga775-socket-motherboard-users-manual-rev-1001/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:45:47 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gigabyte]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[motherboard]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=293</guid>
		<description><![CDATA[From Gigabyte: The GA-EP45-UD3P introduces revolutionary GIGABYTE Ultra Durable 3 technology featuring a 2 oz copper PCB to help reduce system temperature and dramatically enhance performance. Based on the Intel P45 chipset the GA-EP45-UD3P delivers a record-setting 1600MHz FSB for the latest Intel® Core 2™ multi-core processors, and supports dual channel DDR2 memory at speeds [...]]]></description>
			<content:encoded><![CDATA[<p><em><img class="size-full wp-image-311 alignright" title="gigabyte" src="http://www.technoleros.com/wp-content/uploads/2009/06/logo_gbt.gif" alt="Gigabyte" width="183" height="46" /></em></p>
<p><strong><a href="http://www.technoleros.com/wp-content/plugins/download-monitor/download.php?id=18" title="Downloaded 555 times">Gigabyte GA-EP45-UD3P Motherboard User Manual v1.1</a> - v.1.1 - 6.75 MB</strong></p>
<p><em>From Gigabyte:</em></p>
<blockquote><p>The GA-EP45-UD3P introduces revolutionary GIGABYTE Ultra Durable 3 technology featuring a 2 oz copper PCB to help reduce system temperature and dramatically enhance performance. Based on the Intel P45 chipset the GA-EP45-UD3P delivers a record-setting 1600MHz FSB for the latest Intel® Core 2™ multi-core processors, and supports dual channel DDR2 memory at speeds of up to 1366MHz and even higher. The GA-EP45-UD3P boasts dual PCI Express 2.0 VGA card slots for ATI CrossFireX™ support with ultra smooth 3D rendering and blazingly-fast frame rates. Additionally, the board incorporates GIGABYTE DES Advanced technology for industry leading energy saving and enhanced system efficiency.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/gigabyte-ga-ep45-ud3p-lga775-socket-motherboard-users-manual-rev-1001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Auto-Login</title>
		<link>http://www.technoleros.com/windows-7-auto-login/</link>
		<comments>http://www.technoleros.com/windows-7-auto-login/#comments</comments>
		<pubDate>Fri, 22 May 2009 10:25:25 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/windows-7-auto-login/</guid>
		<description><![CDATA[If you would prefer to not have to type in a password to log in to Windows 7, Microsoft continues to provide a way to auto-login.  This is the exact same method used in Microsoft Windows Vista (you used that too, right?). Use the Windows key + R combination on your keyboard to launch the [...]]]></description>
			<content:encoded><![CDATA[<p>If you would prefer to not have to type in a password to log in to Windows 7, <a title="Microsoft" href="http://www.microsoft.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com?referer=');">Microsoft</a> continues to provide a way to auto-login.  This is the exact same method used in Microsoft Windows Vista (you used that too, right?).</p>
<p><a href="http://www.technoleros.com/wp-content/uploads/2009/05/image2.png"><img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 5px; display: inline; border-top: 0px; border-right: 0px" title="Run dialog box" src="http://www.technoleros.com/wp-content/uploads/2009/05/image-thumb2.png" border="0" alt="Run dialog box" width="287" height="158" align="right" /></a></p>
<ul>
<li>Use the Windows key + R combination on your keyboard to launch the “Run” dialog box</li>
<li>Type control userpasswords2 and click OK (Figure 1.)</li>
<li>The Advanced User Accounts window will open</li>
<li>Uncheck the option “Users must enter a user name and password to use this computer”  and click “OK” (Figure 2.)</li>
<li>A new window will appear.  Type in the <a href="http://www.technoleros.com/wp-content/uploads/2009/05/image3.png"><img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 5px; display: inline; border-top: 0px; border-right: 0px" title="User Accounts" src="http://www.technoleros.com/wp-content/uploads/2009/05/image-thumb3.png" border="0" alt="User Accounts" width="289" height="314" align="right" /></a> username of the user to automatically log in as well as that user’s current password and confirmation password and click OK</li>
<li>The next time the system is restarted , a password will not be required</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/windows-7-auto-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Version of the Garmin Communicator Plugin is Available</title>
		<link>http://www.technoleros.com/a-new-version-of-the-garmin-communicator-plugin-is-available/</link>
		<comments>http://www.technoleros.com/a-new-version-of-the-garmin-communicator-plugin-is-available/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 10:45:16 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Outdoors]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Communicator]]></category>
		<category><![CDATA[Garmin]]></category>
		<category><![CDATA[gpx]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=151</guid>
		<description><![CDATA[Garmin released version 2.6.4 of the Communicator plugin on March 5, 2009.  Communicator is a plugin that allows a user to upload and download Garmin GPS data using their browser. Compatible computers and Internet browsers: IBM-compatible PCs running Windows® XP or Vista operating systems with Internet Explorer 6+ or Firefox 1.5+ Intel-based or PowerPC G3 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garmin.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.garmin.com?referer=');"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="garmin" src="http://www.technoleros.com/wp-content/uploads/2009/2/ANewVersionoftheGarminCommunicatorPlugin_4E31/garmin.jpg" border="0" alt="garmin" width="164" height="76" align="right" /> </a></p>
<p><strong><a href="http://www.technoleros.com/wp-content/plugins/download-monitor/download.php?id=2" title="Downloaded 274 times">Garmin Communicator Plugin v2.6.4.0</a> - v.2.6.4.0 - 4.15 MB</strong></p>
<p><a href="http://www.garmin.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.garmin.com?referer=');">Garmin</a> released version 2.6.4 of the Communicator plugin on March 5, 2009.  Communicator is a plugin that allows a user to upload and download Garmin GPS data using their browser.</p>
<p>Compatible computers and Internet browsers:</p>
<ul>
<li>IBM-compatible PCs running Windows® XP or Vista operating systems with Internet Explorer 6+ or Firefox 1.5+</li>
<li>Intel-based or PowerPC G3 or later Mac OS 10.4 or later with Firefox 2.0+ or Safari 2.0+</li>
</ul>
<ul>You can get Communicator at <a title="http://www8.garmin.com/products/communicator/" href="http://www8.garmin.com/products/communicator/" onclick="pageTracker._trackPageview('/outgoing/www8.garmin.com/products/communicator/?referer=');">http://www8.garmin.com/products/communicator/</a>.</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/a-new-version-of-the-garmin-communicator-plugin-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ArcView GIS 3.3 on Vista</title>
		<link>http://www.technoleros.com/installing-arcview-gis-33-on-vista/</link>
		<comments>http://www.technoleros.com/installing-arcview-gis-33-on-vista/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:24:22 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ArcView]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=146</guid>
		<description><![CDATA[When installing ESRI’s ArcView GIS 3.3 on the 32-bit version of Microsoft Windows Vista Ultimate, the following dialog box instantly appears: It looks pretty bad.&#160; Even the title says it’s a severe error!&#160; You have to remember, this product was developed back in the Windows 95 days.&#160; There is an easy workaround.&#160; Open Windows Explorer [...]]]></description>
			<content:encoded><![CDATA[<p> When installing ESRI’s ArcView GIS 3.3 on the 32-bit version of Microsoft Windows Vista Ultimate, the following dialog box instantly appears:</p>
<p><a href="http://www.technoleros.com/wp-content/uploads/2009/2/InstallingArcViewGIS3.3onVista_8BBA/av33.jpg"><font color="#000000"><img title="av33" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="163" alt="av33" src="http://www.technoleros.com/wp-content/uploads/2009/2/InstallingArcViewGIS3.3onVista_8BBA/av33_thumb.jpg" width="490" border="0" /></font></a> </p>
<p>It looks pretty bad.&#160; Even the title says it’s a severe error!&#160; You have to remember, this product was developed back in the Windows 95 days.&#160; <a href="http://www.technoleros.com/wp-content/uploads/2009/2/InstallingArcViewGIS3.3onVista_8BBA/esri.jpg"><font color="#000000"><img title="esri" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="154" alt="esri" src="http://www.technoleros.com/wp-content/uploads/2009/2/InstallingArcViewGIS3.3onVista_8BBA/esri_thumb.jpg" width="123" align="right" border="0" /></font></a></p>
<p>There is an easy workaround.&#160; Open Windows Explorer and browse the contents of your ArcView CD-ROM and right-click on setup.exe.&#160; Click on the Compatibility tab, and click the checkbox next to “Run the program in compatibility mode for:” and leave the Windows XP (Service Pack 2) as is.&#160; Now click OK at the bottom of the dialog box to apply the changes and close the box.&#160; Double-click on setup.exe and your installation will begin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/installing-arcview-gis-33-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trimble Planning Software v2.8 is Available</title>
		<link>http://www.technoleros.com/trimble-planning-software-v28-is-available/</link>
		<comments>http://www.technoleros.com/trimble-planning-software-v28-is-available/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 10:45:25 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DOP]]></category>
		<category><![CDATA[GLONASS]]></category>
		<category><![CDATA[GNSS]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[Trimble]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=132</guid>
		<description><![CDATA[Download Trimble Planning 2.8 Here You already knew this, right?&#160; According to Trimble’s web site, version 2.8 of the Planning Software was posted in July 2008.&#160; I was still running version 2.7.&#160; If you aren’t familiar with Planning Software by Trimble, in a nutshell it is software that helps you identify when you will have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technoleros.com/wp-content/uploads/2009/2/TrimblePlanningSoftwarev2.8isAvailable_FEAE/trimble.jpg"><img title="Trimble" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="54" alt="Trimble" src="http://www.technoleros.com/wp-content/uploads/2009/2/TrimblePlanningSoftwarev2.8isAvailable_FEAE/trimble_thumb.jpg" width="184" align="right" border="0" /></a></p>
<div class="wlWriterEditableSmartContent" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:3e7e8ab9-9445-4323-8300-5c55568113ec" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<p> <a href="http://www.technoleros.com/wp-content/uploads/2009/2/TrimblePlanningSoftwarev2.8isAvailable_FEAE/SetupPlanning28.exe" target="_blank">Download Trimble Planning 2.8 Here</a></p>
</div>
<p>You already knew this, right?&#160; According to <a title="Trimble" href="http://www.trimble.com/planningsoftware_ts.asp" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.trimble.com/planningsoftware_ts.asp?referer=');">Trimble’s web site</a>, version 2.8 of the Planning Software was posted in July 2008.&#160; I was still running version 2.7.&#160; If you aren’t familiar with Planning Software by Trimble, in a nutshell it is software that helps you identify when you will have the greatest opportunity for a successful GPS data collection mission (read lowest DOPs) based on your study site location and local conditions.&#160; Below is a summary of features:</p>
<p><strong>Trimble&#8217;s Planning software</strong> is a powerful stand-alone software tool supporting any form of analysis to determine visibility for GPS, GLONASS, IGSO and geostationary satellites. </p>
<p>Some of the features include: </p>
<p><strong>Station location:     <br /></strong>Pick your location from a list of cities from all over the world, select your location from the world map or type in your local WGS84 position to do more precise mission planning. Add obstructions to your site to determine the best times for GPS observation. </p>
<p><strong>Multi station planning:     <br /></strong>Put in multiple station locations to determine the best time to observe these stations simultaneously. </p>
<p><strong>Sky Plots:     <br /></strong>Get detailed sky plots (including obstructions) of your site for any time of the day to aid in determining the best available occupation times. </p>
<p><strong>DOP charts:     <br /></strong>Chart out the different DOP values by time. </p>
<p><strong>Visible satellites:     <br /></strong>Get a quick overview on the number of satellites available for your site, for any time of the day. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/trimble-planning-software-v28-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garmin Colorado 400t 2.90 Firmware Update</title>
		<link>http://www.technoleros.com/garmin-colorado-400t-290-firmware-update/</link>
		<comments>http://www.technoleros.com/garmin-colorado-400t-290-firmware-update/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 13:51:45 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Garmin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Webupdater]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=130</guid>
		<description><![CDATA[I decided to run the Garmin WebUpdater on all of my GPS units this weekend to see if I was still current, but nope, I wasn’t.&#160; I was running version 2.80 firmware on my Garmin Colorado 400t, but it looks like Garmin released a much anticipated version 2.90 of its firmware.&#160; The 2.90 firmware was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technoleros.com/wp-content/uploads/2009/2/GarminColorado400tFirmwareUpdate_6BBA/garmin.jpg"><img title="garmin" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="80" alt="garmin" src="http://www.technoleros.com/wp-content/uploads/2009/2/GarminColorado400tFirmwareUpdate_6BBA/garmin_thumb.jpg" width="168" align="right" border="0" /></a> I decided to run the <a href="http://www.garmin.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.garmin.com?referer=');">Garmin</a> WebUpdater on all of my GPS units this weekend to see if I was still current, but nope, I wasn’t.&#160; I was running version 2.80 firmware on my Garmin Colorado 400t, but it looks like Garmin released a much anticipated version 2.90 of its firmware.&#160; The 2.90 firmware was released December 5, 2008.&#160; Units with versions 2.70 and 2.80 have been well known for their tracking errors (<a title="GPS Tracklog" href="http://gpstracklog.typepad.com/gps_tracklog/2008/05/garmin-colora-2.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/gpstracklog.typepad.com/gps_tracklog/2008/05/garmin-colora-2.html?referer=');">see the GPS Tracklog</a>), but the change history doesn’t say anything about fixing issues like this.&#160; Here is what Garmin claims was updated:</p>
<blockquote><p>Changes made from version 2.80 to 2.90:</p>
<ul>
<li>Added support for Garmin GB Discoverer maps </li>
<li>Added ability to view marine chart notes for marine points </li>
<li>Added ability to change the date for the tide and currents charts </li>
<li>Added support for marine fishing, nautical, and off modes </li>
<li>Fixed a potential shutdown that can occur when panning the map that is showing satellite imagery </li>
<li>Fixed issue with 3d view not showing proper elevation detail</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/garmin-colorado-400t-290-firmware-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS Enterprise Guide 4.1 Output</title>
		<link>http://www.technoleros.com/sas-enterprise-guide-41-output/</link>
		<comments>http://www.technoleros.com/sas-enterprise-guide-41-output/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 12:05:53 +0000</pubDate>
		<dc:creator>Fred Janssen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Enterprise Guide]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://www.technoleros.com/?p=129</guid>
		<description><![CDATA[I’m currently attending Querying and Reporting Using SAS Enterprise Guide training at the SAS office in Austin, TX.&#160; I’m a veteran at using Enterprise Guide, but SAS has great training courses and you always pick up a lot of worthwhile information when you are lucky enough to attend.&#160; One tidbit that was covered yesterday that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technoleros.com/wp-content/uploads/2009/2/SASEnterpriseGuide4.1Output_43C1/saslogo.gif"><img title="saslogo" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="35" alt="saslogo" src="http://www.technoleros.com/wp-content/uploads/2009/2/SASEnterpriseGuide4.1Output_43C1/saslogo_thumb.gif" width="103" align="right" border="0" /></a> I’m currently attending <a title="SAS Enterprise Guide" href="http://www.sas.com/apps/wtraining2/coursedetails.jsp?course_code=egqr4&amp;ctry=us" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sas.com/apps/wtraining2/coursedetails.jsp?course_code=egqr4_amp_ctry=us&amp;referer=');">Querying and Reporting Using SAS Enterprise Guide</a> training at the SAS office in Austin, TX.&#160; I’m a veteran at using Enterprise Guide, but SAS has great training courses and you always pick up a lot of worthwhile information when you are lucky enough to attend.&#160; One tidbit that was covered yesterday that I think is worth passing on is how to prevent the procedure title from displaying when you create reports in EG.&#160; </p>
<p>To remove <em>THE FREQ PROCEDURE</em> (or any procedure used in your project) title from your report, go to Tools –&gt; Options –&gt; Tasks –&gt; Tasks General and uncheck “Include SAS Procedure Titles in Results”.&#160; This is a global setting, so the titles will not appear in any project’s output unless you check the box again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoleros.com/sas-enterprise-guide-41-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

