<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Teldata.Wordpress.com &#124; ParagonHost.com &#187; Internet</title>
	<atom:link href="http://teldata.wordpress.com/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://teldata.wordpress.com</link>
	<description>Powered by: ParagonHost.com - ScanDefense.com</description>
	<lastBuildDate>Tue, 15 Dec 2009 13:59:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='teldata.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4d282943712a6c1fd394d08899e82394?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Teldata.Wordpress.com &#124; ParagonHost.com &#187; Internet</title>
		<link>http://teldata.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://teldata.wordpress.com/osd.xml" title="Teldata.Wordpress.com | ParagonHost.com" />
		<item>
		<title>How does FreeSWITCH compare to Asterisk? The Back Story of Free Switch IP-PBX</title>
		<link>http://teldata.wordpress.com/2009/10/28/how-does-freeswitch-compare-to-asterisk-the-back-story-of-free-switch-ip-pbx/</link>
		<comments>http://teldata.wordpress.com/2009/10/28/how-does-freeswitch-compare-to-asterisk-the-back-story-of-free-switch-ip-pbx/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:33:55 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[IP-PBX]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=134</guid>
		<description><![CDATA[How does FreeSWITCH compare to Asterisk? Why did you start over with a new application? These are questions I’ve been hearing a lot lately so I decided to explain it for all of the telephony professionals and enthusiasts alike who are interested to know how the two applications compare and contrast to each other. I have a vast amount of experience with both applications with about 3 years of doing asterisk development under my belt and well, being the author of FreeSWITCH. First I will provide a little history and my experience with Asterisk, then I will try to explain the motivations and the different approach I took with FreeSWITCH.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=134&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Source: <a href="http://www.freeswitch.org/node/117">http://www.freeswitch.org/node/117</a></p>
<p>Author / Founder: Free Switch</p>
<p>Note: CudaTel a IP-PBX from Barracuda ( <a href="http://www.BarraGuard.com">http://www.BarraGuard.com</a> )</p>
<p>Visit: Virtual Graffiti for your Technology and Network Security Needs!  <a href="http://www.VirtualGraffiti.com">http://www.VirtualGraffiti.com</a></p>
<p>How does FreeSWITCH compare to Asterisk? Why did you start over with a new application? These are questions I’ve been hearing a lot lately so I decided to explain it for all of the telephony professionals and enthusiasts alike who are interested to know how the two applications compare and contrast to each other. I have a vast amount of experience with both applications with about 3 years of doing asterisk development under my belt and well, being the author of FreeSWITCH. First I will provide a little history and my experience with Asterisk, then I will try to explain the motivations and the different approach I took with FreeSWITCH.</p>
<p>I first tried Asterisk in 2003. It was still pre 1.0 and VoIP was still very new to me. I downloaded and installed it and in a few minutes I was tickled pink over the dial tone emitting from my phone plugged into the back of my computer. I spent the next few days playing with my dial plan and racking my brain to think of cool stuff I could do with a phone that was hooked up to a Linux PC. Since I had done an extensive amount of web development in my past life I had all sorts of nifty ideas like matching the caller id to the customer’s account number and trying to guess why they were calling etc. I also wanted to move on in my dial plan based on pattern matching and started hacking my first module. Before I knew it I had made the first cut of app_perl, now res_perl where I had embedded a Perl5 interpreter in Asterisk.</p>
<p>Now that I had that out of my system, I started developing an Asterisk-driven infrastructure to use for our inbound call Queues. I prototyped it using app_queue and the Manager Interface now proudly dubbed “AMI” (initials always make things sound cooler). It was indeed magnificent! You could call in from a PSTN number over a T1 and join a call queue where our agents who also called in could service the calls. “This rocks!” I thought to myself as I watched from my fancy web page showing all the queues and who was logged in. It even refreshed periodically by itself which was why I was surprised when the little icon in the corner of my browser was still spinning for quite some time. That’s when I first heard it. That word. The one I can never forget, deadlock.</p>
<p>That was the first time, but it wasn’t the last. I learned all about the GNU debugger that day and it was just the first of many incidents. Deadlock in the queue app. Deadlock in the manager, Avoiding Deadlock on my console. It was starting to get to me a little but I kept going. By this time I was also quite familiar with the term Segmentation Fault another foe to the computer developer. After about a year’s time wrestling with bugs I found myself a lot more well-versed in the C programming language than I even imagined and near Jedi caliber debugging skills. I had a working platform running several services on a DS3 worth of TDM channels spread over 7 asterisk boxes and I had given tons of code to the project including some entire files on which I hold the copyright. <a title="http://www.cluecon.com/anthm.html" href="http://www.cluecon.com/anthm.html">http://www.cluecon.com/anthm.html</a></p>
<p>By 2005, I had quite a reputation as an asterisk developer. They even thanked me in both the CREDITS file and in the book, Asterisk, The Future of Telephony. I not only had tons of applications for asterisk in tree, I had my own collection of code they did not need or want on my own site. (Still available today at <a title="http://www.freeswitch.org/node/50" href="http://www.freeswitch.org/node/50">http://www.freeswitch.org/node/50</a>)<br />
Despite all of this I could not completely escape the deadlocks and crashes. I hid the problem well with restart scripts and 7 machine clusters but I could not see a way to scale my platform much more. I had to abandon some features because they just would not work right based on the way Asterisk was designed.</p>
<p>Asterisk uses a modular design where a central core loads shared objects to extend the functionality with bits of code known as “modules”. Modules are used to implement specific protocols such as SIP, add applications such as custom IVRs and tie in other external interfaces such as the Manager Interface. The core of Asterisk is a threading model but a very conservative one. Only origination channels and channels executing an application have threads. The B leg of any call operate only within the same thread as the A leg and when something happens like a call transfer the channel must first be transferred to a threaded mode which often times includes a practice called channel masquerade, a process where all the internals of a channel are torn from one dynamic memory object and placed into another. A practice that was once described in the code comments as being “nasty”. The same went for the opposite operation the thread was discarded by cloning the channel and letting the original hang-up which also required hacking the cdr structure to avoid seeing it as a new call. One will often see 3 or 4 channels up for a single call during a call transfer because of this.</p>
<p>/* XXX This is a seriously wacked out operation. We&#8217;re essentially putting the guts of<br />
the clone channel into the original channel. Start by killing off the original<br />
channel&#8217;s backend. I&#8217;m not sure we&#8217;re going to keep this function, because<br />
while the features are nice, the cost is very high in terms of pure nastiness. XXX */</p>
<p>This became the de facto way to pull a channel out of the grips of another thread and the source of many headaches for application developers. This uncertain threading scheme was one of the motivating factors for a rewrite.</p>
<p>Asterisk uses linked-lists to manage its open channels. A linked-list is a series of dynamic memory chained together by using a structure that has a pointer to its own type as one of the members allowing you to endlessly chain objects and keep track of them.<br />
They are indeed a useful programming practice but when used in a threaded application become very difficult to manage. One must use mutexes, a kind of traffic light for threads to make sure only 1 thread ever has write access to the list or you risk one thread tearing a link out of a list while another is traversing it. This also leads to horrible situations where one thread may be destroying or masquerading a channel while another is accessing it which will result in a Segmentation Fault which is a fatal error in the program and causes it to instantly halt which, of course means in most cases all your calls will be lost. We’ve all seen the infamous “Avoiding initial deadlock” message which essentially is an attempt to lock a channel 10 times and if still won’t lock, just go ahead and forget about the lock.</p>
<p>The manager interface or AMI has a concept where the socket used to connect the client is passed down into the applications letting your module have direct access to it and essentially write any data you want to that socket in the form of Manager Events which are not very structured and thus the protocol is very difficult to parse.</p>
<p>Asterisk’s core has linking dependencies on some of it’s modules which means that the application will not start if a certain module is not present because the core is actually using some of the binary code from the module shared object directly. To make a call in asterisk in at least version 1.2 you have no choice but to use app_dial and res_features because the code actually lives in those modules. The logic to establish a call and to do things like a forked dial actually reside in app_dial not the core, and res_features actually contains the top level function that bridges the audio.</p>
<p>Asterisk has no protection of its API. The majority of the functions and data structures are public and can easily be misused or bypassed. The core is anarchy with assumptions about channels having a file descriptor, which is not always necessary in reality but is mandatory for any asterisk channel. Many algorithms are repeated throughout the code in completely different ways with every application doing something different on seemingly identical operations.</p>
<p>This is only a brief summary of the leading issues I had with Asterisk. I donated my time as a coder, my servers to host the CVS repository and served as a bug marshal and maintainer. I organized a weekly conference call to plan for the future and address some of the issues I have described above. The problem was, when one looks at this long list of fundamental changes then thinks about how much work it would take and how much code may have to be erased or rewritten, the motivation to address the issues begins to fade. I could tell not many people would be on board with my proposal to start a 2.0 branch and rewrite the code. That is why in the summer of 2005 I decided I would do it myself.</p>
<p>My primary focus on FreeSWITCH was to start from the core and trap all the common functionality under the hood and expose it in a pyramid to the higher levels of the application. Like Asterisk, the Apache Web Server heavily inspired me and I chose to use a modular design. From the first day the basic fundamentals I chose to adhere to were that every channel has it’s own thread no matter what it was doing and that thread would use a state machine function to navigate its way through the core. This would ensure that every channel would follow the same predictable path and state hooks and overrides could be placed into the machine to add important functionality very similar to how methods and class inheritance works in an object oriented programming language.</p>
<p>It hasn’t been easy. Let me tell you. I’ve had my fair share of Segmentation Faults and Deadlocks while coding FreeSWITCH , (a lot more of the former than the latter I must say). But I built the code from the core and went from there. Since all of the channels operate in their own thread and there are occasions where you need to interact with them, I use read/write locking so the channels can be located from a hashing algorithm rather than a linked list and there is an absolute guarantee that the channel cannot be accessed or go away while an outside thread has reference to it. This alone makes it much easier to sleep at night and obsoletes the need for “Channel Masquerades” and other such voodoo.</p>
<p>The majority of functions and objects supplied by the FreeSWITCH core are protected from the caller by forcing them to be used the way they were designed. Any concept that is extensible or provided by a module has a specific interface which is used to front end that functionality therefore the core has no linking dependency on any of its modules.<br />
There is a clear cut layered API with the core functions being on the bottom and the amount of functions on each subsequent layer decreasing as the functionality increases.<br />
For instance it’s possible to write a large function that uses an arbitrary file format module to open and play audio to a channel. But in the next layer of API there is simply a single function that will play a file to a channel that is then extended to the dial plan tools module as a tiny application interface function. So you can execute the playback from your dial plan, from your custom C application using the same function or you can write your own module that manually opens the file and plays it all using the services of the file format class of modules without ever divulging it’s code.</p>
<p>FreeSWITCH is broken into several module interfaces. Here is a list of them:</p>
<p>Dialplan:<br />
Implement the ring state of a call, take the call data and make a routing decision.</p>
<p>Endpoint:<br />
Protocol specific interface SIP, TDM etc.</p>
<p>ASR/TTS:<br />
Speech recognition and synthesis.</p>
<p>Directory:<br />
LDAP type database lookups.</p>
<p>Events:<br />
Modules can fire existing core events as well as register their own custom events<br />
Which can be parsed from an event consumer at a later time.</p>
<p>Event Handlers:<br />
Remote access to events and CDR.</p>
<p>Formats:<br />
File formats such as wav.</p>
<p>Loggers:<br />
Console or file logging.</p>
<p>Languages:<br />
Embedded languages such as Python and JavaScript.</p>
<p>Say:<br />
Language specific modules to construct utterances from sound files.</p>
<p>Timers:<br />
Reliable timers for packet interval timing.</p>
<p>Applications:<br />
Applications you can execute on the call such as Voicemail.</p>
<p>FSAPI (FreeSWITCH API interface [see I use initials too!] )<br />
Command line functions, XMLRPC functions, CGI type functions, Dialplan function variables exposed with a string in, string out prototype.</p>
<p>XML<br />
There are hooks to the core XML registry that make it possible to do realtime<br />
lookups and create XML based CDRs</p>
<p>All of the FreeSWITCH modules work together and communicate with each other only via the core API and the internal event system. Great care was taken to ensure this and avoid any unwanted behavior from outside modules.</p>
<p>The event system in FreeSWITCH was designed to keep track of as much as possible. I designed it under the assumption that most users of the software would be connecting to FreeSWITCH remotely or using a custom module to gather call data. Thus, every important thing that happens in FreeSWITCH results in an event firing. The events are very similar to an email format having headers and a body. Events can be serialized into either a standard text format or an XML representation. Any number of modules may be written to connect to the event subsystem and receive events about presence, call state and failures. The in-tree mod_event_socket provides a TCP connection on which events can be consumed as well as log data. In addition call control commands may be sent over this interface as well as bi-directional audio flow. The socket can be established by either an in-progress call as an outbound connection or from a remote machine as an inbound connection.</p>
<p>Another important concept in FreeSWITCH is the centralized XML registry. When FreeSWITCH loads it opens a top-level XML file which is fed into a pre-processor that parses special directives to include other smaller xml files and to set global variables which can be referenced from that point forward to template the configuration.<br />
For instance you can set the preprocessor directive to set a global variable like this:</p>
<p>&lt;X-PRE-PROCESS cmd=&#8221;set&#8221; data=&#8221;moh_uri=local_stream://moh&#8221;/&gt;</p>
<p>now even on the next line in the file you can use $${moh_uri} and it will be replaced by local_stream://moh in the post processed output. The final post processed registry is loaded into memory and accessed by the modules and the core to provide several vital sections to the application:</p>
<p>Configuration<br />
Configuration data to control the behaviour of the application.</p>
<p>Dialplan<br />
An XML representation of a dialplan that can be used by mod_dialplan_xml to<br />
route calls and execute applications.</p>
<p>Phrases<br />
A markup of IVR phrase macros to use from IVRs and to speak multiple languages.</p>
<p>Directory<br />
A collection of domains and users for registration and account management.</p>
<p>Using XML hook modules, you can bind your module to lookups in the XML registry and, in real time, gather the required information and return it to the caller in place of the static data in the file. This makes it possible to do purely dynamic SIP registrations and dynamic voice mailboxes and dynamic configuration of a cluster using the same model as a web browser and a CGI application.</p>
<p>With embedded languages such as JavaScript, Java, Python and Perl, it’s possible to write scripted application that can control the underlying power with a simple high-level interface.</p>
<p>The first phase of the FreeSWITCH project was to create a stable core on which to build scalable applications. I am happy to report that it will be completed on May 26th 2008 with the release of FreeSWITCH 1.0 “phoenix”. We have been able to out perform Asterisk by a factor of 10 in similar situations according to the accounts of two separate early adopters brave enough to go into production pre-1.0.</p>
<p>I hope this explanation is sufficient to outline the difference between FreeSWITCH and Asterisk and will shed some light on my decision to start the FreeSWITCH project. I will forever remain an Asterisk developer due to my vast involvement in the project and I wish them all the luck in the world with the future design of the application. I may even dig up some more of my long lost Asterisk code in my personal archives and release it to the public as a gesture of good will towards the project that gave me my start in telephony.</p>
<p>Asterisk is an open source PBX and FreeSWITCH is an open source soft switch. There is plenty of room for both applications among the other great open source Telephony applications such as Call Weaver, Bayonne, sipX, OpenSER and many many more. I look forward every year to presenting with and talking to all the developers of these projects at ClueCon in Chicago this summer. <a title="http://www.cluecon.com" href="http://www.cluecon.com/">http://www.cluecon.com</a></p>
<p>We can all inspire each other to push the envelope on Telephony even farther. The most important question you can ask is. “Is it the right tool for the job?”</p>
<p>//
<p>&nbsp;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=134&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/10/28/how-does-freeswitch-compare-to-asterisk-the-back-story-of-free-switch-ip-pbx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>10 things you should know about moving from Windows XP to Windows 7</title>
		<link>http://teldata.wordpress.com/2009/10/20/10-things-you-should-know-about-moving-from-windows-xp-to-windows-7/</link>
		<comments>http://teldata.wordpress.com/2009/10/20/10-things-you-should-know-about-moving-from-windows-xp-to-windows-7/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:31:43 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Stuff]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=132</guid>
		<description><![CDATA[10 things you should know about moving from:
Windows XP to Windows 7
Greg Shultz
September 4, 2009
If you skipped Windows Vista and stuck with Windows XP, chances are good that you are now seriously considering moving to Windows 7 after it&#8217;s released on October 22. If so, there is much for you to do. Not only should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=132&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1>10 things you should know about moving from:</h1>
<h1>Windows XP to Windows 7</h1>
<h4>Greg Shultz</h4>
<p><strong>September 4, 2009</strong></p>
<p>If you skipped Windows Vista and stuck with Windows XP, chances are good that you are now seriously considering moving to Windows 7 after it&#8217;s released on October 22. If so, there is much for you to do. Not only should you begin planning for your operating system migration, but you should begin learning as much as you can about Windows 7. Here are 10 things you can do to get ready for the switch.</p>
<h4>1: Check your hardware</h4>
<p>Windows 7 was designed to be lean in terms of hardware, so that it will be able to function satisfactorily on sub-powered netbooks. If you&#8217;re running Windows XP on a computer manufactured within the last three or four years, chances are good that Windows 7 will run fine on your system. However, you can make sure that your hardware is compatible by running Microsoft&#8217;s <a href="http://www.microsoft.com/windows/windows-7/get/upgrade-advisor.aspx" target="_blank">Windows 7 Upgrade Advisor</a>.</p>
<p>The Windows 7 Upgrade Advisor will perform a detailed scan of your entire system, checking hardware, programs, and peripheral devices. Once the scan is complete, the Upgrade Advisor will display a report telling you whether your system meets the hardware requirements and idenfying are any known compatibility issues with your programs and devices. If it finds problems, the Upgrade Advisor will provide suggestions you can use to better analyze your upgrade options to Windows 7.</p>
<p>You can <a href="http://www.microsoft.com/windows/windows-7/get/upgrade-advisor.aspx" target="_blank">download the Windows 7 Upgrade Advisor from the Microsoft Download Center</a>. At the time of this writing, this tool is listed as being a Beta version. However, running it now will give you a good idea of what you will be facing as you prepare for your upgrade.</p>
<p>If you&#8217;re planning a much bigger Windows XP to Windows 7 migration, you&#8217;ll want to investigate the <a href="http://technet.microsoft.com/en-us/library/bb977556.aspx?ca=NOT&amp;su=DSKTP&amp;sa=MAP&amp;ct=WEBS&amp;cn=TNETWEBS&amp;au=ITPRO&amp;go=MAPTN&amp;dt=02132009" target="_blank">Microsoft Assessment and Planning Toolkit</a>. This free toolkit, which runs across the network without having to install software on client systems, will allow you to investigate systems and compile reports on hardware and device compatibility.</p>
<h4>2: Understand the Custom Install</h4>
<p>If you&#8217;re running Windows XP on your computer and you want to use Windows 7 on that same computer, you&#8217;ll purchase an Upgrade license package of Windows 7. However, you won&#8217;t be able to perform an in-place upgrade. In other words, you won&#8217;t be able to upgrade to Windows 7 on top of XP and keep all your applications and settings &#8220;in place.&#8221; Instead, you&#8217;ll have to perform a Custom Install, which Microsoft describes as follows:</p>
<p><em>A custom (clean) installation gives you the option to either completely replace your current operating system or install Windows on a specific drive or partition that you select. You can also perform a custom installation if your computer does not have an operating system, or if you want to set up a multiboot system on your computer.</em></p>
<p>When you completely replace Windows XP, the installation procedure will not totally obliterate it. In fact, the installation procedure will create a folder on the hard disk called <em>Windows.old </em>and will place the Windows, Documents And Settings, and Program Files folders from your Windows XP installation in it. Your data files will be safe and accessible, but your applications will not be viable. (Even though the Custom Install saves your data in the Windows.old folder, you will want to have a separate backup on hand just in case!)</p>
<p>Regardless of whether you choose to completely replace Windows XP or set up a multiboot system, you are going to have to back up and transfer all of your data, reinstall all of your applications, and reconfigure all of your settings.</p>
<h4>3: Consider a setting up a multiboot configuration</h4>
<p>When pondering a Custom Install, you should consider setting up a multiboot configuration. That will place both Windows XP and Windows 7 at your disposal, which will be a big advantage as you begin migrating your settings, documents, and applications. More specifically, you can boot into Windows XP to check out how something is set up and then boot into Windows 7 to re-create the same configuration. Once you have everything in Windows 7 exactly the way you had it in Windows XP, you can remove the multiboot configuration set Windows 7 as the primary OS and then remove Windows XP.</p>
<p>To be able to perform this type of switch, both XP and 7 must be installed on the same hard disk but on separate partitions. (If you install Windows 7 on a second hard disk, the boot partition will exist on the first hard disk, so you won&#8217;t be able to remove that drive once you&#8217;re ready to get rid of XP.) As a result, you&#8217;ll need to repartition your hard disk to make room for Windows 7. To repartition your hard disk without destroying data, you can take advantage of partition management software, such as <a href="http://www.symantec.com/norton/partitionmagic" target="_blank">Norton PartitionMagic 8.0</a>, which retails for about $70, or <a href="http://download.cnet.com/Easeus-Partition-Manager-Home-Edition/3000-2248_4-10863346.html?tag=mncol" target="_blank">Easeus Partition Manager Home Edition 4.0.1</a>, which is available for free and earned a 4.5 star rating in a recent CNET editors&#8217; review.</p>
<h4>4: Plan your backup and restore strategy</h4>
<p>Before you move from one operating system to another, you&#8217;ll want to back up all your data &#8211; at least once and maybe twice, just in case. While it may sound like overkill, having an extra backup will give you peace of mind.</p>
<p>If you&#8217;re using a third-party backup program, you will need to check the manufacturer&#8217;s Web site to see whether the program will be upgraded to work in Windows 7. If you aren&#8217;t using a third-party backup program, you&#8217;re probably using Windows XP&#8217;s native Backup Utility. As you may have heard, the file format used for this tool isn&#8217;t compatible with Windows Vista&#8217;s Backup And Restore Center. To provide for that, Microsoft released a special version of the XP Backup Utility, called the Windows NT Backup &#8211; Restore Utility. It&#8217;s designed specifically for restoring backups made on Windows XP to computers running Windows Vista. While I was unable to get official confirmation, it is a safe bet that this special version will work in Windows 7 or will be adapted to do so.</p>
<p>If you aren&#8217;t willing to take that bet or you are not sure whether your third-party backup program will be upgraded to work in Windows 7, you can simply make copies of all your data files on CD/DVD or on an external hard disk.</p>
<h4>5: Plan your data transfer strategy</h4>
<p>To move from one operating system to another, you&#8217;ll probably want to use a transfer program that will scan your XP system, pull out all your data and settings, and then transfer them to Windows 7. Fortunately, the Windows 7 Easy Transfer utility can provide this service for you. However, before you perform this transfer operation, it will be in your best interest to have a separate back up copy of your data (see #4).</p>
<p>The new operating system will come with two copies of the Windows 7 Easy Transfer. One copy will be on the DVD and the other will be installed with the operating system. Before you install Windows 7, you will run Windows 7 Easy Transfer from the DVD and back up all your files and settings. Then, once you have Windows 7 installed, you&#8217;ll use it to move all your files and settings to the new operating system. You can learn more about the Windows 7 Easy Transfer by reading the article <a href="http://technet.microsoft.com/en-us/library/dd446674%28WS.10%29.aspx" target="_blank">Step-by-Step: Windows 7 Upgrade and Migration</a> on the Microsoft TechNet site.</p>
<h4>6: Inventory your applications and gather your CDs</h4>
<p>Since you won&#8217;t be able to perform an in-place upgrade when you move from Windows XP to Windows 7, you&#8217;ll have to reinstall all your applications that passed the Windows 7 Upgrade Advisor compatibility tests (see #1). It will be helpful to have an inventory of all the installed applications so that you can track down all your CDs or compile a list of Web sites for those applications you downloaded.</p>
<p>While the report generated by the Upgrade Advisor will be helpful as you create an inventory, it won&#8217;t be comprehensive. To create a detailed inventory, you can use something like the Belarc Advisor. For more details, see the article <a href="http://articles.techrepublic.com.com/5100-10878_11-6177700.html" target="_blank">Gather detailed system information with Belarc Advisor</a>.</p>
<h4>7: Become familiar with the new UI</h4>
<p>The UI in Windows 7 is quite different from the UI in Windows XP, and it offers a lot of new features. As a result, you may encounter what I call &#8220;UI Shock.&#8221; You&#8217;ll know what you want to do, but you&#8217;ll experience a momentary lapse of composure as you strive to adapt what you know about XP&#8217;s UI to what you&#8217;re seeing and experiencing in Windows 7.</p>
<p>To ease the level of UI shock, you&#8217;ll want to become as familiar as possible with the features of the new Windows 7 UI. One starting point is Microsoft&#8217;s Windows 7 page. While a lot of the content here is essentially marketing related, it will give you a good idea of what to look for when you actually move into the Windows 7 operating system.</p>
<p>To help you get right to the good stuff, check out:</p>
<ul>
<li>The <a href="http://windows.microsoft.com/en-us/windows7/products/features" target="_blank">Windows 7 features section</a>, where you&#8217;ll find a host of short videos and descriptions.</li>
<li>The <a href="http://windows.microsoft.com/en-US/windows7/help" target="_blank">Windows 7 Help &amp; How-to section</a>, where you&#8217;ll find a whole slew of step-by-step articles that show you how get around in Windows 7. Be sure to check out the section on installing Windows.</li>
</ul>
<p>You&#8217;ll also find useful information on the <a href="http://www.microsoft.com/learning/en/us/training/windows.aspx#elearning" target="_blank">Windows Training Portal</a> on the Microsoft Learning site. Be sure to check out:</p>
<ul>
<li>The <a href="http://www.microsoft.com/learning/en/us/training/format-learning-snacks.aspx#win7" target="_blank">Windows 7 Learning Snacks</a>, which are short, interactive presentations. Each Snack is delivered via animations and recorded demos using Microsoft Silverlight.</li>
<li>The <a href="http://www.microsoft.com/learning/en/us/training/windows.aspx#books" target="_blank">Microsoft Press sample chapters from upcoming Windows 7 books</a>. Viewing the free chapters requires registration, but it is a short procedure. Once you&#8217;re registered, you can access sample chapters from <em>Windows 7 Inside Out, Windows 7 Resource Kit, Windows 7 Step by Step,</em> and <em>Windows 7 for Developers.</em></li>
</ul>
<h4>8: Check for XP Mode support</h4>
<p>If you discover that some of the applications you&#8217;re currently running in Windows XP are not compatible with Windows 7 (see #1) or you just want to keep Windows XP accessible, don&#8217;t forget about Windows XP Mode. This virtual environment includes a free, fully licensed, ready-to-run copy of Windows XP with SP3 that runs under Windows Virtual PC in Windows 7.</p>
<p>As you consider the Windows XP Mode, keep these things in mind:</p>
<ul>
<li>Windows XP Mode is available only in Windows 7 Professional, Enterprise, and Ultimate editions.</li>
<li>Your computer must support processor-based virtualization.</li>
</ul>
<p>You can learn more about Windows XP Mode from the following TechRepublic resoruces:</p>
<ul>
<li><a href="http://blogs.techrepublic.com.com/window-on-windows/?p=1278" target="_blank">Determine if your hardware can support Windows XP Mode in Windows 7</a></li>
<li><a href="http://content.techrepublic.com.com/2346-10877_11-294091-1.html" target="_blank">Hands on: Windows 7 XP Mode</a></li>
<li><a href="http://blogs.techrepublic.com.com/10things/?p=926" target="_blank">10 reasons why Windows 7&#8217;s XP Mode is a big deal</a></li>
</ul>
<h4>9: Ask questions</h4>
<p>You aren&#8217;t the only one making the move from Windows XP to Windows 7, so ask questions and share information you pick up along the way. Of course, you can use the TechRepublic discussion forums. But you should cast a wider net.</p>
<p>One good place to connect with Microsoft experts is the <a href="http://answers.microsoft.com/en-us/dd658003.aspx" target="_blank">Getting Ready for Windows 7</a> section of the Microsoft Answers site. Another good place is in the <a href="http://social.technet.microsoft.com/Forums/en/category/w7itpro,windowsvistaitpro,windowsxpitpro/" target="_blank">Windows 7 forums in the Windows Client TechCenter</a> on the Microsoft TechNet site.</p>
<h4>10: Subscribe to the Windows Vista and Windows 7 Report</h4>
<p>TechRepublic&#8217;s free Windows Vista and Windows 7 Report newsletter, which is delivered every Friday, offers tips, news, and scuttlebutt on Windows 7. As we count down to October 22, the day that Windows 7 is to be released to the general public, we will be covering topics of interest to Windows XP users in more detail. You can sign up on the <a href="http://techrepublic.com.com/1300-4_11-55.html?path=http%3A%2F%2Ftechrepublic.com.com%2F1355-4_11-55.html%3Fpath%3Dhttp%3A%2F%2Fnl.com.com%2Facct_mgmt.sc%3Fbrand%3Dtechrepublic" target="_blank">TechRepublic newsletters page</a>.</p>
<p>Comment on this article: <a href="http://blogs.techrepublic.com.com/10things/?p=1000">TechRepublic</a> blog.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=132&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/10/20/10-things-you-should-know-about-moving-from-windows-xp-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Resolving Name Servers</title>
		<link>http://teldata.wordpress.com/2009/10/03/free-resolving-name-servers/</link>
		<comments>http://teldata.wordpress.com/2009/10/03/free-resolving-name-servers/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:46:00 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=125</guid>
		<description><![CDATA[http://www.resolvingnameserver.com/freerns.html
Need a resolving name server fast?
Use our free public resolving name servers!
Who can use these servers:
These servers can be used by users that need a resolving name server for normal &#8220;end user&#8221; functionality. &#8220;End User&#8221; fucntionality includes web surfing and normail email sending (via an email client). These can also be used by ISPs to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=125&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://www.resolvingnameserver.com/freerns.html</p>
<p><strong><span style="color:#cc3300;">Need a resolving name server fast?</span></strong><br />
Use our free public resolving name servers!</p>
<p>Who can use these servers:<br />
These servers can be used by users that need a resolving name server for normal &#8220;end user&#8221; functionality. &#8220;End User&#8221; fucntionality includes web surfing and normail email sending (via an email client). These can also be used by ISPs to give to their clients as the resolving name servers (that do not need to run enterprise services).</p>
<p>Who should not use these free servers:<br />
Any system that serves an enterprise functionality. This includes email servers, web servers, etc. For services for enterprise functionality please contact our sales team. If a mail server uses these servers you may get incorrect results.</p>
<p>Our current set of name servers that you can use are:</p>
<ul>
<li>205.234.170.215</li>
<li> 205.234.170.217</li>
</ul>
<p>Notifications of all changes of IPs will be received by subscribers to our mailing list. You can subscribe to our list by sending an email to <a href="mailto:freepublicdns-subscribe@resolvingnameserver.com">freepublicdns-subscribe@resolvingnameserver.com</a> and following the instructions in the reply.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=125&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/10/03/free-resolving-name-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>Two New Zero Day Adobe Reader Exploits</title>
		<link>http://teldata.wordpress.com/2009/05/13/two-new-zero-day-adobe-reader-exploits/</link>
		<comments>http://teldata.wordpress.com/2009/05/13/two-new-zero-day-adobe-reader-exploits/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:51:10 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=105</guid>
		<description><![CDATA[










 
 


















Update: Two New Zero Day Adobe Reader Exploits
Adobe Releases Updates for Reader and Acrobat
Severity: High
12 May, 2009
Update:
On 28 April, 2009, we alerted LiveSecurity subscribers about two zero day vulnerabilities in Adobe Reader which attackers could exploit to execute code on your machine, potentially gaining complete control of it. When we first reported this issue, a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=105&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="174" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td> </p>
<p> </p>
<p><a href="http://teldata.wordpress.com/wp-admin/%20http:/www.watchguard.com/products/offer/tradeup.asp?t=030801tradeupprogram"></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td width="426" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h1>Update: Two New Zero Day Adobe Reader Exploits</h1>
<h1>Adobe Releases Updates for Reader and Acrobat</h1>
<h3>Severity: High</h3>
<p>12 May, 2009</p>
<h3>Update:</h3>
<p>On 28 April, 2009, we alerted LiveSecurity subscribers about two zero day vulnerabilities in Adobe Reader which attackers could exploit to execute code on your machine, potentially gaining complete control of it. When we first reported this issue, a greyhat security researcher had already released Proof-of-Concept (PoC) exploits that leveraged these flaws to the public. We promised to update our alert when Adobe released a patch for this issue. Today they did.</p>
<p>Adobe&#8217;s <a href="http://www.adobe.com/support/security/bulletins/apsb09-06.html">security bulletin</a> announces the release of Reader 9.1.1, which fixes both security vulnerabilities (one of them only affects Reader on UNIX systems). They also announce updates for Acrobat, which also suffers from these vulnerabilities. Adobe&#8217;s bulletin does not describe the flaws in any technical detail. However, they do describe their impact. If an attacker can entice one of your users into downloading and opening a maliciously crafted PDF document (.pdf), he can exploit these vulnerabilities to execute code on that user&#8217;s computer, with that user&#8217;s privileges. If your user has local administrative privileges, the attacker gains full control of the user&#8217;s machine. </p>
<p>If you use Adobe Reader or Acrobat on any platform, we recommend you download and install Adobe&#8217;s updates as soon as you can. See below for details.</p>
<h3>Solution Path:</h3>
<p>Adobe has released Reader 9.1.1, Acrobat 8.1.5 and Acrobat, 7.1.2 to fix these vulnerabilities. You should download, test, and deploy the appropriate updates throughout your network as soon as you can:</p>
<ul>
<li>Adobe Reader 9.1.1
<ul>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=10&amp;platform=Windows">For Windows</a></li>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=10&amp;platform=Macintosh">For Mac</a></li>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=10&amp;platform=Unix">For UNIX</a></li>
</ul>
</li>
<li>Adobe Acrobat
<ul>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=1&amp;platform=Windows">Pro and Pro Extended for Windows</a></li>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=112&amp;platform=Windows">3D for Windows</a></li>
<li><a href="http://www.adobe.com/support/downloads/product.jsp?product=1&amp;platform=Macintosh">Pro for Mac</a></li>
</ul>
</li>
</ul>
<p><em>Note: If you use Adobe Updater, it may automatically install the corresponding updates for you.</em></p>
<h4>For All WatchGuard Users:</h4>
<p>If you previously customized your Firebox&#8217;s proxy policies to temporarily block PDF documents (.pdf), you may want to remove those customizations after applying Adobe&#8217;s patch. This will allow your users to download legitimate PDF documents again.</p>
<p>For additional details about the vulnerability, and as a convenient reference, we reproduce our original 28 April alert below. You can also find it in the LiveSecurity <a href="http://www.watchguard.com/archive/broadcasts.asp">Latest Broadcasts</a> archive.</p>
<hr size="1" noshade="noshade" />
<h3>Summary:</h3>
<ul>
<li><strong>This vulnerability affects</strong>: Adobe Reader and Acrobat 9.1 and earlier, on Windows, Mac, *nix computers</li>
<li><strong>How an attacker exploits it</strong>: By enticing your users into viewing a maliciously crafted PDF document</li>
<li><strong>Impact</strong>: An attacker can execute code on your computer, potentially gaining control of it</li>
<li><strong>What to do</strong>: Implement the workarounds described in the Solutions section of this alert</li>
</ul>
<h3>Exposure:</h3>
<p>Yesterday, SecurityFocus released an <a href="http://www.securityfocus.com/bid/34736/info">advisory</a> describing a new zero day Adobe Reader exploit they found in the wild. The Proof of Concept (PoC) <a href="http://thatsbroken.com/examples/getannots.txt">exploit</a> &#8211;  written by some calling himself &#8220;Arr1val&#8221; &#8212; seems to leverage a flaw in the Adobe Reader function called &#8220;getAnnots()&#8221;. As it turns out, Arr1val released two new zero day exploits. The second <a href="http://thatsbroken.com/examples/spell.txt">exploit</a> leverages another Adobe Reader function called &#8220;spell.customDictionaryOpen().&#8221; Arr1val&#8217;s code suggests he confirmed these flaws using Adobe Reader 9.1 and 8.1.4 for Linux. However, we suspect the flaws may affect all current versions of Reader running on any platform.</p>
<p>By enticing one of your users into downloading and opening a malicious PDF document, an attacker could exploit either of these unpatched Reader vulnerabilities to execute code on your user&#8217;s computer, with that user&#8217;s privileges. If the user had root or local administrator privileges, the attacker would gain complete control of that user&#8217;s machine.</p>
<p>Adobe has responded to this incident in a <a href="http://blogs.adobe.com/psirt/2009/04/potential_adobe_reader_issue.html">short blog post</a>, saying they are investigating the issue. Since exploit code is widely available and Adobe hasn&#8217;t had time to patch yet, these flaws pose a serious risk to Adobe Reader users. We recommend you implement the workarounds described below to mitigate the risk of these dangerous zero day exploits.</p>
<h3>Solution Path</h3>
<p>Adobe has not had time to release a patch for these zero day vulnerabilities. However, the workarounds described below should mitigate the risk posed by the exploits currently circulating in the wild.</p>
<ul>
<li><strong>Inform your users of this vulnerability. </strong>Advise them to remain wary of unsolicited PDF documents arriving via email. If they don&#8217;t absolutely need the document, and don&#8217;t trust the entity it came from, they should avoid opening it until you patch Adobe Reader.</li>
<li><strong>Use antivirus (AV) software and make sure it&#8217;s up to date.</strong> AV vendors will release signatures for these new exploits, so make sure to keep your AV software up to date.</li>
<li><strong>Disable JavaScript in Adobe Reader.</strong> Disabling JavaScript in Adobe Reader could prevent these exploits from succeeding. To disable JavaScript in Adobe Reader, click <strong>Edit =&gt; Preferences =&gt; JavaScript </strong>and then uncheck<strong> Enable Acrobat JavaScript</strong>. Keep in mind, this prevents JavaScript from running in legitimate PDF documents as well.</li>
<li><strong>Use a gateway device, like your Firebox, to block PDF files. </strong>If your users can&#8217;t download PDF files, these exploits won&#8217;t affect them. Unfortunately, doing this blocks legitimate PDF files as well. Nonetheless, depending on your business needs, you may still want to block PDF files until Adobe releases a patch.</li>
<li><strong>Use an alternative PDF reader.</strong> You can mitigate the risk of these Adobe Reader vulnerabilities by using an alternative PDF reader. Keep in mind, other PDF readers may also suffer security vulnerabilities. However, attackers seem to primarily target the popular Adobe Reader. If it meets your business needs, you may try to adopt one of the alternative PDF readers listed on <a href="http://pdfreaders.org/">this site</a>.</li>
</ul>
<p>We will update this alert when Adobe releases a patch.</p>
<h4>For All WatchGuard Users:</h4>
<p>Many of WatchGuard&#8217;s Firebox models <em>can</em> block incoming PDF files. However, most administrators prefer to allow these file types for business purposes. Nonetheless, if PDF files are not absolutely necessary to your business, you may consider blocking them using the Firebox&#8217;s HTTP and SMTP proxy until Adobe patches.</p>
<p>If you decide you want to block PDF documents, follow the links below for video instructions on using your Firebox proxy&#8217;s content blocking features to block .pdf files by their file extension:</p>
<ul>
<li><strong>Firebox X Edge running 10.x</strong>
<ul>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_edge_ftp">How do I block files with the FTP proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_edge_http">How do I block files with the HTTP proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_edge_pop3">How do I block files with the POP3 proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_edge_smtp">How do I block files with the SMTP proxy</a></li>
</ul>
</li>
<li><strong>Firebox X Core and X Peak running Fireware 10.x</strong>
<ul>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_fireware_ftp">How do I block files with the FTP proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_fireware_http">How do I block files with the HTTP proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_fireware_pop3">How do I block files with the POP3 proxy?</a></li>
<li><a href="http://www.watchguard.com/education/video/play.asp?vid=ff_fireware_smtp">How do I block files with the SMTP proxy?</a></li>
</ul>
</li>
</ul>
<h3>Status:</h3>
<p>We will update you when Adobe releases a patch. Until then, implement the workarounds described above.</p>
<h3>References:</h3>
<ul>
<li><a href="http://www.securityfocus.com/bid/34736/info">SecurityFocus Adobe Reader Advisory</a></li>
<li><a href="http://blogs.adobe.com/psirt/2009/04/potential_adobe_reader_issue.html">Adobe blog post</a></li>
<li><a href="http://thatsbroken.com/examples/getannots.txt">Adobe Reader getAnnots() exploit code</a></li>
<li><a href="http://thatsbroken.com/examples/spell.txt">Adobe Reader spell.customDictionaryOpen() exploit code</a></li>
</ul>
<p>This alert was researched and written by Corey Nachreiner, CISSP.</p>
<hr size="1" noshade="noshade" />What did you think of this alert? Let us know at <a href="mailto:lsseditor@watchguard.com">your.opinion.matters@watchguard.com</a>.</p>
<p>More alerts and articles: log into the <a href="https://www.watchguard.com/archive/broadcasts.asp">LiveSecurity Archive</a>.</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<hr size="1" noshade="noshade" /><strong>NOTE:</strong><br />
This e-mail was sent from an unattended mailbox. Please do not reply.</p>
<p><strong>ABOUT Questiva/TailoredMail:</strong><br />
WatchGuard has contracted with Questiva/TailoredMail, an industry leading vendor of trusted email services, to send these emails and maintain a record of your preferences confidentially. Personal information about you is not sold or rented to Questiva/TailoredMail or to other companies. Both WatchGuard and Questiva/TailoredMail are fully committed to your privacy, as detailed in WatchGuard&#8217;s <a href="http://www.watchguard.com/about/privacy.asp">privacy policy</a>.</p>
<p><strong>TO UNSUBSCRIBE:</strong> You received this e-mail because you subscribed to the WatchGuard LiveSecurity Service, which advises about virus alerts, security best practices, new hacking exploits, and more. If you no longer wish to be advised of these things, please let us know.<br />
On the Web: <a href="https://www.watchguard.com/archive/preferences.asp">Unsubscribe</a> (credentials required)<br />
By E-mail: <a href="mailto:supportid@watchguard.com?subject=Broadcast%20Unsubscribe%20Request%20for:%20sales@guardsite.com">Unsubscribe</a></p>
<p><strong>This email was sent to: <a href="mailto:sales@guardsite.com">sales@guardsite.com</a></strong></p>
<p>No express or implied warranties are provided for herein.  All specifications are subject to change and any expected future products, features or functionality will be provided on an if and when available basis.</p>
<p>Copyright 2009 WatchGuard Technologies, Incorporated. All Rights Reserved. WatchGuard, LiveSecurity and Firebox, and any other word listed as a trademark in the &#8220;Terms of Use&#8221; portion of the WatchGuard Web site that is used herein, are registered trademarks or trademarks of WatchGuard Technologies, Inc. in the United States and/or other countries. All other trademarks are the property of their respective owners. <em>You may not modify, reproduce, republish, post, transmit, or distribute this content except as expressly permitted in writing by WatchGuard Technologies, Inc.</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>Virtual Graffiti<br />
<a href="http://www.VirtualGraffiti.com">http://www.VirtualGraffiti.com</a><br />
&#8220;Your Technology and Network Solution Provider&#8221;</p>
<p>ParagonHost<br />
<a href="http://www.ParagonHost.com">http://www.ParagonHost.com</a><br />
&#8220;World Class Internet Servies&#8221;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=105&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/05/13/two-new-zero-day-adobe-reader-exploits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology Updates: 04/27/09</title>
		<link>http://teldata.wordpress.com/2009/04/27/technology-updates-042709/</link>
		<comments>http://teldata.wordpress.com/2009/04/27/technology-updates-042709/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:39:02 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Dave Safley]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=102</guid>
		<description><![CDATA[Safend, today announced a new release of Safend Encryptor, a hard-disk encryption solution that is a component of the Safend Data Protection Suite.
http://safend-security.blogspot.com/2009/04/safend-announces-safend-data-protection.html
 
VMware, Inc. today announced VMware vSphere™ 4
http://vmware-software.blogspot.com/2009/04/vmware-unveils-industrys-first.html
 
Check Point Software Technologies Ltd. today announced a new high-end Power-1 series of Power-1 11000 
http://checkpoint-security.blogspot.com/2009/04/check-point-introduces-new-high-end.html
 
WatchGuard Technologies today unveiled its new operating system for WatchGuard security appliances [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=102&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">Safend</span></strong><span style="font-family:&quot;font-size:10pt;">, today announced a new release of Safend Encryptor, a hard-disk encryption solution that is a component of the Safend Data Protection Suite.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://safend-security.blogspot.com/2009/04/safend-announces-safend-data-protection.html">http://safend-security.blogspot.com/2009/04/safend-announces-safend-data-protection.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">VMware</span></strong><span style="font-family:&quot;font-size:10pt;">, Inc. today announced VMware vSphere™ 4</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://vmware-software.blogspot.com/2009/04/vmware-unveils-industrys-first.html">http://vmware-software.blogspot.com/2009/04/vmware-unveils-industrys-first.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">Check Point</span></strong><span style="font-family:&quot;font-size:10pt;"> Software Technologies Ltd. today announced a new high-end Power-1 series of Power-1 11000 </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://checkpoint-security.blogspot.com/2009/04/check-point-introduces-new-high-end.html">http://checkpoint-security.blogspot.com/2009/04/check-point-introduces-new-high-end.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">WatchGuard</span></strong><span style="font-family:&quot;font-size:10pt;"> Technologies today unveiled its new operating system for WatchGuard security appliances – WatchGuard Fireware XTM</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://watchguard-guardsite.blogspot.com/2009/04/watchguard-sets-new-standard-for.html">http://watchguard-guardsite.blogspot.com/2009/04/watchguard-sets-new-standard-for.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">eEye</span></strong><span style="font-family:&quot;font-size:10pt;"> Digital Security today announced the general availability of Blink Server 4</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://eeye-security.blogspot.com/2009/04/new-eeye-blink-server-4-edition-to.html">http://eeye-security.blogspot.com/2009/04/new-eeye-blink-server-4-edition-to.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">ZyXEL</span></strong><span style="font-family:&quot;font-size:10pt;"> Communications Inc , today announced a high-end addition to its already powerful line of Unified Threat Management (UTM) products, the ZyWALL USG2000.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://zyxelguard.blogspot.com/2009/04/zyxel-introduces-high-end-unified.html">http://zyxelguard.blogspot.com/2009/04/zyxel-introduces-high-end-unified.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">FaceTime</span></strong><span style="font-family:&quot;font-size:10pt;"> Communications today introduced FaceTime Insight™,</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://facetime-security.blogspot.com/2009/04/facetime-introduces-powerful.html">http://facetime-security.blogspot.com/2009/04/facetime-introduces-powerful.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:&quot;font-size:10pt;">Marshal8e6</span></strong><span style="font-family:&quot;font-size:10pt;"> has today announced the acquisition of Avinti</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://8e6-security.blogspot.com/2009/04/rss-feed-of-news-from-marshal8e6.html">http://8e6-security.blogspot.com/2009/04/rss-feed-of-news-from-marshal8e6.html</a></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;">Virtual Graffiti, Inc</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://www.VirtualGraffiti.com">http://www.VirtualGraffiti.com</a> </span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;">ParagonHost</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:&quot;font-size:10pt;"><a href="http://www.ParagonHost.com">http://www.ParagonHost.com</a> </span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=102&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/04/27/technology-updates-042709/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>All the week&#8217;s news and views about Security, 04/16/09</title>
		<link>http://teldata.wordpress.com/2009/04/18/all-the-weeks-news-and-views-about-security-041609/</link>
		<comments>http://teldata.wordpress.com/2009/04/18/all-the-weeks-news-and-views-about-security-041609/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 00:11:26 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Dave Safley]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows Stuff]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=97</guid>
		<description><![CDATA[All the week&#8217;s news and views about Security, 04/16/09
Botnets: Reasons It&#8217;s Getting Harder to Find and Fight Them
http://www.networkworld.com/nlsecuritynewsal192072
 
The perpetual proliferation of botnets is hardly surprising when
one considers just how easy it is for the bad guys to hijack
computers without tipping off the users.Read full story
http://www.networkworld.com/nlsecuritynewsal192072
Senior Editor Ellen Messmer covers security for Network World.
E-mail Ellen mailto:emessmer@nww.com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=97&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>All the week&#8217;s news and views about Security, 04/16/09</p>
<p>Botnets: Reasons It&#8217;s Getting Harder to Find and Fight Them<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192072">http://www.networkworld.com/nlsecuritynewsal192072</a></p>
<p> </p>
<p>The perpetual proliferation of botnets is hardly surprising when<br />
one considers just how easy it is for the bad guys to hijack<br />
computers without tipping off the users.Read full story<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192072">http://www.networkworld.com/nlsecuritynewsal192072</a></p>
<p>Senior Editor Ellen Messmer covers security for Network World.<br />
E-mail Ellen <a href="mailto:emessmer@nww.com">mailto:emessmer@nww.com</a> .</p>
<p>_______________________________________________________________<br />
This newsletter is sponsored by Oracle<br />
The Cost of Securing your Database</p>
<p>Make the most of IT security and compliance dollars by ensuring<br />
your databases are secure. Get concrete tips and recommendations<br />
in this Live Webcast sponsored by Oracle, scheduled for<br />
Thursday, April 16, 2009 at 2:00 p.m. ET/11:00 a.m. PT. Learn<br />
how to cost-effectively safeguard sensitive and regulated<br />
information. Register for this Live Webcast now.<br />
<a href="http://adserver.fattail.com/redir/redirect.asp?CID=296041">http://adserver.fattail.com/redir/redirect.asp?CID=296041</a><br />
_______________________________________________________________<br />
Responsible for building a resilient data center Then don&#8217;t miss<br />
Network World&#8217;s one-day conference and expo devoted to best<br />
practices and new solutions. Hear top analysts. Meet key vendors.<br />
Coming to 10 cities in &#8216;09 including Boston in May and Atlanta in<br />
June. Register now to attend free: Visit<br />
<a href="http://www.nww.com/rpgx.jsp?c=XU1PTA1012Z4303">http://www.nww.com/rpgx.jsp?c=XU1PTA1012Z4303</a>.</p>
<p>_______________________________________________________________</p>
<p> </p>
<p>RELATED EDITORIAL LINKS</p>
<p>Stealthy rootkit slides further under the radar<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192073">http://www.networkworld.com/nlsecuritynewsal192073</a>  Thousands of<br />
Web sites have been rigged to deliver a powerful piece of<br />
malicious software that many security products may be unprepared<br />
to handle.</p>
<p>Oracle delivers major security patch update<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192074">http://www.networkworld.com/nlsecuritynewsal192074</a>  Oracle<br />
released 43 security fixes on Tuesday for a range of<br />
applications, including its flagship database, Oracle<br />
Application Server, E-Business Suite, PeopleSoft Enterprise and<br />
WebLogic Server.</p>
<p>UC security: When the shoe doesn&#8217;t fit &#8211; compress the foot<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192075">http://www.networkworld.com/nlsecuritynewsal192075</a>  If your<br />
security model is location-centric and depends on keeping things<br />
separate, how do you respond to a disruptive technology like<br />
unified communications? This is a pattern that keeps repeating<br />
in many different areas: the security paradigm looked good until<br />
a technology comes along, changes the assumptions and reveals<br />
the inadequacy of the model.</p>
<p>CDT: Privacy, transparency needed in cybersecurity policy<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192076">http://www.networkworld.com/nlsecuritynewsal192076</a>  U.S.<br />
President Barack Obama&#8217;s administration and Congress will have<br />
to address major civil liberties and transparency concerns as<br />
they create new policies to tackle ongoing cybersecurity<br />
vulnerabilties in the government and private industry, a digital<br />
rights group said.</p>
<p>Human ear could be next biometric system<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192077">http://www.networkworld.com/nlsecuritynewsal192077</a>  British<br />
scientists are investigating the viability of a new biometric<br />
technique that would make use of the human ear as a way for a<br />
third party to identify the person they are speaking to.</p>
<p>Deleted Data Drives New Data Breaches<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192078">http://www.networkworld.com/nlsecuritynewsal192078</a>  According to<br />
a new report on data breaches from Verizon Business, cyber<br />
criminals are no longer attacking where the credit card files<br />
are, but where they once were.</p>
<p>Encrypt more data with latest SecuriKey version<br />
<a href="http://www.networkworld.com/nlsecuritynewsal192079">http://www.networkworld.com/nlsecuritynewsal192079</a>  When last we<br />
heard from the folks at GT SecuriKey, the makers of the<br />
hardware-software combo for securing laptops had just come out<br />
with a bundle aimed at mobile Mac users who also ran Windows on<br />
their portables via Boot Camp. Now the cross-platform data<br />
security company is updating all of its Mac offerings, with<br />
enhanced data encryption features in the latest version of<br />
SecuriKey.</p>
<p>Top Trends: Patch Management<br />
<a href="http://www.networkworld.com/nlsecuritynewsal185732">http://www.networkworld.com/nlsecuritynewsal185732</a>  Find out how<br />
patch-management products work, and what they can do for you, in<br />
this Product Guide.</p>
<p>April giveaways <a href="http://www.networkworld.com/community/node/40434">http://www.networkworld.com/community/node/40434</a><br />
galore<br />
Cisco Subnet <a href="http://www.networkworld.com/subnets/cisco/">http://www.networkworld.com/subnets/cisco/</a><br />
andMicrosoft Subnet<br />
<a href="http://www.networkworld.com/subnets/microsoft/">http://www.networkworld.com/subnets/microsoft/</a>  are giving away<br />
training courses from Global Knowledge, valued at $2,995 and<br />
$3,495, and have copies of three hot books up for grabs:CCVP<br />
CIPT2 Quick Referenceby Anthony Sequeira,Microsoft Voice Unified<br />
Communicationsby Joe Schurman andMicrosoft Office 2007 On<br />
Demandby Steve Johnson.Deadline for entries<br />
<a href="http://www.networkworld.com/community/node/40434">http://www.networkworld.com/community/node/40434</a>  April 30.</p>
<p>Network World on Twitter  <a href="http://twitter.com/NetworkWorld">http://twitter.com/NetworkWorld</a>  Get<br />
our tweets and stay plugged in to networking news.<br />
TOP STORIES | MOST DUGG STORIES<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192080">http://www.networkworld.com/nlsecuritynewsal192080</a></p>
<p>1. NASA takes Ethernet deeper into space<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192081">http://www.networkworld.com/nlsecuritynewsal192081</a></p>
<p>2. EBay to spin off Skype by mid-2010<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192082">http://www.networkworld.com/nlsecuritynewsal192082</a></p>
<p>3. Microsoft&#8217;s Patch Tuesday filled with zero-day exploits<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192083">http://www.networkworld.com/nlsecuritynewsal192083</a></p>
<p>4. Fact-checking the fact-checkers: Snopes.com gets an &#8216;A&#8217;<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192084">http://www.networkworld.com/nlsecuritynewsal192084</a></p>
<p>5. Managing IP addresses with free tools<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192085">http://www.networkworld.com/nlsecuritynewsal192085</a></p>
<p>6. Exchange 2010: Sneak peek<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192086">http://www.networkworld.com/nlsecuritynewsal192086</a></p>
<p>7. Breakthrough enables Terabit Ethernet<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192087">http://www.networkworld.com/nlsecuritynewsal192087</a></p>
<p>8. 15 nifty BlackBerry apps for IT pros<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192088">http://www.networkworld.com/nlsecuritynewsal192088</a></p>
<p>9. Exchange 2010 beta leads kickoff of new Office lineup<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192089">http://www.networkworld.com/nlsecuritynewsal192089</a></p>
<p>10. Recession resistant: 10 technologies CIOs are still buying<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192090">http://www.networkworld.com/nlsecuritynewsal192090</a></p>
<p>       <a href="http://twitter.com/NetworkWorld">http://twitter.com/NetworkWorld</a></p>
<p>MOST-WATCHED VIDEO1. Students learn through robot battles<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal192091">http://www.networkworld.com/nlsecuritynewsal192091</a><br />
_______________________________________________________________<br />
This newsletter is sponsored by Oracle<br />
The Cost of Securing your Database</p>
<p>Make the most of IT security and compliance dollars by ensuring<br />
your databases are secure. Get concrete tips and recommendations<br />
in this Live Webcast sponsored by Oracle, scheduled for<br />
Thursday, April 16, 2009 at 2:00 p.m. ET/11:00 a.m. PT. Learn<br />
how to cost-effectively safeguard sensitive and regulated<br />
information. Register for this Live Webcast now.<br />
<a href="http://adserver.fattail.com/redir/redirect.asp?CID=296041">http://adserver.fattail.com/redir/redirect.asp?CID=296041</a><br />
_______________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=97&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/04/18/all-the-weeks-news-and-views-about-security-041609/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter Worm Attack Continues: Here&#8217;s How to Keep Safe</title>
		<link>http://teldata.wordpress.com/2009/04/15/twitter-worm-attack-continues-heres-how-to-keep-safe/</link>
		<comments>http://teldata.wordpress.com/2009/04/15/twitter-worm-attack-continues-heres-how-to-keep-safe/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:21:49 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=95</guid>
		<description><![CDATA[
All the week&#8217;s news and views about Security, 04/14/09
Twitter Worm Attack Continues: Here&#8217;s How to Keep Safe
http://www.networkworld.com/nlsecuritynewsal191582
The malicious worm affecting Twitter over the weekend has now
mutated and continues to invade the popular micro-blogging
network. Although Twitter is taking action against the problem,
security analysts fear that further mutations of the worm will
continue to wreak havoc on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=95&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div>
<div>All the week&#8217;s news and views about Security, 04/14/09</div>
<div>Twitter Worm Attack Continues: Here&#8217;s How to Keep Safe<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191582">http://www.networkworld.com/nlsecuritynewsal191582</a></div>
<div>The malicious worm affecting Twitter over the weekend has now<br />
mutated and continues to invade the popular micro-blogging<br />
network. Although Twitter is taking action against the problem,<br />
security analysts fear that further mutations of the worm will<br />
continue to wreak havoc on the network over the week.Read full<br />
story  <a href="http://www.networkworld.com/nlsecuritynewsal191582">http://www.networkworld.com/nlsecuritynewsal191582</a></div>
<div>Senior Editor Ellen Messmer covers security for Network World.<br />
E-mail Ellen <a href="mailto:emessmer@nww.com">mailto:emessmer@nww.com</a> .</div>
<div>_______________________________________________________________<br />
This newsletter is sponsored by HP<br />
Storage Virtualization Guide</div>
<div>Check out Network World&#8217;s IT Roadmap on Storage virtualization.<br />
Learn how to reduce the complexity of managing, backing up and<br />
archiving data. Learn the differences between the three main<br />
storage virtualization technologies which are in the data path,<br />
out-of band and split path. Find out which technology is best<br />
suited for your environment.<br />
<a href="http://adserver.fattail.com/redir/redirect.asp?CID=296189">http://adserver.fattail.com/redir/redirect.asp?CID=296189</a><br />
_______________________________________________________________</div>
<div>Network Management Solutions in your backyard. Answers are as close<br />
as the IT Roadmap event in your area. You can ask questions,<br />
compare quotes, and gain a year&#8217;s worth of direction in less than a<br />
day. Coming to 10 cities in &#8216;09 including Boston in May and Atlanta<br />
in June. Qualify to attend free at<br />
<a href="http://www.nww.com/rpgx.jsp?c=XU1PTB1012Z4303">http://www.nww.com/rpgx.jsp?c=XU1PTB1012Z4303</a>.</div>
<div>_______________________________________________________________</div>
<div>RELATED EDITORIAL LINKS</div>
<div>Twitter wrestles with fourth worm attack<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191583">http://www.networkworld.com/nlsecuritynewsal191583</a>  Another worm<br />
attack early Monday on Twitter kept the micro-blogging Web<br />
service chasing down infected accounts and deleting rogue<br />
tweets.</div>
<div>Weekend worms strike Twitter, teen admits responsibility<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191584">http://www.networkworld.com/nlsecuritynewsal191584</a>  Twitter was<br />
hit with at least three different worm attacks that started<br />
Saturday and continued into Sunday, the micro-blogging service<br />
acknowledged as it promised users it would review its coding<br />
practices.</div>
<div>1 in 5 Windows PCs still hackable by Conficker<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191585">http://www.networkworld.com/nlsecuritynewsal191585</a>  Although the<br />
media blitz about the Conficker worm prompted a significant<br />
number of enterprise users to finally fix a six-month-old<br />
Windows bug, about 1 in 5 business computers still lack the<br />
patch, a security company said Monday.</div>
<div>Botlab keeping an eye on spamming botnets<br />
<a href="http://www.networkworld.com/community/node/40855">http://www.networkworld.com/community/node/40855</a>  University of<br />
Washington researchers have developed a prototype system called<br />
Botlab that monitors botnets to gain insight into a major<br />
generator of spam.</div>
<div>Does Social Networking Require User Policy Changes?<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191586">http://www.networkworld.com/nlsecuritynewsal191586</a>  IT security<br />
administrators have had a fairly easy case to make against such<br />
social networking sites as Myspace in the past. Myspace in<br />
particular tends to be a place for the mostly personal, and some<br />
profiles are simply front companies for online mobsters and<br />
malware pushers.</div>
<div>PCI security rules may require reinforcements<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191587">http://www.networkworld.com/nlsecuritynewsal191587</a>  The PCI<br />
standard, long touted as one of the private sector&#8217;s strongest<br />
attempts to regulate itself on IT security, is increasingly<br />
being slammed by critics who claim that the rules aren&#8217;t doing<br />
enough to protect credit and debit card data.</div>
<div>Can the status quo threaten your LAN?<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191588">http://www.networkworld.com/nlsecuritynewsal191588</a>  In times of<br />
economic crisis people tend to seek the safety and security of<br />
the status quo. &#8220;Doing what you&#8217;ve always done, and what<br />
everyone else is doing, is the most prudent course,&#8221; goes the<br />
thinking.</div>
<div>Security Tops IT Budget Priorities<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191589">http://www.networkworld.com/nlsecuritynewsal191589</a>  Security is<br />
on the minds of American companies and many are still making<br />
room in their budgets to invest in IT security initiatives,<br />
according to a survey released Monday by Robert Half Technology.</div>
<div>Trend Micro dishes out security smorgasbord<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191590">http://www.networkworld.com/nlsecuritynewsal191590</a>  Trend Micro<br />
Monday dished out a smorgasbord of endpoint security products<br />
that put the focus on Trend&#8217;s cloud-based architecture and its<br />
partnership with systems-management vendor BigFix.</div>
<div>RSA upgrades data leak prevention suite<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191591">http://www.networkworld.com/nlsecuritynewsal191591</a>  EMC&#8217;s RSA<br />
division Monday announced an upgraded version of its data-leak<br />
prevention suite, adding over twenty policy templates for<br />
recognizing personal identifiable information in countries<br />
around the world, including Spain and New Zealand.</div>
<div>Podcast: Prepping for Tougher Health Data Rules<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191592">http://www.networkworld.com/nlsecuritynewsal191592</a>  As part of<br />
the recent stimulus bill, the HITECH Act will create standard<br />
electronic health records for every American by 2014, as well as<br />
introduce strict new rules for the protection of these health<br />
records. John Linkous from eIQnetworks discusses the components<br />
of the act and how IT can start preparing now for the new<br />
standards. (10:12)</div>
<div>User education key to IT security: Microsoft<br />
<a href="http://www.networkworld.com/nlsecuritynewsal191593">http://www.networkworld.com/nlsecuritynewsal191593</a>  With the<br />
release of its latest Security Intelligence Report, Microsoft is<br />
encouraging its partners and customers to become more security<br />
aware and educated, as new attack tactics are on the rise.</div>
<div>Top Trends: Patch Management<br />
<a href="http://www.networkworld.com/nlsecuritynewsal185732">http://www.networkworld.com/nlsecuritynewsal185732</a>  Find out how<br />
patch-management products work, and what they can do for you, in<br />
this Product Guide.</div>
<div>April giveaways <a href="http://www.networkworld.com/community/node/40434">http://www.networkworld.com/community/node/40434</a><br />
galore<br />
Cisco Subnet <a href="http://www.networkworld.com/subnets/cisco/">http://www.networkworld.com/subnets/cisco/</a><br />
andMicrosoft Subnet<br />
<a href="http://www.networkworld.com/subnets/microsoft/">http://www.networkworld.com/subnets/microsoft/</a>  are giving away<br />
training courses from Global Knowledge, valued at $2,995 and<br />
$3,495, and have copies of three hot books up for grabs:CCVP<br />
CIPT2 Quick Referenceby Anthony Sequeira,Microsoft Voice Unified<br />
Communicationsby Joe Schurman andMicrosoft Office 2007 On<br />
Demandby Steve Johnson.Deadline for entries<br />
<a href="http://www.networkworld.com/community/node/40434">http://www.networkworld.com/community/node/40434</a>  April 30.</div>
<div>Network World on Twitter  <a href="http://twitter.com/NetworkWorld">http://twitter.com/NetworkWorld</a>  Get<br />
our tweets and stay plugged in to networking news.</div>
<div>TOP STORIES | MOST DUGG STORIES<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191594">http://www.networkworld.com/nlsecuritynewsal191594</a></div>
<div>1. Conficker awakens, starts scamming<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191595">http://www.networkworld.com/nlsecuritynewsal191595</a></div>
<div>2. Microsoft eating up U.S. and global netbook markets<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191596">http://www.networkworld.com/nlsecuritynewsal191596</a></div>
<div>3. Bill would give Obama power to shut down Internet<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191597">http://www.networkworld.com/nlsecuritynewsal191597</a></div>
<div>4. Are you an IT geezer? (and we mean that in a good way)<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191598">http://www.networkworld.com/nlsecuritynewsal191598</a></div>
<div>5. A Twitter virus shows up: StalkDaily<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191599">http://www.networkworld.com/nlsecuritynewsal191599</a></div>
<div>6. The 10 worst Microsoft product names of all time<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191600">http://www.networkworld.com/nlsecuritynewsal191600</a></div>
<div>7. Netbook computers spark corporate interest<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191601">http://www.networkworld.com/nlsecuritynewsal191601</a></div>
<div>8. Conficker, the Internet&#8217;s No.1 threat, gets an update<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191602">http://www.networkworld.com/nlsecuritynewsal191602</a></div>
<div>9. The implications of Skype&#8217;s free software application for<br />
iPhone  <a href="http://www.networkworld.com/nlsecuritynewsal191603">http://www.networkworld.com/nlsecuritynewsal191603</a></div>
<div>10. Fear and loathing in Windows 7: Testing Branch Cache using<br />
Linux   <a href="http://www.networkworld.com/nlsecuritynewsal191604">http://www.networkworld.com/nlsecuritynewsal191604</a></div>
<div>       <a href="http://twitter.com/NetworkWorld">http://twitter.com/NetworkWorld</a></div>
<div>MOST-WATCHED VIDEO1. Students learn through robot battles<br />
       <a href="http://www.networkworld.com/nlsecuritynewsal191605">http://www.networkworld.com/nlsecuritynewsal191605</a></div>
<div>_______________________________________________________________<br />
This newsletter is sponsored by HP<br />
Storage Virtualization Guide</div>
<div>Check out Network World&#8217;s IT Roadmap on Storage virtualization.<br />
Learn how to reduce the complexity of managing, backing up and<br />
archiving data. Learn the differences between the three main<br />
storage virtualization technologies which are in the data path,<br />
out-of band and split path. Find out which technology is best<br />
suited for your environment.<br />
<a href="http://adserver.fattail.com/redir/redirect.asp?CID=296189">http://adserver.fattail.com/redir/redirect.asp?CID=296189</a><br />
_______________________________________________________________</div>
<div>ARCHIVE LINKS</div>
<div>Network Security Research Center<br />
<a href="http://www.networkworld.com/topics/security.html">http://www.networkworld.com/topics/security.html</a>  : For breaking<br />
security news, news analysis, blogs, newsletters, product tests,<br />
and more.</div>
<div>Security Strategies Newsletter<br />
<a href="http://www.networkworld.com/newsletters/sec/index.html">http://www.networkworld.com/newsletters/sec/index.html</a>  :<br />
Norwich University Associate Professor M. E. Kabay takes the<br />
long view of security issues and resources for ensuring your<br />
network, computer and facilities remain secure. View the archive<br />
and to sign up for the newsletter here<br />
<a href="http://www.networkworld.com/newsletters/sec/index.html">http://www.networkworld.com/newsletters/sec/index.html</a><br />
_______________________________________________________________</div>
<div>BONUS FEATURE</div>
<div>Accurately Troubleshoot your Apps. Optimize your application<br />
troubleshooting efforts with the best practices described in this<br />
whitepaper, &#8220;Application Troubleshooting Guide.&#8221; Eliminate finger<br />
pointing between departments. Find out how to isolate the source of<br />
application performance problems and what to look for when<br />
troubleshooting. Get all of the details today.<br />
<a href="http://www.nww.com/rpgx.jsp?c=XU1PTA1013Z4161">http://www.nww.com/rpgx.jsp?c=XU1PTA1013Z4161</a> Download this<br />
whitepaper now.</div>
<div>_______________________________________________________________</div>
<div>PRINT SUBSCRIPTIONS AVAILABLE</div>
<div>You&#8217;ve got the technology snapshot of your choice delivered to<br />
your inbox each day. Extend your knowledge with a print<br />
subscription to the Network World newsweekly, Apply today at<br />
<a href="http://www.subscribenw.com/nl2">http://www.subscribenw.com/nl2</a><br />
<a href="http://www.networkworld.com/nlsecuritynewsal166186">http://www.networkworld.com/nlsecuritynewsal166186</a></div>
<div>International subscribers, click here:<br />
<a href="http://www.subscribenw.com/dp30">http://www.subscribenw.com/dp30</a><br />
<a href="https://www.subscribenww.com/cgi-win/nww.cgi?paid&amp;p=ADP608NW">https://www.subscribenww.com/cgi-win/nww.cgi?paid&amp;p=ADP608NW</a><br />
_______________________________________________________________</div>
<div>ParagonHost</div>
<div><a href="http://www.ParagonHost.com">http://www.ParagonHost.com</a></div>
<div>The Spam Busters</div>
<div><a href="http://www.TheSpamBusters.com">http://www.TheSpamBusters.com</a></div>
<div>Virtual Graffiti</div>
<div><a href="http://www.VirtualGraffiti.com">http://www.VirtualGraffiti.com</a></div>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=95&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/04/15/twitter-worm-attack-continues-heres-how-to-keep-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology Update: 03-30-09</title>
		<link>http://teldata.wordpress.com/2009/03/30/technology-update-03-30-09/</link>
		<comments>http://teldata.wordpress.com/2009/03/30/technology-update-03-30-09/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:39:15 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=93</guid>
		<description><![CDATA[Kaspersky Lab announces the launch of Kaspersky Internet Security 2009 for Ultra-Portables. 
http://kasperskyav.blogspot.com/2009/03/kaspersky-lab-launches-comprehensive.html
 
Cymphonix announced Network Revealer
http://cymphonix.blogspot.com/2009/03/cymphonix-provides-free-tool-to-help-it.html
 
Cisco Announces Intent to Acquire Pure Digital Technologies, Makers of Flip Video 
http://linksys-works.blogspot.com/2009/03/cisco-announces-intent-to-acquire-pure.html
 
SonicWALL, Inc. , today announced the immediate availability of its new E-Class Email Security Appliance (ESA) ES8300
http://sonic-wall.blogspot.com/2009/03/innovative-email-security-protection.html
 
IT security and control firm Sophos is warning computer users to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=93&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><strong><span style="font-family:Arial,sans-serif;font-size:10pt;">Kaspersky</span></strong><span style="font-family:Arial,sans-serif;font-size:10pt;"> Lab announces the launch of Kaspersky Internet Security 2009 for Ultra-Portables. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://kasperskyav.blogspot.com/2009/03/kaspersky-lab-launches-comprehensive.html">http://kasperskyav.blogspot.com/2009/03/kaspersky-lab-launches-comprehensive.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:Arial,sans-serif;font-size:10pt;">Cymphonix</span></strong><span style="font-family:Arial,sans-serif;font-size:10pt;"> announced Network Revealer</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://cymphonix.blogspot.com/2009/03/cymphonix-provides-free-tool-to-help-it.html">http://cymphonix.blogspot.com/2009/03/cymphonix-provides-free-tool-to-help-it.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:Arial,sans-serif;font-size:10pt;">Cisco</span></strong><span style="font-family:Arial,sans-serif;font-size:10pt;"> Announces Intent to Acquire Pure Digital Technologies, Makers of Flip Video </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://linksys-works.blogspot.com/2009/03/cisco-announces-intent-to-acquire-pure.html">http://linksys-works.blogspot.com/2009/03/cisco-announces-intent-to-acquire-pure.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:Arial,sans-serif;font-size:10pt;">SonicWALL</span></strong><span style="font-family:Arial,sans-serif;font-size:10pt;">, Inc. , today announced the immediate availability of its new E-Class Email Security Appliance (ESA) ES8300</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://sonic-wall.blogspot.com/2009/03/innovative-email-security-protection.html">http://sonic-wall.blogspot.com/2009/03/innovative-email-security-protection.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;">IT security and control firm <strong>Sophos</strong> is warning computer users to be on their guard following the discovery of a new large scale malicious spam campaign posing as an email from courier firm DHL.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://sophos-enterprise.blogspot.com/2009/03/spammers-exploit-dhl-in-another.html">http://sophos-enterprise.blogspot.com/2009/03/spammers-exploit-dhl-in-another.html</a></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-family:Arial,sans-serif;font-size:10pt;">Astaro</span></strong><span style="font-family:Arial,sans-serif;font-size:10pt;"> today announced availability of version 2.0 of its Astaro Command Center.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Arial,sans-serif;font-size:10pt;"><a href="http://astaro-security.blogspot.com/2009/03/astaro-command-center-20-improves-vpn.html">http://astaro-security.blogspot.com/2009/03/astaro-command-center-20-improves-vpn.html</a></span></p>
<p>Virtual Graffiti, Inc<br />
&#8220;Your source for Technology and Network Solutions&#8221;<br />
<a href="http://www.virtualgraffiti.com/">http://www.virtualgraffiti.com</a></p>
<p>ParagonHost, LLC<br />
&#8220;Home of VIP Hosting&#8221;<br />
World Class Internet Solutions<br />
<a href="http://www.paragonhost.com/">http://www.ParagonHost.com</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=93&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/03/30/technology-update-03-30-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>
	</item>
		<item>
		<title>NaviSite Reports Second Quarter Fiscal Year 2009 Financial Results</title>
		<link>http://teldata.wordpress.com/2009/03/12/navisite-reports-second-quarter-fiscal-year-2009-financial-results/</link>
		<comments>http://teldata.wordpress.com/2009/03/12/navisite-reports-second-quarter-fiscal-year-2009-financial-results/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:51:25 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[NaviSite.com]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Stocks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=85</guid>
		<description><![CDATA[




BULLETIN
DOW INDUSTRIALS RECLAIM 7,000 MARK AS U.S. STOCKS REVERSE DAY&#8217;S DECLINES








PRESS RELEASE
NaviSite Reports Second Quarter Fiscal Year 2009 Financial Results
Total Revenue of $37.7 million and EBITDA $8.8 million



Last update: 4:05 p.m. EST March 5, 2009




ANDOVER, Mass., Mar 05, 2009 (BUSINESS WIRE) &#8212; NaviSite, Inc. (NAVI:
&#8211; Total revenue for the quarter ended on January 31, 2009 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=85&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="Content" class="Content pressRelease">
<div id="LatestNews_LatestNewsDiv" class="LatestNews_BulletinBody">
<table class="Bulletin" border="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td class="Title">BULLETIN</td>
<td class="Body"><a href="http://www.marketwatch.com/tools/quotes/detail.asp?view=detail&amp;symb=djia"><span style="color:#0000cc;">DOW INDUSTRIALS RECLAIM 7,000 MARK AS U.S. STOCKS REVERSE DAY&#8217;S DECLINES</span></a></td>
</tr>
</tbody>
</table>
</div>
<div id="story">
<div>
<div class="storyHeadlines">
<div>
<div id="StoryContent_TopPageNavigation_HeadlineType" class="StoryHeadlineType">PRESS RELEASE</div>
<div class="StoryHeadlineType">NaviSite Reports Second Quarter Fiscal Year 2009 Financial Results</div>
<h2 class="storytitle">Total Revenue of $37.7 million and EBITDA $8.8 million</h2>
</div>
</div>
<div id="StoryContent_TopPageNavigation_PageInformation" class="PageLinksTop">
<div id="StoryContent_TopPageNavigation_LastUpdated" class="StoryHeadlineDetails" style="color:#a3a3a3;">Last update: 4:05 p.m. EST March 5, 2009</div>
</div>
</div>
<div id="StoryContent_ContentRail">
<div class="StoryBottom">
<div class="p">ANDOVER, Mass., Mar 05, 2009 (BUSINESS WIRE) &#8212; NaviSite, Inc. <span class="LqQtGroup"><span class="quotedToolTip">(<a class="lk001" href="http://www.marketwatch.com/quotes//navi"><span style="color:#0000cc;">NAVI</span></a>:<span class="quotedToolTipBox"></span></span></span></p>
<div class="p">&#8211; Total revenue for the quarter ended on January 31, 2009 was $37.7 million, representing a year-over-year decrease of 3% and sequential decrease of 6% due to the continued and anticipated decrease in our professional services revenue in the quarter</div>
<div class="p">&#8211; Enterprise Hosting revenue which includes the recurring portion of Application Services revenue was $35.3 million for the second quarter representing a year-over-year increase of 6% and flat sequentially due to the negative effects of foreign exchange on revenues from our UK subsidiary of approximately $0.7 million for the second quarter compared to the first quarter of fiscal 2009</div>
<div class="p">&#8211; Income from operations for the second quarter was $1.6 million representing a 16% year-over-year increase and a sequential increase of 185%</div>
<div class="p">&#8211; EBITDA, excluding stock-based compensation, severance, costs related to discontinued operations, and other non-operational charges (&#8220;EBITDA&#8221;), for the second quarter was $8.8 million representing a year-over-year increase of 3% and a sequential increase of 2%</div>
<div class="p">&#8211; Net loss attributable to common stockholders for the second quarter was $3.3 million, or $0.09 per share as compared to a net loss attributable to common stockholders of $2.9 million and a loss per share of $0.08 in the previous year</div>
<div class="p">&#8211; Cash provided from operating activities for the second quarter of fiscal year 2009 was $2.5 million</div>
<div class="p">&#8220;Although total revenue was down sequentially from the first quarter, our core Enterprise Hosting revenue showed positive growth after taking into consideration the negative impact of the strengthening dollar against the British Pound and EBITDA increased from the prior quarter.&#8221; said Arthur Becker, Chief Executive Officer of NaviSite.</div>
<div class="p">Quarterly Business Highlights</div>
<div class="p">&#8211; Booked approximately $0.7 million of new monthly recurring hosting revenue (MRR) in the second quarter of fiscal year 2009, an increase from the $0.6 million booked in the first quarter of fiscal year 2009</div>
<div class="p">&#8211; Signed $18.9 million of total hosting contract value with an average contract term of 27 months during the second quarter for recurring applications services and enterprise hosting business compared to $12.6 million of hosting contract value bookings in the previous quarter</div>
<div class="p">&#8211; Signed professional services contracts with a total value of $0.8 million during the second quarter of fiscal year 2009 compared to $5.9 million in the second quarter of fiscal year 2008 and $3.0 million in the prior quarter</div>
<div class="p">&#8211; Customer churn, defined as the loss of a customer or a reduction in a customer&#8217;s monthly revenue run rate from our overall active customer pool, was 1.0% per month during the quarter compared to 1.4% in the prior quarter and 1.5% a year ago.</div>
<div class="p">Guidance:</div>
<div class="p">NaviSite will provide guidance for the third quarter of fiscal year 2009 on its earnings call.</div>
<div class="p">Conference Call Scheduled for March 5, 2009</div>
<div class="p">NaviSite, Inc. Chief Executive Officer, Arthur Becker, and Chief Financial Officer, Jim Pluntze will host a conference call on Thursday March 5, 2009 at 5:00 p.m. Eastern Time to discuss the Company&#8217;s results for its second quarter of fiscal year 2009.</div>
<div class="p">NaviSite&#8217;s conference call can be accessed by dialing 866.804.6928 (International: 857.350.1674) and entering passcode 62521877. Alternatively, participants can listen to a live webcast of the call available through NaviSite&#8217;s website at <a class="lk001" href="http://navisite.com/investors/events" target="_blank"><span style="color:#0000cc;">http://navisite.com/investors/events</span></a>. A replay of the call will be accessible following the conference call by dialing 888-286-8010 (International: 617-801-6888) and using passcode 56246027.</div>
<div class="p">EBITDA:</div>
<div class="p">EBITDA is not a recognized measure for financial statement presentation under United States generally accepted accounting principles (U.S. GAAP). The Company believes that the non-GAAP measure of EBITDA provides investors with a useful supplemental measure of the Company&#8217;s actual and expected operating and financial performance by excluding the impact of interest, taxes, depreciation and amortization. The Company also excludes impairment costs, stock-based compensation, severance, discontinued operations, and other non-operational charges from its non-GAAP measure, as such items may be considered to be of a non-operational nature. EBITDA does not have any standardized definition and therefore may not be comparable to similar measures presented by other reporting companies. Management uses EBITDA to assist in evaluating the Company&#8217;s actual and expected operating and financial performance. These non-GAAP results should not be evaluated in isolation of, or as a substitute for, the Company&#8217;s financial results prepared in accordance with U.S. GAAP. A table reconciling the Company&#8217;s net loss, as reported, to EBITDA is included in the condensed consolidated financial statements in this release. The Company believes that using EBITDA as a performance measure, together with net loss, will help investors better understand the Company&#8217;s underlying financial performance.</div>
<div class="p">About NaviSite</div>
<div class="p">NaviSite is a leading provider of enterprise hosting and application solutions. Customers depend on NaviSite for managed application services, application development, implementation and management on its web infrastructure platforms in 16 state-of-the-art data centers supported by more than 650 professionals. NaviSite provides customized and scalable solutions leveraging its broad range of application development capabilities, packaged software implementation expertise, deep portfolio of best in class technologies and a full suite of web-hosting and internet infrastructure options. For more information, please visit <a class="lk001" href="http://www.navisite.com/" target="_blank"><span style="color:#0000cc;">www.navisite.com</span></a>.</div>
<div class="p">This release contains forward looking statements, which address a variety of subjects including the expected future operating and financial results, including profitability, revenue growth and EBITDA, success and performance of NaviSite&#8217;s product and service offerings, and NaviSite&#8217;s strategic business plans for growing its customer base and increasing sales. All statements other than statements of historical fact, including without limitation those with respect to NaviSite&#8217;s goals, plans and strategies set forth herein, are forward-looking statements. The following important factors and uncertainties, among others, could cause actual results to differ materially from those described in these forward looking statements: general economic conditions and changes in economic conditions; NaviSite&#8217;s success, including its ability to improve its gross profit, improve its cash flows, expand its operations and revenue, and reach and sustain profitability, depends on its ability to execute on its business strategy and the continued and increased demand for and market acceptance of its products and services; the possibility that financial forecasts of the Company may not be achieved, including those as to expected EBITDA and revenue, or an inability to realize expected synergies or make expected future investments in NaviSite&#8217;s businesses or NaviSite may be unable to raise the necessary funds to meet its payment obligations to its lending group under its senior secured credit facility and other creditors; NaviSite&#8217;s management may face strain on managerial and operational resources as they try to oversee the expanded operations; NaviSite may not be able to expand its operations in accordance with its business strategy; NaviSite may experience difficulties integrating technologies, operations and personnel in accordance with its business strategy; NaviSite&#8217;s acquisition of companies and businesses may not produce expected cost savings, operational efficiencies or revenue; NaviSite&#8217;s products, technologies, and resources may not successfully operate with the technology, resources and/or applications of third parties; NaviSite derives a significant portion of its revenue from a small number of customers and the loss of any of those customers could significantly damage NaviSite&#8217;s financial condition and results of operations; and increased competition and technological changes in the markets in which NaviSite&#8217;s competes. For a detailed discussion of cautionary statements that may affect NaviSite&#8217;s future results of operations and financial results, please refer to NaviSite&#8217;s filings with the Securities and Exchange Commission, including NaviSite&#8217;s most recent Annual Report on Form 10-K and its Quarterly Reports on Form 10-Q. Forward-looking statements represent management&#8217;s current expectations and are inherently uncertain. We do not undertake any obligation to update forward-looking statements made by us. All logos, company and product names may be trademarks or registered trademarks of their respective owners.</div>
<pre>NaviSite Financial Tables
Net Loss to EBITDA Reconciliation
                                                                     For the Three Months Ended
                                                                     January 31, 2009   January 31, 2008
                                                                     ---------------------Unaudited---------------------
                                                                     ------------------(In thousands)------------------
Net loss, as reported                                                $       (2,491  )  $       (2,139  )
Depreciation                                                                 4,010              3,186
Interest income/expense, net                                                 3,738              2,947
Income taxes                                                                 499                500
Amortization                                                                 1,832              2,208
EBITDA                                                                       7,588              6,702
Stock based compensation                                                     768                1,271
Severance                                                                    114                113
Discontinued operations                                                      50                 237
Transaction fees, integration costs, settlements                             257                228
EBITDA (excludes impairment costs, stock based compensation,         $       8,777      $       8,551
severance, discontinued operations, loss on debt extinguishment and
transaction fees, integration costs and settlements)
                                                                     For the Six Months Ended
                                                                     January 31, 2009   January 31, 2008
                                                                     ---------------------Unaudited---------------------
                                                                     ------------------(In thousands)------------------
Net loss, as reported                                                $       (5,038  )  $       (6,509  )
Depreciation                                                                 8,047              5,855
Interest income/expense, net                                                 6,778              5,490
Income taxes                                                                 998                913
Amortization                                                                 3,670              3,926
EBITDA                                                                       14,455             9,675
Stock based compensation                                                     1,737              2,508
Severance                                                                    645                275
Discontinued operations                                                      67                 551
Loss on debt extinguishment                                                  -                  1,651
Transaction fees, integration costs, settlements                             485                790
EBITDA (excludes impairment costs, stock based compensation,         $       17,389     $       15,450
severance, discontinued operations, loss on debt extinguishment and
transaction fees, integration costs and settlements)

NaviSite Financial Tables
Condensed Consolidated Statements of Operations
                                                                       For the Three Months Ended                            For the Six Months Ended
                                                                       January 31, 2009   January 31, 2008                   January 31, 2009   January 31, 2008
                                                                       ---------------------Unaudited---------------------   ---------------------Unaudited---------------------
                                                                       (In thousands, except per share amounts)              (In thousands, except per share amounts)
Revenue                                                                $       37,548     $       38,831                     $       77,326     $       74,863
Revenue, related parties                                                       111                72                                 194                147
Total revenue                                                                  37,659             38,903                             77,520             75,010
Cost of revenue, excluding stock compensation, restructuring,                  19,650             21,098                             41,002             41,401
depreciation and amortization
Depreciation and amortization                                                  5,669              5,216                              11,372             9,403
Stock compensation                                                             312                636                                691                1,191
Restructuring charge                                                           (5      )          -                                  209                -
Cost of revenue                                                                25,626             26,950                             53,274             51,995
Gross profit                                                                   12,033             11,953                             24,246             23,015
Operating expenses:
Selling and marketing, excluding stock compensation and restructuring          4,687              4,936                              9,945              9,848
General and administrative, excluding stock compensation,                      5,262              4,983                              10,593             10,092
restructuring and transaction fees
Stock compensation                                                             456                635                                1,046              1,316
Restructuring charge                                                           (82     )          -                                  180
Transaction fees                                                               146                56                                 370                140
Total operating expenses                                                       10,469             10,610                             22,134             21,396
Income from operations                                                         1,564              1,343                              2,112              1,619
Other income (expense):
Interest income                                                                21                 63                                 25                 177
Interest expense                                                               (3,759  )          (3,010  )                          (6,803  )          (5,667  )
Loss on debt extinguishment                                                    -                  -                                  -                  (1,651  )
Other income (expense), net                                                    232                202                                693                477
Loss from continuing operations before income taxes and discontinued           (1,942  )          (1,402  )                          (3,973  )          (5,045  )
operations
Income taxes                                                                   (499    )          (500    )                          (998    )          (913    )
Loss from continuing operations before discontinued operations                 (2,441  )          (1,902  )                          (4,971  )          (5,958  )
Discontinued operations, net of income taxes                                   (50     )          (237    )                          (67     )          (551    )
Net loss                                                                       (2,491  )          (2,139  )                          (5,038  )          (6,509  )
Accretion of preferred stock dividends                                         (825    )          (736    )                          (1,627  )          (1,120  )
Net loss attributable to common stockholders                           $       (3,316  )  $       (2,875  )                  $       (6,665  )  $       (7,629  )
Basic and diluted net loss per common share:
Loss from continuing operations before discontinued operations         $       (0.09   )  $       (0.07   )                  $       (0.19   )  $       (0.20   )
available to common shareholders
Loss from discontinued operations, net of income taxes                         (0.00   )          (0.01   )                          (0.00   )          (0.02   )
Net loss attributable to common stockholders                           $       (0.09   )  $       (0.08   )                  $       (0.19   )  $       (0.22   )
Basic and diluted weighted average number of common shares                     35,457             34,927                             35,401             34,422
outstanding

NaviSite Financial Tables
Condensed Consolidated Balance Sheets
                                                                   January 31, 2009   July 31, 2008
ASSETS                                                             --------------------Unaudited--------------------
                                                                   -----------------(In thousands)-----------------
Current assets:
Cash and cash equivalents                                          $       2,958      $       3,261
Accounts receivable, less allowance for doubtful accounts of $918
and $897 at January 31, 2009 and July 31, 2008, respectively
                                                                           19,719             18,927
Unbilled accounts receivable                                               1,644              1,711
Prepaid expenses and other current assets                                  7,216              11,557
Total current assets                                                       31,537             35,456
Non-current assets                                                         132,733            140,257
Total assets                                                       $       164,270    $       175,713
LIABILITIES AND STOCKHOLDERS'
EQUITY (DEFICIT)
Current liabilities:
Notes payable, current portion                                     $       5,987      $       6,100
Capital lease obligations, current portion                                 3,348              3,166
Accounts payable                                                           5,173              7,033
Accrued expenses, deferred revenue, deferred other income and
customer deposits
                                                                           18,081             17,499
Total current liabilities                                                  32,589             33,798
Total non-current liabilities                                              127,676            133,158
Total liabilities                                                          160,265            166,956
Preferred stock                                                            29,156             27,529
Total stockholders' equity (deficit)                                       (25,151 )          (18,772 )
Total liabilities and stockholders' equity (deficit)               $       164,270    $       175,713

NaviSite Financial Tables
Condensed Consolidated Statements of Cash Flows
                                                     For the Three Months Ended
                                                     January 31, 2009   January 31, 2008
                                                     ---------------------Unaudited---------------------
                                                     ------------------(In thousands)------------------
Net cash provided by (used for) operating activities $       2,517      $       (1,191  )
Net cash used for investing activities                       (2,543  )          (2,930  )
Net cash provided by (used for) financing activities         (1,873  )          3,755
Net cash used for discontinued operations                    (21     )          (208    )
Effect of exchange rate changes on cash                      (142    )          -
Net increase (decrease) in cash                              (2,062  )          (574    )
Cash and cash equivalents, beginning of period               5,020              5,479
Cash and cash equivalents, end of period             $       2,958      $       4,905
                                                     For the Six Months Ended
                                                     January 31, 2009   January 31, 2008
                                                     ---------------------Unaudited---------------------
                                                     ------------------(In thousands)------------------
Net cash provided by (used for) operating activities $       12,054     $       (1,106  )
Net cash used for investing activities                       (6,280  )          (28,352 )
Net cash provided by (used for) financing activities         (5,727  )          23,156
Net cash used for discontinued operations                    (9      )          (494    )
Effect of exchange rate changes on cash                      (341    )          -
Net increase (decrease) in cash                              (303    )          (6,796  )
Cash and cash equivalents, beginning of period               3,261              11,701
Cash and cash equivalents, end of period             $       2,958      $       4,905</pre>
<div class="p">SOURCE: NaviSite, Inc.</div>
<pre>NaviSite, Inc.
Jim Pluntze, 978-946-8615
sbyers@navisite.com</pre>
</div>
<div class="t27 companyName"><span class="companyName"><span class="mwlivequotes unchanged realtime"><strong><span style="font-size:x-small;font-family:Verdana;">navisite inc com new</span></strong></span></span></div>
<div><a href="http://www.marketwatch.com/tools/quotes/news.asp?symb=NAVI"><span style="color:#0000cc;">News </span></a>, <a href="http://www.marketwatch.com/tools/quotes/intchart.asp?symb=NAVI"><span style="color:#0000cc;">chart </span></a>, <a href="http://www.marketwatch.com/tools/quotes/profile.asp?symb=NAVI"><span style="color:#0000cc;">profile </span></a>, <a href="http://www.marketwatch.com/quotes//navi"><span style="color:#0000cc;">more </span></a></div>
<div class="quoteData"><span class="marketicon"><span class="mwlivequotes up realtime"><strong><span style="font-size:small;color:#009900;"> </span></strong></span></span><span class="lastLabel"><span style="font-size:x-small;">Last: </span></span><strong><span class="price"><span class="mwlivequotes up realtime">0.34</span></span><span style="color:#009900;"><span style="margin-left:15px;"><span class="mwlivequotes up realtime">+0.03</span></span><span style="margin-left:15px;"><span class="mwlivequotes up realtime">+9.68%</span></span><br />
</span></strong><span class="liveQuotesDate"><span class="mwlivequotes up realtime">10:06am 03/12/2009</span></span><br />
<span style="font-size:.8em;"><span style="font-size:x-small;">Delayed quote data</span></span></div>
<div style="float:left;margin-right:5px;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /><a href="//www.marketwatch.com/portfolio/add.asp?symbs=NAVI&amp;dist=mktwstoryaddportfolio', 'mktw')"><span style="color:#0000cc;">Add to portfolio </span></a><br />
<span style="color:#0000cc;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /></span><a href="http://www.marketwatch.com/tools/quotes/snapshot.asp?symb=NAVI&amp;dist=mktwstoryanalyst"><span style="color:#0000cc;">Analyst </span></a><br />
<span style="color:#0000cc;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /></span><a href="http://www.marketwatch.com/tools/alerts/createalert.asp?selectedType=0&amp;alertsymbol=NAVI&amp;dist=mktwstoryalert"><span style="color:#0000cc;">Create alert </span></a></div>
<div><span style="color:#0000cc;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /></span><a href="http://www.marketwatch.com/tools/quotes/insiders.asp?symb=NAVI&amp;dist=mktwstoryinsider"><span style="color:#0000cc;">Insider </span></a><br />
<span style="color:#0000cc;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /></span><a href="http://www.marketwatch.com/discussions/msgIndex.asp?symb=NAVI&amp;dist=mktwstorydiscuss"><span style="color:#0000cc;">Discuss </span></a><br />
<span style="color:#0000cc;"><img class="bullet" src="http://i.mktw.net/images/bullet_black_5x5.gif" alt="" /></span><a href="http://www.marketwatch.com/tools/quotes/financials.asp?symb=NAVI&amp;dist=mktwstoryfinancials"><span style="color:#0000cc;">Financials </span></a></div>
</div>
<div style="padding-top:0;"><span class="lb07">Sponsored by:</span></div>
<p><img class="pixelTracking" border="0" alt="" width="1" height="1" /><span class="qted symbol"><a href="http://www.marketwatch.com/tools/quotes/quotes.asp?symb=NAVI"><span style="color:#0000cc;">NAVI</span></a></span><strong><span style="font-size:x-small;"><span style="font-family:Verdana;"><span class="marketicon"><span class="mwlivequotes up realtime"><span style="color:#009900;"> </span></span></span><span class="price" style="padding-left:3px;"><span class="mwlivequotes up realtime">0.34</span></span></span></span></strong>, <span class="mwlivequotes up realtime"><strong><span style="font-size:x-small;color:#009900;font-family:Verdana;">+0.03</span></strong></span>, <span class="mwlivequotes up realtime"><strong><span style="font-size:x-small;color:#009900;font-family:Verdana;">+9.7%</span></strong></span>) , a leading provider of enterprise hosting solutions and application services, today reported financial results for the second quarter of fiscal year 2009 which ended on January 31, 2009.</div>
<p><!-- StoryTop, clearall, StoryBottom --><!-- THERE MUST NOT BE ANY CONTENT BETWEEN END OF StoryBottom DIV AND START OF MidRail DIV!!!!! --></div>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=85&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/03/12/navisite-reports-second-quarter-fiscal-year-2009-financial-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />

		<media:content url="http://i.mktw.net/images/bullet_black_5x5.gif" medium="image" />
	</item>
		<item>
		<title>What is GRID Hosting Technology?</title>
		<link>http://teldata.wordpress.com/2009/03/09/what-is-grid-hosting-technology/</link>
		<comments>http://teldata.wordpress.com/2009/03/09/what-is-grid-hosting-technology/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:55:56 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Security Focus]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=81</guid>
		<description><![CDATA[http://www.ParagonHost.com
Part of our infrastruture that powers ParagonHost and TheSpamBusters use&#8217;s Grid Technology from Media Temple. Here is a bit of &#8220;Tech&#8221; info on the Methodology of this Technology.
Anatomy of Storage on the GRID
March 6th, 2009 at 6:06 pm 


A road to better transparency
Customers may remember that early generations of the GRID required significant changes to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=81&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2><a href="http://www.ParagonHost.com">http://www.ParagonHost.com</a></h2>
<div><em><strong>Part of our infrastruture that powers ParagonHost and TheSpamBusters use&#8217;s Grid Technology from Media Temple. Here is a bit of &#8220;Tech&#8221; info on the Methodology of this Technology.</strong></em></div>
<h2><a title="Permanent Link to Anatomy of Storage on the GRID" rel="bookmark" href="http://weblog.mediatemple.net/weblog/2009/03/06/anatomy-of-storage-on-the-grid/">Anatomy of Storage on the GRID</a></h2>
<p><span style="font-size:x-small;">March 6th, 2009 at 6:06 pm <!-- by demian --></span></p>
<div class="entry">
<p><span style="font-size:x-small;"><img src="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/02/gs-update.jpg" alt="gs-update.jpg" /></span></p>
<p><strong>A road to better transparency</strong></p>
<p>Customers may remember that early generations of the GRID required significant changes to the way MySQL operated. The initial uptime on this service segment was not very good. Ultimately we solved the database problems and our discoveries led to the development of some highly unique auto-scaling technology. The series of events led us to become more transparent and write the article “<a id="s4w0" title="Anatomy of MySQL" href="http://blog.mediatemple.net/weblog/2007/01/19/anatomy-of-mysql-on-the-grid/">Anatomy of MySQL</a>,” which helped our customers understand our systems much better. We also made a full commitment to our <a id="m3.e" title="Incident Status System" href="http://status.mediatemple.net/">Incident Status System</a>, which has now tracked over 200 public-facing incidents.</p>
<p>We have been successful at improving transparency, but our customers are asking for more information. We intend to provide it. While our incidents have delivered a better level of accountability, they have fallen short in satisfying the deeper concerns our customers have regarding the ongoing storage problems.</p>
<p>Our oldest customers (the ones who tend to be early adopters and our most loyal) have been the group most seriously affected by the storage issues of our 1st-generation architecture. This doesn’t make us happy. Our original transition agenda has not worked out as planned and there have been many factors delaying us from migrating these customers to technology that is reliable.</p>
<p>We’d like to help you understand what’s going on now.</p>
<h2 style="font-weight:bold;font-size:20px;padding-bottom:10px;color:#000;padding-top:10px;">1st Generation vs. 2nd Generation</h2>
<p><img src="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/2gens.jpg" alt="2gens.jpg" /></p>
<p>(mt) caters to intense customers so our storage systems need as much performance as possible. For the original GRID storage architecture we selected <a id="ieeg" title="BlueArc" href="http://www.bluearc.com/">BlueArc’s</a> Titan hardware, which continues to power our 1st-generation Clusters 1 and 2. Beginning with Clusters 3, 4, and 5 (mt) chose <a id="gqca" title="Sun" href="http://sun.com/">Sun</a> Thumper and Thor equipment.</p>
<h3 style="font-weight:bold;padding-bottom:5px;">1st-Generation Architecture</h3>
<p><span style="font-weight:normal;">(where last weekend’s <a title="incident" href="http://weblog.mediatemple.net/weblog/2009/03/02/incident-resolved-service-credits-being-issued/">incident</a> occurred)</span></p>
<p><img src="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/1stgen.jpg" alt="1stgen.jpg" /></p>
<p>At the time, BlueArc Titan was the fastest storage technology available. Our research indicated that the system was extremely <a id="mecv" title="redundant" href="http://en.wikipedia.org/wiki/Redundancy_%28engineering%29">redundant</a> internally — every cable, controller, disk, and front-end head was cloned. However, even with all of the <a id="yho6" title="failover" href="http://en.wikipedia.org/wiki/Failover">failover</a> protection we still had numerous issues with instability and crashes in <a id="uqyj" title="firmware" href="http://en.wikipedia.org/wiki/Firmware">firmware</a>. Because every component is redundant, we assumed the system was protected from failures — however, there are 3 major reasons why, in our opinion, downtime still occurs.</p>
<ol>
<li><strong>Unreliable Failover</strong><br />
In the case of a crash, our experience was that failover took an exceptionally long time (5-10 minutes.) Some of the crashes, such as the one last weekend, exhibited extra issues. Our assessment is that the bug that caused the first HEAD to crash (in this case, a corrupted filesystem) would cause the second HEAD to crash as well, essentially bringing the redundant system fully offline. This is not cheap equipment — we expected it to work.</li>
<li><strong>Lack of OS Independence<br />
</strong>Originally we created a massive storage pool to serve both the cluster node<a title="http://en.wikipedia.org/wiki/Operating_system" href="http://en.wikipedia.org/wiki/Operating_system"> operating system</a> as well as User Data. Our design trusted this safe coupling because of the internal redundancies inherent in the BlueArc Titan. This also served an efficiency goal by reducing each cluster’s power footprint. In the end, when there were storage problems, every public-facing server had a high crash probability. Engineers would have to address both storage issues along with cluster node recovery. This design was a mistake on (mt)’s part and the practice has been replaced with a much better method.</li>
<li><strong>Complicated Upgrades &amp; Maintenance<br />
</strong>The firmware version in our BlueArc Titan makes upgrades take an extremely long time and require full-cluster downtime. This has led to maintenance windows far longer than we (or you) want for your services.</li>
</ol>
<p>BlueArc Titan is an extremely robust system and it is fantastic at many things. The company’s engineering and support infrastructure is top-notch. However, we have had too many core issues and have consequently been forced to rethink our storage architecture completely. BlueArc is a tremendous company with a top-tier product, but, in our opinion, it is not the proper solution for our needs.</p>
<h3 style="font-weight:bold;padding-bottom:5px;">2nd Generation Architecture</h3>
<p><img src="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/2ndgen.jpg" alt="2ndgen.jpg" /></p>
<p>Our new generation Clusters 3, 4 and 5 use a combination of a new storage design, along with more extensible storage technology powered by Sun Microsystems. Still fully hardware redundant on all levels, the combination of new design and the more flexible Sun equipment allows our new architecture to be more reliable. This architecture is currently in the process of being rolled out transparently to Cluster 1 and Cluster 2.</p>
<ul>
<li><strong>Decoupled OS &amp; Storage Segment Isolation<br />
</strong>If one part of the storage network has a problem, such as a runaway user <a title="process" href="http://en.wikipedia.org/wiki/Unix_process">process</a> causing high disk I/O, it is isolated from being able to affect customers on other segments. Also, the root OS remains totally isolated so there is no degradation to cluster node performance. This, combined with a smaller number of customers per storage segment, leads to a far more reliable system. The possibility of a problem with one segment (such as we had this weekend) has much less of a chance to cause global problems.</li>
<li><strong>Better Caching<br />
</strong>People look at your site a lot more often than you change it, so we can actually <a id="pfis" title="cache" href="http://en.wikipedia.org/wiki/Cache_%28computing%29">cache</a> quite a bit of your content for you in in the Storage Segments. <a id="rcrr" title="Spinning mechanical disks" href="http://en.wikipedia.org/wiki/Disk_drives">Spinning mechanical disks</a> are slow. We have increased our levels of cache more than 20x across the storage network. Our customers have already seen notable performance and stability gains because of this.</li>
<li><strong>Granular Diagnostics<br />
</strong>Using <a id="bx:b" title="DTrace" href="http://en.wikipedia.org/wiki/Dtrace">DTrace</a>, a very powerful diagnostic tool in <a id="a2a-" title="Solaris" href="http://en.wikipedia.org/wiki/Solaris_%28operating_system%29">Solaris</a> 10, we are able to conduct highly sophisticated real-time monitoring to catch incorrectly coded scripts or other unintentional issues that put excessive load on a given storage segment. This level of insight is not available in closed platforms, where real-time diagnostic tools tend to be limited to the vendor’s engineers.</li>
<li><strong>Quicker Backup Recovery<br />
</strong>In the event of a serious filesystem failure, under the old architecture recovery from backup was possible but took a significant amount of time (even with fast disks and <a id="fhs7" title="gigabit" href="http://en.wikipedia.org/wiki/10_gigabit_ethernet">10 gigabit</a> networking, copying 15 <a id="yh54" title="terabytes" href="http://en.wikipedia.org/wiki/Terabyte">terabytes</a> of data from one disk system to another takes hours). In the new architecture, backup servers have the same performance capabilities as their data source and they are larger in size. Even in the unlikely case that we need to revert to a backup, engineers can perform the task in minutes. </li>
</ul>
<h2 style="font-weight:bold;font-size:20px;padding-bottom:10px;color:#000;padding-top:10px;">Moving OLD customers to NEW technology</h2>
<p>With all that being said, why are some of our customers still on the original architecture? It seems like they should have access to improved systems first right?</p>
<p> </p>
<p>We needed to prove that our new designs were significantly better than the original designs. Even after receiving great results from our labs simulation, we elected to honor the lessons of the past. We have learned time and time again that real-world results always teach us things that are impossible to find in simulation.  To this end we launched Cluster 3 and began rigorous observation. Second, the original Sun hardware platform also displayed some hardware-related glitches once it reached production. This delayed implementation until we were sure that its successor, to which we have upgraded, had eliminated these issues.</p>
<p>So how are we proceeding with getting the remainder of Cluster 1 and Cluster 2 to this new, proven design?</p>
<p><strong>Two major ways. </strong></p>
<h3 style="font-weight:bold;padding-bottom:5px;">Upgrading Cluster 1 and Cluster 2</h3>
<p>First, we are well underway with the in-place upgrade. The most time consuming part of this process is migrating the vast amounts of data from one system to another, while keeping the transfer rates and load gentle enough not to cause any performance issues to everyday operation. At time of writing, 37% of Cluster 1 customers, and 44% of Cluster 2 customers have already been migrated.</p>
<p>About a month ago, we dramatically accelerated this process and have purchased 100% of the hardware needed to complete the project. We anticipate that the entire process should be completed by 06/2009. Most customers will be on the new architecture much sooner than that.</p>
<h3 style="font-weight:bold;padding-bottom:5px;">Next 30 days, Cluster-to-Cluster migration tools.</h3>
<p>We have committed significant developer and administrator manpower to the development of Cluster-to-Cluster migration tools. Currently, it is possible to migrate yourself to a new cluster, utilizing the technique described in our <a id="uie1" title="Knowledge Base" href="http://kb.mediatemple.net/questions/1556/Migrating+your+websites+to+the+(gs)+Grid-Service">Knowledge Base</a> . This method is complex and not highly recommended. The first version of the migrator tool will eliminate a lot of the manual steps.</p>
<h3 style="font-weight:bold;padding-bottom:5px;">We have good technology today. But, there is more to come.</h3>
<p>Our 2009 storage road map is exciting. As our new architecture continues to prove itself, we are not stopping development of new technologies.</p>
<ul>
<li><strong>Storage segment fencing </strong>In our 2nd-generation system, storage segments are more individually isolated and overall less likely to cause system-wide disruptions. Additionally we are in the late development phase of special “<a id="lxi5" title="fencing" href="http://en.wikipedia.org/wiki/Fencing_%28computing%29">fencing</a> ” software which adds an additional layer of protection when storage malfunctions. This software keeps the cluster healthy and functional even during extreme cases of disk turbulence.</li>
<li><strong>Storage-Eye View</strong> Using the powerful insight given to us by DTrace, we are developing automators that actually solve storage issues without human intervention. These self-healing tools are also being leveraged to provide customers with new reports and details concerning the behavior of their applications. Awesome.</li>
<li><strong>SSD</strong> Sun is pioneering the integration of SSD (<a id="vva8" title="Solid State Disk" href="http://en.wikipedia.org/wiki/Solid-state_drive">Solid State Disk</a> ) technology in a very interesting way with their Hybrid Storage Pool products. We are currently experimenting with this technology in our labs. The results are looking fantastic.</li>
</ul>
<h2 style="font-weight:bold;font-size:20px;padding-bottom:10px;color:#000;padding-top:10px;">A final note about redundancy</h2>
<p>We would like to communicate the exact current <a id="nt-x" title="high-availability" href="http://en.wikipedia.org/wiki/High-availability">high-availability</a> (HA) status of clusters with in our GRID:</p>
<h3 style="font-weight:bold;padding-bottom:5px;">Currently HA:</h3>
<ul>
<li>Every drive. We have 100% RAID through the system.</li>
<li>Every server.</li>
<li>For storage segments and all other critical servers we have full internal redundancy (power supplies, fans, etc.)</li>
<li>Load balancer, networking, and hardware.</li>
</ul>
<h3 style="font-weight:bold;padding-bottom:5px;">Currently Not HA:</h3>
<ul>
<li>Intra-cluster networking equipment, including cables. We have hot spares that can be activated within 5-20 minutes, but it’s not HA. We are considering changing this in our (cs) product but we are still debating the uptime advantages.</li>
<li>Storage segments. We can fail over to the backup if needed, and we can typically recover from any other non-catastrophic issue within 3-5 minutes.</li>
<li>Individual MySQL servers and Containers.</li>
</ul>
<h2 style="font-weight:bold;font-size:20px;padding-bottom:10px;color:#000;padding-top:10px;">Summary</h2>
<p>We understand downtime may represent a once in a lifetime, non-retrievable instance, so we are committed to producing more stable, flexible and powerful hosting.</p>
<p>(mt) Media Temple has committed to communicating with our customers more effectively as well. Given our recent stumble we clearly need to improve our communication systems. Soon we will further integrate our information flows with rapid-broadcast systems like Twitter and VoIP. We’re going to keep looking for ways to get you information quickly.</p>
<p>(mt) Media Temple aims to be a proactive and agile company working to address the varied needs of our clients. This is a serious promise.</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=81&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/03/09/what-is-grid-hosting-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4b73f0203a2f2cd51151a6c8b67aeb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragonhost</media:title>
		</media:content>

		<media:content url="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/02/gs-update.jpg" medium="image">
			<media:title type="html">gs-update.jpg</media:title>
		</media:content>

		<media:content url="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/2gens.jpg" medium="image">
			<media:title type="html">2gens.jpg</media:title>
		</media:content>

		<media:content url="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/1stgen.jpg" medium="image">
			<media:title type="html">1stgen.jpg</media:title>
		</media:content>

		<media:content url="http://weblog.mediatemple.net/weblog/wp-content/uploads/2009/03/2ndgen.jpg" medium="image">
			<media:title type="html">2ndgen.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>