<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.tigranetworks.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tim Long</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/default.aspx</link><description>Forever in Electric Dreams&lt;br /&gt;
The life and times of a Small Business Server MVP and all-round technology enthusiast.
Tim is founder of TiGra Networks, a company based in South Wales UK specialising in small business IT. This blog is aimed at Microsoft Small Business Specialists, IT professionals, Astronomers and anyone interested in science and technology.</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>Arrays considered somewhat harmful</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/31/arrays-considered-somewhat-harmful.aspx</link><pubDate>Wed, 31 Dec 2008 01:49:01 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:3188</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=3188</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=3188</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/31/arrays-considered-somewhat-harmful.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/02e7z943.aspx" target="_blank"&gt;&lt;img title="Array" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="199" alt="Array" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Array_5F00_66DF7E82.gif" width="240" align="right" border="0" /&gt;&lt;/a&gt; A bit of light reading while you digest your turkey sandwiches… &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/ericlippert/archive/2008/09/22/arrays-considered-somewhat-harmful.aspx"&gt;Fabulous Adventures In Coding : Arrays considered somewhat harmful&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Eric Lippert argues that &amp;quot;In almost every case, there is a better tool to use than an array.” He argues that arrays lead to poor programming practice and are the enemy of parallelization. He says that with Moore’s Law failing in terms of clock speeds, processors are beginning to grow sideways (more cores) instead of upwards (faster clock speeds) so parallelization will become ever more important in the coming years. He draws the conclusion that arrays are therefore “somewhat harmful”.&lt;/p&gt;  &lt;p&gt;Way back in the late 70’s when I began learning computer programming, most languages were procedural. The C programming language was mostly available only on Unix systems and C++ would not be accessible to most hobbyists for another decade or so. Back then, value types were everything (and mostly global) and arrays were a workhorse.&lt;/p&gt;  &lt;p&gt;Things have changed a lot since then. Object oriented languages and integrated development environments are the norm, there are classes and frameworks defined for everything. The .net Framework has strong support for collections and generic types. System design is different than back in the late 70s. I can achieve more now, by simply creating a new Windows Forms Project in Visual Studio 2008, than I could do in a week of programming under GEM back in the 80s. I can create a data-bound web application faster than, oh wait, the web wasn’t even invented back then!&lt;/p&gt;  &lt;p&gt;&lt;a title="Astronomy Common Object Model" href="http://www.ascom-standards.org" target="_blank"&gt;&lt;img title="Astronomy Common Object Model" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="75" alt="Astronomy Common Object Model" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/ASCOMLogo_5F00_3CFF0A4D.jpg" width="48" align="right" border="0" /&gt;&lt;/a&gt; I tend to agree with Eric. Whenever I think of using an array these days, it is generally only because I’m forced into it by some third party code. Plenty of APIs that I deal with – and I’m thinking particularly of &lt;a title="Astronomy Common Object Model" href="http://www.ascom-standards.org" target="_blank"&gt;ASCOM&lt;/a&gt; – return arrays or take arrays as parameters. This needs to change. Instead of an array, define a class that encapsulates the data storage. The classic ASCOM example is the camera interface, that returns arrays of pixel values. Better to define an Image object, even if that object uses a private array internally, because that will at least future-proof the interface. There is almost always a better tool than an array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=3188" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Opinion/default.aspx">Opinion</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Astronomy/default.aspx">Astronomy</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Software+Engineering/default.aspx">Software Engineering</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/ASCOM/default.aspx">ASCOM</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/.NET/default.aspx">.NET</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/TiGra+Astronomy/default.aspx">TiGra Astronomy</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>It’s Not Piracy, It’s Called Generosity</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/07/it-s-not-piracy-it-s-called-generosity.aspx</link><pubDate>Sun, 07 Dec 2008 05:06:37 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:3066</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=3066</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=3066</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/07/it-s-not-piracy-it-s-called-generosity.aspx#comments</comments><description>&lt;p&gt;&lt;a title="Show of Hands official web site" href="http://www.showofhands.co.uk/" target="_blank"&gt;&lt;img title="Show of Hands" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="181" alt="Show of Hands" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Show-of-Hands_5F00_65742BD1.png" width="180" align="right" border="0" /&gt;&lt;/a&gt; Those were the words of Steve Knightley, half of a folk duo called &lt;a title="Show of Hands official web site" href="http://www.showofhands.co.uk/" target="_blank"&gt;Show of Hands&lt;/a&gt; that I went to see in Cardiff a few nights ago. “We have CDs on sale”, said Steve, “but if you’re not sure, just ask your friends to give you a copy”. He continued, “It’s not piracy, it’s called generosity”. Read more of Steve’s comments &lt;a href="http://torrentfreak.com/acoustic-band-utterly-depends-on-piracy-080826/" target="_blank"&gt;here&lt;/a&gt;. Steve says he is thankful to the people that pirate the band’s music and go out of their way to promote the band. In fact, he says the band utterly depends on them. &lt;/p&gt;  &lt;p&gt;What a refreshing attitude. Steve understands that each and every “pirated” copy of one of their albums is also free publicity for the band. He understands that people buy when the conditions are right for them and that a copied album is not a lost sale.&lt;/p&gt;  &lt;p&gt;The music industry, and perhaps the software industry, need to wake up to this stuff.&lt;/p&gt;  &lt;p&gt;By the way, if you get the chance to see &lt;a title="Show of Hands official web site" href="http://www.showofhands.co.uk/" target="_blank"&gt;Show of Hands&lt;/a&gt;, they come with my highest recommendation. They have everything I look for in a music act. Beautifully orchestrated music played by talented musicians who write their own intelligent, emotive and thought provoking material.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=3066" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Opinion/default.aspx">Opinion</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Endorsements/default.aspx">Endorsements</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Personal/default.aspx">Personal</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Philosophy/default.aspx">Philosophy</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Music/default.aspx">Music</category></item><item><title>SMB Nation 2008 Europe</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/02/smb-nation-2008-europe.aspx</link><pubDate>Tue, 02 Dec 2008 17:42:31 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:3018</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=3018</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=3018</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/02/smb-nation-2008-europe.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.smbnation.com/events_listpage.asp?Category=London~2008&amp;amp;Cat=Category" target="_blank"&gt;&lt;img title="smbnation_trans" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="51" alt="smbnation_trans" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/smbnation_5F00_trans_5F00_07C7F6E8.gif" width="179" align="right" border="0" /&gt;&lt;/a&gt; Harry B asked me to mention SMB Nation Europe that is happening this Friday, December 5th in London. Still time to register!&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.smbnation.com/events_listpage.asp?Category=London~2008&amp;amp;Cat=Category" href="http://www.smbnation.com/events_listpage.asp?Category=London~2008&amp;amp;Cat=Category"&gt;http://www.smbnation.com/events_listpage.asp?Category=London~2008&amp;amp;Cat=Category&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Agenda     &lt;br /&gt;&lt;/b&gt;December 5, 2008 – Microsoft Central London    &lt;br /&gt;8:30am-9:30am Delegate Registration    &lt;br /&gt;9:30am – 10:00am Microsoft Introduction    &lt;br /&gt;10am – Noon How SBS 2008 Saved The Economy (Brelsford)    &lt;br /&gt;Noon – 1:30pm Lunch and HP (Essential Business Server, HP Partner Program)    &lt;br /&gt;1:30pm – 3:00pm Migration Techniques for 2008 (Middleton)    &lt;br /&gt;3:00-3:30 Come see how Autotask can help your IT Business Run Better.    &lt;br /&gt;3:30-5:00 Migration Techniques for 2008 Platforms (Middleton)    &lt;br /&gt;5:00pm End of Day&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=3018" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBS/default.aspx">SBS</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Server/default.aspx">Small Business Server</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBSC/default.aspx">SBSC</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Specialist/default.aspx">Small Business Specialist</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Partners/default.aspx">Partners</category></item><item><title>Man tries to pay bill with spider drawing</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/02/man-tries-to-pay-bill-with-spider-drawing.aspx</link><pubDate>Tue, 02 Dec 2008 02:46:34 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:3009</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=3009</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=3009</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/12/02/man-tries-to-pay-bill-with-spider-drawing.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Spider_5F00_2DB64F8A.jpg"&gt;&lt;img title="Spider" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;margin-left:0px;margin-right:0px;border-right-width:0px;" height="74" alt="Spider" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Spider_5F00_thumb_5F00_3469590D.jpg" width="98" align="left" border="0" /&gt;&lt;/a&gt; This one is absolutely priceless. I wish I had half the comic genius of this self-confessed prankster from Australia… &lt;/p&gt;  &lt;p&gt;&lt;a href="http://news.ninemsn.com.au/article.aspx?id=665847"&gt;Man tries to pay bill with spider drawing&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=3009" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Light+Relief/default.aspx">Light Relief</category></item><item><title>Windows Live OneCare Team Blog: Consumer Security Strategy Update</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/25/windows-live-onecare-team-blog-consumer-security-strategy-update.aspx</link><pubDate>Tue, 25 Nov 2008 01:17:53 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2975</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2975</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2975</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/25/windows-live-onecare-team-blog-consumer-security-strategy-update.aspx#comments</comments><description>&lt;p&gt;Microsoft has apparently decided to phase out OneCare, just as SBS 2008 begins to ship with free trials of it installed. The blog entry (linked below) seems to suggest that it will be replaced with a free product. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://windowsonecare.spaces.live.com/blog/cns!C29701F38A601141!10418.entry"&gt;Windows Live OneCare Team Blog: Consumer Security Strategy Update&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2975" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBS/default.aspx">SBS</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Server/default.aspx">Small Business Server</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/News/default.aspx">News</category></item><item><title>Asterisk Security Vulnerability</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/asterisk-security-vulnerability.aspx</link><pubDate>Tue, 18 Nov 2008 17:20:35 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2942</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2942</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2942</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/asterisk-security-vulnerability.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Asterisk_5F00_0C16F2C6.png" target="_blank"&gt;&lt;img title="Asterisk" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="102" alt="Asterisk" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Asterisk_5F00_thumb_5F00_55A8D174.png" width="182" border="0" /&gt;&lt;/a&gt; &lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/trixbox_5F00_358DC4B7.jpg" target="_blank"&gt;&lt;img title="trixbox" style="border-right:0px;border-top:0px;display:inline;margin:5px 0px;border-left:0px;border-bottom:0px;" height="98" alt="trixbox" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/trixbox_5F00_thumb_5F00_67856541.jpg" width="300" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/TrixBoxSIPSecret_5F00_476A5884.png" target="_blank"&gt;&lt;img title="TrixBoxSIPSecret" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="181" alt="TrixBoxSIPSecret" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/TrixBoxSIPSecret_5F00_thumb_5F00_0E537B82.png" width="304" align="right" border="0" /&gt;&lt;/a&gt; Actually this is not a vulnerability in the product itself, but if you use Asterisk or one of its derivatives such as TrixBox, you should review your SIP and IAX secrets to make sure they are not the same as your extension numbers. &lt;a href="http://www.trixbox.org/devblog/severe-security-warning-extensions-matching-secret" target="_blank"&gt;As reported by Kerry Garrison&lt;/a&gt; on his blog:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;There are some new scripts out in the wild that are attacking Asterisk-based systems. These scripts attempt to authenticate to your SIP extensions. If you have configured your extensions with the secret being the same as the extension number and you have SIP or IAX2 exposed to the internet, then your system is vulnerable.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;It seems that setting the SIP secret to the same value as the extension number (as shown here in the screen shot taken from TrixBox CE) is a fairly common practice, which makes internet-facing deployments an easy target for these scripts. If you’re in this position, you should immediately review your SIP secrets and set them all to strong passwords – note that terminals and soft phones will need to be reconfigured to use the new passwords, but this will not affect voicemail pass codes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2942" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Security/default.aspx">Security</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/VOIP/default.aspx">VOIP</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Asterisk/default.aspx">Asterisk</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/TrixBox/default.aspx">TrixBox</category></item><item><title>Security Arms Race Escalating?</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/security-arms-race-escalating.aspx</link><pubDate>Tue, 18 Nov 2008 14:50:42 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2941</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2941</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2941</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/security-arms-race-escalating.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/ssl_5F00_icon_5F00_55EF5484.jpg" target="_blank"&gt;&lt;img title="ssl_icon" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="120" alt="ssl_icon" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/ssl_5F00_icon_5F00_thumb_5F00_7CBD6AC4.jpg" width="72" align="right" border="0" /&gt;&lt;/a&gt;A possible glimpse of things to come from &lt;a title="Amy Babinchak: Small Business Tech Notes" href="http://smalltechnotes.blogspot.com/" target="_blank"&gt;Amy Babinchak&lt;/a&gt; on her &lt;a title="Amy Babinchak: Small Business Tech Notes" href="http://smalltechnotes.blogspot.com/" target="_blank"&gt;Small Business Tech Notes&lt;/a&gt; blog highlights a new type of attack using &lt;a href="http://en.wikipedia.org/wiki/x.509%20certificate"&gt;x.509 certificate&lt;/a&gt;s that is on the increase in the USA. Amy speculates that the bad guys are beginning to escalate the security arms race by leveraging some of the technologies (like &lt;a href="http://en.wikipedia.org/wiki/SSL"&gt;SSL&lt;/a&gt;) that are supposed to keep us secure: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;if the secure website you&amp;#39;ve gone to turns out to not be so secure there could be bad stuff coming through that tunnel and there&amp;#39;s no way to detect it until it&amp;#39;s too late. I think that we&amp;#39;re going to start to see an uptick on this type of attack.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Amy’s point, of course, is that encryption technology that stops bad guys peeking at your information also stops your firewall, antivirus scanner and internet security tools from examining it too. If the bad guy can get you to install his x.509 certificate, then he can encrypt his attack on your computer, sidestepping your application layer firewall.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://smalltechnotes.blogspot.com/2008/11/warning-bank-fraud.html"&gt;Small Business Tech Notes: Warning: Bank Fraud&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2941" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Security/default.aspx">Security</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBSC/default.aspx">SBSC</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/War+Stories/default.aspx">War Stories</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Web/default.aspx">Web</category></item><item><title>I'm Twittering</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/i-m-twittering.aspx</link><pubDate>Tue, 18 Nov 2008 13:28:58 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2940</guid><dc:creator>Tim Long</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2940</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2940</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/18/i-m-twittering.aspx#comments</comments><description>&lt;p&gt;&lt;a title="Follow me on Twitter: http://twitter.com/Tim_Long" href="http://twitter.com/Tim_Long" target="_blank"&gt;&lt;img title="twitter" style="border-right:0px;border-top:0px;display:inline;margin:0px 10px 10px;border-left:0px;border-bottom:0px;" height="57" alt="twitter" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/twitter_5F00_58ADF3C3.png" width="178" align="left" border="0" /&gt;&lt;/a&gt; Inspired by &lt;a title="Tubblog: Richard Tubb, Netlink IT" href="http://tubbweb.spaces.live.com/default.aspx" target="_blank"&gt;Richard Tubb&lt;/a&gt;’s &lt;a href="http://tubbweb.spaces.live.com/blog/cns!BDC5D8CC9BEA292B!1590.entry" target="_blank"&gt;remarks&lt;/a&gt;, I’m &lt;a href="http://twitter.com/Tim_Long" target="_blank"&gt;Twittering&lt;/a&gt;. You can follow me at &lt;a href="http://twitter.com/Tim_Long"&gt;http://twitter.com/Tim_Long&lt;/a&gt;. If you know me and you’re twittering then I want to follow you. Please drop me a PM or comment here and I’ll add you. I’m not sure about twitter, its one of those things that I can’t really see the point of yet – but I thought that about blogging when I first started. Often, it’s hard to see the benefits of something unless you’re actually using it. Lots of people that I know in business are doing it but I’m always reminded of “[wikipedia:The Emperor&amp;#39;s New Clothes]”. So I’m going to give it a try for a while and see how it works out. I wonder if I’ll end up being that little boy in the crowd shouting “The Emperor is naked!”&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2940" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Dear+Diary/default.aspx">Dear Diary</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/News/default.aspx">News</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Personal/default.aspx">Personal</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business+Networking/default.aspx">Business Networking</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Web/default.aspx">Web</category></item><item><title>Are You Deploying Windows Vista?</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/14/are-you-deploying-windows-vista.aspx</link><pubDate>Fri, 14 Nov 2008 22:23:00 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2936</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2936</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2936</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/14/are-you-deploying-windows-vista.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m curious how many Microsoft Partners are/are not deploying Windows Vista. I&amp;#39;ve &lt;a href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;amp;gid=38464&amp;amp;discussionID=479160&amp;amp;sik=1226701810390&amp;amp;trk=ug_qa_q&amp;amp;goback=%2Eana_38464_1226701810388_1%2Eana_38464_1226701810389_1%2Eana_38464_1226701810390_1" class="null"&gt;started a discussion thread&lt;/a&gt; at the &lt;a href="http://www.linkedin.com/groups?gid=38464" class="null"&gt;SBSC group on LinkedIn&lt;/a&gt;. If you&amp;#39;re not already a member of that group, please &lt;a href="http://www.linkedin.com/e/gis/38464" class="null"&gt;take this opportunity to join&lt;/a&gt; if you are SBSC qualified.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2936" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows/default.aspx">Windows</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBSC/default.aspx">SBSC</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Specialist/default.aspx">Small Business Specialist</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Partners/default.aspx">Partners</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/LinkedIn/default.aspx">LinkedIn</category></item><item><title>The Matrix Runs on Windows</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/13/the-matrix-runs-on-windows.aspx</link><pubDate>Thu, 13 Nov 2008 23:35:58 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2935</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2935</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2935</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/13/the-matrix-runs-on-windows.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.collegehumor.com/video:1886349/ls:7652" target="_blank"&gt;&lt;img title="Matrix" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="170" alt="Matrix" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Matrix_5F00_0E11A503.png" width="283" align="left" border="0" /&gt;&lt;/a&gt; I saw &lt;a href="http://www.collegehumor.com/video:1886349/ls:7652" target="_blank"&gt;this spoof video&lt;/a&gt; referenced on a mailing list, I just love it. Some of the gags are a bit obvious, but the immortal Clippy makes a comeback appearance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2935" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Light+Relief/default.aspx">Light Relief</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows/default.aspx">Windows</category></item><item><title>WESS Discounted Upgrades and Migrations with Solutions Pathway</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/12/wess-discounted-upgrades-and-migrations-with-solutions-pathway.aspx</link><pubDate>Wed, 12 Nov 2008 22:43:25 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2934</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2934</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2934</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/12/wess-discounted-upgrades-and-migrations-with-solutions-pathway.aspx#comments</comments><description>&lt;p&gt;&lt;a href="https://partner.microsoft.com/solutionspathway" target="_blank"&gt;&lt;img title="Windows Essential Server Solutions" style="border-right:0px;border-top:0px;display:inline;margin-left:0px;border-left:0px;margin-right:0px;border-bottom:0px;" height="183" alt="Windows Essential Server Solutions" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/SBS2008Premium_5F00_31FBB457.png" width="265" align="right" border="0" /&gt;&lt;/a&gt; Licensing for Windows Essential Server Solutions either just got easier, or more complicated. I can’t really decide which, so I’ll leave that decision to you…&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://partner.microsoft.com/solutionspathway"&gt;Get a Discount on Windows Essential Server Solutions Upgrades &amp;amp; Migrations with Solutions Pathway&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Help your customers easily upgrade or migrate from their existing solutions to meet changing business needs. Solutions Pathway, exclusively for Windows Essential Server Solutions, provides tiered savings that enable you to develop new revenue streams when you help customers cost-effectively upgrade or migrate from existing solutions to the latest Windows Essential Server Solutions offerings. Leverage your customers’ existing investments—and help them make the transition to the latest Windows Essential Server Solutions offerings today. &lt;strong&gt;&lt;font color="#800000"&gt;Small Business Specialists&lt;/font&gt;&lt;/strong&gt; and Networking Infrastructure Solutions partners &lt;strong&gt;&lt;font color="#800000"&gt;receive an additional 10% discount&lt;/font&gt;&lt;/strong&gt;!&amp;#160; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2934" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Server/default.aspx">Small Business Server</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Microsoft+Partner+Programme/default.aspx">Microsoft Partner Programme</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBSC/default.aspx">SBSC</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business+Specialist/default.aspx">Small Business Specialist</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Partners/default.aspx">Partners</category></item><item><title>Don’t Forward Virus Warnings</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/11/don-t-forward-virus-warnings.aspx</link><pubDate>Tue, 11 Nov 2008 15:31:14 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2929</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2929</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2929</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/11/don-t-forward-virus-warnings.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/blogs/tigranetworks/archive/2008/01/11/why-you-shouldn-t-forward-chain-email.aspx" target="_blank"&gt;&lt;img title="MPj04387380000[1]" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="154" alt="MPj04387380000[1]" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/MPj04387380000_5B00_1_5D005F00_388C270D.jpg" width="196" align="right" border="0" /&gt;&lt;/a&gt;Virus warnings are almost always hoaxes. Even if they’re not, forwarding the warning to your friends and colleagues can do more harm than good. My simple advice is this: &lt;strong&gt;&lt;u&gt;press delete&lt;/u&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Virus warnings and hoaxes are one particular flavour of chain email. For in-depth information on why you should never forward chain email, see &lt;a href="http://community.tigranetworks.co.uk/blogs/tigranetworks/archive/2008/01/11/why-you-shouldn-t-forward-chain-email.aspx" target="_blank"&gt;my article from January 2008&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2929" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Security/default.aspx">Security</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business/default.aspx">Small Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Home+Computing/default.aspx">Home Computing</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Hints+and+Tips/default.aspx">Hints and Tips</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Email/default.aspx">Email</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Web/default.aspx">Web</category></item><item><title>Delivering super-fast broadband in the UK</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/02/delivering-super-fast-broadband-in-the-uk.aspx</link><pubDate>Sun, 02 Nov 2008 17:43:01 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2927</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2927</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2927</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/11/02/delivering-super-fast-broadband-in-the-uk.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Ofcom_5F00_5DF85F5D.jpg" target="_blank"&gt;&lt;img title="Ofcom" style="border-right:0px;border-top:0px;display:inline;margin:5px 0px;border-left:0px;border-bottom:0px;" height="40" alt="Ofcom" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Ofcom_5F00_thumb_5F00_7930B85E.jpg" width="172" align="right" border="0" /&gt;&lt;/a&gt; This publication is available on the Ofcom web site and is in the form of an Interactive Executive Summary where you can leave comments. There are actually very few comments on the document at present, I have started adding mine today.&lt;/p&gt;  &lt;p&gt;We (IT Professionals) are the people who know best what our businesses and those of our customers need from a next generation broadband network. If we don’t make our views known, then the interests of the likes of BT will prevail, and if history is anything to go by, the corporate agenda is not necessarily in the interests of broadband users.&lt;/p&gt;  &lt;p&gt;I encourage you to review this document, it will not take too long and if we all try to make constructive comments, we could yet have an influence on next generation broadband. Let’s make a difference, or at least make it hard for Ofcom to claim they didn’t know what we wanted.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://comment.ofcom.org.uk/bbsummary/"&gt;Delivering super-fast broadband in the UK - Interactive Executive Summary&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2927" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Telephony/default.aspx">Telephony</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Small+Business/default.aspx">Small Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/SBSC/default.aspx">SBSC</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/VOIP/default.aspx">VOIP</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Emerging+Technology/default.aspx">Emerging Technology</category></item><item><title>Is DSL Meeting Subscribers Needs?</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/10/30/is-dsl-meeting-subscribers-needs.aspx</link><pubDate>Thu, 30 Oct 2008 20:45:10 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2920</guid><dc:creator>Tim Long</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2920</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2920</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/10/30/is-dsl-meeting-subscribers-needs.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Gradwell_5F00_4C10D775.jpg" target="_blank"&gt;&lt;img title="Gradwell" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="84" alt="Gradwell" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/Gradwell_5F00_thumb_5F00_0DAB13C2.jpg" width="204" align="right" border="0" /&gt;&lt;/a&gt; I spent a fair chunk of today with Peter Gradwell and some of his colleagues from Gradwell.com. They were celebrating the company’s 10th anniversary and were kind enough to invite some of their customers to lunch in Cardiff Bay. We chose Gradwell.com as our preferred supplier of digital trunks for our digital telephony solution, partly because we’ve found their support and technical know-how to be first rate. One of the subjects that came up in conversation (and there were many) was the state of the UK broadband industry, which I personally find to be woeful with a few notable exceptions. &lt;a title="TiGra Networks contact details" href="http://www.tigranetworks.co.uk/Pages/Contact.aspx" target="_blank"&gt;TiGra Networks&lt;/a&gt; has recently switched to Be Unlimited (an O2 offshoot) to get a quality of service that could handle our VoIP traffic, our previous ISP was hopelessly inadequate and &lt;a href="http://en.wikipedia.org/wiki/VoIP"&gt;VoIP&lt;/a&gt; was just not reliable. It turns out that Gradwell has now launched its own &lt;a href="http://en.wikipedia.org/wiki/Local%20Loop%20Unbundling"&gt;Local Loop Unbundling&lt;/a&gt; (LLU) DSL service, which I am assured can be configured with &lt;a href="http://en.wikipedia.org/wiki/Quality%20of%20Service"&gt;Quality of Service&lt;/a&gt; to prioritise voice traffic, making it an ideal companion for one of Gradwell’s digital trunks or centrex services.&lt;/p&gt;  &lt;p&gt;Coincidentally, I was just reading a copy of &lt;strong&gt;Comms Business&lt;/strong&gt; that someone had left in the office and there is an article titled &lt;strong&gt;&lt;em&gt;DSL - Breaking Free &lt;/em&gt;&lt;/strong&gt;by Ian Thomas of Cable &amp;amp; Wireless. Ian says:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Networks and commercial arrangements architected around the delivery of email and best-efforts browsing are floundering in the face of new, high bandwidth ‘over-the-top’ services such as [BBC] IPlayer, hosted CRM and VoIP services.&lt;/p&gt;    &lt;p&gt;These services crash the economics of over-subscribed networks by forcing ISPs to pay more to BT than they make per subscriber, and highlight to subscribers that the way these networks are managed is not to their benefit. Businesses and consumers are seeking alternative ways of getting the services they need and use.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I concur, and I’ve voted with my feet. I’ve &lt;a href="http://community.tigranetworks.co.uk/blogs/tim_long/archive/2006/10/14/The-Internet_3A00_-Full-Duplex_2C00_-Bi-Directional.aspx" target="_blank"&gt;ranted&lt;/a&gt; in the past that I feel ISPs are missing the point of broadband, especially where businesses are concerned, weighting so heavily in favour of downstream bandwidth and crippling upstream bandwidth. The Internet is no longer just about email and web. In the new era of Software + Services it is about distributed computing – witness the launch of Windows Azure this week. It is about businesses connecting their digital telephony up to their ITSP, publishing web sites, sharing and synchronising data with geographically dispersed virtual teams, working from home with remote access connections, pushing email to mobile devices, all of which require upstream bandwidth. The UK broadband market is ripe for a shakeup. Today’s best hope is the LLU providers like Gradwell, Be Unlimited and Cable &amp;amp; Wireless, but even so we still see the emphasis on downstream traffic. I would like to see more focus and much better pricing on SDSL and equivalent services.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2920" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Opinion/default.aspx">Opinion</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Telephony/default.aspx">Telephony</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Business/default.aspx">Business</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Endorsements/default.aspx">Endorsements</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/VOIP/default.aspx">VOIP</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Asterisk/default.aspx">Asterisk</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/TrixBox/default.aspx">TrixBox</category></item><item><title>Windows Azure announced at PDC 2008</title><link>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/10/27/windows-azure-announced-at-pdc-2008.aspx</link><pubDate>Mon, 27 Oct 2008 16:53:55 GMT</pubDate><guid isPermaLink="false">b8319e52-7530-487f-867c-2655374cdcd9:2918</guid><dc:creator>Tim Long</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/rsscomments.aspx?PostID=2918</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.tigranetworks.co.uk/blogs/tim_long/commentapi.aspx?PostID=2918</wfw:comment><comments>http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/10/27/windows-azure-announced-at-pdc-2008.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_RayOzzie_5F00_2AE40AE1.png" target="_blank"&gt;&lt;img title="PDC2008_RayOzzie" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="170" alt="PDC2008_RayOzzie" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_RayOzzie_5F00_thumb_5F00_3E29E2E2.png" width="300" align="right" border="0" /&gt;&lt;/a&gt;Ray Ozzie delivered the keynote speech at PDC 2008 a few moments ago. He spoke about a number of interesting topics.&lt;/p&gt;  &lt;h4&gt;&lt;/h4&gt;  &lt;p&gt;&lt;/p&gt;  &lt;h5&gt;Challenges of Virtualization &amp;amp; Distributed Systems&lt;/h5&gt;  &lt;p&gt;Ray suggested that business continuity is a challenge not easily addressed by small and medium enterprises. The only real way to mitigate disasters such as earthquake, fire and flood is to have more than one data centre, geographically distant. This has its own challenges of redundancy and data synchronization.&lt;/p&gt;  &lt;p&gt;Microsoft’s has years of indirect experience in cloud computing, running services like Live Messenger, Hotmail, online help systems and Office Live.&lt;/p&gt;  &lt;h5&gt;Introducing Windows Azure&lt;/h5&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_WindowsAzure_5F00_4EEB46DB.png" target="_blank"&gt;&lt;img title="PDC2008_WindowsAzure" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="169" alt="PDC2008_WindowsAzure" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_WindowsAzure_5F00_thumb_5F00_570503E1.png" width="304" align="left" border="0" /&gt;&lt;/a&gt; A new tier of architecture at the global scale. Windows Azure is the foundation bedrock for building scalable online applications and cloud based services. Personally, I thought “Windows Cloud” was a better name, but Microsoft has never been good at making product names. Ray described three tiers of technology. Tier 1 is the experience tier and is all about the individual. Tier 2 roughly corresponds to the enterprise and encompasses systems for provisioning, managing and computing at the enterprise scale. Tier 3 is the external tier and is at the scale of the web.&lt;/p&gt;  &lt;p&gt;Windows Azure is not something we will install on our own servers. It is a service in the cloud. As you can see from the screen clipping, Azure will include Live Services, .NET Services, SQL Services, SharePoint Services and Dynamics CRM Service.&lt;/p&gt;  &lt;h5&gt;Operating Systems for The Cloud&lt;/h5&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_AmitabhSrivatava_5F00_4F9CD46B.png" target="_blank"&gt;&lt;img title="PDC2008_AmitabhSrivatava" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="171" alt="PDC2008_AmitabhSrivatava" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_AmitabhSrivatava_5F00_thumb_5F00_1C65BC64.png" width="304" align="left" border="0" /&gt;&lt;/a&gt;Amitabh Srivastava describes how Windows Azure provides a layer of abstraction from the details of global distributed computing. For example, how do you upgrade your application or the underlying OS without degrading performance or going offline? Windows Azure manages problems like these. At the heart is a ‘Fabric Controller’ which vies the entire data centre as a pool of resources and maintains the health of services. Windows Azure provides &lt;em&gt;&lt;strong&gt;managed services&lt;/strong&gt;&lt;/em&gt;, not just managed servers.&lt;/p&gt;  &lt;p&gt;An Azure application consists of two things: the code to implement the service, plus an XML file describing the architecture of the service or application. The Azure Fabric Controller operates on this XML file to provision and managed deployment and maintenance to ensure high availability of the service.&lt;/p&gt;  &lt;h5&gt;Developer Experience&lt;/h5&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_AzureDeveloperExperience_5F00_3D5809B8.png" target="_blank"&gt;&lt;img title="PDC2008_AzureDeveloperExperience" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="172" alt="PDC2008_AzureDeveloperExperience" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_AzureDeveloperExperience_5F00_thumb_5F00_20E0393A.png" width="304" align="right" border="0" /&gt;&lt;/a&gt;Code, run and test on your local desktop PC using familiar tools.&lt;/p&gt;  &lt;p&gt;Steve Marx demonstrated building and deploying a Hello World application using ASP.Net and Visual Studio 2008. He built a minimalist web page that simply displayed a text label. All standard stuff.&lt;/p&gt;  &lt;p&gt;The project is then published (using the familiar techniques) but this brings up the Azure Development Portal page. The configuration file and code are uploaded to &lt;a title="http://hellocloud.cloudapp.net/" href="http://hellocloud.cloudapp.net/"&gt;http://hellocloud.cloudapp.net/&lt;/a&gt; and you can see it running there.&lt;/p&gt;  &lt;p&gt;We then get a demo of a service called &lt;a title="http://bluehoo.com/" href="http://bluehoo.com/"&gt;http://bluehoo.com/&lt;/a&gt; which is live today on Azure. It was shown how easy it is to scale up the number of live nodes, the presenter turned up the gas from 2 to 20 instances with just a couple of clicks. The BlueHoo demo will be downloadable from midday (PST) today from &lt;a title="http://m.bluehoo.com/" href="http://m.bluehoo.com/"&gt;http://m.bluehoo.com/&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;Services Architecture&lt;/h5&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_BobMuglia_5F00_5E03F4BF.png" target="_blank"&gt;&lt;img title="PDC2008_BobMuglia" style="border-right:0px;border-top:0px;display:inline;margin:10px;border-left:0px;border-bottom:0px;" height="172" alt="PDC2008_BobMuglia" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_BobMuglia_5F00_thumb_5F00_2104E48F.png" width="304" align="left" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_SQLServices_5F00_209B424B.png" target="_blank"&gt;&lt;img title="PDC2008_SQLServices" style="border-right:0px;border-top:0px;display:inline;margin:10px 0px;border-left:0px;border-bottom:0px;" height="115" alt="PDC2008_SQLServices" src="http://community.tigranetworks.co.uk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/tim_5F00_long/PDC2008_5F00_SQLServices_5F00_thumb_5F00_7D6DD798.png" width="212" align="right" border="0" /&gt;&lt;/a&gt;Bob Muglia, pictured left, describing some of the details of the Azure services architecture. He described how Azure includes ‘scale out’ services, such as the Windows Workflow Foundation that span from on-premise systems out into the cloud environment. Available today is a set of data services built on SQL Server, over time this will be enhanced to give access to more SQL features.&lt;/p&gt;  &lt;p&gt;Next, we see a demo of how Azure makes it possible to orchestrate a product recall spanning multiple enterprises. This was somewhat contrived but did demonstrate a workflow being initiated locally then moving out into the cloud and into partners’ systems.&lt;/p&gt;  &lt;p&gt;Bob demonstrated an application running a SQL query against SQL Services running in the cloud. Unfortunately this was done by putting a SQL query into a string then sending the query string out to the server. This would have been far more convincing had Bob been able to use LINQ (Language Integrated Query) and it is to be hoped that Windows Azure is able to support all the innovations introduced in C# 3.0 and .Net 3.5 SP1.&lt;/p&gt;  &lt;p&gt;There was a demo of CRM Online, the salient point was that the authentication was federated to the on-premise Active Directory so there was no need for a seperate login to the cloud service. The presenter showed how we can hit the CRM web service to extract data into Office then publish that up to SharePoint services. Nothing earth shattering, I am doing all this today, except that this stuff all runs on Microsoft servers. This stuff has huge potential, but somehow it fails to inspire. Honestly, I was getting very bored at this point. A lot was said but talk is cheap. The proof of the pudding will be in the eating. Microsoft has invested in several mammoth data centres around the globe (one of which is in Ireland) so I’m sure we are going to see a lot more of Windows Azure. I’m just not effervescing yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.tigranetworks.co.uk/aggbug.aspx?PostID=2918" width="1" height="1"&gt;</description><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT/default.aspx">IT</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Software+Engineering/default.aspx">Software Engineering</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows/default.aspx">Windows</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/IT+Industry/default.aspx">IT Industry</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/News/default.aspx">News</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Technology/default.aspx">Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/CRM/default.aspx">CRM</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows+Live/default.aspx">Windows Live</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Partners/default.aspx">Partners</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/.NET/default.aspx">.NET</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Internet/default.aspx">Internet</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Emerging+Technology/default.aspx">Emerging Technology</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Web/default.aspx">Web</category><category domain="http://community.tigranetworks.co.uk/blogs/tim_long/archive/tags/Windows+Azure/default.aspx">Windows Azure</category></item></channel></rss>