<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Teldata.Wordpress.com &#124; ParagonHost.com</title>
	<atom:link href="http://teldata.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://teldata.wordpress.com</link>
	<description>Powered by: ParagonHost.com - ScanDefense.com</description>
	<lastBuildDate>Wed, 28 Oct 2009 23:33:55 +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</title>
		<link>http://teldata.wordpress.com</link>
	</image>
			<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>Slash notation for subnet masks quick reference</title>
		<link>http://teldata.wordpress.com/2009/10/11/slash-notation-for-subnet-masks-quick-reference/</link>
		<comments>http://teldata.wordpress.com/2009/10/11/slash-notation-for-subnet-masks-quick-reference/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 22:37:46 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=130</guid>
		<description><![CDATA[One thing I can never remember quickly is slash notation, it is not difficult but I just can’t seem to remember it quickly!  So here is a quick reference guide.  In slash notation, a single number indicates how many bits of the IP address identify the network the host is on. A netmask of 255.255.255.0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=130&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1 style="font-size:2.15em;font-weight:bold;margin:0;padding:0;"><span style="font-weight:normal;font-size:13px;">One thing I can never remember quickly is slash notation, it is not difficult but I just can’t seem to remember it quickly!  So here is a quick reference guide.  In slash notation, a single number indicates how many bits of the IP address identify the network the host is on. A netmask of 255.255.255.0 has a netmask of 8 + 8 + 8 = 24.</span></h1>
<p style="display:block;margin:1em 0;padding:0;">For example, writing 192.168.42.23/24 is the same as specifying an IP address of 192.168.42.23 with a corresponding netmask of 255.255.255.0. Often you have to enter the netmask as slash notation, an easy task with the usual 255.255.255.0. However if your network doesn’t have 255 hosts, for example only 8 hosts, then the netmask will be 255.255.255.248.</p>
<p style="display:block;margin:1em 0;padding:0;">The following table lists the variable length subnets from 1 to 32, the CIDR [3] representation form (/xx) and the Decmial equivalents. (M = Million, K=Thousand, A,B,C= traditional class values)</p>
<p>Conversion table here:</p>
<p><a href="http://www.mattwaddell.com/2008/08/26/slash-notation-for-subnet-masks-quick-reference/">http://www.mattwaddell.com/2008/08/26/slash-notation-for-subnet-masks-quick-reference/</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=130&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/10/11/slash-notation-for-subnet-masks-quick-reference/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>Caution about FortiClient free Download</title>
		<link>http://teldata.wordpress.com/2009/10/02/caution-about-forticlient-free-download/</link>
		<comments>http://teldata.wordpress.com/2009/10/02/caution-about-forticlient-free-download/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 13:21:48 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=123</guid>
		<description><![CDATA[Before you grab  and install the FortiNet Client (FortiClient) Free Download client&#8230;
Check this link &#8211; Interesting Read
Review on FortiClient Endpoint Security Suite Standard Edition, the FREE Antivirus by Fortinet
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=123&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Before you grab  and install the FortiNet Client (FortiClient) Free Download client&#8230;</p>
<p>Check this link &#8211; Interesting Read</p>
<p><a href="http://www.raymond.cc/blog/archives/2009/09/03/review-on-forticlient-endpoint-security-suite-standard-edition-the-free-antivirus-by-fortinet/">Review on FortiClient Endpoint Security Suite Standard Edition, the FREE Antivirus by Fortinet</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=123&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/10/02/caution-about-forticlient-free-download/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>SIP Trunking Provider &#8211; CudaTel TrixBox Asterisk !</title>
		<link>http://teldata.wordpress.com/2009/09/25/sip-trunking-provider-cudatel-trixbox-asterisk/</link>
		<comments>http://teldata.wordpress.com/2009/09/25/sip-trunking-provider-cudatel-trixbox-asterisk/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 23:48:21 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=121</guid>
		<description><![CDATA[ TalkinIP enables you to make calls at the absolute lowest rates. You can  								use 								software on your computer or a 								SIP enabled device (Asterisk, Trixbox, SIP Gateways, IAD, IP PBX) to place calls using  								the internet. 

 TalkinIP provides you outbound  								calling to any destination within the  								continental USA for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=121&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;"> TalkinIP enables you to make calls at the absolute lowest rates. You can  								use 								<span style="text-decoration:underline;"><a href="http://www.talkinip.net/enduser/devices.html">software</a></span> on your computer or a 								<a href="http://www.talkinip.net/enduser/devices.html"><span style="text-decoration:underline;">SIP enabled device</span></a><span style="text-decoration:underline;"> </span>(Asterisk, Trixbox, SIP Gateways, IAD, IP PBX) to place calls using  								the internet. </span></p>
<p style="margin-top:0;margin-bottom:0;" align="left">
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;"> TalkinIP provides you outbound  								calling to any destination within the  								continental USA for only 1.5 cents per minute  											and Canada for only 2.3 cents per  											minute.  Get  								started for as little as $15 prepaid credit.   								Your credit will never expire, so you can make  								calls next week or next year. </span></p>
<p style="margin-top:0;margin-bottom:0;" align="left">
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;"><strong>So  								what&#8217;s the catch?</strong> There are none. No tricks  								and no commitments. You enjoy low cost calling  								at the industries lowest rates.</span></p>
<p style="margin-top:0;margin-bottom:0;" align="left">
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;"><strong>Are  								you a business?</strong> You can use TalkinIP for SIP  								Trunking (termination) to place calls worldwide  								from any SIP based IP PBX or gateway. For  								Inbound SIP services, including unlmited inbound  								calling, and SIP delivered DIDs from locations  								worldwide checkout 								<a href="http://www.ipcomms.net/">www.ipcomms.net</a>.</p>
<p><strong>Highlights</strong><br />
• Account balance never expires</span></p>
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;">• No  								setup or cancellation fees</span></p>
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;">• No  								activation fees or hidden charges</span></p>
<p style="margin-top:0;margin-bottom:0;" align="left"><span style="font-family:Arial;font-size:x-small;">•  								Recharge your account 24/7 online<br />
• Track your usage and manage your account  								online.</span></p>
<p style="margin-top:0;margin-bottom:0;" align="left">
<p style="margin-top:0;margin-bottom:0;" align="left">http://www.talkinip.net/enduser/talkinfo.html</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=121&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/09/25/sip-trunking-provider-cudatel-trixbox-asterisk/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>TrixBox.com and HUD Videos</title>
		<link>http://teldata.wordpress.com/2009/09/24/trixbox-com-and-hud-videos/</link>
		<comments>http://teldata.wordpress.com/2009/09/24/trixbox-com-and-hud-videos/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 21:02:00 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=118</guid>
		<description><![CDATA[The name of the product is trixbox PRO and you can see it’s general details at its website here: www.trixbox.com.  Trixbox PRO is an advanced IP PBX solution focused on the SME market although it’s also perfectly happy addressing Enterprise clients. The Fonality trixbox Pro IP PBX is a Hybrid Hosted™
architecture, which allows for Anywhere [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=118&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The name of the product is trixbox PRO and you can see it’s general details at its website here: <a href="http://www.trixbox.com/">www.trixbox.com</a>.  Trixbox PRO is an advanced IP PBX solution focused on the SME market although it’s also perfectly happy addressing Enterprise clients. The Fonality trixbox Pro IP PBX is a Hybrid Hosted™</p>
<p>architecture, which allows for Anywhere Management™, and creates the reliability and quality of a premise-based system with the convenience and cost benefits of a hosted system.</p>
<p> </p>
<p>Trixbox PRO is comprised of two key integral parts which makes it a unique offering in the market:</p>
<p> </p>
<ol>
<li>The Control Panel which can be accessed via any web enabled interface and provides the ability to manage, configure and do any necessary changes to the system in minutes from anywhere.  This is where you can manage company extensions, call routing, auto attendants, phone numbers and much more.  Here is where you can also have Access to real time monitoring of analog lines, T-1/E-1 interfaces and unlimited SIP Providers.</li>
</ol>
<p> </p>
<ol>
<li>HUD (Heads Up Display) is an award-winning employee presence and communication management application that comes free with all versions of trixbox. HUD empowers its users with company-wide visibility and information on the &#8220;presence&#8221; of every colleague, making it easy to interact with one another via a single, simple interface.</li>
</ol>
<p> </p>
<p>You can view the different versions and features of trixbox PRO (Standard, Enterprise &amp; Call Center) by clicking here and the different versions and features of HUD by clicking here.  Finally you can see the latest video demos of HUD that clearly outline its siginifcant impact on productivity and value for any enterprise using it on a daily basis:</p>
<p> </p>
<p><strong>HUD Demo Videos</strong></p>
<p> </p>
<ul>
<li><a href="http://www.youtube.com/watch?v=9kPaWdQNIyU">HUD for Attendants</a></li>
<li><a href="http://www.youtube.com/watch?v=vso_P_KbqV0">HUD for Employees</a></li>
<li><a href="http://www.youtube.com/watch?v=TBV8lShwWt0">HUD for Remote Workers</a></li>
<li><a href="http://www.youtube.com/watch?v=yxUOcxCv1HE">HUD for Call Centers</a></li>
<li><a href="http://www.youtube.com/watch?v=FVt0COn5yYA">HUD for Executives</a></li>
</ul>
<p> </p>
<p>As a quick reference, the company behind trixbox PRO is Fonality. Fonality has been in the market for many years and has over 250 employees.  It’s solid and backed by large investors such as INTEL.  They have won numerous awards for their technology and are DELL’s key partner for IP PBX solutions.   I am attaching a general brochure on trixbox for your reference as well.</p>
<p> </p>
<p>Servers and Implementation:</p>
<p> </p>
<p>Regarding the implementation, as you may already know trixbox PRO can be easily downloaded (software only) and installed on any of many <a href="http://trixbox.com/products/certified-hardware/servers-and-cards">certified servers from Dell and HP</a>.  Alternatively we can integrate the software into an integrated trixbox PRO appliance (brochure attached) depending on your customers needs.  </p>
<p> </p>
<p>IP Phones &amp; Telephony Cards:</p>
<p> </p>
<p>Trixbox Pro Works easily with almost any SIP based IP Phone.  Most of our clients use IP phones from Polycom but some also use phones from other providers like Grandstream, Astra, Linksys and SNOM.  We are authorized resellers for all of those and can offer a fully integrated solution with 12 month advance replacement warranty on all IP phones.  On the telephony cards, we recommend and have certified the SANGOMA brand and can integrate analog and digital cards easily depending on your client’s requirements.</p>
<p> </p>
<p>For your reference attached I am sending you the following:</p>
<p> </p>
<p>a)      Price list for trixbox PRO and Reseller options/levels. We typically start all our partners (assuming they will work independently) at the highest tier of Certified and do an evaluation every 6 months to see if it makes sense to continue at that level.</p>
<p>b)      Official trixbox PRO agreement to legally be able to use trixbox PRO logo’s and collateral.</p>
<p>c)       General trixbox PRO Brochure</p>
<p>d)      General brochure for trixbox PRO appliance. </p>
<p> </p>
<p>Take a look at the details and let me know should you have any questions.  If you have an immediate opportunity that we can help with let me know and I can walk you through the process. The next step would be to setup a quick web demo so I can walk you through the details of trixbox PRO.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=118&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/09/24/trixbox-com-and-hud-videos/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>New Social Network (3Echo.com)</title>
		<link>http://teldata.wordpress.com/2009/07/27/new-social-network-3echo-com/</link>
		<comments>http://teldata.wordpress.com/2009/07/27/new-social-network-3echo-com/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:54:45 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=115</guid>
		<description><![CDATA[New Social Network for Musicans, Artists, Models, Photographers and Entertainment &#8211; Follow us and get it on our beta release! ( 3Echo.com )
http://www.Twitter.com/3Echo
Coming Soon
http://www.3Echo.com 

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=115&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span><span>New Social Network for Musicans, Artists, Models, Photographers and Entertainment &#8211; Follow us and get it on our beta release! ( 3Echo.com )</span></span></p>
<p>http://www.Twitter.com/3Echo</p>
<p>Coming Soon</p>
<p>http://www.3Echo.com </p>
<p><span><span><br /></span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=115&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/07/27/new-social-network-3echo-com/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>Facebook Spammer Charged</title>
		<link>http://teldata.wordpress.com/2009/07/15/facebook-spammer-charged/</link>
		<comments>http://teldata.wordpress.com/2009/07/15/facebook-spammer-charged/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:38:40 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=113</guid>
		<description><![CDATA[(WEB HOST INDUSTRY REVIEW) &#8212; A longtime spammer may potentially serve jail time in relation to a Facebook lawsuit after a California judge ordered him to appear in front of the US Attorney General&#8217;s Office for criminal proceedings.
The case follows another Facebook spamming case last November, when the company won a $873 million ruling against [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=113&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>(WEB HOST INDUSTRY REVIEW) &#8212; A longtime spammer may potentially serve jail time in relation to a Facebook lawsuit after a California judge ordered him to appear in front of the US Attorney General&#8217;s Office for criminal proceedings.</p>
<p>The case follows another Facebook spamming case last November, when the company won a <a href="http://teldata.wordpress.com/web-hosting-news/112508_Facebook_Wins_Case_Against_Spammer">$873 million ruling</a> against a Montreal spammer that flooded members&#8217; inboxes with sexually explicit messages.</p>
<p>Judge Jeremy Fogel of the US District Court for the Northern District of California referred Sanford Wallace to the US Attorney General&#8217;s Office to undergo criminal proceedings for allegedly violating a court order that prevented him from accessing Facebook.</p>
<p>In February, Facebook filed a lawsuit against Wallace, Adam Arzoomanian and Scott Shaw for allegedly spamming and phishing the website.</p>
<p>The three men were issued a temporary restraining order prohibiting them from accessing Facebook&#8217;s network.</p>
<p>Facebook released this statement via company spokesman Barry Schnitt addressing the ruling:</p>
<p>&#8220;We see Fogel&#8217;s ruling as a strong deterrent against spammers. Spammers feel that they are immune from criminal prosecution. Fogel&#8217;s ruling demonstrates that judges will enforce restraining orders and spammers who violate them will face criminal prosecution.&#8221;</p>
<p>The ruling on the social network community&#8217;s civil lawsuit against Wallace stalled after the defendent filed for bankruptcy.</p>
<p>Wallace has had a long history of spamming that dates back to the 1990s.</p>
<p>He started his spamming career with fax spamming, where he sent out thousands of unsolicited offers for timeshares, insurance policies, and foreclosed real estate deals to fax machines.</p>
<p>Last May, a federal judge ruled in favor of MySpace after Wallace and another defendent failed to show up to a hearing.</p>
<p>The two men were ordered to pay $230 million for <a href="http://teldata.wordpress.com/web-hosting-news/051408_MySpace_Wins_230M_Spam_Ruling">phishing and spamming MySpace users</a> with links to gambling and pornography websites.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=113&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/07/15/facebook-spammer-charged/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>Network Notepad creates quick diagrams and flow charts</title>
		<link>http://teldata.wordpress.com/2009/07/10/network-notepad-creates-quick-diagrams-and-flow-charts/</link>
		<comments>http://teldata.wordpress.com/2009/07/10/network-notepad-creates-quick-diagrams-and-flow-charts/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:42:04 +0000</pubDate>
		<dc:creator>paragonhost</dc:creator>
				<category><![CDATA[Networks]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://teldata.wordpress.com/?p=111</guid>
		<description><![CDATA[Filed under: Business, Utilities, Windows, Productivity, Freeware
 
Network Notepad creates quick diagrams and flow charts
by Lee Mathews Oct 31st 2008 at 10:00AM


While network planning and design isn&#8217;t usually part of my job, I do sometimes need to put together a quick sketch of a client&#8217;s systems to help me oragnize a plan of attack.
Network Notepad is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=111&subd=teldata&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Filed under: <a href="http://teldata.wordpress.com/category/business/">Business</a>, <a href="http://teldata.wordpress.com/category/utilities/">Utilities</a>, <a href="http://teldata.wordpress.com/category/windows/">Windows</a>, <a href="http://teldata.wordpress.com/category/productivity/">Productivity</a>, <a href="http://teldata.wordpress.com/category/freeware/">Freeware</a></p>
<p> </p>
<h2><a title="Read the rest of this post" href="http://www.downloadsquad.com/2008/10/31/network-notepad-creates-quick-diagrams-and-flow-charts/"><span>Network Notepad creates quick diagrams and flow charts</span></a></h2>
<p><span><img src="http://teldata.wordpress.com/media/win-swipe.gif" border="0" alt="Windows" width="16" height="16" /></span><em>by</em> <strong><a href="http://teldata.wordpress.com/bloggers/lee-mathews/">Lee Mathews</a></strong> Oct 31st 2008 at 10:00AM</p>
<div><!-- sphereit start --></p>
<div><a href="http://www.networknotepad.com/"><img src="http://www.blogcdn.com/www.downloadsquad.com/media/2008/10/netnotepad.png" border="0" alt="" hspace="4" vspace="4" width="440" height="323" /></a></p>
<div>While network planning and design isn&#8217;t usually part of my job, I do sometimes need to put together a quick sketch of a client&#8217;s systems to help me oragnize a plan of attack.</p>
<p><a href="http://www.networknotepad.com/">Network Notepad</a> is exactly what I was looking for &#8211; a small, free app that lets me lay out network devices, servers, printers, and workstations quickly and easily. It&#8217;s a great tool for documenting sites in case another tech has to attend to a call in my absence. Once you&#8217;ve set IP addresses, you&#8217;re able to use the F1-F6 keys as hotkeys to ping, surf, or telnet to a device.</p>
<p>Don&#8217;t be fooled by the Notepad in the name, though. This app is full-featured enough to tackle complicated networks. Be sure to download the Cisco-created object libraries and hub/switch pack, as they provide several icons that aren&#8217;t included in the default set.</p>
<p>There&#8217;s even a flow chart icon pack which turns Notepad into a kind of poor man&#8217;s Visio (if you&#8217;re looking for a Visio clone, try the <a href="http://dia-installer.de/index_en.html">open source Dia</a>). You can&#8217;t argue with the price, and the feature set is impressive for such a small download.</div>
</div>
<p><!-- sphereit end --></div>
<div>
<p><strong>Tags:</strong> <a href="http://www.downloadsquad.com/tag/diagram/">diagram</a>, <a href="http://www.downloadsquad.com/tag/diagramming/">diagramming</a>, <a href="http://www.downloadsquad.com/tag/flow+chart/">flow chart</a>, <a href="http://www.downloadsquad.com/tag/flowchart/">flowchart</a>, <a href="http://www.downloadsquad.com/tag/networking/">networking</a></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/teldata.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/teldata.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/teldata.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/teldata.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/teldata.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/teldata.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/teldata.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/teldata.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/teldata.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/teldata.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=teldata.wordpress.com&blog=499789&post=111&subd=teldata&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://teldata.wordpress.com/2009/07/10/network-notepad-creates-quick-diagrams-and-flow-charts/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://teldata.wordpress.com/media/win-swipe.gif" medium="image">
			<media:title type="html">Windows</media:title>
		</media:content>

		<media:content url="http://www.blogcdn.com/www.downloadsquad.com/media/2008/10/netnotepad.png" medium="image" />
	</item>
	</channel>
</rss>