<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ITBLOG</title>
	<atom:link href="http://itblog.ws/feed/" rel="self" type="application/rss+xml" />
	<link>http://itblog.ws</link>
	<description>&#34;All technology should be assumed guilty until proven innocent.&#34;</description>
	<lastBuildDate>Mon, 08 Mar 2010 06:30:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cisco ASA 5510 Firewall : Basic Configuration Tutorial</title>
		<link>http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/</link>
		<comments>http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:30:06 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=84</guid>
		<description><![CDATA[Continuing our series of articles about Cisco ASA 5500 firewalls, I&#8217;m offering you here a basic configuration tutorial for the Cisco ASA 5510 security appliance. This device is the second model in the ASA series (ASA 5505, 5510, 5520 etc) and is fairly popular since is intended for small to medium enterprises. Like the smallest [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Cisco ASA" src="http://itblog.ws/wp-content/uploads/cisco_ASA5510.jpg" alt="Cisco ASA" width="200" height="200" />Continuing our series of articles about Cisco ASA 5500 firewalls, I&#8217;m offering you here a basic configuration tutorial for the Cisco ASA 5510 security appliance. This device is the second model in the ASA series (ASA 5505, 5510, 5520 etc) and is fairly popular since is intended for small to medium enterprises. Like the smallest ASA 5505 model, the 5510 comes with two license options: The Base license and the Security Plus license. The second one (security plus) provides some performance and hardware enhancements over the base license, such as 130,000 Maximum firewall connections (instead of 50,000), 100 Maximum VLANs (instead of 50), Failover Redundancy, etc. Also, the security plus license enables two of the five firewall network ports to work as 10/100/1000 instead of only 10/100.</p>
<p>Next we will see a simple Internet Access scenario which will help us understand the basic steps needed to setup an ASA 5510. Assume that we are assigned a static public IP address 100.100.100.1 from our ISP. Also, the internal LAN network belongs to subnet 192.168.10.0/24. Interface Ethernet0/0 will be connected on the outside (towards the ISP), and Ethernet0/1 will be connected to the Inside LAN switch.</p>
<p>The firewall will be configured to supply IP addresses dynamically (using DHCP) to the internal hosts. All outbound communication (from inside to outside) will be translated using Port Address Translation (PAT) on the outside public interface. Let&#8217;s see a snippet of the required configuration steps for this basic scenario:</p>
<p>Step1: Configure a privileged level password (enable password)<br />
By default there is no password for accessing the ASA firewall, so the first step before doing anything else is to configure a privileged level password, which will be needed to allow subsequent access to the appliance. Configure this under Configuration Mode:</p>
<p>ASA5510(config)# enable password mysecretpassword</p>
<p>Step2: Configure the public outside interface<br />
ASA5510(config)# interface Ethernet0/0<br />
ASA5510(config-if)# nameif outside<br />
ASA5510(config-if)# security-level 0<br />
ASA5510(config-if)# ip address 100.100.100.1 255.255.255.252<br />
ASA5510(config-if)# no shut</p>
<p>Step3: Configure the trusted internal interface<br />
ASA5510(config)# interface Ethernet0/1<br />
ASA5510(config-if)# nameif inside<br />
ASA5510(config-if)# security-level 100<br />
ASA5510(config-if)# ip address 192.168.10.1 255.255.255.0<br />
ASA5510(config-if)# no shut</p>
<p>Step 4: Configure PAT on the outside interface<br />
ASA5510(config)# global (outside) 1 interface<br />
ASA5510(config)# nat (inside) 1 0.0.0.0 0.0.0.0</p>
<p>Step 5: Configure Default Route towards the ISP (assume default gateway is 100.100.100.2)<br />
ASA5510(config)# route outside 0.0.0.0 0.0.0.0 100.100.100.2 1</p>
<p>Step 6: Configure the firewall to assign internal IP and DNS address to hosts using DHCP<br />
ASA5510(config)# dhcpd dns 200.200.200.10<br />
ASA5510(config)# dhcpd address 192.168.10.10-192.168.10.200 inside<br />
ASA5510(config)# dhcpd enable inside</p>
<p>The above basic configuration is just the beginning for making the appliance operational. There are many more configuration features that you need to implement to increase the security of your network, such as Static and Dynamic NAT, Access Control Lists to control traffic flow, DMZ zones, VPN etc.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Cisco+ASA+5510+Firewall+%3A+Basic+Configuration+Tutorial+http://tinyurl.com/ygqts7a" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/&amp;title=Cisco+ASA+5510+Firewall+%3A+Basic+Configuration+Tutorial" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/&amp;t=Cisco+ASA+5510+Firewall+%3A+Basic+Configuration+Tutorial" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/&amp;title=Cisco+ASA+5510+Firewall+%3A+Basic+Configuration+Tutorial" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/03/cisco-asa-5510-firewall-basic-configuration-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step-By-Step Configuration Guide For The Cisco Asa 5505 Firewall</title>
		<link>http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/</link>
		<comments>http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 06:30:26 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=79</guid>
		<description><![CDATA[The Cisco ASA 5505 Firewall is the smallest model in the new 5500 Cisco series of hardware appliances. Although this model is suitable for small businesses, branch offices or even home use, its firewall security capabilities are the same as the biggest models (5510, 5520, 5540 etc). The Adaptive Security technology of the ASA firewalls [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Cisco ASA" src="http://itblog.ws/wp-content/uploads/ciscoasa5505.jpg" alt="Cisco ASA" width="150" height="150" />The Cisco ASA 5505 Firewall is the smallest model in the new 5500 Cisco series of hardware appliances. Although this model is suitable for small businesses, branch offices or even home use, its firewall security capabilities are the same as the biggest models (5510, 5520, 5540 etc). The Adaptive Security technology of the ASA firewalls offers solid and reliable firewall protection, advanced application aware security, denial of service attack protection and much more. Moreover, the performance of the ASA 5505 appliance supports 150Mbps firewall throughput and 4000 firewall connections per second, which is more than enough for small networks.</p>
<p>In this article I will explain the basic configuration steps needed to setup a Cisco 5505 ASA firewall for connecting a small network to the Internet. We assume that our ISP has assigned us a static public IP address (e.g 200.200.200.1 as an example) and that our internal network range is 192.168.1.0/24. We will use Port Address Translation (PAT) to translate our internal IP addresses to the public address of the outside interface. The difference of the 5505 model from the bigger ASA models is that it has an 8-port 10/100 switch which acts as Layer 2 only. That is, you can not configure the physical ports as Layer 3 ports, rather you have to create interface Vlans and assign the Layer 2 interfaces in each VLAN. By default, interface Ethernet0/0 is assigned to VLAN 2 and it&#8217;s the outside interface (the one which connects to the Internet), and the other 7 interfaces (Ethernet0/1 to 0/7) are assigned by default to VLAN 1 and are used for connecting to the internal network. Let&#8217;s see the basic configuration setup of the most important steps that you need to configure.</p>
<p>Step1: Configure the internal interface vlan<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ASA5505(config)# interface Vlan 1<br />
ASA5505(config-if)# nameif inside<br />
ASA5505(config-if)# security-level 100<br />
ASA5505(config-if)# ip address 192.168.1.1 255.255.255.0<br />
ASA5505(config-if)# no shut</p>
<p>Step 2: Configure the external interface vlan (connected to Internet)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ASA5505(config)# interface Vlan 2<br />
ASA5505(config-if)# nameif outside<br />
ASA5505(config-if)# security-level 0<br />
ASA5505(config-if)# ip address 200.200.200.1 255.255.255.0<br />
ASA5505(config-if)# no shut</p>
<p>Step 3: Assign Ethernet 0/0 to Vlan 2<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ASA5505(config)# interface Ethernet0/0<br />
ASA5505(config-if)# switchport access vlan 2<br />
ASA5505(config-if)# no shut</p>
<p>Step 4: Enable the rest interfaces with no shut<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ASA5505(config)# interface Ethernet0/1<br />
ASA5505(config-if)# no shut<br />
Do the same for Ethernet0/1 to 0/7.</p>
<p>Step 5: Configure PAT on the outside interface<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ASA5505(config)# global (outside) 1 interface<br />
ASA5505(config)# nat (inside) 1 0.0.0.0 0.0.0.0</p>
<p>Step 6: Configure default route towards the ISP (assume default gateway is 200.200.200.2)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ASA5505(config)# route outside 0.0.0.0 0.0.0.0 200.200.200.2 1</p>
<p>The above steps are the absolutely necessary steps you need to configure for making the appliance operational. Of course there are much more configuration details that you need to implement in order to enhance the security and functionality of your appliance, such as Access Control Lists, Static NAT, DHCP, DMZ zones, authentication etc.<br />
Download the best configuration tutorial for any <a href="http://www.cisco-tips.com/ciscoasaebook.php">Cisco ASA</a> 5500 Firewall model Here.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Step-By-Step+Configuration+Guide+For+The+Cisco+Asa+5505+Firewall+http://tinyurl.com/yf6yvbk" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/&amp;title=Step-By-Step+Configuration+Guide+For+The+Cisco+Asa+5505+Firewall" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/&amp;t=Step-By-Step+Configuration+Guide+For+The+Cisco+Asa+5505+Firewall" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/&amp;title=Step-By-Step+Configuration+Guide+For+The+Cisco+Asa+5505+Firewall" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/03/step-by-step-configuration-guide-for-the-cisco-asa-5505-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to improve Operation system speed easily</title>
		<link>http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/</link>
		<comments>http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 06:30:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=61</guid>
		<description><![CDATA[&#8221;Speed up your windows&#8221;
These are the 5 tips with which you can &#8220;speed up your windows&#8221;. By following these simple tips your  windows will run faster.
(A) &#8220;speed up your windows&#8221; by Performing a Boot Defragment
The following is the simple way to &#8216;&#8217;speed up XP startup&#8221;: make your system do a boot defragment, which will [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Windows XP" src="http://itblog.ws/wp-content/uploads/WinXP.jpg" alt="Windows XP" width="200" height="200" />&#8221;Speed up your windows&#8221;</p>
<p>These are the 5 tips with which you can &#8220;speed up your windows&#8221;. By following these simple tips your  windows will run faster.</p>
<p>(A) &#8220;speed up your windows&#8221; by Performing a Boot Defragment</p>
<p>The following is the simple way to &#8216;&#8217;speed up XP startup&#8221;: make your system do a boot defragment, which will put all the boot files next to one another on your hard disk. When boot files are in close proximity to one another, your system will start faster.</p>
<p>On most systems, boot defragment should be enabled by default, but it might not be on yours, or it might have been changed inadvertently. To make sure that boot defragment is enabled:</p>
<p>1 Run the Registry Editor</p>
<p>2 Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftDfrgBootOptimizeFunction</p>
<p>3 Set the Enable string value to Y if it is not already set to Y.</p>
<p>4 Exit the Registry</p>
<p>5 Reboot</p>
<p>(B) &#8220;speed up your windows&#8221; by using a Flash Memory to Boost Performance</p>
<p>This is an other way for your &#8220;windows speed up&#8221;. To improve performance, you need to install additional RAM memory. It&#8217;ll let you boot your OS much quicker and run many applications and access data quicker. There is no easiest and more technically elegant way to do it than use eBoostr.</p>
<p>eBoostr is a little program that lets you improve a performance of any computer, powered by Windows XP in much the same way as Vista&#8217;s ReadyBoost. With eBoostr, if you have a flash drive, such as a USB flash thumb drive or an SD card, you can use it to make your computer run better. Simply plug in a flash drive through a USB socket and Windows XP will use eBoostr to utilize the flash memory to improve performance.</p>
<p>The product shows the best results for frequently used applications and data, which becomes a great feature for people who are using office programs, graphics applications or developer tools. It&#8217;ll surely attract a special attention of laptop owners as laptop upgrade is usually more complicated and laptop hard drives are by definition slower than those of desktops.</p>
<p>(C) &#8220;speed up your windows&#8221; by Removing Fonts for Speed</p>
<p>This is the tip number three to &#8221; speed up your windows&#8221;.Fonts, especially TrueType fonts, use quite a bit of system resources. For optimal performance, trim your fonts down to just those that you need to use on a daily basis and fonts that applications may require.</p>
<p>1 Open Control Panel</p>
<p>2 Open Fonts folder</p>
<p>Move fonts you don&#8217;t need to a temporary directory (e.g. C:FONTBKUP?) just in case you need or want to bring a few of them back. The more fonts you uninstall, the more system resources you will gain.</p>
<p>(D) &#8220;speed up your windows&#8221; by Optimizing Display Settings</p>
<p>This is tip numer four and important one to &#8220;speed up your windows&#8221; .Windows XP is a looker. But it costs you system resources that are used to display all the visual items and effects. Windows looks fine if you disable most of the settings and leave the following:</p>
<p>1 Show shadows under menus</p>
<p>2 Show shadows under mouse pointer</p>
<p>3 Show translucent selection rectangle</p>
<p>4 Use drop shadows for icons labels on the desktop</p>
<p>5 Use visual styles on windows and buttons</p>
<p>(E) &#8220;speed up your windows&#8221; by Detecting and Repair Disk Errors</p>
<p>This is my last tip for you and very important one.Over time, your hard disk develops bad sectors. Bad sectors slow down hard disk performance and sometimes make data writing difficult or even impossible. To detect and repair disk errors, Windows has a built-in tool called the Error Checking utility. It&#8217;ll search the hard disk for bad sectors and system errors and repair them for faster performance.</p>
<p>1 Follow Start > My Computer</p>
<p>2 In My Computer right-click the hard disk you want to scan and click Properties</p>
<p>3 Click the Tools tab</p>
<p>4 Click Check Now</p>
<p>5 Select the Scan for and attempt recovery of bad sectors check box</p>
<p>6 Click Start</p>
<p>I hope you like these tips and these will be helpful for you in &#8220;speed up your windows&#8221;.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=How+to+improve+Operation+system+speed+easily+http://tinyurl.com/yk9qxw5" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/&amp;title=How+to+improve+Operation+system+speed+easily" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/&amp;t=How+to+improve+Operation+system+speed+easily" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/&amp;title=How+to+improve+Operation+system+speed+easily" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/03/how-to-improve-operation-system-speed-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cure Your Windows Xp Slow Startup Problem</title>
		<link>http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/</link>
		<comments>http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 06:30:21 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[WindowsXP]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=56</guid>
		<description><![CDATA[Are you running Windows XP and experiencing the slow startup problem? It’s very annoying waiting for your computer to boot or load programs. I used to be able to make a whole pot of coffee while my computer booted. Here’s a few things you can do to speed up the process.
If you have an older [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Windows XP" src="http://itblog.ws/wp-content/uploads/WinXP.jpg" alt="Windows XP" width="200" height="200" />Are you running Windows XP and experiencing the slow startup problem? It’s very annoying waiting for your computer to boot or load programs. I used to be able to make a whole pot of coffee while my computer booted. Here’s a few things you can do to speed up the process.</p>
<p>If you have an older computer that tests the memory every time you boot and goes through multiple startup screens there is a way to eliminate that. Restart your computer and enter the bios. Look for boot options and enable quick boot. This will enable you to skip all the unnecessary startup screens and other sequences.</p>
<p>Not all PCs have that option. Next you will want to look at your antivirus program. Going to the options menu and make sure it is not scanning every time you start your computer. If it is disable this option, this can really slow down your boot time.</p>
<p>You’ll also want to do a general cleaning up your hard drive. You can do that by selecting your hard drive and running the disk cleanup. You can also remove any old programs that you no longer use, the less software your PC has to load, the faster it will be. Next you will want to eliminate any startup programs that you do not absolutely need. The problem is Windows XP made this difficult. There really is no easy way to do it. You can download a third-party program like tweak UI. Or most registry repair programs will enable you to remove startup programs safely.</p>
<p>Next you will want to do a full virus scan and also a scan for spyware and ad aware. If you haven’t performed maintenance on your computer for a while you might be shocked at what it finds. All of the above suggestions may help, but in most cases, the biggest problem for slow boot is a corrupted or damaged Registry. You will need a good registry repair program to fix it.</p>
<p>Your computer’s registry contains all the files and settings that your software needs to reference every time it loads. Over time, from uninstalling and installing software your registry collects a lot of orphaned files. These need to be cleaned or repaired. Improper shutdowns, viruses, crashes, improper uninstalls, or spyware will cause your registry to become corrupt or bloated over time.</p>
<p>When you boot your computer, the startup sequence refers to the registry to load software. It may be looking at a corrupted files and software that is no longer working or on your computer. In most cases this is the reason why Windows XP boots<br />
so slow. You should perform regular maintenance on your registry to keep it fully optimized. Doing so is like giving your computer or a tuneup. You will be amazed at the increased performance and speed up your computer.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Cure+Your+Windows+Xp+Slow+Startup+Problem+http://tinyurl.com/yhqhov9" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/&amp;title=Cure+Your+Windows+Xp+Slow+Startup+Problem" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/&amp;t=Cure+Your+Windows+Xp+Slow+Startup+Problem" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/&amp;title=Cure+Your+Windows+Xp+Slow+Startup+Problem" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/03/cure-your-windows-xp-slow-startup-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolving Windows 7 Problems Has Never Been So Easy!</title>
		<link>http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/</link>
		<comments>http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 06:30:36 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=51</guid>
		<description><![CDATA[Within a very short time of its launch, the Windows 7 operating system has established its safe position in the mind of millions of people in a smart way. Its high quality configuration and usability are the reasons behind its huge popularity; if you are currently using this Operating system then you know the other [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Windows 7" src="http://itblog.ws/wp-content/uploads/Win7.jpg" alt="Windows 7" width="150" height="150" />Within a very short time of its launch, the Windows 7 operating system has established its safe position in the mind of millions of people in a smart way. Its high quality configuration and usability are the reasons behind its huge popularity; if you are currently using this Operating system then you know the other reasons behind it. While using the OS, have you ever faced any problem regarding its speed? Do you want to gear up the speed of your work? Don’t worry! Here in this article we will give you some valuable tips, which will help you to get rid of the Windows 7 problems in easiest of manner.</p>
<p>•    First of all check the configuration of your PC or Laptop. Properly verify whether your system’s configurations meet the minimum criteria of running Windows 7 or not. If you don’t have the required configuration first you need to enhance that in order to run Windows 7 properly.</p>
<p>•    If you upgrade you software and hardware<br />
then you will definitely see a number of magical changes in operating the Windows 7. As it is the most recent operating system available in the market, Windows 7 requires supports of latest software and hardware.  </p>
<p>•    If a less spiffy interface is OK with you then stop using Aero in your Windows 7. You know well that Aero is a wonderful interface that comes with Windows 7. This effect is very attractive, eye-candy and gives lots of special-effects, but it consumes lots of RAM. If you have a large quantity of RAM then it’s ok, but if you don’t have then you are advised to remove this effect you’re your Windows 7.</p>
<p>•    You are suggested to clean all your temporary files on a regular basis. Everyday at least once go to “msconfig” and remove all your unnecessary programs from taskbar. This will enhance the operating speed of Windows 7.  </p>
<p>•    Properly see whether your system has registry problem or not, if you found any kind of registry problem then first resolve it, otherwise the OS problem will not be resolved.</p>
<p>•    Uninstall all the programs and software that you do not need. Through this way you will be able to free up hard-disk space, which will help you to run Windows 7 properly.</p>
<p>•    Do not install lots of software in your computer that will not help you in future works.</p>
<p>If you follow the aforementioned processes then you will not face any kind of problem while working in Windows 7 platform. If, after following all of them properly, you face any further problem in your OS then do not hesitate to call a <a href="http://www.askpcexperts.com/">remote tech service provider</a>. The <a href="http://www.askpcexperts.com/pc-repair.htm">Remote computer repair</a> service providers will resolve all kinds of Windows 7 related problems in easiest of manner.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Resolving+Windows+7+Problems+Has+Never+Been+So+Easy%21+http://tinyurl.com/yhrv62p" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/&amp;title=Resolving+Windows+7+Problems+Has+Never+Been+So+Easy%21" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/&amp;t=Resolving+Windows+7+Problems+Has+Never+Been+So+Easy%21" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/&amp;title=Resolving+Windows+7+Problems+Has+Never+Been+So+Easy%21" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/resolving-windows-7-problems-has-never-been-so-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Easy Steps to Setting Up a Wireless Printer</title>
		<link>http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/</link>
		<comments>http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:03:09 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Printing]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=41</guid>
		<description><![CDATA[With wireless networks becoming the norm in network computing both at home and in offices, it is not surprising that these users of wireless networks are now turning as well to setting up a wireless printer to address whatever printing needs that they may have. After all, since wireless printers do not require Ethernet or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Printer" src="http://itblog.ws/wp-content/uploads/Canon_Printer.jpg" alt="Printer" width="200" height="200" />With wireless networks becoming the norm in network computing both at home and in offices, it is not surprising that these users of wireless networks are now turning as well to setting up a wireless printer to address whatever printing needs that they may have. After all, since wireless printers do not require Ethernet or local area network cables<br />
, it is more economical to install them instead of laying out meters upon meters of network cables either at home or in the office.</p>
<p>Setting up a wireless printer is not a complicated matter to accomplish. It can take as short as five steps to get the whole thing done.</p>
<p>Step #1: The Location of the Wireless Printer.</p>
<p>Since more than one computer would be making use of the wireless printer. It makes sense to figure out the best place to put it. The wireless printer should be set up at a place at home or in the office that is accessible to everyone and where there is ample space for paper, printer ink and other such paraphernalia.</p>
<p>Step #2: Bluetooth or Wi-Fi?</p>
<p>There are two connectivity choices when it comes to setting up a wireless printer, and these two choices are none other than Bluetooth or Wi-Fi. Most new computers and printers nowadays are equipped with either Bluetooth or Wi-Fi capacities, but if not, it is easy to get a wireless card that can be plugged using a USB port. The only difference is that Bluetooth printers has a smaller range than Wi-Fi.</p>
<p>Step #3: Enable Printer Sharing</p>
<p>The server computer’s operating system must be informed that the printer that will be added to its network is a wireless printer. In Windows Vista, this is done by accessing the network settings in the Control Panel and then activating file and printer sharing in the local area network settings.</p>
<p>Step #4: Share the Printer.</p>
<p>The other computers on the network must also be set up for using the wireless printer. To do this in Windows Vista, open the Control Panel in the classic view and then open Printers. Right click on the printer that is going to be shared, and then open Properties. In Properties, check the box that allows the printer to be a shared device.</p>
<p>Step #5: Continuous Troubleshooting</p>
<p>Wireless networks are prone to interruptions, and so it is important for whoever it is that is maintaining the wireless network at home or at the office to keep the connections to the wireless printer active. Nothing is more irritating that setting up a wireless printer and then encountering numerous glitches afterwards.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Five+Easy+Steps+to+Setting+Up+a+Wireless+Printer+http://tinyurl.com/yang4rs" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/&amp;title=Five+Easy+Steps+to+Setting+Up+a+Wireless+Printer" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/&amp;t=Five+Easy+Steps+to+Setting+Up+a+Wireless+Printer" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/&amp;title=Five+Easy+Steps+to+Setting+Up+a+Wireless+Printer" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/five-easy-steps-to-setting-up-a-wireless-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel hacked at same time as Google</title>
		<link>http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/</link>
		<comments>http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:53:23 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[intel]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=106</guid>
		<description><![CDATA[Intel has revealed that it was targeted by a &#8220;sophisticated&#8221; hacker attack this year at about the same time as a spying probe that hit Google.
Intel disclosed the attack in a regulatory filing late Monday. It doesn&#8217;t necessarily mean that Intel was infiltrated or that the attackers were the same ones that targeted Google.
Intel spokesman [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Intel" src="http://itblog.ws/wp-content/uploads/intel_logo.jpg" alt="Intel" width="200" height="136" />Intel has revealed that it was targeted by a &#8220;sophisticated&#8221; hacker attack this year at about the same time as a spying probe that hit Google.</p>
<p>Intel disclosed the attack in a regulatory filing late Monday. It doesn&#8217;t necessarily mean that Intel was infiltrated or that the attackers were the same ones that targeted Google.</p>
<p>Intel spokesman Chuck Mulloy said Tuesday that the attack on Intel wasn&#8217;t broad-based like the one that hit Google. He said Intel isn&#8217;t aware of any intellectual property being stolen.</p>
<p>Intel, like other major corporations, faces constant computer attacks. Mulloy said the company was only pointing out there was a connection in terms of the timing of the Google attacks as part of a disclosure to investors about the company&#8217;s risks.</p>
<p>The disclosure comes amid heightened fears of state-sponsored espionage targeting corporate computer networks. Google revealed last month that its network was attacked from inside China and that the intruders stole intellectual property — an attack that Google says could cause it to leave China.</p>
<p>Google said at least 20 other companies were targeted as part of the attack, but those companies weren&#8217;t identified. Software maker Adobe Systems Inc. and Rackspace Inc., a Web hosting service, have acknowledged being targets.</p>
<p>Intel is the world&#8217;s largest maker of microprocessors, the &#8220;brains&#8221; of personal computers and servers, with about 80 percent of the worldwide market for those chips.</p>
<p>Information Source <a href="http://www.smh.com.au/technology/technology-news/intel-hacked-at-same-time-as-google-20100224-p1is.html" target="_blank">smh.com.au</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Intel+hacked+at+same+time+as+Google+http://tinyurl.com/yhwycnn" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/&amp;title=Intel+hacked+at+same+time+as+Google" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/&amp;t=Intel+hacked+at+same+time+as+Google" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/&amp;title=Intel+hacked+at+same+time+as+Google" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/intel-hacked-at-same-time-as-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tablets take off as ABC prepares to get on board</title>
		<link>http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/</link>
		<comments>http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:36:02 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=99</guid>
		<description><![CDATA[The ABC is making plans to deliver content via rich apps to Apple iPad and a range of similar slate devices that will be launched this year, Adobe&#8217;s top designer says.
The first iPads are due to hit the market in March but it was revealed at the Mobile World Congress in Barcelona that several other [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="wiredtablet" src="http://itblog.ws/wp-content/uploads/wiredtablet-420x0.jpg" alt="wiredtablet" width="210" height="163" />The ABC is making plans to deliver content via rich apps to Apple iPad and a range of similar slate devices that will be launched this year, Adobe&#8217;s top designer says.</p>
<p>The first iPads are due to hit the market in March but it was revealed at the Mobile World Congress in Barcelona that several other iPad-like tablets from major PC manufacturers would also hit the market this year, running a range of operating systems including Google&#8217;s Android and Windows.</p>
<p>At the recent TED conference in California, <a href="http://www.wired.com/epicenter/2010/02/the-wired-ipad-app-a-video-demonstration/">Wired became the first magazine to show off a complete, specially designed version for tablet devices</a>, which readers can browse using touch. Many other major titles, including The New York Times, GQ, Vanity fair and Sports Illustrated, have tablet apps in the works.</p>
<p>Wired creative director Scott Dadich worked with Adobe&#8217;s senior experience design manager, Jeremy Clark, over six months to design the digital version of the magazine with the help of Adobe&#8217;s AIR software.</p>
<p><strong>Aunty expresses interest</strong></p>
<p>In an interview in Barcelona, Clark said he had received an email from the ABC this morning seeking to strike up a similar partnership.</p>
<p>&#8220;They think they have a lot of interesting content that they&#8217;d like to get out to tablet devices,&#8221; he said.</p>
<p>Adobe has already worked with Britain&#8217;s public broadcaster, BBC, to bring iPlayer &#8211; which lets viewers stream the network&#8217;s programs from the last seven days &#8211; to desktops using Adobe AIR.</p>
<p>Clark said Australian newspaper publishers had also expressed interest but he could not provide further details. He believed tablet versions of Australian newspapers would be available in the second half of this year, once tablet devices are available to buy.</p>
<p>Clark has not yet heard from any Australian magazine publishers but he expects this to change rapidly as Wired&#8217;s tablet edition becomes more well-known.</p>
<p>&#8220;The point here is that we are entering a new era of media, where we finally have a digital platform that allows us to retain all the rich visual features of high-gloss print, from lavish design to glorious photography, while augmenting it with video, animations, additional content and full interactivity,&#8221; said Wired editor Chris Anderson.</p>
<p><strong>Prepare for tablet onslaught</strong></p>
<p>Aside from the iPad, other vendors are preparing to release similar tablets based around Nvidia&#8217;s powerful Tegra chip, which can play full high-definition 1080p video and even run PC games such as Unreal Tournament 3.</p>
<p>Nvidia&#8217;s senior technical marketing manager for Tegra, Sridhar Ramaswamy, said he expects 10-15 tablets, most running Google&#8217;s Android, to hit stores this year, starting in April.</p>
<p>&#8220;It will be a worldwide launch &#8211; we&#8217;re working with major OEMs so I fully expect these products to be available in Australia,&#8221; he said.</p>
<p>In the Wired tablet edition, which will be available mid-year, readers can flick through pages of the magazine by swiping their finger on the tablet&#8217;s touchscreen both horizontally and vertically. Because the content is digital, video and photo galleries can be embedded into pages and ads can also be interactive.</p>
<p>One demo showed an ad for Camaro and readers can use touch to rotate the advertised car 360-degrees.</p>
<p>&#8220;Right now what we&#8217;re seeing is this perfect storm of the classic slate form factor devices that are large enough that they are almost the size of the printed media, so it has the visual impact that you need,&#8221; said Clark.</p>
<p>&#8220;The touch capabilities make it as intuitive as using a physical book or magazine. People have really become accustomed to the iPhone and all the touch gestures.&#8221;</p>
<p><strong>Publishers can retain their familiar workflow</strong></p>
<p>Adobe software tools such as InDesign are already the predominant tools used by publishers to design printed magazines. The same designers can use these tools to create the digital tablet version, while additional staff are employed to build the interactive elements such as video.</p>
<p>The iPad&#8217;s Safari browser does not support Flash but Adobe has developed tools to allow Flash-based content to work on the device, provided that the apps are accepted by Apple on its App Store.</p>
<p>Clark said publishers had been putting their content online for free under the belief that online advertising would be enough to sustain their businesses, but the revenues were much lower than expected and online banners ads were not effective in terms of brand awareness.</p>
<p>&#8220;Over time as these web ads have been using certain standards people know how to block them out of their brain while they surf the web,&#8221; he said.</p>
<p>Furthermore, today, when newspaper and magazine content is published online, the design from the print product is stripped away and the content loses some of its design integrity.</p>
<p>&#8220;It&#8217;s heart breaking for print designers who spend a week or two designing something and look at their website and see that none of their designs are reflected there. It&#8217;s stripped out, it&#8217;s boring, it doesn&#8217;t really have a visual impact,&#8221; he said.</p>
<p>Magazines delivered to tablets using Adobe&#8217;s software will still contain ads but these will be better designed, richer pages like those featured in printed editions.</p>
<p>&#8220;I think it will be closer to the magazine ad model where there&#8217;s almost as much ads as there is editorial content and people value the ads,&#8221; said Clark.</p>
<p>But Clark believes not just tablets, but desktops as well, could benefit from rich digital magazines and newspapers that more resemble the printed product.</p>
<p>&#8220;A lot of publishers have given up on the desktop because they associate it with the web,&#8221; he said.</p>
<p>Information Source <a href="http://www.smh.com.au/digital-life/computers/tablets-take-off-as-abc-prepares-to-get-on-board-20100218-oe99.html">smh.com.au</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tablets+take+off+as+ABC+prepares+to+get+on+board+http://tinyurl.com/ykcr755" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/&amp;title=Tablets+take+off+as+ABC+prepares+to+get+on+board" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/&amp;t=Tablets+take+off+as+ABC+prepares+to+get+on+board" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/&amp;title=Tablets+take+off+as+ABC+prepares+to+get+on+board" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/tablets-take-off-as-abc-prepares-to-get-on-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 mobile phones for 2010</title>
		<link>http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/</link>
		<comments>http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:11:53 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=92</guid>
		<description><![CDATA[Judging by the announcements at the Mobile World Congress in Barcelona this week, 2010 is going to be the year of the Android. Google&#8217;s mobile platform was everywhere, with most major phone makers announcing new Android phones and a range of Android tablet devices and netbooks on diplay.
Manufacturers clearly value the open-source nature of Android, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="windowsphone7" src="http://itblog.ws/wp-content/uploads/windowsphone7-copy-600x400.jpg" alt="windowsphone7" width="600" height="400" />Judging by the announcements at the Mobile World Congress in Barcelona this week, 2010 is going to be the year of the Android. Google&#8217;s mobile platform was everywhere, with most major phone makers announcing new Android phones and a range of Android tablet devices and netbooks on diplay.</p>
<p>Manufacturers clearly value the open-source nature of Android, which they can customise to their hearts&#8217; content. But Microsoft&#8217;s Windows Phone 7 is definitely a contender and it will be interesting to see what devices the phone makers can come up with by the end of the year.</p>
<p>Here are my top 10 mobile announcements and phones from the show:</p>
<p><strong>Windows Phone 7</strong> &#8211; There&#8217;s a lot riding on Microsoft&#8217;s next mobile operating system. For the last 18 months Windows Mobile has lagged newer rivals like the iPhone, BlackBerry and Android. Its market share has dropped.</p>
<p>Microsoft CEO Steve Ballmer&#8217;s keynote speech at the Consumer Electronics Show in Las Vegas was dry and lacked major new announcements, so I was skeptical about whether Microsoft could pull it off in Barcelona.</p>
<p>The jury is still out as we wait until Christmas to see some final handsets but from the early Windows Phone 7 prototypes at MWC, it&#8217;s clear Microsoft has wiped the slate clean and started fresh with a new platform and a revamped, innovative user interface.</p>
<p>The demo version I saw was an early version and slightly buggy but i&#8217;m impressed with the tight integration with social networking sites and online email and calendar sites. The inclusion of Xbox Live for multiplayer gaming and a Zune music player puts it squarely in iPhone territory.</p>
<p>But Microsoft&#8217;s insistence on manufacturers keeping its tile-based UI may limit phone makers like HTC, which has done wonders to dolly up Windows Mobile 6.5 with its Sense interface. And the inability to upgrade existing Windows Mobile phones to Windows Phone 7 may frustrate those who recently shelled out for a 6.5 device.</p>
<p><strong>Samsung Wave</strong> &#8211; Samsung is going out on a limb by introducing a completely new phone platform, banking on developers supporting it with enough interesting and useful apps to compete with iPhone and the open-source Android platform from Google.</p>
<p>It&#8217;s risky. But the 3.3-inch Super AMOLED touch-screen display is gorgeous and Samsung will have complete control of both the hardware and software, which has definitely been beneficial for Apple with the iPhone.</p>
<p><strong>Sony Ericsson Xperia X10 mini pro</strong> &#8211; Looking at this handset in a picture is deceiving. While other smartphone makers are moving to bigger screens, like the HTC HD2&#8217;s giant 4.3-inch display, this one is tiny at 2.6-inch.The device measures just 90&#215;52x17mm.</p>
<p>But big phones aren&#8217;t for everyone and Sony Ericsson makes it work with a good touchscreen user interface and the Timescape app, which puts friends&#8217; Facebook posts, Tweets, messages and calls into a single stream. Other apps can be downloaded from the Android market.</p>
<p><strong>HTC Legend</strong> &#8211; Most phones have a front and back that clip together but the Legend&#8217;s casing is machined out of a single block of aluminium. As soon as I saw it I wanted one. The Legend is an Android phone running HTC&#8217;s highly customised, intuitive Sense user interface.</p>
<p><strong>HTC Desire</strong> &#8211; It&#8217;s not as pretty as the Legend but while the Legend has just a 600MHz processor, the Desire offers a much gruntier 1GHz chip. It runs the latest version of Android, 2.1, and features a 3.7-inch screen &#8211; the closest you&#8217;ll get to the Google Nexus One, which hasn&#8217;t yet been launched in Australia. The Desire will be available in Australia from Telstra in April.<br />
<strong><br />
HTC HD mini</strong> &#8211; Think of this one as a smaller version of the giant HD2. Like its sibling, the HD mini runs Windows Mobile 6.5 and includes the unique ability to launch a personal WiFi hotspot, which users can connect to on a laptop to browse the web over their mobile&#8217;s 3G network from anywhere.A very cool feature that I would love to see replicated by other manufacturers.</p>
<p><strong>Samsung Beam</strong> &#8211; It doesn&#8217;t look like this phone will come to Australia any time soon but it&#8217;s worth a mention because it&#8217;s one of the first handsets to include a built-in projector for viewing content stored on the phone on any wall.</p>
<p>Samsung definitely gets points for innovation but the market for this one may be somewhat limited and the projector is only really effective in darker rooms. The battery is drained in about three hours with the projector on.</p>
<p><strong>Asus-Garmin Nuvifone A50</strong> &#8211; This is the fruit of a partnership between electronics maker Asus and GPS navigation specialist Garmin, so it&#8217;s designed to replace the GPS device in your car and double as your primary mobile. It runs the Android operating system but the interface has been completely redesigned to the point that it barely resembles other Android phones.</p>
<p><strong>Sony Ericsson Vivaz</strong> &#8211; The Vivaz has a QWERTY keyboard and 3.2-inch touchscreen but, unlike most phones, is also capable of shooting high-definition 720p video and includes an 8-megapixel camera.</p>
<p><strong>Motorola Milestone</strong> &#8211; Motorola has been extremely quiet in Australia over the last few years but i&#8217;m hoping it comes to market with the Milestone, which is similar to the Droid that Motorola launched in the US.</p>
<p>It runs Android 2.0 and has iPhone-like multitouch support, with users able to pinch the 3.7-inch screen to zoom on web pages, maps and photos. The phones comes with Motorola&#8217;s turn-by-turn GPS navigation software, MOTONAV, a slide-out QWERTY keyboard and a 5-megapixel camera.</p>
<p>Information Source <a href="http://www.smh.com.au/digital-life/mobiles/top-10-mobile-phones-for-2010-20100219-ojcy.html" target="_blank">smh.com.au</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Top+10+mobile+phones+for+2010+http://tinyurl.com/yzgbfuz" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/&amp;title=Top+10+mobile+phones+for+2010" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/&amp;t=Top+10+mobile+phones+for+2010" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/&amp;title=Top+10+mobile+phones+for+2010" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/top-10-mobile-phones-for-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Long Distance Phone Service Of Voip</title>
		<link>http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/</link>
		<comments>http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:31:27 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[voip]]></category>
		<category><![CDATA[communication]]></category>

		<guid isPermaLink="false">http://itblog.ws/?p=21</guid>
		<description><![CDATA[Free long distance phone service -VOIP &#8211; Point Method For Choosing A Voip Plan
So you suppose done all the leading research on VoIP, know the benefits that it will bring along with it to take your business to numerous heights of success and are ready to take the leap from public switch telephony network to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Web Dev" src="http://itblog.ws/wp-content/uploads/services.jpg" alt="Service" width="200" height="200" /><strong>Free long distance phone service -VOIP &#8211; Point Method For Choosing A Voip Plan</strong></p>
<p>So you suppose done all the leading research on VoIP, know the benefits that it will bring along with it to take your business to numerous heights of success and are ready to take the leap from public switch telephony network to VoIP services. <strong>Visit Here now</strong> <a href="http://free-v-o-i-p.blogspot.com/">http://free-v-o-i-p.blogspot.com/</a></p>
<p>What is stopping you wherefore? Selecting the best VoIP plan as would equal offered by different service providers is what freezes most of the potential clients of VoIP termination services esteem their tracks. shadow infinite providers offering lousy with plans, the decision contract get very confusion and time-consuming.There are numerous factors which should betoken taken into consideration while opting for any particular VoIP service provider. Once you conceive found the beyond compare VoIP provider, you can easily choose from the work in of plans on propose according to your needs.</p>
<p><strong>Things to Look since spell a Service Provider-</strong></p>
<p>1. The first thing to look out for in a provider is if they offer A to Z VoIP mark out termination facility, since you power believe to make calls to contrastive countries due to business needs keep varying protect time. This accession you would not reckon on to pursuit through the uncondensed procedure of choosing larger service provider for different destinations.</p>
<p>2. Next thing to ask for is the rates on offer. A VoIP provider with best rates should be short-listed. The main reason to switch over to report over IP services is to reduce the telephony bills. Hence, cheaper the rates that you get for this wider service, more you will cache from actual. If you are a wholesaler or a VoIP reseller, procuring VoIP paradise services at a minor rate would clinch you higher benefit margin.</p>
<p>3. One cannot proffer to neglect the quality of support when they are premium telephony services or utilizing the same. complex restraint be checked by the natural call duration, post duration delay, average seizure ratio and ratio&#8217;s and percentage&#8217;s respectively. Higher the ACD and ASR and lower the PDD, better will be the declare quality. Besides this, always cross admit these figures by testing through a live call.</p>
<p>4. Additionally, you albatross besides get their customer sway ratio. This gives an estimate about the number of people who are chipper with that VoIP estimate provider.</p>
<p>5. Let’s produce practical. Whenever you are dealing ditch any technology, there are term to be problems. What matters is how fast they can be resolved. solid is forasmuch as matchless to opt for a provider who is bequest wrangling the peep specialist help and topical settlement to all your problems. This is achievable if your provider is giving you support thanks to online chat or email quite than helpdesk.</p>
<p>Once you have selected the service provider on the blastoff of these criteria, you can be satisfied of getting a stable and conscientious telephony service. <strong>Visit Here now</strong> <a href="http://free-v-o-i-p.blogspot.com/">http://free-v-o-i-p.blogspot.com/</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Free+Long+Distance+Phone+Service+Of+Voip+http://tinyurl.com/yft9ybj" title="Post to Twitter"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/&amp;title=Free+Long+Distance+Phone+Service+Of+Voip" title="Post to Digg"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/&amp;t=Free+Long+Distance+Phone+Service+Of+Voip" title="Post to Facebook"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/&amp;title=Free+Long+Distance+Phone+Service+Of+Voip" title="Post to StumbleUpon"><img class="nothumb" src="http://itblog.ws/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://itblog.ws/2010/02/free-long-distance-phone-service-of-voip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
