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

<channel>
	<title>TECHiE TALKS &#187; Information</title>
	<atom:link href="http://www.icpep.org/category/information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Boost Wireless Signal</title>
		<link>http://www.icpep.org/boost-wireless-signal/</link>
		<comments>http://www.icpep.org/boost-wireless-signal/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:36:17 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=1028</guid>
		<description><![CDATA[If you want to boost the signal of your wireless linksys router all you need is configure the router.  You can type on the browser 192.168.1.1 which is the default IP address assigned on the router.   After logging in you can go to wireless then click advance settings. Most configuration in this area is based [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a style="border: 0px;" href="http://www.icpep.org/wp-content/uploads/2010/02/wireless-set-up.jpg"><img class="size-full wp-image-1029 aligncenter" style="border: 0px;" title="wireless set-up" src="http://www.icpep.org/wp-content/uploads/2010/02/wireless-set-up.jpg" alt="" width="576" height="364" /></a></p>
<p>If you want to boost the signal of your wireless linksys router all you need is configure the router.  You can type on the browser 192.168.1.1 which is the default IP address assigned on the router.   After logging in you can go to <strong>wireless </strong>then click <strong>advance settings. </strong>Most configuration in this area is based on default configuration, change the following value.</p>
<ul>
<li>Beacon Interval &#8211; 50</li>
<li>Fragmentation Threshold &#8211; 2304</li>
<li>RTS Threshold &#8211; 2304</li>
</ul>
<p>After setting the values you can save the configuration and turn off the router for several seconds.  Turn it on again to use the changes made on your router.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for Boost Wireless Signal" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+Boost+Wireless+Signal" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/boost-wireless-signal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Curl</title>
		<link>http://www.icpep.org/php-curl/</link>
		<comments>http://www.icpep.org/php-curl/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:09:37 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=922</guid>
		<description><![CDATA[If you are a web developer and having problems on Installing PHP Curl on Apache with PHP installed on Windows Operating System, below is my version of tonyspecer&#8217;s &#8220;cURL with PHP and Apache on Windows&#8220;.  The steps are simple and direct to the point. I have windows apache version 2.2.14 and PHP Version 5.2.10 installed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-923 aligncenter" title="PHP Curl" src="http://www.icpep.org/wp-content/uploads/2009/10/PHP-Curl.jpg" alt="PHP Curl" width="453" height="419" /></p>
<p>If you are a  web developer and having problems on Installing PHP Curl on Apache with PHP installed on Windows Operating System, below is my version of <a href="http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/">tonyspecer&#8217;s</a> &#8220;<strong>cURL with PHP and Apache on Windows</strong>&#8220;.  The steps are simple and direct to the point.</p>
<p>I have windows <a href="http://httpd.apache.org/">apache</a> version 2.2.14 and <a href="http://www.php.net/downloads.php">PHP</a> Version 5.2.10 installed on my Laptop using the installers provided on the respective sites.</p>
<p>1.  Install APACHE and PHP (<em>I installed my APACHE on C:\apache and PHP on C:\php directories</em> )<br />
2.  Edit the php.ini file found in the PHP directory.<span id="more-922"></span></p>
<ul>
<li>Near line  546 set the extension directory extension_dir = &#8220;C:\php\ext&#8221;.  In my case I have my extensions files inside the ext folder. You can use any folder name as long as you set it in the php.ini file.</li>
<li>Near line 472 set register_globals = On</li>
<li>Near line 630 set session.save_path=&#8221;C:\WINDOWS\Temp&#8221; or you can set any directory</li>
</ul>
<p>3.  On the PHP folder (<em>in my case C:\php\</em>) copy the php5ts.dll file to the bin folder of your Apache (<em>C:\apache\bin</em>\)<br />
4.  On the PHP folder (<em>C:\php\</em>) copy libeay32.dll and ssleay32.dll to &#8221; C:\WINDOWS\system32&#8243;  folder<br />
5.  Download CURL for Windows found at <a href="http://curl.haxx.se/download.html">http://curl.haxx.se/download.html</a> and put it on the PHP folder (C:\php\curl)<br />
6.  Download OpenSSL for Windows found at <a href="http://www.shininglightpro.com/products/Win32OpenSSL.html">http://www.shininglightpro.com/products/Win32OpenSSL.html</a>, for me I downloaded 7MB <span>OpenSSL v0.9.8k Installer<br />
</span></p>
<ul>
<li>To some Windows Visual c++ Redistributable is recommended before OpenSSL is installed.  The windows Visual c++ Redistributable can be downloaded at Microsoft website in the link:  <a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&amp;displayLang=en">http://www.microsoft.com/downloads/thankyou.aspx?familyId=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&amp;displayLang=en</a></li>
</ul>
<p>7.  Check to see if you have the following file: c:\windows\system32\msvcr70.dll. If not, search for it in Google and download it to system32.  If you can&#8217;t find it in that directory click this <a href="http://www.dll-files.com/dllindex/dll-files.shtml?msvcr70">link</a> to download the file from www.dllfiles.com.  Extract the zipped file and put it in the &#8220;c:\windows\system32\&#8221;  folder.<br />
8.  Uncomment the curl line in your php.ini file to enable curl:  extension=php_curl.dll but in my case I just added the line because it is not found in my php.ini file</p>
<p>9.  Edit the Apache httpd.conf file to enable php:</p>
<ul>
<li>For newer version of Apache add at the bottom
<ul>
<li>LoadModule php5_module &#8220;C:/php/php5apache2_2.dll&#8221;</li>
</ul>
</li>
<li>Then below add Line: AddType application/x-httpd-php .php</li>
</ul>
<p>10.  Restart Apache and your curl should be working now.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for PHP Curl" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+PHP+Curl" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/php-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation Services</title>
		<link>http://www.icpep.org/translation-services/</link>
		<comments>http://www.icpep.org/translation-services/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:17:32 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=881</guid>
		<description><![CDATA[Google has provided web developers foreign language translation api. Web content translation is not a problem anymore, with google&#8217;s Google Translate, research from different countries is now made possible. This is a big help especially for researchers on the net, we can now easily understand web contents and even text from outside sources which also [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-882 aligncenter" title="translate_logo" src="http://www.icpep.org/wp-content/uploads/2009/10/translate_logo.gif" alt="translate_logo" width="205" height="40" /></p>
<p style="text-align: justify;">Google has provided web developers <span>foreign language translation api. </span><span>Web content translation is not a problem anymore, with google&#8217;s Google Translate, research from different countries is now made possible. </span></p>
<p style="text-align: justify;"><span>This is a big help especially for researchers on the net, we can now easily understand web contents and even text from outside sources which also serves as a document translation services.  Google allows us to copy and  paste phrases, sentences and paragraphs from outside sources  to their google translate and by selecting the language you desire we can now get translation to it.</span></p>
<p style="text-align: justify;">But how do we add google translate on our website?  I have provided 3 different ways on how to achieve google translate on your website.  The easiest is for wordpress users, you can add a <span>web content translation by downloading the plugin <a title="Global Translator" href="http://wordpress.org/extend/plugins/global-translator/">Global Translator </a> </span>.  Follow the steps carefully and you can provide your users translation of different languages according to your choice as set on the administration panel.</p>
<p>The second way of adding a web content translation software by google is by adding a snippet of  codes which they have provided on their site<a href="http://translate.google.com/translate_tools"> Google Translate</a> or just copy and paste the code below and add it on your website.  This is also the code I used in this blog.<span id="more-881"></span></p>
<div style="border:1px solid #00B3F0; background-color: #F4F4F4;padding: 5px;">&lt;div id=&#8221;google_translate_element&#8221;&gt;&lt;/div&gt;&lt;script&gt;</p>
<p>function googleTranslateElementInit() {</p>
<p>new google.translate.TranslateElement({</p>
<p>pageLanguage: &#8216;en&#8217;</p>
<p>}, &#8216;google_translate_element&#8217;);</p>
<p>}</p>
<p>&lt;/script&gt;&lt;script src=&#8221;http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#8221;&gt;&lt;/script&gt;</p></div>
<p>If you want to have your own design and style you can still add translation to your site below is an example of the code.  Make sure you have images of the flags as what I used in the code.</p>
<div style="border:1px solid #00B3F0; background-color: #F4F4F4;padding:5px;">&lt;form action=&#8221;http://www.google.com/translate&#8221; &gt;</p>
<p>&lt;script language=&#8221;JavaScript&#8221;&gt;</p>
<p>&lt;!&#8211;</p>
<p>document.write (&#8220;&lt;input name=u value=&#8221;+location.href+&#8221; type=hidden&gt;&#8221;)</p>
<p>// &#8211;&gt;</p>
<p>&lt;/script&gt;</p>
<p>&lt;table width=&#8221;185&#8243; height=&#8221;100%&#8221; align=&#8221;right&#8221; style=&#8221;margin-right:5px;&#8221;&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td colspan=&#8221;5&#8243; style=&#8221;background:#C9E2FF;color:#000099;padding:5px; border:1px solid #ACC5EF;&#8221;&gt;&lt;span style=&#8221;font-size:10px; &#8220;&gt;&lt;b&gt;Click flag to change language&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;</p>
<p>&lt;input name=&#8221;hl&#8221; value=&#8221;en&#8221; type=&#8221;hidden&#8221;&gt;</p>
<p>&lt;input name=&#8221;ie&#8221; value=&#8221;UTF8&#8243; type=&#8221;hidden&#8221;&gt;</p>
<p>&lt;input name=&#8221;langpair&#8221; value=&#8221;" type=&#8221;hidden&#8221;&gt;</p>
<p>&lt;input name=&#8221;langpair&#8221; value=&#8221;en|fr&#8221; title=&#8221;French&#8221; src= &#8220;images/flags/french.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221;  type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|ko&#8221; title=&#8221;Korean&#8221; src= &#8220;images/flags/korean.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221;  type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|da&#8221; title=&#8221;Danish&#8221; src= &#8220;images/flags/denmark.png&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|cy&#8221; title=&#8221;Welsh&#8221; src= &#8220;images/flags/welsh.gif&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221;  type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|zh-CN&#8221; title=&#8221;Chinese Simplified&#8221; src= &#8220;images/flags/chinese.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|de&#8221; title=&#8221;German&#8221; src= &#8220;images/flags/german.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|it&#8221; title=&#8221;Italian&#8221; src= &#8220;images/flags/italian.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|sl&#8221; title=&#8221;Slovenian&#8221; src= &#8220;images/flags/slovenian.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|ru&#8221; title=&#8221;Russian&#8221; src= &#8220;images/flags/russia.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221;  type=&#8221;image&#8221; &gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|pt&#8221; title=&#8221;Portuguese&#8221; src= &#8220;images/flags/pt.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|es&#8221; title=&#8221;Spanish&#8221; src= &#8220;images/flags/spanish.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair&#8221; value=&#8221;en|ja&#8221; title=&#8221;Japanese&#8221; src= &#8220;images/flags/japanese.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;</p>
<p>&lt;input name=&#8221;langpair&#8221; value=&#8221;en|cs&#8221; title=&#8221;Czech&#8221; src= &#8220;images/flags/czech.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;</p>
<p>&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair2&#8243; value=&#8221;en|no&#8221; title=&#8221;Norwegian&#8221; src= &#8220;images/flags/norwegian.jpg&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;td align=&#8221;center&#8221;&gt;&lt;input name=&#8221;langpair2&#8243; value=&#8221;en|ar&#8221; title=&#8221;Arabic&#8221; src= &#8220;images/flags/arabic.gif&#8221; onClick=&#8221;this.form.langpair.value=this.value&#8221; type=&#8221;image&#8221; /&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<p>&lt;/form&gt;</p></div>
<p>An example of the snippet can be found in this <a href="http://rstrading.com">link</a>.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h3 class="r"><a class="l" onmousedown="return clk(this.href,'','','res','1','','0CAkQFjAA')" href="http://www.translate.google.com/translate_t"><em> </em><em>Google Translate</em></a></h3>
</div>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for Translation Services" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+Translation+Services" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/translation-services/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IZarc &#8211; Free Archive Utility</title>
		<link>http://www.icpep.org/izarc-free-archive-utility/</link>
		<comments>http://www.icpep.org/izarc-free-archive-utility/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 06:50:14 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=859</guid>
		<description><![CDATA[If you have problems with those old files and feeling like they are way to big add-ons for your disk then we can have a disk cleanup compress old files software to save resources on your disk.  IZArc is the best freeware archive utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-860 aligncenter" title="IZARC" src="http://www.icpep.org/wp-content/uploads/2009/09/IZARC.jpg" alt="IZARC" width="504" height="137" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: justify;">If you have problems with those old files and feeling like they are way to big add-ons for your disk then we can have a disk cleanup compress old files<strong> </strong>software<strong> </strong>to save resources on your disk.  <strong>IZArc</strong> is the best freeware archive utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO.  <span id="more-859"></span></p>
<p style="text-align: justify;">This is the best free archive software utility that supports different type of compression file formats with an easy navigation User Interface.    Aside from its support on different file compression formats it allows you to directly create and extract archives on the directory or anywhere in you local drive.  It also comes with a powerful repair function on damaged archives and allows you to convert the compression format.  IZarc allows you to view and write comments and many more.</p>
<p style="text-align: justify;">Sending larger files to your  colleagues and friends who may not have archiving tool you can easily create self-extracting archive that can be extracted by simple double click.</p>
<p style="text-align: justify;">Here are more details why IZarc is the most complete archive utility available today. IZarc can be configured to run your preferred Anti-Virus scanner when you open any archives, it supports 256-bit AES encryption to secure your data, IZarc can be integrated in Windows so you can perform all archiving operations by using right-click menus in Windows Explorer.  IZArc is 100% virus free and it doesn&#8217;t contain any spyware or adware.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for IZarc - Free Archive Utility" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+IZarc+-+Free+Archive+Utility" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/izarc-free-archive-utility/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Biometric Lock</title>
		<link>http://www.icpep.org/biometric-lock/</link>
		<comments>http://www.icpep.org/biometric-lock/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:15:28 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=831</guid>
		<description><![CDATA[Human have several parts that are unique from the other’s identity.  One of the widely used is the fingerprint biometrics, Fingerprint biometrics is a dynamic technology that is being adopted into new markets and applications at a rapidly increasing pace.  With lesser price this keyless lock (Fingerprint biometrics) has emerged as the most popular biometric [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-833" title="Finger Print" src="http://www.icpep.org/wp-content/uploads/2009/09/Finger-Print1.jpg" alt="Finger Print" width="216" height="300" /></p>
<p style="text-align: center;">
<p style="text-align: justify;">Human have several parts that are unique from the other’s identity.  One of the widely used is the fingerprint biometrics, Fingerprint biometrics is a dynamic technology that is being adopted into new markets and applications at a rapidly increasing pace.  With lesser price this <a href="http://www.axxisbiometrics.com/">keyless lock</a> (Fingerprint biometrics) has emerged as the most popular biometric technology to protect confidential computer information as they enable convenient security for desktop and Internet applications, it is also widely used for different applications not only for securing company files or personal files but this <a href="http://www.axxisbiometrics.com/">keyless lock</a> is also used for office and home door lock which is also a lot reliable compared to an ordinary door lock.</p>
<p style="text-align: justify;">Fingerprint door locks for homes allow security control over individual’s access without the need to replace locks when a key is lost or stolen.  Employees that are required to carry an electronic or magnetic ID to enter their office will also appreciate the convenience associated with a fingerprint activated lock.  This will also allow bigger companies to save from replacement of magnetic ID’s over and over again.<span id="more-831"></span></p>
<p style="text-align: justify;">What advantage and disadvantages do you get from having a finger print biometrics?</p>
<p style="text-align: justify;"><strong>Universality<br />
Advantage: </strong>Fingerprint is one factor to consider in biometrics because almost all can use this <a href="http://www.axxisbiometrics.com/">keyless lock</a> technology.<br />
<strong>Disadvantage</strong>:   Those with skin diseases or any disorders can’t use the technology.</p>
<p style="text-align: justify;"><strong>Uniqueness</strong><br />
<strong>Advantage:</strong> Each person has unique finger print even twins don’t have the same finger prints.<br />
<strong>Disadvantage: </strong>Because of the uniqueness, stolen finger prints also mean your access is stolen for good.  Law enforcement officers found that any smooth, hard surface touched by a human hand would yield fingerprints made by the oily secretion present on the skin. When these so-called latent prints were dusted with powder or chemically treated, the identifying fingerprint pattern could be seen and photographed or otherwise preserved.</p>
<p style="text-align: justify;"><strong>Performance<br />
Advantage:</strong> A lot secure compared to any ordinary locks.  Fingerprint scanners are more accurate, faster and require less computation and storage compared to other biometrics.<br />
<strong>Disadvantage: </strong>Like any other devices, keyless lock can be damaged.  Fingerprint recognition systems for large-scale deployments require a large amount of computational resources.
</p>
<p style="text-align: justify;">Though there are a lot of feed backs regarding the keyless lock fingerprint authentication there are still ways to strengthen the system and one method for improving the accuracy of biometric authentication systems is to enforce &#8220;two-factor authentication&#8221;, that is one must authenticate by some biometric form as well as use a password or posses a token.<strong> </strong></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for Biometric Lock" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+Biometric+Lock" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/biometric-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Gadgets You Should Have When Travelling</title>
		<link>http://www.icpep.org/travel-gadgets-accessories/</link>
		<comments>http://www.icpep.org/travel-gadgets-accessories/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:45:14 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Gadget]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=799</guid>
		<description><![CDATA[Traveling has been one of everybody’s favorite. It is something that one needs to be prepared of, so he could make the most of the time. It is when we feel like getting out of what we are into and just wanna go anywhere just to get the stress off of you. Can you imagine [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-800 aligncenter" title="camera" src="http://www.icpep.org/wp-content/uploads/2009/08/camera.jpg" alt="camera" width="300" height="200" /></p>
<p style="text-align: justify;">Traveling has been one of everybody’s favorite. It is something that one needs to be prepared of, so he could make the most of the time. It is when we feel like getting out of what we are into and just wanna go anywhere just to get the stress off of you. Can you imagine the day your boss screams at you to have you finish the layers of documents that will be submitted the following day? Or your instructors giving you unbelievable deadlines for the most difficult projects you could have? Then after doing all those things would be the best time to travel and unwind and just wish you won’t be coming to back to do the same things again. As you do your most awaited travel, you would regret if you forget one of the essentials in travelling; not just enough money, clothing, and food but also the <a href="http://www.shopwiki.com/wiki/Bluetooth+Headsets">gadgets</a> that would help you enjoy more the moments that you are anticipating. The most common things we usually bring are cameras, and mp3s or portable players to enjoy every second we will be spending while on journey.<span id="more-799"></span></p>
<p style="text-align: justify;">Cameras as one of the most beloved gadgets when <a href="http://www.shopwiki.com/wiki/Road+Trip">travelling</a> should never be absent on our travel bags. It would be one’s favorite to capture every moment he has even if he is just sitting on the bus or standing in line to catch for a cab. We also love to watch ourselves captured with the clumsiest or the rarest thing we have done. We just want to show everyone the pictures we got from the different destinations and with the people we met on the tour. For sure the picture can brag that you have the most wanted vacation everyone needs and you can just imagine their praises while you show the different activities you did during the travel. Not to mention the poses when you show you’re the cutest.  Since the thought is to capture every moment; one should have the camera that could go with us wherever we want to, may it be water, a land or an air activity. You should also have something that has not only the waterproof feature but the shockproof feature as well.  If you’re into water sports for the first time; it would be nice to catch the first time you did snorkeling, did your diving and dance underwater with the sea animals or just your swim by the 6ft pool with your smile that finally you did it. It would be best to have this when you have activities with extreme environments. If you’re not the type of person who’s into outdoor activity then it would still be reasonable for you to have this type of camera. You can have your best pose inside your house having the megapixels that your camera can provide. Can you just also imagine the time you had your camera dropped or had accidentally hit it under anything? Then you should think twice of buying something that doesn’t have enough protection. You should have the one that could give you what you need when talking about capturing moments and most beautiful pictures.</p>
<p style="text-align: justify;">
<p style="text-align: center;"><img class="size-full wp-image-801 aligncenter" title="mp3 player" src="http://www.icpep.org/wp-content/uploads/2009/08/mp3-player.jpg" alt="mp3 player" width="300" height="193" /></p>
<p style="text-align: justify;">Next on the list are <a href="http://www.shopwiki.com/wiki/Personal+Audio+and+Video ">Mp3 Players</a> and other portable players; you should have these while you are on trip. It would be the best gadgets to have just to get away of the boredom or to let time pass by while traveling. Especially when you’re with the kids; they’ll surely love to see Dora and Barney while they have their snacks. That would even save you from telling them to just be quiet and keep their hands off the window fearing that another vehicle might hit them. Nowadays it would be easy to find small and portable players so travelers should get one and enjoy their ride as they trek through their destination.  While you’re away from home, you can also bring with you the 4Gigs playlist that you’ve been playing everyday all your life so you can still remember the sentiments and the reason why you have been on this escape.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for 2 Gadgets You Should Have When Travelling" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+2+Gadgets+You+Should+Have+When+Travelling" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/travel-gadgets-accessories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Farmville Cheat</title>
		<link>http://www.icpep.org/facebook-farmville-cheat/</link>
		<comments>http://www.icpep.org/facebook-farmville-cheat/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 04:43:40 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.icpep.org/?p=790</guid>
		<description><![CDATA[In the past few months I was into gaming online and one of the famous site today is facebook wherein I am playing games.  Facebook has become popular because it is an interactive site unlike other sites.  Facebook is a Social Networking Site that comes in a package.  It has almost everything that is needed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-792" title="facebook farmville" src="http://www.icpep.org/wp-content/uploads/2009/08/facebook-farmville.jpg" alt="facebook farmville" width="608" height="332" /></p>
<p style="text-align: justify;">In the past few months I was into gaming online and one of the famous site today is facebook wherein I am playing games.  Facebook has become popular because it is an interactive site unlike other sites.  Facebook is a Social Networking Site that comes in a package.  It has almost everything that is needed in a Social Networking Site.</p>
<p style="text-align: justify;">One of the mostly played game in Facebook is Farmville.  It is mostly preferred by  facebook users because the images are of good quality, pleasant to the eye and navigation is very easy.  It is updated most of the time and it excites the gamers.  every now and then there is an update like new farmville homes and other stuff.  It has also been categorized well giving the users the ease to navigate the items they want to buy.<span id="more-790"></span></p>
<p style="text-align: justify;">Lately, I was bored playing the game because harvesting and planting takes a lot of my time.  So I made an experiment on the farm, thinking of Richie Rich the famous rich young cartoon character or the Harry Potter movie, the &#8220;mazed&#8221; field came into my mind.  I was thinking to clone their &#8220;mazed&#8221; yard.  After creating the maze, I had a flash of a genius wherein I realized that when you trap your character it will speed up the process.  The time when the character is walking from one field to the other is saved.</p>
<p style="text-align: justify;">This really helped me a lot in taking care of my farm and saves a lot of my time.  I hope this will also help my Farmville neighbors and everyone who is on the game.  Enjoy the trick and build those great looking farmville homes.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="allajosephcagadas@gmail.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Can You Buy Me a Beer? for Facebook Farmville Cheat " /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.icpep.org/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Buy Me a Beer" title="Buy Me a Beer" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=allajosephcagadas@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Can+You+Buy+Me+a+Beer?+for+Facebook+Farmville+Cheat+" target="paypal">Did find the post very useful? Maybe you want to buy me a glass of beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/facebook-farmville-cheat/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>
