<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkAHSH04eyp7ImA9WhRbGUU.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155</id><updated>2012-02-11T11:32:19.333-08:00</updated><category term="Software" /><category term="Info" /><category term="Tech News" /><category term="Download" /><category term="Source Code" /><category term="Gratisan" /><category term="Pengenalan" /><category term="Tips dan Trik" /><category term="E-books" /><title>Dunia X Komputer</title><subtitle type="html">All Underground Information of The World</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://duniaxkomputer.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>91</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/DuniaXKomputer" /><feedburner:info uri="duniaxkomputer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>DuniaXKomputer</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;DUMHQn47cSp7ImA9WhRVEUQ.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-5929524987818267293</id><published>2012-01-09T02:23:00.001-08:00</published><updated>2012-01-10T04:10:33.009-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-10T04:10:33.009-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>How to clean up Printer Drivers?</title><content type="html">A few months back both my Windows Vista (Business) computers would not longer print even though they had been printing fine for months.  I tried&lt;br /&gt;
&lt;br /&gt;
restarting the workstations&lt;br /&gt;
restarting the server,&lt;br /&gt;
restarting the print spooler service on the workstations&lt;br /&gt;
restarting the printer spooler server on the server&lt;br /&gt;
deleting printers and tryed to re-add them&lt;br /&gt;
&lt;br /&gt;
Regardless what I tried neither of the Windows Vista computers would allow me to printer and always presented me with the following error when trying to add a printer and almost always when the computer booted:-&lt;br /&gt;
&lt;br /&gt;
The local print spooler service is not running. Please restart the spooler or restart the machine.&lt;br /&gt;
&lt;span id="fullpost"&gt;&lt;br /&gt;
At that point I didn’t need to print much so I didn’t try too hard to fix it and simply resorted to printing from my only Windows XP machine I had.&lt;br /&gt;
&lt;br /&gt;
Today I finally had enough and decided it was time to find a solution to this local print spooler service is not running problem.&lt;br /&gt;
&lt;br /&gt;
After only a short while of searching I found that quite a few other people had this local print spooler service is not running problem and there were a variety of fixes which worked for some and not others but the one that worked for me was in an article called “How to clean up printer drivers” written by Bruce Sanderson way back in 2004 so I was pleasantly surprised when it work like a charm.&lt;br /&gt;
&lt;br /&gt;
I simply followed steps 6 – 14 (listed below) and everything starting working again.  I was able to add printers and once again print without even needing to restart the computer.&lt;br /&gt;
&lt;br /&gt;
6.  open regedit (e.g. click Start, key regedit and press Enter)&lt;br /&gt;
7.  navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers&lt;br /&gt;
&lt;br /&gt;
under this key, there will be the keys Version-2 and Version-3 (one or the other of these may be absent – not a problem)&lt;br /&gt;
&lt;br /&gt;
the sub-keys under these contain the printer driver configuration information&lt;br /&gt;
&lt;br /&gt;
delete all the sub-keys inside Version-2 and Version-3, but not these keys themselves&lt;br /&gt;
&lt;br /&gt;
The Microsoft Knowledgebase article at http://support.microsoft.com/default.aspx?scid=kb;en-us;312052 lists some other registry entries to delete, but this is not usually necessary.&lt;br /&gt;
&lt;br /&gt;
8.  open a Command Prompt window&lt;br /&gt;
9.  key the commands&lt;br /&gt;
net stop spooler&lt;br /&gt;
net start spooler&lt;br /&gt;
10. open Windows Explorer&lt;br /&gt;
11. navigate to %systemroot%\system32\spool\printers\ and delete any files there.  By default, this is where the print spooler stores print files.&lt;br /&gt;
12. navigate to %systemroot%\system32\spool\drivers\w32x86 (%systemroot% is usually Windows, but it might be winnt or something else; this is set when the OS is installed).&lt;br /&gt;
13. inside w32x86, there will be folders with the names 2 and 3 (one or more of these may be absent – not a problem)&lt;br /&gt;
delete all of the files and sub-folders in each of the 2 and 3 folders, but not the folders themselves&lt;br /&gt;
inside w32x86, there may be other folders with names starting with “hewlett_packard”, “hphp” or something else; delete these folders also&lt;br /&gt;
14. restart the print spooler (see steps 8 and 9 above)&lt;br /&gt;
&lt;br /&gt;
Although this looks to have been aimed at resolving the local print spooler service is not running problem on computers that have been upgrade from Windows 98 to Windows XP it seems to work just as well on a Windows Vista computer that was a clean install of Windows Vista Business when installed.&lt;br /&gt;
&lt;br /&gt;
Resources&lt;br /&gt;
&lt;br /&gt;
“How to clean up Printer Drivers” by Bruce Sanderson&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "ca-pub-5213909784779373";
/* ContentUnitADDS */
google_ad_slot = "4270515305";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=(y]aal{69a" target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-5929524987818267293?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/D1LNZO6Aod0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/5929524987818267293/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2012/01/how-to-clean-up-printer-drivers.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5929524987818267293?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5929524987818267293?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/D1LNZO6Aod0/how-to-clean-up-printer-drivers.html" title="How to clean up Printer Drivers?" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2012/01/how-to-clean-up-printer-drivers.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMEQHo5eip7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-5299345071117370124</id><published>2011-10-16T04:29:00.000-07:00</published><updated>2011-10-29T22:26:41.422-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:26:41.422-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Download" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Office 2010 Activator [Worked]</title><content type="html">Microsoft Office 2010, codenamed Office 14, is the successor of Microsoft Office 2007, a productivity suite for Microsoft Windows. Extended file compatibility, user interface updates, and a refined user experience are planned for Office 2010. A 64-bit version of Office 2010 will be available. It will be available for Windows XP SP3, Windows Vista and Windows 7.
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/--7BMhnznkE4/Tpq6bdjdzAI/AAAAAAAAASw/-kYOCtOySLQ/s1600/20ab47q.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="277" src="http://3.bp.blogspot.com/--7BMhnznkE4/Tpq6bdjdzAI/AAAAAAAAASw/-kYOCtOySLQ/s320/20ab47q.jpg" width="290" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span id="fullpost"&gt;&amp;nbsp;&lt;/span&gt;&lt;span id="fullpost"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;Do you want to have Microsoft Office 2010 Activated Licensed. just download this and run it. &lt;a href="http://www.ziddu.com/download/16853586/Office_2010_Activator.rar.html"&gt;Office_2010_Activator&lt;/a&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "ca-pub-5213909784779373";
/* ContentUnitADDS */
google_ad_slot = "4270515305";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=%28y]aal%7B69a" target="_blank"&gt;&lt;img border="0" class=" spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-5299345071117370124?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/aRcJ2eGxwVQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/5299345071117370124/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/10/office-2010-activator-worked.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5299345071117370124?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5299345071117370124?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/aRcJ2eGxwVQ/office-2010-activator-worked.html" title="Office 2010 Activator [Worked]" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/--7BMhnznkE4/Tpq6bdjdzAI/AAAAAAAAASw/-kYOCtOySLQ/s72-c/20ab47q.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/10/office-2010-activator-worked.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMEQHo5cSp7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-8246372491274436992</id><published>2011-10-16T02:02:00.000-07:00</published><updated>2011-10-29T22:26:41.429-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:26:41.429-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Download" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>How To Remove Windows Genuine Advantage Notification In Windows Vista or Windows 7</title><content type="html">Windows Genuine Advantage Nofications is a message informing you that Windows Operating System that you are using does not pass the validation test. Test validation failed because the Windows license is installed on your computer is a Windows copies (pirated) and is not a native Windows.
Parties Microsoft to validate when the computer is connected to the internet, then these users to update Windows it uses, or this can also happen if the Automatic Update function is enabled.

Computers that fail the validation test on a desktop display contained the words "Windows 7 Build 7600 This copy of Windows is not genuine" as shown below:
&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/-ptUGIouA1q8/Tpqckp4p_yI/AAAAAAAAASY/KrALLv9d4x4/s1600/windwos%2Bgenuine%2Badvantage%2Bnotifications.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="181" src="http://4.bp.blogspot.com/-ptUGIouA1q8/Tpqckp4p_yI/AAAAAAAAASY/KrALLv9d4x4/s320/windwos%2Bgenuine%2Badvantage%2Bnotifications.JPG" width="320" /&gt;&lt;/a&gt;&lt;span id="fullpost"&gt;If you are using Windows 7 and desktop look exactly like the picture above, you are also exposed to the Windows Genuine Notification Advantege. You can remove the Windows Genuine Advantage Notifications on a Windows 7 with Windows 7 using software that can didowload RemoveWAT.2.2.5 here.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;How to use Windows 7 RemoveWat 2.2.5&amp;nbsp; :&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;1. Download This File &lt;/span&gt;&lt;span id="fullpost"&gt;&lt;a href="http://www.ziddu.com/download/16852457/RAT2.2.5.2.rar.html"&gt;RemoveWat 2.2.5&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;2. Extract the files Windows 7 Remove Wat 2.2.5&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;3. Run RemoveWAT.exe&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;4. Click Remove Wat&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;5. Click OK&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;6. The computer will restart and the Windows Genuine Advantage Notifications have been lost from Your Computer  as shown below:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;span id="fullpost"&gt;&lt;a href="http://2.bp.blogspot.com/-rX-aA2aTrcg/TpqdBQcw8vI/AAAAAAAAASk/4DxopkiJE9c/s1600/windows7activated.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="252" src="http://2.bp.blogspot.com/-rX-aA2aTrcg/TpqdBQcw8vI/AAAAAAAAASk/4DxopkiJE9c/s320/windows7activated.JPG" width="320" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span id="fullpost"&gt;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span id="fullpost"&gt;Prevention: Turn off Automatic Update feature to prevent Windows to update automatically.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span id="fullpost"&gt;Related Link :
&lt;a href="http://duniaxkomputer.blogspot.com/2010/01/how-to-remove-windows-genuine-advantage.html"&gt;How To Remove Windows Genuine Advantage Notification In Windows XP&lt;/a&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "ca-pub-5213909784779373";
/* ContentUnitADDS */
google_ad_slot = "4270515305";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=%28y]aal%7B69a" target="_blank"&gt;&lt;img border="0" class=" spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr spylcftytsojerzmrewr" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-8246372491274436992?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/wp0a48mrMj4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/8246372491274436992/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/10/how-to-remove-windows-genuine-advantage.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8246372491274436992?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8246372491274436992?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/wp0a48mrMj4/how-to-remove-windows-genuine-advantage.html" title="How To Remove Windows Genuine Advantage Notification In Windows Vista or Windows 7" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-ptUGIouA1q8/Tpqckp4p_yI/AAAAAAAAASY/KrALLv9d4x4/s72-c/windwos%2Bgenuine%2Badvantage%2Bnotifications.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/10/how-to-remove-windows-genuine-advantage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMFRXs6cSp7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-2814773107222688776</id><published>2011-06-08T09:51:00.001-07:00</published><updated>2011-10-29T22:26:54.519-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:26:54.519-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>PrizeLive - Instant Payouts &amp; Low $1 Minimum to Get Paid [international]</title><content type="html">PrizeLive - Instant Payouts &amp; Low $1 Minimum to Get Paid [international]&lt;br /&gt;
&lt;br /&gt;
PrizeLive - Hot GPT Site Paying Instantly via PayPal With a Low $1 Minimum&lt;br /&gt;
&lt;br /&gt;
A few weeks ago I stumbled upon this hot new get paid to complete offers site called "PrizeLive." Most of all, I love two features about this unique and premier site for earning free and extra money online. First, PrizeLive offers fast instant payments for the offers you complete and pays earnings to members daily upon request.&lt;br /&gt;
&lt;span id="fullpost"&gt;  &lt;br /&gt;
 Second, there's are unique games which really helps boost your earning potential and make even more free money. I've really enjoyed both of these features and with tons of high paying free offers, daily paid surveys and easy signups; you can't go wrong with this incredibly new fun and simple get paid to site (or instant payouts to Paypal!). Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-5213909784779373";
/* ContentUnitADDS */
google_ad_slot = "4270515305";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt; &lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt; &lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-2814773107222688776?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/aqxoms-aU4k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/2814773107222688776/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/06/prizelive-instant-payouts-low-1-minimum.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/2814773107222688776?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/2814773107222688776?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/aqxoms-aU4k/prizelive-instant-payouts-low-1-minimum.html" title="PrizeLive - Instant Payouts &amp; Low $1 Minimum to Get Paid [international]" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/06/prizelive-instant-payouts-low-1-minimum.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMASXo9fyp7ImA9WhZSFU8.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-8346947557590639287</id><published>2011-03-30T16:16:00.000-07:00</published><updated>2011-03-30T16:24:08.467-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-30T16:24:08.467-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Download" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Anti Deep Freeze All Version</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-KBUcAOfbbc4/TZO5rbDaoZI/AAAAAAAAAQw/_yg9lJNbPV8/s1600/antiDeepFreezAllVersion.jpg" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"&gt;&lt;img border="0" height="158" width="320" src="http://1.bp.blogspot.com/-KBUcAOfbbc4/TZO5rbDaoZI/AAAAAAAAAQw/_yg9lJNbPV8/s320/antiDeepFreezAllVersion.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Deep Freeze. A computer software commonly used in internet cafe, internet cafe. Deep Freeze function is to secure data and protect data or to prevent undesirable things in the cafe when a computer is used by the client, usually prevents the virus.&lt;br /&gt;
&lt;br /&gt;
Deep Freeze own way of working is to restore the original data such as when the computer is restarted. Simply put, when Deep Freeze is active and the virus attacks the computer, restart your computer. Then all the data we'll be back as before when we set the first time and certainly the virus will automatically disappear.&lt;br /&gt;
&lt;span id="fullpost"&gt;  &lt;br /&gt;
If we use a computer in a cybercafe that I enable Deep Freeze, then we can not install any software whatsoever. If we install the settings would be back to normal.&lt;br /&gt;
&lt;br /&gt;
To outsmart the tricks that we have to use Deep Freeze how to hack, trick too easy and powerful way to mengHack Deep Freeze in figuring. We simply download the software to break into Deep Freeze. The name of the software is, the Anti Deep Freeze. This software is very powerful tool to break into all versions of Deep Freeze, either version 4, version 5, version 6 as well as evaluation standards. Anti Deep Freeze way this works is to simply disable Deep Freeze itself. Anyway Anti Deep Freeze software is to be powerful my remove, remove, deactivate, and breaking into Deep Freeze.&lt;br /&gt;
&lt;br /&gt;
After you download and install. Furthermore, its use is also very easy way. SIFT live press CTRL ALT F6, it will appear Deep Freeze. Open the Anti Deep Freeze has been installed earlier versions of Deep Freeze and choose what is installed on that computer. Click Apply. Then the computer has been spared from the Deep Freeze.&lt;br /&gt;
&lt;br /&gt;
if you like and want this software just klik &lt;a href="http://www.ziddu.com/download/14403418/AntiDfreeze6.rar.html"&gt;DOWNLOAD&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=%28y]aal%7B69a" target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-8346947557590639287?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/1Ybr2LdICWc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/8346947557590639287/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/03/anti-deep-freeze-all-version.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8346947557590639287?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8346947557590639287?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/1Ybr2LdICWc/anti-deep-freeze-all-version.html" title="Anti Deep Freeze All Version" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-KBUcAOfbbc4/TZO5rbDaoZI/AAAAAAAAAQw/_yg9lJNbPV8/s72-c/antiDeepFreezAllVersion.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/03/anti-deep-freeze-all-version.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YMR3g5eCp7ImA9WhZQFEg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-5700932168678161313</id><published>2011-03-30T16:04:00.000-07:00</published><updated>2011-04-21T22:46:26.620-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-21T22:46:26.620-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Download" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Award Keylogger is fast, invisible and easy-to-use</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-7e-1b07Y4qQ/TZO1QnNMZeI/AAAAAAAAAQo/KAJSuIXfCX0/s1600/keylogger.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-7e-1b07Y4qQ/TZO1QnNMZeI/AAAAAAAAAQo/KAJSuIXfCX0/s320/keylogger.jpg" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;Award Keylogger is fast, invisible and easy-to-use surveillance tool that allows you to find out what other users do on your computer in your absence. It records every keystroke to a log file. The log file can be sent secretly with email or FTP to a specified receiver. Award Keylogger can also detection specified keywords and take a screenshot whenever one is typed, displaying findings in a tidy log viewer. It causes no suspicious slowdowns and takes very few system resources. all this is happening in full stealth mode so the person you are monitoring will never be aware of it.&lt;br /&gt;
&lt;span id="fullpost"&gt;   &lt;br /&gt;
Main Features:&lt;br /&gt;
• New! Run keylogger as a Windows service&lt;br /&gt;
• Easy-to-use, even for beginners&lt;br /&gt;
• Absolutely invisible/stealth mode&lt;br /&gt;
• Logs accounts and passwords typed in the every application&lt;br /&gt;
• Logs message typed in all instant messengers&lt;br /&gt;
• Visual surveillance, support screenshots view&lt;br /&gt;
• Slide show for screenshots&lt;br /&gt;
• Captures the contents behind the asterisks&lt;br /&gt;
• Captures mouse clicks&lt;br /&gt;
• Logs websites visited&lt;br /&gt;
• Captures AOL/AIM/Yahoo/ICQ chats&lt;br /&gt;
• Keyword Detection and Notification&lt;br /&gt;
• Records contents of password protected web pages, including Web Mail messages&lt;br /&gt;
• Logs Windows Clipboard&lt;br /&gt;
• Sends log by e-mail&lt;br /&gt;
• Uploads ALL logs into the separate folders by FTP&lt;br /&gt;
• Invisible for the firewall program&lt;br /&gt;
• Invisible in the Windows startup list&lt;br /&gt;
• Monitors all users of the PC&lt;br /&gt;
• User friendly HTML file format for emailed logs&lt;br /&gt;
• Invisible in Windows NT/2000/XP Task Manager and Windows 9.x/Me Task List&lt;br /&gt;
• Records Windows 9.x/Me/2000/XP/VISTA logon passwords&lt;br /&gt;
• Intercepts DOS-box and Java-chat keystrokes&lt;br /&gt;
• Supports international keyboards&lt;br /&gt;
• External log viewer&lt;br /&gt;
• Supports printing of the log&lt;br /&gt;
• Optimized for Windows XP&lt;br /&gt;
• Exports log to HTML&lt;br /&gt;
&lt;br /&gt;
Recommended system configuration:&lt;br /&gt;
Microsoft Windows XP, Vista or 7&lt;br /&gt;
1024*768 screen resolution with 16.7 million colors&lt;br /&gt;
100 MB free disk space&lt;br /&gt;
CD-ROM or DVD-ROM drive&lt;br /&gt;
Internet Explorer 6 or 7&lt;br /&gt;
Internet access&lt;br /&gt;
&lt;br /&gt;
Changes in Award Keylogger 1.37:&lt;br /&gt;
+ Run keylogger as a Windows service, the keylogger is still running if user log off or switch user(the early versions don't support the user log off feature).&lt;br /&gt;
* The hotkey is still valid if the configure file was missing.&lt;br /&gt;
&lt;br /&gt;
if you like and want this software just click &lt;a href="http://www.ziddu.com/download/14403374/klinstall.rar.html"&gt;DOWNLOAD&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=%28y]aal%7B69a" target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-5700932168678161313?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/CSVO6LWn_HA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/5700932168678161313/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/03/award-keylogger-is-fast-invisible-and.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5700932168678161313?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5700932168678161313?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/CSVO6LWn_HA/award-keylogger-is-fast-invisible-and.html" title="Award Keylogger is fast, invisible and easy-to-use" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-7e-1b07Y4qQ/TZO1QnNMZeI/AAAAAAAAAQo/KAJSuIXfCX0/s72-c/keylogger.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/03/award-keylogger-is-fast-invisible-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQBQnk7fSp7ImA9WhZSFEU.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-1949007992285446028</id><published>2011-03-30T04:12:00.000-07:00</published><updated>2011-03-30T04:59:13.705-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-30T04:59:13.705-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tech News" /><title>Make Label With Ease And Low Cost</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-OLm5jzwn1d0/TZMOrRJEKkI/AAAAAAAAAQk/IBjWPzrx7Vw/s1600/laberMaker2.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="148" src="http://4.bp.blogspot.com/-OLm5jzwn1d0/TZMOrRJEKkI/AAAAAAAAAQk/IBjWPzrx7Vw/s200/laberMaker2.jpeg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://3.bp.blogspot.com/-HcdL100tUHk/TZMOoY8xtRI/AAAAAAAAAQg/wHwTVCYq8uI/s1600/LaberMaker1.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="148" src="http://3.bp.blogspot.com/-HcdL100tUHk/TZMOoY8xtRI/AAAAAAAAAQg/wHwTVCYq8uI/s200/LaberMaker1.jpeg" width="200" /&gt;&lt;/a&gt;&lt;br /&gt;
A label printer is a computer printer that prints on self-adhesive label material and/or card-stock (tags). Label printers with built-in keyboards and displays, for stand-alone use (without a computer), are often called &lt;a href="http://www.brother.com.au/products/labellers.aspx"&gt;label maker&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
label makers are handheld or small desktop devices. They are intended for home office, small office, or small business use. The cost of the printers is generally very low, making them popular with low volume users. Today, this type has been almost completely displaced by electronic thermal transfer devices with built-in keyboard and display, and an integrated cartridge containing the label material (and print ribbon, if used). Label printers have a wide variety of applications, including supply chain management, retail price marking, packaging labels, blood and laboratory specimen marking, pipe markers, wire markers, valve tags, directional signs, equipment labels, bar code labels fixed assets management and general safety labels. Whether you need to create self adhesive labels for mailing or shipping, or to keep your files, binders, shelves and media organized, you'll find the perfect label printer for the job.&lt;br /&gt;
&lt;span id="fullpost"&gt;&lt;br /&gt;
&lt;a href="http://www.brother.com.au/products/labellers.aspx"&gt;Laber Maker&lt;/a&gt; printer come in handy for a variety of uses at home as well as at work. The uses for label makers are endless. You can make labels for packages, container and products. They can also be used for home and office organization. Finding the right label machine for your needs doesn't have to be difficult. Read below to learn about different types of label machines and how to find them.&lt;br /&gt;
&lt;br /&gt;
Some of you out there learned about how useful it is in your offices while others discovered its purposes in the home. There are certainly many uses for label makers. Label makers are actually great partners for organizing office and home stuff. These are very handy machines that do not take much space. Nor do they take a lot of investment.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.brother.com.au/products/labellers.aspx"&gt;Label maker&lt;/a&gt; ideas for the office, This is because of the following useful ideas you can create out of it:&lt;br /&gt;
1. Preparation of business documents. You can write note with a pen, but if you want to be in with the trend, use them instead. The result is longer lasting and more presentable. Use it in seminar and symposia handouts.&lt;br /&gt;
2. Make presentable packages out of it. Take that to a more modern alternative and use a label maker for your product's packages. In fact, there are also some label printers for creating barcodes. &lt;br /&gt;
3. Use it for brochure and handout distribution. Use the gadget to place your name, address and other contact details on the brochure you are distributing.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.brother.com.au/products/labellers.aspx"&gt;Label maker&lt;/a&gt; ideas for the home, Much had been said about the uses of labels in the office. At home, the gadget will serve well if you:&lt;br /&gt;
1. Use it in the kitchen. Label your ingredients, storage counters and baby food through this gadget. &lt;br /&gt;
2. Use it for your kid's needs. Label notebooks, pens, colors and other school supplies through the gadget.&lt;br /&gt;
3. Use it for storage boxes. Make use of it to label toys and other storage boxes inside your children's cabinets. Do the same thing for items inside your own room.&lt;br /&gt;
4. Use it to organize your CD's and DVD's.&lt;/span&gt;&lt;br /&gt;
&lt;span id="fullpost"&gt;&lt;br /&gt;
There are indeed a lot of great ideas for label makers. Use it to create name tags and addresses. Buy one and you will see that it is worth your investment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ziddu.com/register.php?referralid=%28y]aal%7B69a" target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-1949007992285446028?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/hDwudqBzepA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/1949007992285446028/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2011/03/make-label-with-ease-and-low-cost.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1949007992285446028?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1949007992285446028?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/hDwudqBzepA/make-label-with-ease-and-low-cost.html" title="Make Label With Ease And Low Cost" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-OLm5jzwn1d0/TZMOrRJEKkI/AAAAAAAAAQk/IBjWPzrx7Vw/s72-c/laberMaker2.jpeg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2011/03/make-label-with-ease-and-low-cost.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEHQ34-fCp7ImA9WhRTFU0.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-8535846870481411460</id><published>2010-12-16T20:12:00.001-08:00</published><updated>2011-11-05T08:23:52.054-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-05T08:23:52.054-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>ImTOO DVD Ripper</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/__Ila1Vf503Q/TQrGrQYGivI/AAAAAAAAAQI/38Hw4-xPDTA/s1600/1-dvd-ripper-ultimate6.gif" imageanchor="1" style="clear:right; float:right; margin-left:1em; margin-bottom:1em"&gt;&lt;img border="0" height="236" width="320" src="http://4.bp.blogspot.com/__Ila1Vf503Q/TQrGrQYGivI/AAAAAAAAAQI/38Hw4-xPDTA/s320/1-dvd-ripper-ultimate6.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Are you want to have a collection of DVD movies on your computer or on your gadget? you can store backups such your films to put in your hard disk on the computer using a &lt;a href="http://www.imtoo.com/dvd-ripper.html"&gt;DVD ripper&lt;/a&gt; software. One of the programs for this purpose is most popular is ImTOO DVD such us &lt;a href="http://www.imtoo.com/dvd-ripper-mac.html"&gt;DVD Ripper Mac&lt;/a&gt; . The advantage of this application is able to do DVD ripping for Mac OS. It is also much faster in doing the ripping process, can set some parameters, the management of the video clipping, and some other advanced features.&lt;br /&gt;
&lt;br /&gt;
ImTOO DVD Ripper, the most powerful software to convert DVD movies to DVD with excellent results and quality, ImTOO DVD Ripper is also the best way to convert DVD to all video / audio files, eg convert DVD to MPEG, convert DVD to VCD, convert from DVD to AVI, or convert to any format Video’s with super high speed converting.&lt;br /&gt;
The main capabilities of this software is to make ripping DVDs and then convert it to various formats according to user needs such as: VCD (MPEG1), SVCD (MPEG2), AVI, MPEG4, DivX, and WMV, etc. This program provides additional key features that will feel very pleasant, especially for advanced users including: the ability to modify various settings to change the quality end of the video.&lt;br /&gt;
&lt;span id="fullpost"&gt;   &lt;br /&gt;
Not only the output, this software also can modify various settings video inputs to be processed. The combination of input and output settings will produce the video quality varied depending on the user's choice. All this was coupled with the ability to change the audio settings are also quite many and varied, so that more modifications to the user's choice to reproduce.&lt;br /&gt;
&lt;br /&gt;
ImTOO DVD Ripper has many products which applications can run on different operating system that is for Windows-OS and mac-os. and not just DVD Ripper ImTOO have much product Such as &lt;a href="http://www.imtoo.com/video-converter-mac.html"&gt;Video Converter for Mac&lt;/a&gt;, Video Converter for Windows. Its software is very better use tools for anyone to convert video Honestly you have. And the other product of ImTOO is DVD creator, its tool is use for help u to make a Nice DVD movie of your file Movies. If you want to know this product of ImTOO just visit &lt;a href="http://www.imtoo.com/"&gt;http://www.imtoo.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-8535846870481411460?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/F4M180eXIP4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/8535846870481411460/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/12/imtoo-dvd-ripper.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8535846870481411460?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/8535846870481411460?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/F4M180eXIP4/imtoo-dvd-ripper.html" title="ImTOO DVD Ripper" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__Ila1Vf503Q/TQrGrQYGivI/AAAAAAAAAQI/38Hw4-xPDTA/s72-c/1-dvd-ripper-ultimate6.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/12/imtoo-dvd-ripper.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMNQH08eCp7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-6664844901860352919</id><published>2010-11-28T21:08:00.000-08:00</published><updated>2011-10-29T22:28:11.370-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:28:11.370-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>How To remove Services Manualy in Windows</title><content type="html">May Be Any One can not know very well, How to delete a service from Windows, but applications that use these services already on Uninstall. Here there is a solution that hopefully can help.&lt;br /&gt;
&lt;br /&gt;
Read This Step By Step :&lt;br /&gt;
    First  : Start&gt; Run, type "services.msc" and click OK, look for name service&lt;br /&gt;
    Two    : Start&gt; Run, type "regedit" and click OK&lt;br /&gt;
    Third  : Find the location (path) under the system registry&lt;br /&gt;
             HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services&lt;br /&gt;
&lt;span id="fullpost"&gt;   &lt;br /&gt;
    Four: Select the services you want to delete (remove) from the Windows system, then delete the key and its value after that did the first step and see whether the service is successful in removing.&lt;br /&gt;
&lt;br /&gt;
In addition to these steps there is another easier way is by using the command "sc" in the command prompt. Please Read This:&lt;br /&gt;
&lt;br /&gt;
    First  : you must in CMD, Start&gt; Run, type "CMD" and click OK.&lt;br /&gt;
    Second : Just Type  "sc delete [Service Name you want to delete]"&lt;br /&gt;
             DESCRIPTION:&lt;br /&gt;
             Deletes a service entry from the registry.&lt;br /&gt;
             If the service is running, or another process has an&lt;br /&gt;
             open handle to the service, the service is simply marked&lt;br /&gt;
             for deletion.&lt;br /&gt;
             USAGE:&lt;br /&gt;
             sc delete [service name]&lt;br /&gt;
&lt;br /&gt;
in addition to removing the service command can also set the service to manual / auto, stop / start, etc..&lt;br /&gt;
&lt;br /&gt;
if you want to see what u can do with sc you just type in command prompt :&lt;br /&gt;
type sc then press enter. You will see to use it, please see this :&lt;br /&gt;
&lt;br /&gt;
*** Unrecognized Command ***&lt;br /&gt;
DESCRIPTION:&lt;br /&gt;
        SC is a command line program used for communicating with the&lt;br /&gt;
        NT Service Controller and services.&lt;br /&gt;
USAGE:&lt;br /&gt;
        sc &lt;server&gt; [command] [service name] &lt;option1&gt; &lt;option2&gt;...&lt;br /&gt;
&lt;br /&gt;
        The option &lt;server&gt; has the form "\\ServerName"&lt;br /&gt;
        Further help on commands can be obtained by typing: "sc [command]"&lt;br /&gt;
        Commands:&lt;br /&gt;
          query-----------Queries the status for a service, or&lt;br /&gt;
                          enumerates the status for types of services.&lt;br /&gt;
          queryex---------Queries the extended status for a service, or&lt;br /&gt;
                          enumerates the status for types of services.&lt;br /&gt;
          start-----------Starts a service.&lt;br /&gt;
          pause-----------Sends a PAUSE control request to a service.&lt;br /&gt;
          interrogate-----Sends an INTERROGATE control request to a service.&lt;br /&gt;
          continue--------Sends a CONTINUE control request to a service.&lt;br /&gt;
          stop------------Sends a STOP request to a service.&lt;br /&gt;
          config----------Changes the configuration of a service (persistant).&lt;br /&gt;
          description-----Changes the description of a service.&lt;br /&gt;
          failure---------Changes the actions taken by a service upon failure.&lt;br /&gt;
          qc--------------Queries the configuration information for a service.&lt;br /&gt;
          qdescription----Queries the description for a service.&lt;br /&gt;
          qfailure--------Queries the actions taken by a service upon failure.&lt;br /&gt;
          delete----------Deletes a service (from the registry).&lt;br /&gt;
          create----------Creates a service. (adds it to the registry).&lt;br /&gt;
          control---------Sends a control to a service.&lt;br /&gt;
          sdshow----------Displays a service's security descriptor.&lt;br /&gt;
          sdset-----------Sets a service's security descriptor.&lt;br /&gt;
          GetDisplayName--Gets the DisplayName for a service.&lt;br /&gt;
          GetKeyName------Gets the ServiceKeyName for a service.&lt;br /&gt;
          EnumDepend------Enumerates Service Dependencies.&lt;br /&gt;
&lt;br /&gt;
        The following commands don't require a service name:&lt;br /&gt;
        sc &lt;server&gt; &lt;command&gt; &lt;option&gt;&lt;br /&gt;
          boot------------(ok | bad) Indicates whether the last boot should&lt;br /&gt;
                          be saved as the last-known-good boot configuration&lt;br /&gt;
          Lock------------Locks the Service Database&lt;br /&gt;
          QueryLock-------Queries the LockStatus for the SCManager Database&lt;br /&gt;
EXAMPLE:&lt;br /&gt;
        sc start MyService&lt;br /&gt;
&lt;br /&gt;
&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-6664844901860352919?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/aWHpjb9fq_c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/6664844901860352919/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/11/how-to-remove-services-manualy-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6664844901860352919?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6664844901860352919?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/aWHpjb9fq_c/how-to-remove-services-manualy-in.html" title="How To remove Services Manualy in Windows" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/11/how-to-remove-services-manualy-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMCSX8-cCp7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-3702786423351851098</id><published>2010-03-15T09:28:00.000-07:00</published><updated>2011-10-29T22:27:48.158-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:27:48.158-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>Get Solution For Find Your Drivers Computer !!!</title><content type="html">&lt;a href="http://1.bp.blogspot.com/__Ila1Vf503Q/S55pNKjoPBI/AAAAAAAAAOY/V4o-D4zdZn0/s1600-h/driveraccess.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 220px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S55pNKjoPBI/AAAAAAAAAOY/V4o-D4zdZn0/s320/driveraccess.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5448908274057886738" /&gt;&lt;/a&gt;&lt;br /&gt;why we need a The &lt;a href="http://www.driveraccess.com"&gt;computer drivers&lt;/a&gt;? Because The computer drivers is a software as bridge between hardware and software.&lt;br /&gt;&lt;br /&gt;Looking for drivers that are obsolete or just drivers that are hard-to-find for a gadget you don't want to get rid of? Search our driver database and find all the drivers you are searching for. You're sure to find we have a driver for any device you've got.&lt;br /&gt;&lt;br /&gt;In Some Condition, Maybe You've had such a long time and when the computer wants to reinstall The Operating Software,and  it turns out his driver CD was lost or sold. Or  we bought a second computer does not have computer drivers for Your Motherboards. Or the computer drivers we need has been lost.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Don’t confused , now we has a solution, if we diligently to borrow a computer cafe or friends, office or anyone else connected to the Internet and visit this site and download this software, and May be we will get driver Motherboards back. Because there are several sites or several software that provide the old drivers or  the new Drivers like VGA Driver, &lt;a href="http://www.driveraccess.com"&gt;Sound Driver&lt;/a&gt;, Network Card Driver, CD / DVD-ROM / RW Driver and others.&lt;br /&gt;&lt;br /&gt;For that by downloading this software can hopefully help you to find the problem driver you need for installation on a new Operating System installed.&lt;br /&gt;&lt;br /&gt;If you want to download it please visit this website and download the software and fix all your problems. Or just Click &lt;a href="http://www.ziddu.com/download/8984757/DriverAccess_Installer.exe.html"&gt;This&lt;/a&gt; For download this Software. And with this software you can download all &lt;a href="ttp://www.driveraccess.com"&gt;windows drivers&lt;/a&gt; in your Computer very easily.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-3702786423351851098?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/HjE0isLGpwU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/3702786423351851098/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/03/get-solution-for-find-your-drivers.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/3702786423351851098?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/3702786423351851098?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/HjE0isLGpwU/get-solution-for-find-your-drivers.html" title="Get Solution For Find Your Drivers Computer !!!" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/S55pNKjoPBI/AAAAAAAAAOY/V4o-D4zdZn0/s72-c/driveraccess.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/03/get-solution-for-find-your-drivers.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMNQH09fCp7ImA9WhdaGUg.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-354354497037872780</id><published>2010-02-24T06:33:00.000-08:00</published><updated>2011-10-29T22:28:11.364-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-29T22:28:11.364-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>NextUp TextAloud v2.303-NeoX</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S4U-LboDUeI/AAAAAAAAAOI/xJTzYMBPQsc/s1600-h/textAloud.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 268px; height: 320px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S4U-LboDUeI/AAAAAAAAAOI/xJTzYMBPQsc/s320/textAloud.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5441824090862342626" /&gt;&lt;/a&gt;Windows Sofware | NextUp TextAloud v2.303-NeoX | 3.30 MB&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;TextAloud reads text from email, web pages, reports and more, aloud on your PC. TextAloud can also save your daily reading to MP3 or Windows Media files ready for playback on your iPod, PocketPC, or even on your TV with Tivo's Home Media Option. Be more productive or just be entertained wherever you go with our text reader. Our TextAloud 2.0 release is here and packed with new features! If you haven't heard computer speech lately, you'll be amazed at how human-like the latest voices really are. Click Here for a sample audio file created using our text to speech converter with the optional AT&amp;T Natural Voices. We also offer exciting premium voices from NeoSpeech and Cepstral to bring you the best quality and personality in speech for your PC. Business people, students, educators, writers, lawyers, homemakers and busy people from all walks of life find TextAloud to be an essential tool they use every day. It's been featured in The New York Times, PC Magazine, Writer's Digest, on CNN and more.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Additional Information:&lt;br /&gt;* Included with the program of speech engines&lt;br /&gt;* Loquendo - Olga (Rus) + additional votes. (Eng.)&lt;br /&gt;* Scansoft-RealSpeak-Nuance-TTS-SAPI5-Daniel-UK-English (Eng.)&lt;br /&gt;* A full set of reading and learning English&lt;br /&gt;&lt;br /&gt;Homepage - http://www.anonymz.com/?http://www.nextup.com/&lt;br /&gt;&lt;br /&gt;For Download Just click &lt;a href="http://www.ziddu.com/download/8722170/NextUp.TextAloud.v2.303.rar.html"&gt;This&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-354354497037872780?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/dxmKHq4jjEM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/354354497037872780/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/02/nextup-textaloud-v2303-neox.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/354354497037872780?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/354354497037872780?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/dxmKHq4jjEM/nextup-textaloud-v2303-neox.html" title="NextUp TextAloud v2.303-NeoX" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__Ila1Vf503Q/S4U-LboDUeI/AAAAAAAAAOI/xJTzYMBPQsc/s72-c/textAloud.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/02/nextup-textaloud-v2303-neox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0AHSX87fip7ImA9WxBVE0s.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-1719094379416717460</id><published>2010-02-16T08:45:00.000-08:00</published><updated>2010-02-16T16:15:38.106-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-16T16:15:38.106-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tech News" /><title>Second &amp; Refurbished Cisco network devices</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S3sxp2l7QeI/AAAAAAAAAL8/gS7bSOjjRs8/s1600-h/networking.gif"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 238px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S3sxp2l7QeI/AAAAAAAAAL8/gS7bSOjjRs8/s320/networking.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5438995570078990818" /&gt;&lt;/a&gt;www.infinit-tech.com also provide sales of computer &lt;a href="http://www.infinit-tech.com/Networking.php"&gt;networking&lt;/a&gt; device and the second Cisco router refurbished as, New and refurbished catalyst (switches), routers, &lt;a href="http://www.infinit-tech.com/Servers.php"&gt;servers&lt;/a&gt;, &lt;a href="http://www.infinit-tech.com/Network-Security.php"&gt;firewalls&lt;/a&gt;, telecommunications and security products, and the following modules. All of www.infinit-tech.com refurbished hardware goes through and extensive audit, tested and most come with an unconditional 5 year warranty.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Many of the advantages of using &lt;a href="http://www.infinit-tech.com/Networking.php"&gt;Cisco&lt;/a&gt; products or refurbished second of them is you can press the network implementation budget by more than 50%! These savings gained from purchasing budget emphasis network devices however you still get the quality and the best performance. Benefits will be felt right to benefits if you are a new player in the IT services business as ISP services, Data Center, &lt;a href="http://www.infinit-tech.com/Telecommunications.php"&gt;Telecommunications&lt;/a&gt;, etc. so as to reduce the cost of investment. &lt;br /&gt;&lt;br /&gt;In addition to small-medium enterprise network devices with such high quality products will ensure the reliability of Cisco's corporate information systems that support the company's business performance. With the second alternative network device or refurbished from Cisco can hit budget enterprise network implementation, but with a fixed gain of performance excellence and network stability. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-1719094379416717460?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/n-e577ALong" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/1719094379416717460/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/02/second-refurbished-cisco-network.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1719094379416717460?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1719094379416717460?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/n-e577ALong/second-refurbished-cisco-network.html" title="Second &amp; Refurbished Cisco network devices" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__Ila1Vf503Q/S3sxp2l7QeI/AAAAAAAAAL8/gS7bSOjjRs8/s72-c/networking.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/02/second-refurbished-cisco-network.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMAQX49eCp7ImA9WxBVE0s.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-1356631304358643012</id><published>2010-02-10T08:46:00.000-08:00</published><updated>2010-02-16T15:54:00.060-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-16T15:54:00.060-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Artisteer 2 Template Generator</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S3LksfFnHZI/AAAAAAAAAKI/gHhzXM5lSVI/s1600-h/artisteer+logo.bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 221px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S3LksfFnHZI/AAAAAAAAAKI/gHhzXM5lSVI/s320/artisteer+logo.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5436659153100021138" /&gt;&lt;/a&gt;For users of popular CMS like Wordpress, Joomla or Drupal template use and selection must be a priority. Usually used to search the template to do with hunting or to google sites free template providers. the Weakness of this application, we had no trouble determining the appropriate template with our tastes. The second option is to create or memodofikasi existing template. Condition we must have at least basic skills in Photoshop, Dreamweaver, HTML, CSS, and so on. Trouble is not it? In this article I will provide tools that can create templates as easy as making like instant noodle.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Software used here is Artisteer. Can you see on the official website here. This software can create a professional template click and drop without any programming basics. Some of the templates that can be made of them is joomla, wordpress, drupal, blogger (wait) and others. See demo here.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S3LkiLpmRWI/AAAAAAAAAKA/Gpq8SekHthY/s1600-h/artisteer.bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 200px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S3LkiLpmRWI/AAAAAAAAAKA/Gpq8SekHthY/s320/artisteer.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5436658976083559778" /&gt;&lt;/a&gt;&lt;br /&gt;Owned design variations are also very diverse with a variety of model choices. Good for menus, modules, background, header, footer, articles, and so forth. Unfortunately, this software is trial version. The resulting template will be added bookmarks very disturbing trial.&lt;br /&gt;&lt;br /&gt;But no matter, I have been providing software + Crack that can be used so that the resulting template really solid.&lt;br /&gt;&lt;br /&gt;If you want to have. just Click &lt;a href="http://depositfiles.com/en/files/13eorh9uk"&gt;THIS&lt;/a&gt;.&lt;br /&gt;and For Crack this application Click &lt;a href="   http://www.ziddu.com/download/8532507/artisteer_crack.rar.html"&gt;This&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-1356631304358643012?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/VRU1FK16j5A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/1356631304358643012/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/02/for-users-of-popular-cms-like-wordpress.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1356631304358643012?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1356631304358643012?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/VRU1FK16j5A/for-users-of-popular-cms-like-wordpress.html" title="Artisteer 2 Template Generator" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/S3LksfFnHZI/AAAAAAAAAKI/gHhzXM5lSVI/s72-c/artisteer+logo.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/02/for-users-of-popular-cms-like-wordpress.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMAQX49eSp7ImA9WxBVE0s.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-2131675843489375190</id><published>2010-01-24T22:16:00.000-08:00</published><updated>2010-02-16T15:54:00.061-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-16T15:54:00.061-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>PayPal Shop Maker is Your Choise</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S11_kkUVhJI/AAAAAAAAAJo/L9-l4qUPLbs/s1600-h/Paypal+Shop+Maker2.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 120px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S11_kkUVhJI/AAAAAAAAAJo/L9-l4qUPLbs/s320/Paypal+Shop+Maker2.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5430636991879677074" /&gt;&lt;/a&gt;&lt;br /&gt;Creating a PayPal shop to sell your products on your website was never easier. With PayPal Shop Maker you can build your online shop without the need of learning how to integrate PayPal.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S11_qq2ZYSI/AAAAAAAAAJw/b_3AXzoajMs/s1600-h/Paypal+Shop+Maker.gif"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 300px; height: 240px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S11_qq2ZYSI/AAAAAAAAAJw/b_3AXzoajMs/s320/Paypal+Shop+Maker.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5430637096712364322" /&gt;&lt;/a&gt;&lt;br /&gt;You can quickly and easily to work with product information directly in PayPal Shop Maker and create your PayPal-enabled shop with built-in JavaScript Shopping Cart, PayPal Buy Now Button or standard PayPal Shopping Cart. Page generated in order to display in HTML or ASP or PHP, so you can publish them to almost all servers. Within minutes your site will be able to accept credit card payments through PayPal. PayPal Shop Maker supports sophisticated custom shipping, tax and discount calculation as well as PayPal provided shipping, tax and handling. You can also optionally use MS Access database with ASP or MySQL database with PHP, Instant Payment Notification (IPN), Payment Data Transfer (PDT) and Digital Goods Download by ASP or PHP.&lt;br /&gt;&lt;br /&gt;PayPal Shop Maker template is highly customizable. You can change the layout or look and feel of the entire website by modifying an HTML page and CSS stylesheet only. You also can customize the layout of the pages to display the product catalog your products as you want.&lt;br /&gt;&lt;br /&gt;if you want it just klik &lt;a href="http://www.ziddu.com/download/8317813/PayPalShopMaker.rar.html"&gt;this&lt;/a&gt;.&lt;br /&gt;for crack klik &lt;a href="http://www.ziddu.com/download/8317636/PayPalShopMakerCrack.rar.html"&gt;this&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-2131675843489375190?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/wymjzzMElYo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/2131675843489375190/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/paypal-shop-maker-is-your-choise.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/2131675843489375190?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/2131675843489375190?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/wymjzzMElYo/paypal-shop-maker-is-your-choise.html" title="PayPal Shop Maker is Your Choise" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__Ila1Vf503Q/S11_kkUVhJI/AAAAAAAAAJo/L9-l4qUPLbs/s72-c/Paypal+Shop+Maker2.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/paypal-shop-maker-is-your-choise.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0ACQ3Y5fCp7ImA9WxBXEUw.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-947030536251268618</id><published>2010-01-21T09:03:00.000-08:00</published><updated>2010-01-21T15:16:02.824-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-21T15:16:02.824-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Registry Monitor (RegMoon v.7.04)</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1iJvUO9nkI/AAAAAAAAAJg/VVv-fVZwqcE/s1600-h/registry+monitor(regmoon).bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 190px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1iJvUO9nkI/AAAAAAAAAJg/VVv-fVZwqcE/s320/registry+monitor(regmoon).bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5429240796773457474" /&gt;&lt;/a&gt;&lt;br /&gt;Regmon is a monitoring tool that will show you which programs have access to the Registry, which is the key, and recording of data actually read and write - all at bieżąco.To sophisticated tools will allow you to see and understand how to program using registry. Thanks Regmonowi see how the keys and their values changed.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;RegMon requires no installation and launches in a plain, yet clear-cut and neatly designed interface that displays registry changes. The program effectively monitors and displays registry changes--including the time, process, request, path, and result (Success or Not Found). For better analysis and record-keeping purposes, you can easily save the log as a text file. You can also include or exclude keys in monitoring for a more accurate result, or simply highlight monitored registry keys. RegMon also has quick one-click access to Windows built-in Registry Editor to easily open entries on the list.&lt;br /&gt;&lt;br /&gt;This application, though relatively easy to use, may still overwhelm first-time users or novices because of insufficient information regarding the monitored changes. Users familiar with registry entries and modifications are sure to appreciate this freeware.&lt;br /&gt;&lt;br /&gt;If you want to download this software you must klik &lt;a href="http://www.ziddu.com/download/8265233/Regmon.zip.html"&gt;this&lt;/a&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;a href='http://www.ziddu.com/register.php?referralid=(y]aal{69a' target="_blank"&gt;&lt;img border="0" src="http://www.ziddu.com/banners/images/1185859864@ban_468x60.gif" /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-947030536251268618?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/VhOTeRyQ7E8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/947030536251268618/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/registry-monitor-regmoon-v704.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/947030536251268618?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/947030536251268618?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/VhOTeRyQ7E8/registry-monitor-regmoon-v704.html" title="Registry Monitor (RegMoon v.7.04)" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/S1iJvUO9nkI/AAAAAAAAAJg/VVv-fVZwqcE/s72-c/registry+monitor(regmoon).bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/registry-monitor-regmoon-v704.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EBQnczeSp7ImA9WxBXEUw.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-53549636660802695</id><published>2010-01-21T03:55:00.000-08:00</published><updated>2010-01-21T15:14:13.981-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-21T15:14:13.981-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>Yahoo Messenger Virus Attack</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1hIcqWDHaI/AAAAAAAAAJY/G_-Uwp94Kc8/s1600-h/YM+ku.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 200px; height: 180px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1hIcqWDHaI/AAAAAAAAAJY/G_-Uwp94Kc8/s320/YM+ku.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5429169008035437986" /&gt;&lt;/a&gt;&lt;br /&gt;Virus attack on Yahoo Messenger where it will take control of your messenger and without your knowledge sends some messages with a website links which contains the virus, to your friends list, remind you without YOUR KNOWLEDGE so be careful, There is a very bad. How to resolve this, try to do the following things to remove if your are effected.&lt;br /&gt;Start Menu &gt;&gt; Run&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;copy &amp; paste in run &amp; press enter&lt;br /&gt;&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;copy &amp; paste in run &amp; press enter&lt;br /&gt;&lt;br /&gt;&amp; delete the files svhost32.exe from ur comp &amp; temp folder after killing the process&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If your computer is infected with this virus " It will sends the nsl-school.org url to all of your friend list in yahoo messenger using your ID . So with in few hours many of your friends will get infected with it.&lt;br /&gt;&lt;br /&gt;I don't know the actual target of the idiot who created it. May be to advertise his site or to steal very imp data from your computer. I resolved the problem manually from 2 infected PC's. Just go through the below steps carefully.&lt;br /&gt;&lt;br /&gt;What are those links ?:&lt;br /&gt;&lt;br /&gt;Nsl-school.org or other (Do not open this url in your browser).&lt;br /&gt;&lt;br /&gt;If you are infected with it what is going to happen ?&lt;br /&gt;&lt;br /&gt;1: It sets your default IE page to nsl-school.org, you can’t even change it back to other page. If you open IE from your comp some malicious code will automatically executed into your computer.&lt;br /&gt;&lt;br /&gt;2: It will disables the Task manager / reg edit. So you can’t kill the Trojan process anymore.&lt;br /&gt;&lt;br /&gt;3: Files that are gonaa installed by this virus are svhost.exe , svhost32.exe , internat.exe.&lt;br /&gt;&lt;br /&gt;you can find these files in windows/ &amp; temp/ directories.&lt;br /&gt;&lt;br /&gt;4: It will sends the secured &amp; protected information to attacker&lt;br /&gt;&lt;br /&gt;How to remove this manually from your computer ?&lt;br /&gt;&lt;br /&gt;1: Close the IE browser. Log out messenger / Remove Internet Cable.&lt;br /&gt;&lt;br /&gt;2: To enable Regedit&lt;br /&gt;&lt;br /&gt;Click Start, Run and type this command exactly as given below: (better - Copy and paste)&lt;br /&gt;&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;3: To enable task manager : (To kill the process we need to enable task manager)&lt;br /&gt;&lt;br /&gt;Click Start, Run and type this command exactly as given below: (better - Copy and paste)&lt;br /&gt;&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;4: Now we need to change the default page of IE though regedit.&lt;br /&gt;&lt;br /&gt;Start&gt;Run&gt;Regedit&lt;br /&gt;&lt;br /&gt;From the below locations in Regedit chage your default home page to google.com or other.&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main&lt;br /&gt;&lt;br /&gt;HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main&lt;br /&gt;&lt;br /&gt;HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main&lt;br /&gt;&lt;br /&gt;Just replace the attacker site with google.com or set it to blank page.&lt;br /&gt;&lt;br /&gt;5: Now we need to kill the process from back end. Press Ctrl + Alt + Del&lt;br /&gt;&lt;br /&gt;Kill the process svhost32.exe . ( may be more than one process is running.. check properly)&lt;br /&gt;&lt;br /&gt;6: Delete svhost32.exe , svhost.exe files from Windows/ &amp; temp/ directories. Or just search for svhost in your comp.. delete those files.&lt;br /&gt;&lt;br /&gt;7: Go to regedit search for svhost and delete all the results you get.&lt;br /&gt;&lt;br /&gt;Start menu &gt; Run &gt; Regedit &gt;&lt;br /&gt;&lt;br /&gt;8: Restart the computer. That’s it now you are virus free.&lt;br /&gt;&lt;br /&gt;I don’t know whether any removal patch that works for this Trojan/virus. But we can easily delete it manually. &lt;br /&gt;&lt;br /&gt;posting from:&lt;br /&gt;Cheers,&lt;br /&gt;Sureshkumar CH,&lt;br /&gt;Information Security Specialist.&lt;br /&gt;www.sureshkumar.net. &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-53549636660802695?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/lpqdCy9uxc0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/53549636660802695/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/yahoo-messenger-virus-attack.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/53549636660802695?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/53549636660802695?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/lpqdCy9uxc0/yahoo-messenger-virus-attack.html" title="Yahoo Messenger Virus Attack" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__Ila1Vf503Q/S1hIcqWDHaI/AAAAAAAAAJY/G_-Uwp94Kc8/s72-c/YM+ku.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/yahoo-messenger-virus-attack.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cCQnY6fip7ImA9WxBQGUQ.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-9165467956053185384</id><published>2010-01-16T02:44:00.000-08:00</published><updated>2010-01-20T05:44:23.816-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-20T05:44:23.816-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Wi-Fi Tools With Xirrus Wi-Fi</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GZjGML9UI/AAAAAAAAAI0/iFZPfcutsrw/s1600-h/Wi-Fi+tools.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 252px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GZjGML9UI/AAAAAAAAAI0/iFZPfcutsrw/s320/Wi-Fi+tools.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5427287854194357570" /&gt;&lt;/a&gt;Xirrus has developed a set of free tools that are useful for monitoring and troubleshooting Wi-Fi networks. In addition, we have assembled a collection of cool Wi-Fi tools freely available on the Internet that we found to be of great value in planning, deploying, and managing Wi-Fi networks. Check them out:&lt;br /&gt;Xirrus Wi-Fi Inspector.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;The Xirrus Wi-Fi Inspector is a powerful tool for managing and troubleshooting the Wi-Fi on a Windows XP or Vista laptop. Built in tests enable you to characterize the integrity and performance of your Wi-Fi connection. Applications include:&lt;br /&gt;&lt;br /&gt;    * Searching for Wi-Fi networks&lt;br /&gt;    * Managing and troubleshooting Wi-Fi connections&lt;br /&gt;    * Verifying Wi-Fi coverage&lt;br /&gt;    * Locating Wi-Fi devices&lt;br /&gt;    * Detecting rogue APs&lt;br /&gt;&lt;br /&gt;do you want this tools just click &lt;a href="http://www.ziddu.com/download/8181698/XirrusWiFiInspectorSetup1.0.1.exe.html"&gt;this&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-9165467956053185384?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/vqaTpMLqLE8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/9165467956053185384/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/wi-fi-tools-with.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/9165467956053185384?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/9165467956053185384?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/vqaTpMLqLE8/wi-fi-tools-with.html" title="Wi-Fi Tools With Xirrus Wi-Fi" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GZjGML9UI/AAAAAAAAAI0/iFZPfcutsrw/s72-c/Wi-Fi+tools.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/wi-fi-tools-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8BRnw5fyp7ImA9WxBQFkk.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-193435171647260275</id><published>2010-01-16T00:49:00.000-08:00</published><updated>2010-01-16T03:20:57.227-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-16T03:20:57.227-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><title>How to Resolve Problem Blue Screen during Install XP on Compaq Presario Laptop</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S1F-s9zEUDI/AAAAAAAAAG0/iyeiWcDUg64/s1600-h/error.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S1F-s9zEUDI/AAAAAAAAAG0/iyeiWcDUg64/s320/error.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5427258336926257202" /&gt;&lt;/a&gt;My last holiday use to help my friends laptop to downgrade the truth CQ40 series already bundling of Windows Vista to XP for various reasons (such as many games yg uncomfortable playing in vista, you know gamers).&lt;br /&gt;&lt;br /&gt;But I was a little surprised that always bring BSOD screen like the following when the Windows installation menu will appear.&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;I try to replace the CD (at first I thought there was an error on the CD damaged) but it still happens. Immediately, I asked to dapetin mbah google for a solution. After a long search, see also cause and solution.&lt;br /&gt;&lt;br /&gt;Laptop average age is now bundling a package of Windows Vista. Of course there are reasons, one because of Windows Vista on his master's support AHCI technology, which is a kind of technology related to all of you hard disk. While Windows XP does not yet support the technology, and when installed using Windows XP, when entered in the sheet detection Hard Disk .. bluescreen happen .. Actually the problem is Windows XP SP1/SP2 not know AHCI, means we have to make the Windows XP installation CD is known IDE / SATA to be diistall of Windows XP SP2. Here's how I try and have succeeded.&lt;br /&gt;&lt;br /&gt;to resolve this, i thinks we must to burn a new OS windows XP with support of Sata driver. the tools can make the new os customize is use a tools such us "nLite" software. Now the next step you will began to resolve this. follow this step by step&lt;br /&gt;in the below.&lt;br /&gt;&lt;br /&gt;Some programs required&lt;br /&gt;a. &lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;displayLang=en"&gt;Microsoft. NET Framework Version 2.0&lt;/a&gt;&lt;br /&gt;b. &lt;a href="http://www.ziddu.com/download/8180974/nLite-1.4.9.1.installer.exe.html"&gt;nLite&lt;/a&gt;&lt;br /&gt;c. ICH9 sata driver (formerly Copy Hardisk Sata drivers your laptop which is on the driver cd-given when purchasing a laptop. Or, if no please download the official site of your laptop manufacturer. And today I gave an example by using the ICH9 sata driver for CQ40-108TU Laptop which can be downloaded &lt;a href="http://www.ziddu.com/download/8181149/f6flpy32_85.zip.html"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After all there is, first install the Net framework. When finished install nLite.&lt;br /&gt;&lt;br /&gt;The next step:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Insert the Windows XP Installation CD&lt;br /&gt;&lt;br /&gt;2. Run nLite&lt;br /&gt;&lt;br /&gt;3. Press the Next button&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/__Ila1Vf503Q/S1GBe-zvWjI/AAAAAAAAAHM/QraqZ_KTqsY/s1600-h/nlite-1.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://2.bp.blogspot.com/__Ila1Vf503Q/S1GBe-zvWjI/AAAAAAAAAHM/QraqZ_KTqsY/s320/nlite-1.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427261395214228018" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. Browse the location of the Windows XP installation CD (i386 folder contained therein). OK&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GAl0SZqkI/AAAAAAAAAHE/5e_eXzcUKqk/s1600-h/nlite-2.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 176px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GAl0SZqkI/AAAAAAAAAHE/5e_eXzcUKqk/s320/nlite-2.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427260413137496642" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GCeg67NVI/AAAAAAAAAHU/mwKxLDAaubs/s1600-h/nlite-3.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GCeg67NVI/AAAAAAAAAHU/mwKxLDAaubs/s320/nlite-3.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427262486702929234" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Create a folder to save the configuration example "c: \ temp"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GD8KtTRcI/AAAAAAAAAHc/410UfmqW0XU/s1600-h/nlite-4.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GD8KtTRcI/AAAAAAAAAHc/410UfmqW0XU/s320/nlite-4.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427264095647909314" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. Browse folders that have been made. OK .. Copy process wait until the end&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GE1MqrNvI/AAAAAAAAAHk/LmAx_qNTYcU/s1600-h/nlite-5.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S1GE1MqrNvI/AAAAAAAAAHk/LmAx_qNTYcU/s320/nlite-5.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427265075426309874" /&gt;&lt;/a&gt;&lt;br /&gt;Proses Copy...&lt;br /&gt;&lt;br /&gt;6. Copy finished .. Next ..&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GJJtg3Q4I/AAAAAAAAAHs/DFer0_27RrE/s1600-h/nlite-6.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GJJtg3Q4I/AAAAAAAAAHs/DFer0_27RrE/s320/nlite-6.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427269825887421314" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;7. Presets. Next ...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GKfrnzqWI/AAAAAAAAAH0/NMIL2wvW3aI/s1600-h/nlite-7.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GKfrnzqWI/AAAAAAAAAH0/NMIL2wvW3aI/s320/nlite-7.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427271302848424290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;8. Task Selection. Select the Drivers and Bootable ISO. Next &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GKp5i92QI/AAAAAAAAAH8/JEUxaErQ_sA/s1600-h/nlite-8.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 264px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GKp5i92QI/AAAAAAAAAH8/JEUxaErQ_sA/s320/nlite-8.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427271478384908546" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9. Insert. Single drivers ... Browse for the file "iaAHCI.inf" from the folder to extract the file "f6flpy32_85.zip" which has been downloaded previously.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GK4ni2kLI/AAAAAAAAAIE/kgsFgt1yuE4/s1600-h/nlite-9.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 214px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GK4ni2kLI/AAAAAAAAAIE/kgsFgt1yuE4/s320/nlite-9.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427271731250630834" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;10. Be careful when this option appears, select "ICH9M-E / M SATA AHCI Controller" ... OK .. Next ..&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/__Ila1Vf503Q/S1GMbIqWbcI/AAAAAAAAAIM/vWSAmmpEli0/s1600-h/nlite-10.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 264px;" src="http://2.bp.blogspot.com/__Ila1Vf503Q/S1GMbIqWbcI/AAAAAAAAAIM/vWSAmmpEli0/s320/nlite-10.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427273423767629250" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;11. Yes, successfully ...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GMyul-cgI/AAAAAAAAAIU/xAtpf7_Uko8/s1600-h/nlite-11.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 264px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GMyul-cgI/AAAAAAAAAIU/xAtpf7_Uko8/s320/nlite-11.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427273829086818818" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;12. Next..&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GNJIjAcPI/AAAAAAAAAIc/6ur1SP6YFE4/s1600-h/nlite-12.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 264px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1GNJIjAcPI/AAAAAAAAAIc/6ur1SP6YFE4/s320/nlite-12.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427274214010810610" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. Select Make ISO .. Browse Folders and Save .... to create an ISO file that later in the Burn to CD using Nero Burning and other similar programs.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GNPfLMmeI/AAAAAAAAAIk/cS4a9o7cfFc/s1600-h/nlite-13.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 264px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1GNPfLMmeI/AAAAAAAAAIk/cS4a9o7cfFc/s320/nlite-13.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5427274323164174818" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Next to Finish .......&lt;br /&gt;Congratulations, &lt;br /&gt;&lt;br /&gt;Note: Although not the type of CQ40-108TU, these tips are still used for your laptop is Hp Compaq products, and for other types of manufacturers, lived adjust sata driver&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-193435171647260275?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/HFefvoNmtiM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/193435171647260275/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/how-to-resolve-problem-blue-screen.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/193435171647260275?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/193435171647260275?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/HFefvoNmtiM/how-to-resolve-problem-blue-screen.html" title="How to Resolve Problem Blue Screen during Install XP on Compaq Presario Laptop" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__Ila1Vf503Q/S1F-s9zEUDI/AAAAAAAAAG0/iyeiWcDUg64/s72-c/error.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/how-to-resolve-problem-blue-screen.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8MQnY5fSp7ImA9WxBQFkk.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-5731878356619535201</id><published>2010-01-15T23:09:00.000-08:00</published><updated>2010-01-16T03:21:23.825-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-16T03:21:23.825-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Attribute Changer  v 6.10</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__Ila1Vf503Q/S1Fnp1aN--I/AAAAAAAAAGs/_ebXVptnVC4/s1600-h/artibutechanger.bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 282px; height: 320px;" src="http://4.bp.blogspot.com/__Ila1Vf503Q/S1Fnp1aN--I/AAAAAAAAAGs/_ebXVptnVC4/s320/artibutechanger.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5427232994367503330" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Attribute Changer shell extension (freeware) is a power user tool to change all kind of file and folder attributes, date, time and even NTFS compression.&lt;br /&gt;&lt;br /&gt;Exif date and time information stored in digital images are easily altered with Attribute Changer. It perfectly integrates into the Windows Shell and is available with a right-click on files, folders and drives. It features an easy to use graphical user interface with lots of exciting features.&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Other feature of this software is Attribute Changer allows you to easily change attributes for single or multiple files and folders. Possible changes include Read-only, Hidden, System, Archive, Compress, Index as well as file/folder dates. If you need to change attributes on multiple files, you can use the provided filter options to limit the process by date, time, size and other attributes. Attribute Changer integrates into the Windows Explorer right-click menu, and the interface is available by clicking on Change Attributes.&lt;br /&gt;&lt;br /&gt;if you want this software just klik &lt;a href="http://www.ziddu.com/download/8179025/S16012009002.rar.html"&gt;this&lt;/a&gt; link&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-5731878356619535201?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/prfhgxPdJ9c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/5731878356619535201/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/attribute-changer-shell-extension.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5731878356619535201?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/5731878356619535201?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/prfhgxPdJ9c/attribute-changer-shell-extension.html" title="Attribute Changer  v 6.10" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__Ila1Vf503Q/S1Fnp1aN--I/AAAAAAAAAGs/_ebXVptnVC4/s72-c/artibutechanger.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/attribute-changer-shell-extension.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0AGR3w5eSp7ImA9WxBQFk4.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-6855416325332372206</id><published>2010-01-15T22:47:00.000-08:00</published><updated>2010-01-16T00:48:46.221-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-16T00:48:46.221-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="E-books" /><title>The Underground PHP and Oracle Manual</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S1Fk6hmzWmI/AAAAAAAAAGk/qdQysMZPmBg/s1600-h/php%26oracle.bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 234px; height: 320px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S1Fk6hmzWmI/AAAAAAAAAGk/qdQysMZPmBg/s320/php%26oracle.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5427229982574467682" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The Oracle Database is well known for its scalability, reliability and features. It is the leading database and is available on many platforms. There are some subtle differences between the terminology used when describing an Oracle database and a database from other software vendors. The following overview of the main Oracle terms might help you to understand the Oracle terminology. Check the Glossary for more descriptions.&lt;br /&gt;&lt;br /&gt;PHP is a hugely popular, interpreted scripting language commonly used for web applications. PHP is open source and free, and has a BSD-style license, making it corporation-friendly. PHP is perfect for rapidly developing applications both big and small, and is great for creating Web 2.0 applications. It powers over twenty million web sites on the Internet and has a huge user community behind it. It runs on many platforms.&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;The language is dynamically typed and easy to use. PHP comes with many extensions offering all kinds of functionality such as database access. PHP 5 introduced strong object orientated capabilities.&lt;br /&gt;&lt;br /&gt;This book is aimed at PHP programmers who are developing applications for an Oracle database. It bridges the gap between the many PHP and the many Oracle books available. It shows how to use the PHP scripting language with the Oracle database, from installation to using them together efficiently. &lt;br /&gt;&lt;br /&gt;You may already be using another database and have a requirement or a preference to move to Oracle. You may be starting out with PHP database development. You may be unsure how to install PHP and Oracle. You may be unclear about best practices. This book aims to remove any confusion.&lt;br /&gt;&lt;br /&gt;This book is not a complete PHP syntax or Oracle SQL guide. It does not describe overall  application architecture. It is assumed that you already have basic PHP and SQL knowledge and want best practices in using PHP against an Oracle database.&lt;br /&gt;&lt;br /&gt;if you want this book just klik &lt;a href="http://www.ziddu.com/download/8178922/1601200901.rar.html"&gt;this&lt;/a&gt; link.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-6855416325332372206?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/vLzlpxi494I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/6855416325332372206/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/underground-php-and-oracle-manual.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6855416325332372206?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6855416325332372206?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/vLzlpxi494I/underground-php-and-oracle-manual.html" title="The Underground PHP and Oracle Manual" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/S1Fk6hmzWmI/AAAAAAAAAGk/qdQysMZPmBg/s72-c/php%26oracle.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/underground-php-and-oracle-manual.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ENRXwzeyp7ImA9WxBQFk4.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-7301627140018093877</id><published>2010-01-11T08:16:00.001-08:00</published><updated>2010-01-16T00:48:14.283-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-16T00:48:14.283-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><title>Conficker Detection Tools For Your Network Connection</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/S0tRfli3_uI/AAAAAAAAAGM/cgQ9wdqYYls/s1600-h/gambar1.bmp"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 96px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/S0tRfli3_uI/AAAAAAAAAGM/cgQ9wdqYYls/s320/gambar1.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5425519779194076898" /&gt;&lt;/a&gt;If you want to know how much computer in your network connection was infected by Conficker virus. You can use this tools. thank for McAfee for developed this software.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;and if you want download this file you just click &lt;a href="http://www.ziddu.com/download/8112769/conficker_detection_tool_v108.zip.html"&gt;this&lt;/a&gt; link.&lt;br /&gt;&lt;br /&gt;have fun for you can see who computer is infected conficker in your network Connection. like this&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/S0tRoyFsMPI/AAAAAAAAAGU/HZ0y0tAb_wk/s1600-h/gambar2.bmp"&gt;&lt;img style="float:left; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 62px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/S0tRoyFsMPI/AAAAAAAAAGU/HZ0y0tAb_wk/s320/gambar2.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5425519937180152050" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-7301627140018093877?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/4udt3U0hTRc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/7301627140018093877/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/conficker-detection-tools-for-your.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/7301627140018093877?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/7301627140018093877?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/4udt3U0hTRc/conficker-detection-tools-for-your.html" title="Conficker Detection Tools For Your Network Connection" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__Ila1Vf503Q/S0tRfli3_uI/AAAAAAAAAGM/cgQ9wdqYYls/s72-c/gambar1.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/conficker-detection-tools-for-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8NRnc_fip7ImA9WxBQFkk.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-7025357534588751222</id><published>2010-01-07T01:21:00.000-08:00</published><updated>2010-01-16T03:21:37.946-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-16T03:21:37.946-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gratisan" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips dan Trik" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>How To Remove Windows Genuine Advantage Notification In Windows XP</title><content type="html">If you see in your Computer / PC / Laptop and appeared some notification or warning message appears&lt;br /&gt;like this&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/__Ila1Vf503Q/S0W7Oas5Q1I/AAAAAAAAAGE/d8_7KNMcuV4/s1600-h/WGA+Notification.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 199px;" src="http://2.bp.blogspot.com/__Ila1Vf503Q/S0W7Oas5Q1I/AAAAAAAAAGE/d8_7KNMcuV4/s320/WGA+Notification.jpg" border="0"alt=""id="BLOGGER_PHOTO_ID_5423947182597817170" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;May be the Computer / PC / Laptop you appear a message on your PC's taskbar tray "Windows Genuine Advantage" means that Windows is installed on your PC is pirated.&lt;br /&gt;Well if the PC we often make an active Internet connection and automatic updates, without us realizing our windows update to Microsoft's server and if our windows are detected as pirated software will be automatically installed Windows Geniune Advantage (WGA) and the Wallpaper will change your desktop background with a message in taskbar tray and it is disrupting our work.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;and How To remove this notification...&lt;br /&gt;Just download this tool and click this file and see the Windows Genuine Advantage Notification has disappeared.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/8053649/RemoveWGA.exe.html"&gt;Remove WGA&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-7025357534588751222?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/WoNKKmsChX4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/7025357534588751222/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2010/01/how-to-remove-windows-genuine-advantage.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/7025357534588751222?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/7025357534588751222?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/WoNKKmsChX4/how-to-remove-windows-genuine-advantage.html" title="How To Remove Windows Genuine Advantage Notification In Windows XP" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/__Ila1Vf503Q/S0W7Oas5Q1I/AAAAAAAAAGE/d8_7KNMcuV4/s72-c/WGA+Notification.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2010/01/how-to-remove-windows-genuine-advantage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQMRXs5fCp7ImA9WxBQEk8.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-292883607859079811</id><published>2009-11-11T04:51:00.000-08:00</published><updated>2010-01-11T08:13:04.524-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-11T08:13:04.524-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>Burn Your Data In CD-R or DVD-R</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__Ila1Vf503Q/Svtn4h4jphI/AAAAAAAAAF8/UNdkQ8i4r3Q/s1600-h/verbatim.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 300px; height: 199px;" src="http://3.bp.blogspot.com/__Ila1Vf503Q/Svtn4h4jphI/AAAAAAAAAF8/UNdkQ8i4r3Q/s320/verbatim.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5403026398826964498" /&gt;&lt;/a&gt;&lt;br /&gt;You will be familiar with the types of media to keep your data PC as a floppy disk, hard disk, CD [compact disc] or a DVD (Digital Video Disc or may the other abbreviations is Digital Versatile Disc). The development of this device is very fast, be it in form, material, or capacity. Of the form, for example, now not only disks that you can only count to freely carry digital data everywhere. Lots are available small flash disk-like key chain. You also do not have to drive, plug it into a live USB port only. &lt;br /&gt;&lt;br /&gt;One provider or a company that makes data storage devices is a verbatim. &lt;a href="http://www.verbatim.com/index.cfm"&gt;Verbatim&lt;/a&gt; is one of the the data storage industry and is an international market leader in the distribution of optical and magnetic media, computer hardware and computer consumables. &lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Data storage media can we keep different media. Media is one of them is to use pieces of DVD-R or CD-R. DVD-R is a kind of optical disc that can be used to store data, including movies with high quality video, and audio is better than VCD quality. &lt;br /&gt;&lt;br /&gt;What should be done to backup data or files that we want to save it to disk: &lt;br /&gt;First your computer must have a CD RW for burning CD-R or you must have DVD RW for burning DVD-R or CD-R Burn too, and CD or DVD burning software (In this case will be use Nero software). &lt;br /&gt;&lt;br /&gt;After nero was installed into the comp, activate nero. &lt;br /&gt;Please put blank CD into the CD RW or DVD-RW, the menu will display the type of data you are going to burn to a blank &lt;a href="http://www.gotmedia.com/verbatim-cd-r.html"&gt;Verbatim CD-R&lt;/a&gt; or blank &lt;a href="http://www.gotmedia.com/verbatim-dvd-r.html"&gt;Verbatim DVD-R&lt;/a&gt;, here I will explain how to burn data files. &lt;br /&gt;&lt;br /&gt;Select the Data menu, and then there are two choices, data discs and bootable discs of data, select data disc. &lt;br /&gt;&lt;br /&gt;The next screen will display the Add menu, click Add to search FILE you want to enter into an empty CD-R or DVD-R, can be more than 1 file as long as the capacity of the entire file is not more than 700 mb , because the capacity of a blank recordable CD-R typically is 700 mb. And for DVD-R the capacity of a blank recordable DVD-R typically is 4.7 gb. &lt;br /&gt;&lt;br /&gt;after all the files you want are included in the list click finished. &lt;br /&gt;&lt;br /&gt;The number and capacity of your file space remaining is displayed on the total space Used indicators, there is under the File list, click next. &lt;br /&gt;&lt;br /&gt;The next screen is the Final Burn Settings, you can name your CD-R or DVD-R, click burn. &lt;br /&gt;&lt;br /&gt;Burning wait until this process runs succsess process. &lt;br /&gt;And if the burning process is success you will access the data in your burned CD-R or DVD-R .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-292883607859079811?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/19tNyLLJWlA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/292883607859079811/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2009/11/burn-your-data-in-cd-r-or-dvd-r.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/292883607859079811?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/292883607859079811?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/19tNyLLJWlA/burn-your-data-in-cd-r-or-dvd-r.html" title="Burn Your Data In CD-R or DVD-R" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__Ila1Vf503Q/Svtn4h4jphI/AAAAAAAAAF8/UNdkQ8i4r3Q/s72-c/verbatim.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2009/11/burn-your-data-in-cd-r-or-dvd-r.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQMRXs5fCp7ImA9WxBQEk8.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-6626713347468085065</id><published>2009-11-02T18:41:00.000-08:00</published><updated>2010-01-11T08:13:04.524-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-11T08:13:04.524-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>Broadband Internet</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/Su-1ny98EbI/AAAAAAAAAF0/_A1N2Yw0e0M/s1600-h/BROADBANDiNTERNET.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 300px; height: 197px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/Su-1ny98EbI/AAAAAAAAAF0/_A1N2Yw0e0M/s320/BROADBANDiNTERNET.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5399734173541601714" /&gt;&lt;/a&gt;&lt;br /&gt;Internet has become one of the important things in our lives, because it connects us to the whole world without leaving any. This has brought a big revolution in the life and make it fairly easy. Now you can get the latest information about the world in a quick time frame with the help of a good broadband on a laptop or personal computer. The need for high speed, &lt;a href="http://www.ukbroadbandforum.co.uk/aol-broadband/"&gt;broadband Internet&lt;/a&gt; connection is fast has become a necessity in this digital era. No matter, in which part of the world you are, have not affected the Internet service is a must. Broadband Internet connection has helped people, businesses and governments in both urban and rural areas to stay connected with the World Wide Web. The Internet is almost serve all of our obligations and the latest information and request within a few seconds, then everyone in the world with students, teenagers, housewives and passionate entrepreneurs from top to bottom, and rely on the Internet. &lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;The benefits of Internet access is very much starting from high-speed access, upload and download speed, reliability, or 24 / 7 availability. No wonder if it was the education sector or the e-government, &lt;a href="http://www.ukbroadbandforum.co.uk/o2-broadband/"&gt;broadband Internet&lt;/a&gt; connection is useful in several types of industries such as: Education, Healthcare, Economic Development, Culture and Entertainment, E-Gov (Electronic Government).&lt;br /&gt;It also allows citizens to communicate with the election of representatives or their favorite candidate on social networking sites. In addition, given the power to citizens to improve their opinions by participating in online campaigns.&lt;br /&gt;&lt;br /&gt;Various types of industries have benefited from high-speed broadband Internet access. Do you need to send or receive heavy files, to buy or sell goods online, do research, or chat with clients based around the world, business broadband Internet connection is a necessity. Check out the various Internet service providers in your community and get faster and uninterrupted satellite internet for maximum benefit.&lt;br /&gt;&lt;br /&gt;On the other hand, it is only cost-effective and expensive in this case, if we get the Internet at the time and at high speed. Therefore, in the present, which is called Broadband is a dominant, reliable and pleasant to everyone and provides high-speed internet at any time. So, in this exciting world, a broadband service provider that offers high speed internet if the end user is a user's residence or business users, which means broadband has become important to everyone in everyday life.&lt;br /&gt;&lt;br /&gt;There is wide array of broadband providers in the market and you'll be a bit confusing in selecting the appropriate option broadband service provider. They provide a variety of striking and service plans to end users. And some well-known industry in the UK broadband Homecall broadband, &lt;a href="http://www.ukbroadbandforum.co.uk/virgin-media-broadband/"&gt;Virgin Broadband&lt;/a&gt;, Wanadoo Broadband, &lt;a href="http://www.ukbroadbandforum.co.uk/bt-broadband/"&gt;BT Broadband&lt;/a&gt;, &lt;a href="http://www.ukbroadbandforum.co.uk/aol-broadband/"&gt;AOL Broadband&lt;/a&gt; and many more. &lt;br /&gt;&lt;br /&gt;These companies receive a brand name, because they provide a very large supply of their services and they really make broadband Internet's most trusted way to connect your world. All providers have an advantage over their extraordinary in their own way. And the best way to get the best deal from these providers is to evaluate their rooms. As a result, if you want to know more details about the best &lt;a href="http://www.ukbroadbandforum.co.uk/"&gt;broadband provider&lt;/a&gt;, you can visit several online vendors, which helps you in getting the best Broadband deal.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-6626713347468085065?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/WQ7UkBDCXnU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/6626713347468085065/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2009/11/broadband-internet.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6626713347468085065?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/6626713347468085065?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/WQ7UkBDCXnU/broadband-internet.html" title="Broadband Internet" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/Su-1ny98EbI/AAAAAAAAAF0/_A1N2Yw0e0M/s72-c/BROADBANDiNTERNET.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2009/11/broadband-internet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQMRXs5fCp7ImA9WxBQEk8.&quot;"><id>tag:blogger.com,1999:blog-7547514490746808155.post-1189016787483799798</id><published>2009-11-01T02:48:00.000-08:00</published><updated>2010-01-11T08:13:04.524-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-11T08:13:04.524-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Info" /><title>Math In The World</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__Ila1Vf503Q/Su1oCda0t3I/AAAAAAAAAFs/OD5od67UcUI/s1600-h/ilovemath.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 261px;" src="http://1.bp.blogspot.com/__Ila1Vf503Q/Su1oCda0t3I/AAAAAAAAAFs/OD5od67UcUI/s320/ilovemath.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5399085919753254770" /&gt;&lt;/a&gt;&lt;br /&gt;In this world we certainly would not detached by which we can calculate a math figure. whether it's basic math or discrete math or applied math or technique math.  We need &lt;a href="http://www.tutorvista.com/math-problems"&gt;Math problem solver&lt;/a&gt; for a better life in the world. You can imagine if there is no math on this earth. May be if that happens, we can see what do you see now in your a round. everyday and everywhere we &lt;a href="http://www.tutorvista.com/math-help"&gt;Help with math&lt;/a&gt; for anythings in the world.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Mathematics has been implemented in daily life.  Math help the people in the business world in the world of work in the world of education, and other worlds is always a thing that can not be detached from everyday life. &lt;br /&gt;Mathematical Sciences includes among arithmetic, geometry, algebra, etc. so if you want self-idealist of course many benefits of Mathematics to other sciences and also for life, for example: &lt;br /&gt;- Combination (statistics) can be used to determine the number of formations volleyball team could be formed. &lt;br /&gt;- Arithmetic is used almost every day, that is for calculations. &lt;br /&gt;- Geometry can be used by civilian experts because the geometry of one of them is talking about up and spatial. &lt;br /&gt;- Algebra can be used to solve the problem of how to make a profit as much as possible with as little cost as possible. &lt;br /&gt;- Mathematical logic may also be helpful to think logically, but of course not the only math course that can help in thinking logically.&lt;br /&gt;&lt;br /&gt;How to &lt;a href="http://www.tutorvista.com/math-help"&gt;Help math&lt;/a&gt; to easy for learn it? To &lt;a href="http://www.tutorvista.com/math-problems"&gt;solve math problems&lt;/a&gt; and we can learn it very easy, so we need a solution to solve a simple problem to a high complex calculate anything. Perhaps every day we have a high level of confusion when dealing with complex mathematical calculations. One of solution for this, we can help these problems with &lt;a href="http://www.tutorvista.com/algebra-help"&gt;Free algebra help&lt;/a&gt; or join with &lt;a href="http://www.tutorvista.com/algebra-help"&gt;free college algebra help&lt;/a&gt;. and if you want to get a free training courses or may be you may join in &lt;a href="http://www.tutorvista.com/math-help "&gt;Free online math help&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7547514490746808155-1189016787483799798?l=duniaxkomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/DuniaXKomputer/~4/QEShFdIOhxw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://duniaxkomputer.blogspot.com/feeds/1189016787483799798/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://duniaxkomputer.blogspot.com/2009/11/math-in-world.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1189016787483799798?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7547514490746808155/posts/default/1189016787483799798?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DuniaXKomputer/~3/QEShFdIOhxw/math-in-world.html" title="Math In The World" /><author><name>ridwan amirudin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://1.bp.blogspot.com/__Ila1Vf503Q/SbRivsboAuI/AAAAAAAAADA/i62aNw63JNU/S220/Gw(14).jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/__Ila1Vf503Q/Su1oCda0t3I/AAAAAAAAAFs/OD5od67UcUI/s72-c/ilovemath.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://duniaxkomputer.blogspot.com/2009/11/math-in-world.html</feedburner:origLink></entry></feed>

