<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Expertester</title>
	<atom:link href="http://expertester.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://expertester.wordpress.com</link>
	<description>Wide Spectrum Perspective</description>
	<lastBuildDate>Thu, 12 Nov 2009 19:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='expertester.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a4ae6ce5890880498a7c4c50d0ca9c54?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Expertester</title>
		<link>http://expertester.wordpress.com</link>
	</image>
			<item>
		<title>ASP.net (VB.net) simple login page</title>
		<link>http://expertester.wordpress.com/2009/11/12/asp-net-vb-net-simple-login-page/</link>
		<comments>http://expertester.wordpress.com/2009/11/12/asp-net-vb-net-simple-login-page/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:37:35 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/11/12/asp-net-vb-net-simple-login-page/</guid>
		<description><![CDATA[
 
        Dim connStr As String = ConfigurationManager.ConnectionStrings(&#8220;MainConnStr&#8221;).ConnectionString


 
        Dim sqlconnet As SqlConnection

        Dim MyComm As SqlCommand


 
        sqlconnet = New SqlConnection()

        sqlconnet.ConnectionString [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=820&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/11/12/asp-net-vb-net-simple-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Servlet Simple Login System (with MySQL)</title>
		<link>http://expertester.wordpress.com/2009/11/12/java-servlet-simple-login-system-with-mysql/</link>
		<comments>http://expertester.wordpress.com/2009/11/12/java-servlet-simple-login-system-with-mysql/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:25:13 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/11/12/java-servlet-simple-login-system-with-mysql/</guid>
		<description><![CDATA[Servlet :

package com.arham.servlet;


 
import java.io.IOException;

import java.io.PrintWriter;

import javax.servlet.ServletException;

import javax.servlet.http.HttpServlet;

import javax.servlet.http.HttpServletRequest;

import javax.servlet.http.HttpServletResponse;

import java.sql.Connection;

import java.sql.DriverManager;

import java.sql.ResultSet;

import java.sql.Statement;

import java.sql.SQLException;


 

 

 
public class logincheck extends HttpServlet {


 

 
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)

    throws ServletException, IOException {


 
        String username = request.getParameter(&#8220;username&#8221;).toString();

        String password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=819&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/11/12/java-servlet-simple-login-system-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 3.5+ now really rocks</title>
		<link>http://expertester.wordpress.com/2009/11/06/firefox-3-5-now-really-rocks/</link>
		<comments>http://expertester.wordpress.com/2009/11/06/firefox-3-5-now-really-rocks/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:25:24 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/11/06/firefox-3-5-now-really-rocks/</guid>
		<description><![CDATA[
Once upon a time, when Netscape Navigator ruled the browser world, I was an Internet Explorer user. If my memory serves me well, I started to use IE since version 3.x. Perhaps I was a person who doesn&#8217;t like to follow the majority at that moment. Netscape was the king and everyone used it to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=816&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/11/06/firefox-3-5-now-really-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/ipKJBrVT4RY/2.jpg" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/11/110609_2224_firefox35no1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/11/110609_2224_firefox35no2.png" medium="image" />
	</item>
		<item>
		<title>How to cut or trim mp3 file</title>
		<link>http://expertester.wordpress.com/2009/10/28/how-to-cut-or-trim-mp3-file/</link>
		<comments>http://expertester.wordpress.com/2009/10/28/how-to-cut-or-trim-mp3-file/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:13:44 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/10/28/how-to-cut-or-trim-mp3-file/</guid>
		<description><![CDATA[

Often you find that your favorite mp3 song introduction is too long to suit as your mobile phone ring tone right?
You want to skip that lengthy song introduction and straight away want your ring tone start at the chorus of the song. So, how to do that in real quick and of course, free of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=813&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/10/28/how-to-cut-or-trim-mp3-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/wwWVGBybM2s/2.jpg" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102809_1512_howtocutort1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102809_1512_howtocutort2.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102809_1512_howtocutort3.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102809_1512_howtocutort4.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102809_1512_howtocutort5.png" medium="image" />
	</item>
		<item>
		<title>An early but pleasant experience with Norton Internet Security 2010</title>
		<link>http://expertester.wordpress.com/2009/10/24/an-early-but-pleasant-experience-with-norton-internet-security-2010/</link>
		<comments>http://expertester.wordpress.com/2009/10/24/an-early-but-pleasant-experience-with-norton-internet-security-2010/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 04:45:37 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/10/24/an-early-but-pleasant-experience-with-norton-internet-security-2010/</guid>
		<description><![CDATA[Well, before I go berserk and directly compare NIS2010 with other high profile Internet Security Suite, I decide to write an overview of Norton Internet Security 2010. Honestly, this is a very good product and I personally feel that this product deserve to consume couple of writing hours of mine just for an overview. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=807&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/10/24/an-early-but-pleasant-experience-with-norton-internet-security-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp2.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp3.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp4.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp5.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp6.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp7.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp8.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp9.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp10.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp11.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp12.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp13.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp14.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp15.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp16.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp17.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp18.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/102409_0443_anearlybutp19.png" medium="image" />
	</item>
		<item>
		<title>How to add VirtualBox shared folder in Windows Server 2008 as guest OS</title>
		<link>http://expertester.wordpress.com/2009/10/06/how-to-add-virtualbox-shared-folder-in-windows-server-2008-as-guest-os/</link>
		<comments>http://expertester.wordpress.com/2009/10/06/how-to-add-virtualbox-shared-folder-in-windows-server-2008-as-guest-os/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:37:13 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/10/06/how-to-add-virtualbox-shared-folder-in-windows-server-2008-as-guest-os/</guid>
		<description><![CDATA[I need to develop an ASP.net and ASP websites recently but I decided not to install IIS7 on my Win7 OS due to this is my gaming machine as well (since IIS7 will run a lot of other services in background even when I am gaming or doing nothing related to webserver task). Therefore, with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=787&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/10/06/how-to-add-virtualbox-shared-folder-in-windows-server-2008-as-guest-os/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir2.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir3.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir4.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir5.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir6.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir7.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir8.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir9.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/10/100609_1524_howtoaddvir10.png" medium="image" />
	</item>
		<item>
		<title>Windows 7 Shortcut Keys to Improve Your Productivity and SPEED!</title>
		<link>http://expertester.wordpress.com/2009/09/29/windows-7-shortcut-keys-to-improve-your-productivity-and-speed/</link>
		<comments>http://expertester.wordpress.com/2009/09/29/windows-7-shortcut-keys-to-improve-your-productivity-and-speed/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:38:17 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/09/29/windows-7-shortcut-keys-to-improve-your-productivity-and-speed/</guid>
		<description><![CDATA[Doesn&#8217;t matter how fast you can use your mouse and click, nothing can beat the speed of keyboard shortcut key. Windows 7 has come with a lot of interesting shortcut keys which are waiting to be fully exploited by speed junkies.


 







Keyboard Shortcut


Function




Win+Up


Maximize Window





Win+Down


Minimize Window





Win+Left


Snap Window to left





Win+Right


Snap Window to right





Win+Shift+Left


Jump to left monitor





Win+Shift+Right


Jump to right [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=776&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/09/29/windows-7-shortcut-keys-to-improve-your-productivity-and-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>
	</item>
		<item>
		<title>How to delete locked file/folder in Windows 7</title>
		<link>http://expertester.wordpress.com/2009/09/28/how-to-delete-locked-filefolder-in-windows-7/</link>
		<comments>http://expertester.wordpress.com/2009/09/28/how-to-delete-locked-filefolder-in-windows-7/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:17:46 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/09/28/how-to-delete-locked-filefolder-in-windows-7/</guid>
		<description><![CDATA[Have you come across that you can&#8217;t delete certain folder or file even you are the administrator?

And you are damn sure that no one is using that folder or file as well. This is very frustrating isn&#8217;t it. Well, at least I felt that way.

2 solutions that I come across:


Windows 7 (32 or 64 bit) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=775&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/09/28/how-to-delete-locked-filefolder-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/09/092809_1017_howtodelete1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/09/092809_1017_howtodelete2.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/09/092809_1017_howtodelete3.png" medium="image" />
	</item>
		<item>
		<title>Recent Upgrade (AMD Dragon Platform)</title>
		<link>http://expertester.wordpress.com/2009/08/12/recent-upgrade-amd-dragon-platform/</link>
		<comments>http://expertester.wordpress.com/2009/08/12/recent-upgrade-amd-dragon-platform/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:39:41 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[dragon]]></category>
		<category><![CDATA[PhenomII]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/?p=767</guid>
		<description><![CDATA[Finally, can&#8217;t resist anymore.
Last 2 years, I spend approximately RM1k for low cost pc upgrade, to upgrade my very old (2003 pc). The upgrade detail as below :

AMD Athlon 2500+ (always OC to 3200+)  &#8211;&#62; Pentium Dual Core 1.8 GHz
2&#215;256 MB Corsair TwinX DDR400 &#8211;&#62; Kingston Value RAM DDRII 667 2&#215;1GB (max slot occupied)
Abit NF2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=767&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/08/12/recent-upgrade-amd-dragon-platform/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/08/catalyst97.png?w=300" medium="image">
			<media:title type="html">catalyst97</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/08/expertester.png?w=279" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 oh Windows 7</title>
		<link>http://expertester.wordpress.com/2009/07/29/windows-7-oh-windows-7/</link>
		<comments>http://expertester.wordpress.com/2009/07/29/windows-7-oh-windows-7/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:04:58 +0000</pubDate>
		<dc:creator>expertester</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[install windows 7 using flash drive]]></category>
		<category><![CDATA[ISO verifier]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://expertester.wordpress.com/2009/07/29/windows-7-oh-windows-7/</guid>
		<description><![CDATA[Where to check windows 7 status (RTM or not) : http://www.haswindows7rtmed.com/


Where to get it?

Underground source. Microsoft doesn&#8217;t release this version to public for free unlike beta version and RC. X86 (32bit version) and x64 (64 bit version) could be find there. Be sure to check SHA-1 key to ensure that your downloaded ISO is unmolded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=expertester.wordpress.com&blog=2535823&post=763&subd=expertester&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://expertester.wordpress.com/2009/07/29/windows-7-oh-windows-7/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98680792ee2aecc0acc84f7cb9ac74ba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">expertester</media:title>
		</media:content>

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw1.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw2.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw3.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw4.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw5.png" medium="image" />

		<media:content url="http://expertester.files.wordpress.com/2009/07/072909_1402_windows7ohw6.png" medium="image" />
	</item>
	</channel>
</rss>