<?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"
	>

<channel>
	<title>edgeblog &#187; Software</title>
	<atom:link href="http://www.edgeblog.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edgeblog.net</link>
	<description>Notes from the edge</description>
	<pubDate>Fri, 25 Jan 2008 18:53:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Windows is better than Unix/Linux, sometimes.</title>
		<link>http://www.edgeblog.net/2008/windows-is-better-than-unixlinux-sometimes/</link>
		<comments>http://www.edgeblog.net/2008/windows-is-better-than-unixlinux-sometimes/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 14:00:08 +0000</pubDate>
		<dc:creator>Jerry</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Popular]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.edgeblog.net/2008/windows-is-better-than-unixlinux-sometimes/</guid>
		<description><![CDATA[Well, I agreed with the article, until I read the part that said "Windows is better than Unix/Linux."

Oh wait, that was the first sentence.]]></description>
		<wfw:commentRss>http://www.edgeblog.net/2008/windows-is-better-than-unixlinux-sometimes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 5 Ways Windows is Better Than Unix or Linux</title>
		<link>http://www.edgeblog.net/2008/top-5-ways-windows-is-better-than-unix-or-linux/</link>
		<comments>http://www.edgeblog.net/2008/top-5-ways-windows-is-better-than-unix-or-linux/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 14:00:54 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Popular]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.edgeblog.net/2008/top-5-ways-windows-is-better-than-unix-or-linux/</guid>
		<description><![CDATA[There are many functions that Windows performs better than *nix, and the *nix community should embrace them. If you cannot recognize the areas where Microsoft excels, you are artificially narrowing your view of the world, which means you aren't making the best technology decisions for your company. As a public service to *nix admins everywhere, I offer this list of 5 ways Windows is better than *nix:
   1. Windows XP is the best productivity desktop
   2. Windows 2003 Active Directory Service is the best directory service
   3. Windows DNS is the best internal DNS server
   4. Exchange 2007 is the best groupware application platform
   5. Windows has better hardware support with vendor-supported drivers
]]></description>
		<wfw:commentRss>http://www.edgeblog.net/2008/top-5-ways-windows-is-better-than-unix-or-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Daylight Saving Time - Windows Mobile Fix</title>
		<link>http://www.edgeblog.net/2007/daylight-saving-time-windows-mobile-fix/</link>
		<comments>http://www.edgeblog.net/2007/daylight-saving-time-windows-mobile-fix/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 04:04:50 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.edgeblog.net/2007/daylight-saving-time-windows-mobile-fix/</guid>
		<description><![CDATA[     <link rel="alternate" type="application/atom+xml" title="edgeblog Category: General" href="http://www.edgeblog.net/category/general/feed/" />
     <link rel="alternate" type="application/atom+xml" title="edgeblog Category: Software" href="http://www.edgeblog.net/category/software/feed/" />
     <link rel="alternate" type="application/atom+xml" title="edgeblog Category: Systems" href="http://www.edgeblog.net/category/systems/feed/" />
<p><img src="http://www.edgeblog.net/wp-content/uploads/2007/01/clock.thumbnail.jpg" id="image85" title="Daylight Saving Time" alt="Daylight Saving Time" align="left" />As discussed <a href="http://www.edgeblog.net/2007/daylight-saving-time-the-year-2007-problem">here</a>, the Daylight Saving Time change for 2007 is going to cause problems for unpatched technologies. Most vendors, including Microsoft, have released patches. One big area that is lacking is Windows Mobile smartphones &amp; PDAs. Microsoft release a registry fix and instructed the carriers to push out a patch. Most of the carriers, in their infinite wisdom, have neglected to do so. If you rely on your Windows smartphone, you need this fix. Microsoft published the registry fix <a href="http://support.microsoft.com/kb/923953" target="_blank">here</a>. This fix requires you to build a CAB file and then install it. To save you the trouble, I have bundled the CAB file for you:</p>
<p><a href="http://www.edgeblog.net/downloads/DST2007WM5.cab" title="Microsoft Windows Mobile Daylight Saving Time Patch" target="_blank">Microsoft Windows Mobile Daylight Saving Time Patch</a></p>
<p>You can either download the CAB file directly to your cell phone, or download to your PC, copy it via activesync to your phone, and then run it.<!--more--></p>
<p>Since I never recommend just trusting an executable you find online, you may want to check the contents of this file. If you save it with a .txt extension, you can open it with notepad. There will be some extra characters, but the bulk of the file should match the patch from Microsoft. If you want to create your own CAB file, you need the cabwiz.exe executable with is part of Visual Studio. Save the code below as a .INF file and then run cabwiz.exe against it.</p>
<p id="code">[Version]<br />
Signature=&#8221;$Windows NT$&#8221;<br />
Provider=&#8221;Microsoft&#8221;<br />
CESignature=&#8221;$Windows CE$&#8221;[DefaultInstall]<br />
AddReg = RegSettings.All</p>
<p>[SourceDisksNames]<br />
1 = ,&#8221;Common Files&#8221;, , C:\My_Cabs\DST2007WM5</p>
<p>[SourceDisksFiles]<br />
readme.htm = 1</p>
<p>[DestinationDirs]<br />
Files.Common = 0, %CE3%<br />
DefaultDestDir = 0,%InstallDir%</p>
<p>[CEStrings]<br />
AppName = &#8220;Update for 2007 Daylight Saving Time&#8221;<br />
InstallDir = %CE3%</p>
<p>[Strings]<br />
NEW = &#8220;SOFTWARE\Microsoft\Timezones\60&#8243;<br />
ATL = &#8220;SOFTWARE\Microsoft\Timezones\50&#8243;<br />
EST = &#8220;SOFTWARE\Microsoft\Timezones\35&#8243;<br />
CTL = &#8220;SOFTWARE\Microsoft\Timezones\20&#8243;<br />
MNT = &#8220;SOFTWARE\Microsoft\Timezones\10&#8243;<br />
PAC = &#8220;SOFTWARE\Microsoft\Timezones\4&#8243;<br />
ALS = &#8220;SOFTWARE\Microsoft\Timezones\3&#8243;<br />
CHI = &#8220;SOFTWARE\Microsoft\Timezones\13&#8243;<br />
MXC = &#8220;SOFTWARE\Microsoft\Timezones\30&#8243;<br />
TJA = &#8220;SOFTWARE\Microsoft\Timezones\5&#8243;</p>
<p>[Files.Common]<br />
readme.htm,,,0</p>
<p>[RegSettings.All]<br />
;GMT-3:30 Newfoundland<br />
HKLM,%NEW%, TZI, 0&#215;00000001,d2,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-4 Atlantic<br />
HKLM,%ATL%, TZI, 0&#215;00000001,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,<br />
0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-5 Eastern US<br />
HKLM,%EST%, TZI, 0&#215;00000001,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-6 Central US<br />
HKLM,%CTL%, TZI, 0&#215;00000001,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-7 Mountain US<br />
HKLM,%MNT%, TZI, 0&#215;00000001,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-8 Pacific US<br />
HKLM,%PAC%, TZI, 0&#215;00000001,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-9 Alaska<br />
HKLM,%ALS%, TZI, 0&#215;00000001,1c,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,<br />
00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,<br />
02,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-7 Chihuahua, La Paz<br />
HKLM,%CHI%, TZI, 0&#215;00000001,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,<br />
00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,<br />
01,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-6 Mexico City, Monterrey<br />
HKLM,%MXC%, TZI, 0&#215;00000001,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,<br />
00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,<br />
01,00,02,00,00,00,00,00,00,00</p>
<p>;GMT-8 Tijuana, Baja California<br />
HKLM,%TJA%, TZI, 0&#215;00000001,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,<br />
00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,<br />
01,00,02,00,00,00,00,00,00,00<br />
HKLM,%TJA%, Display, 0&#215;00000000, &#8220;GMT-8 Tijuana, Baja California&#8221;</p>
<p>I confirmed using <a href="http://www.breaksoft.com/Blog/Utilities/2005/1/Mobile_Registry_Editor.aspx" target="_blank">Mobile Registry Editor</a> from <a href="http://www.breaksoft.com/">http://www.breaksoft.com/</a> that the keys did not exist before the patch, and now exist after the patch, on my Samsung Blackjack. The only way I know to test that the patch works is to change the date/time on your phone to March 11, 2007 01:59:00AM and see what happens. Since I am lazy, I plan to wait until March 11 &amp; just see what happens. If you test this patch before then, please leave a comment and let me know if it works.</p>
<p>-Bill</p>
<p><strong>UPDATE - 01/29/2007</strong></p>
<p>Thanks to Eric for figuring this out: Once you apply the patch, you must manually change your timezone to something else and click apply. After that, change it back to your correct time zone. This forces the phone to re-read the registry file. I tested this on my Blackjack and it worked perfect. The phone changed the time correctly at 03/11/2007 2:00AM to 3:00AM and gave me a dialog box telling me it had adjusted for DST.</p>
<p><strong>UPDATE - 02/06/2007</strong></p>
<p>David found the following link to a similar fix for Australian time zone changes: <a href="http://www.pocketpcthoughts.com/articles.php?action=expand,53751">http://www.pocketpcthoughts.com/articles.php?action=expand,53751</a>. I have not tested these CABs so use at your own risk.</p>
<p><strong>UPDATE - 03/07/2007</strong></p>
<p>Mike found an updated patch released by Microsoft. Details can be found here:  <a href="http://www.microsoft.com/windowsmobile/daylightsaving/default.mspx" target="_blank">http://www.microsoft.com/windowsmobile/daylightsaving/default.msp</a>. I recommend everyone install this patch instead of my unsupported CAB file.</p>
]]></description>
		<wfw:commentRss>http://www.edgeblog.net/2007/daylight-saving-time-windows-mobile-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Daylight Saving Time - The Year 2007 Problem</title>
		<link>http://www.edgeblog.net/2007/daylight-saving-time-the-year-2007-problem/</link>
		<comments>http://www.edgeblog.net/2007/daylight-saving-time-the-year-2007-problem/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 16:00:18 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Networks]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.edgeblog.net/2007/daylight-saving-time-the-year-2007-problem/</guid>
		<description><![CDATA[<p><img id="image85" title="Daylight Saving Time" alt="Daylight Saving Time" src="http://www.edgeblog.net/wp-content/uploads/2007/01/clock.thumbnail.jpg" align="left" />This March, Daylight Saving Time (DST) changes for the United States, starting the time change 4 weeks early. Congress in its infinite wisdom changed DST in the <a href="http://en.wikipedia.org/wiki/Energy_Policy_Act_of_2005" target="_blank">Energy Policy Act of 2005</a>. Other countries such as Australia have followed suit. For most people, this will come as an early relief from winter doldrums, but for IT, the DST change is a major headache. After Year 2000, IT vendors were smart enough to start using 4-digit date codes, but DST changes are still hard-coded for the 1st Sunday of April and the last Sunday of October.</p>
<p>To accommodate the DST change, most IT systems must be patched. Otherwise, timestamps will be off, and some applications my fail to work. For instance, if you synchronize your Windows Smartphone with Microsoft Exchange, and you want your calendar reminders to work, plan on applying patches or fixes to Windows XP, Windows 2003, Exchange 2003 &#038; Windows Mobile. Otherwise, you may be late for that all-important TPS meeting.<!--more--></p>
<p>Unfortunately, this change has not received the attention it deserves, so many IT shops have not yet started, and there are only 60 days to get patches tested and deployed. Also, it is not enough to assume that if your servers have the correct time, your applications and databases will work. Some applications are &#8220;system time aware,&#8221; yet others require their own unique patches.</p>
<p>To simplify matters, I have compiled the following list of major IT vendor links to their 2007 DST fixes:</p>
<ul>
<li>Microsoft Overview - <a href="http://www.microsoft.com/windows/timezone/dst2007.mspx">microsoft.com</a></li>
<li>Microsoft Windows Registry Hack - <a href="http://support.microsoft.com/kb/914387/en-us">microsoft.com</a></li>
<li>Microsoft Windows Mobile Hack - <a href="http://support.microsoft.com/kb/923953">microsoft.com</a></li>
<li>Microsoft Windows XP &#038; 2003 - <a href="http://support.microsoft.com/kb/928388/en-us">microsoft.com</a></li>
<li>Microsoft Exchange - <a href="http://support.microsoft.com/kb/926666">microsoft.com</a></li>
<li>Microsoft Dynamics CRM - <a href="http://support.microsoft.com/kb/925874">microsoft.com</a></li>
<li>Sun Solaris - <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-26-102178-1">sun.com</a></li>
<li>Sun Java - <a href="http://java.sun.com/developer/technicalArticles/Intl/tzupdatertool.html">sun.com</a></li>
<li>IBM - <a href="http://www.ibm.com/support/alerts/daylightsavingstimealert.html">ibm.com</a></li>
<li>IBM iSeriesV5R3 PTF SI24906 - <a href="http://www-1.ibm.com/support/docview.wss?rs=0&#038;q1=SI24906&#038;uid=nas35b3da840f6fe6c2186257230005266d8&#038;loc=en_US&#038;cs=utf-8&#038;cc=us&#038;lang=en">ibm.com</a></li>
<li>IBM Lotus Notes &#038; Domino - <a href="http://www-1.ibm.com/support/docview.wss?rs=899&#038;uid=swg21245334">ibm.com</a></li>
<li>Novell Netware - <a href="http://www.novell.com/support/search.do?cmd=displayKC&#038;sliceId=SAL_Public&#038;externalId=3397648">novell.com</a></li>
<li>Novell Groupwise - <a href="https://secure-support.novell.com/KanisaPlatform/Publishing/741/3802376_f.SAL_Public.html">novell.com</a></li>
<li>Apple OSX - <a href="http://docs.info.apple.com/article.html?artnum=303411">apple.com</a></li>
<li>Cisco IOS Workaround – “clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00”</li>
<li>Cisco IOS Release 12.4(11)XJ - <a href="http://www.cisco.com/en/US/products/ps6706/prod_release_note09186a00807ab8da.html">cisco.com</a></li>
<li>RedHat RHEL 4 - <a href="http://rhn.redhat.com/errata/RHEA-2005-656.html">redhat.com</a></li>
<li>Ubuntu tzdata - <a href="http://packages.ubuntu.com/edgy/libs/tzdata">ubuntu.com</a></li>
<li>Fortinet - <a href="http://kc.forticare.com/default.asp?id=835&#038;Lang=1">forticare.com</a></li>
<li>Juniper - <a href="http://kb.juniper.net/CUSTOMERSERVICE/index?page=kbdetail&#038;record_id=02520301412e75010ed2ca5414006fc5">juniper.net</a></li>
<li>Oracle 11i - <a href="http://blogs.oracle.com/schan/2006/11/29#a988">oracle.com</a></li>
<li>MySQL - <a href="http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html">mysql.com</a></li>
<li>PostgreSQL - <a href="http://archives.postgresql.org/pgsql-announce/2007-01/msg00004.php">postgresql.org</a></li>
<li>WordPress Plugin - <a href="http://kimmo.suominen.com/archives/2005/02/timezone/">suominen.com</a></li>
</ul>
<p>Finally, don&#8217;t forget firewalls, routers, switches, NTP appliances, time clocks, PBX systems, IVR/ACD systems, cell phones, PDAs, photo copiers, fax machines, and all the other devices on your network that recognize or require time/date to operate properly. All of these will likely need either patches or manual fixes to facilitate the change.</p>
<p>If you haven&#8217;t started yet, don&#8217;t wait. Compile a list of your time-dependant systems, applications, databases and devices. Prioritize the list based upon importance and impact if the device isn&#8217;t patched. Check the vendor&#8217;s website for fixing the problem. If you use outsourcers, such as hosting companies, application service providers (ASP), or payroll vendors, contact them and ask them to certify their readiness for the change. Create a plan and get it done. Hint: The fastest way to find vendor patches is with our old friend Google. Try this query: (site:<em>vendorsite.com</em> daylight saving time 2007).</p>
<p>If you find any other vendor patches, please feel free to post them here in the comments section.</p>
<p>Good luck,</p>
<p>-Bill</p>
]]></description>
		<wfw:commentRss>http://www.edgeblog.net/2007/daylight-saving-time-the-year-2007-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add RSS Feeds to your WordPress Blog</title>
		<link>http://www.edgeblog.net/2006/add-rss-feeds-to-your-wordpress-blog/</link>
		<comments>http://www.edgeblog.net/2006/add-rss-feeds-to-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 03:17:42 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.edgeblog.net/2006/add-rss-feeds-to-your-wordpress-blog/</guid>
		<description><![CDATA[<p>Adding RSS to your blog is a useful way to make it more dynamic. During the design of EdgeBlog, we tried out several different WordPress plugins . The best we found was <a title="InlineRSS" target="_blank" href="http://www.iconophobia.com/wordpress/">InlineRSS</a> from Iconophobia. It powers the RSS feeds in our sidebar. It much easier to use than either <a target="_blank" href="http://www.underjc.com/?page_id=15">firstRSS/sideRSS</a> or <a target="_blank" href="http://robm.me.uk/projects/plugins/wordpress/aggregate/">Aggregate</a>.</p>
<p>If you are looking to add RSS to either the sidebar or the main body, InlineRSS is your answer.</p>
]]></description>
		<wfw:commentRss>http://www.edgeblog.net/2006/add-rss-feeds-to-your-wordpress-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.600 seconds -->
