<?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>answer2me</title>
	<atom:link href="http://answer2me.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://answer2me.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 04:24:03 +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>Content Management System Part 1</title>
		<link>http://answer2me.com/?p=538</link>
		<comments>http://answer2me.com/?p=538#comments</comments>
		<pubDate>Sat, 04 Sep 2010 04:24:03 +0000</pubDate>
		<dc:creator>ckhh</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=538</guid>
		<description><![CDATA[What is a Content Management System? Content Management Systems is also known as (aka) CMS in short. And I always love to call it a CMS, and people would ask me what is a CMS. So today, I&#8217;m going to blog about a CMS, all that you need to know. A CMS is a system [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is a Content Management System?<br />
</strong>Content Management Systems is also known as (aka) CMS in short. And I always love to call it a CMS, and people would ask me what is a CMS. So today, I&#8217;m going to blog about a CMS, all that you need to know.</p>
<p>A CMS is a system usually can be loaded from any web browsers to manage contents. Not just manage contents, but manage contents in a dynamic way and not in a static way. Not just managing contents but also able to interlink the CMS with plugins such as widgets and more. For more on the plugins which is aka extensions in Joomla: <a href="http://extensions.joomla.org/" target="_blank">http://extensions.joomla.org/</a></p>
<p>So here is the question, which CMS to use since there are so many open sourced and paid CMS out in the market?</p>
<p>Well I&#8217;m going to list the possible requirements that you need to know before you choose to buy or use open source CMS.</p>
<p><strong>1. Purpose of Use<br />
</strong>Before selecting the best suitable CMS for your project or business, please do consider carefully on your purpose of use. For an example, a WordPress blog CMS can be used for the purpose of a blogshop or just purely for blogging purpose. And if your business requires a CMS for marketing purpose, go ahead. CMS is usually for projects or businesses with frequent updates of contents. Would you prefer to update static files frequently to reflect your most latest updates to clients or users? Can you imagine the headache and stress on the company? CMS would be the best selection to market your business.</p>
<p><strong>2. Paid CMS or Open Source CMS?<br />
</strong>There is always a choice between a paid CMS and open source CMS. Usually paid CMS has more advance features that open source CMS does not offer. Before deciding on the CMS to be used, do a research on the available paid CMS and open source CMS to suit your requirements. I have no discrimination between a paid CMS and an open source CMS. Open source CMS provides a more better way to configure the CMS to cater to your business requirements. In the case of an open source CMS, plugins are generally available for free for non-commercial use.</p>
<p><strong>3. Security<br />
</strong>In my opinion, open source CMS has more security problems than paid ones. Open source CMS is more prone to hackers which they use the loopholes in the CMS&#8217; foundation to break into the CMS and the FTP server. In-house web developers or external vendors are to be on their guide when delivering the CMS to companies and also to address the issue.</p>
<p><strong>4. Robust<br />
</strong>Robust can be used with security. Every businesses would like to have a system that is stable and which does not fail frequently because it would determine a business&#8217; creditability. Imagine, if the system is always down because hackers trying to send in packets to the server which results the system is down, clients and users wouldn&#8217;t want to visit the site and patronize it. In every CMS, there are updates likewise the same as for software. Remember to patch the updates when there are new updates to address the loopholes in the old system.</p>
<p><strong>5. User Friendly Interface<br />
</strong>Everyone likes user friendly interface to navigate around to execute the different functions in the system. Do you remember the 3-click rule for users to navigate to the information they want? Likewise, CMS should have the ability to have this. Many CMS available in the market has demo versions on their website, do check out them and use their demo versions to decide which CMS will be the easier to use. User friendly installation of the CMS is important as well to ensure the CMS is put in placed in the web server, and you do not want to crash the system during the installation halfway through the process.</p>
<p><strong>6. Compatibility with web server<br />
</strong>Not many CMS may be compatible with old web server. Do check on their web server requirements. Most CMS works on web server such as Linux, Apache or Windows NT. CMS works with PHP files which means that the database used is MYSQL or PHPMYADMIN.</p>
<p>That&#8217;s all for the Part 1 of the article. Please check out Part 2 later next weekend. Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=538</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Handling Bank Transactions</title>
		<link>http://answer2me.com/?p=532</link>
		<comments>http://answer2me.com/?p=532#comments</comments>
		<pubDate>Fri, 27 Aug 2010 08:05:44 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Handling Bank Transactions]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=532</guid>
		<description><![CDATA[Category: Coding Standards Level: Beginner Description: This small piece of code will show you how Bank Transactions are handled. Bank Transactions are always executed in a series so that none of the transactions are missed or all of them are missed. If you used recordset instead, then if for some reason only one command is [...]]]></description>
			<content:encoded><![CDATA[<p>Category: Coding Standards<br />
Level: Beginner</p>
<p><a href="http://answer2me.com/wp-content/uploads/2010/08/moneylock.jpg"><img class="alignnone size-full wp-image-533" title="moneylock" src="http://answer2me.com/wp-content/uploads/2010/08/moneylock.jpg" alt="" width="300" height="216" /></a></p>
<p>Description: This small piece of code will show you how Bank Transactions are handled. Bank Transactions are always executed in a series so that none of the transactions are missed or all of them are missed. If you used recordset instead, then if for some reason only one command is executed (power failure is common in Pakistan) it will be quite hard work to identify the missing transaction. Hence, finding the missing transaction will increase manual overhead. Despite using commit and begin trans either both of the transactions are executed or none of them (in case of failure).</p>
<p><strong>Complete source code is at:<br />
<a href="http://www.planet-source-code.com/vb/default.asp?lngCId=4995&amp;lngWId=10" target="_blank">http://www.planet-source-code.com/vb/default.asp?lngCId=4995&amp;lngWId=10</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=532</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantages and Disadvantages of Static Routing</title>
		<link>http://answer2me.com/?p=527</link>
		<comments>http://answer2me.com/?p=527#comments</comments>
		<pubDate>Mon, 23 Aug 2010 18:38:01 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Advantages and Disadvantages of Static Routing]]></category>
		<category><![CDATA[Advantages of static routing]]></category>
		<category><![CDATA[static routing]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=527</guid>
		<description><![CDATA[Static routing are configured by network administrators to create a new entry route in the router&#8217;s routing table. It allows a network to forward packets to the IP address destination stored in the routing table. Static routes are known to be manual configured thus it does not change and its not dynamic. Advantages Static routes [...]]]></description>
			<content:encoded><![CDATA[<p>Static routing are configured by network administrators to create a new entry route in the router&#8217;s routing table.</p>
<p>It allows a network to forward packets to the IP address destination stored in the routing table.</p>
<p>Static routes are known to be manual configured thus it does not change and its not dynamic.</p>
<h2></h2>
<h2><strong>Advantages</strong></h2>
<ul>
<li>Static routes are simple and quick to configure.</li>
<li>Static routing is supported on all routing devices and all routers.</li>
<li>Static routes are easy to predict and understand in small networks.</li>
</ul>
<h2><strong>Disadvantages</strong></h2>
<ul>
<li>Static  routes require extensive planning and have high management overhead.  The more routers exist in a network, the more routes that need to be  configured. If you have ‘N’ number of routers and a route between each  router is needed, then you must configure N x N routes, so, for a  network of nine routers, you need 81 routes (9 x 9 = 81).</li>
<li>Static routes do not dynamically adapt to network topology changes or equipment failures.</li>
<li>Static routing does not scale well in large networks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple causes of Cancer</title>
		<link>http://answer2me.com/?p=517</link>
		<comments>http://answer2me.com/?p=517#comments</comments>
		<pubDate>Mon, 23 Aug 2010 11:38:59 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[World News]]></category>
		<category><![CDATA[Cancer]]></category>
		<category><![CDATA[Simple causes of Cancer]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=517</guid>
		<description><![CDATA[Johns Hopkins &#8211; Cancer News from Johns Hopkins No plastic containers in micro. No water bottles in freezer. No plastic wrap in microwave. A dioxin chemical causes cancer, especially breast cancer. Dioxins are highly poisonous to the cells of our bodies. Don&#8217;t freeze your plastic bottles with water in them as this releases dioxins from [...]]]></description>
			<content:encoded><![CDATA[<div>
<div><strong>Johns Hopkins &#8211; Cancer              News from Johns Hopkins </strong></div>
<div><span style="text-decoration: underline;"><br />
</span><a href="http://answer2me.com/wp-content/uploads/2010/08/1.199396460.jpg"><img class="size-full wp-image-521 alignnone" title="1.199396460" src="http://answer2me.com/wp-content/uploads/2010/08/1.199396460.jpg" alt="" width="300" height="216" /></a><br />
<strong> No plastic containers in              micro.</strong><span style="text-decoration: underline;"><br />
</span><a href="http://answer2me.com/wp-content/uploads/2010/08/2.199396460.jpg"><img class="alignnone size-full wp-image-522" title="2.199396460" src="http://answer2me.com/wp-content/uploads/2010/08/2.199396460.jpg" alt="" width="300" height="300" /></a><br />
<strong> No water              bottles in freezer. </strong><span style="text-decoration: underline;"><br />
</span><a href="http://answer2me.com/wp-content/uploads/2010/08/3.199396460.jpg"><img class="alignnone size-full wp-image-523" title="3.199396460" src="http://answer2me.com/wp-content/uploads/2010/08/3.199396460.jpg" alt="" width="300" height="258" /></a><br />
<strong> No plastic wrap in              microwave.</strong></div>
<div><span style="text-decoration: underline;"> </span><a href="http://answer2me.com/wp-content/uploads/2010/08/4.199396460.jpg"><img class="alignnone size-full wp-image-520" title="4.199396460" src="http://answer2me.com/wp-content/uploads/2010/08/4.199396460.jpg" alt="" width="300" height="199" /></a><br />
<span style="text-decoration: underline;"><strong>A dioxin              chemical causes cancer, especially breast cancer. </strong><br />
</span><br />
Dioxins are highly              poisonous to the cells of our bodies. Don&#8217;t freeze your plastic bottles with              water in them as this releases dioxins from the              plastic. <span style="text-decoration: underline;"> </span></div>
<div>
<p>Recently, Edward Fujimoto, Wellness              Program Manager at Castle Hospital , was on a TV program to explain              this health              hazard. He talked about dioxins and how bad they are for              us.<br />
He said that we should not be heating our food in the              microwave using plastic containers.. . <span style="text-decoration: underline;"><br />
</span><br />
<span style="text-decoration: underline;"><strong>This              especially applies to foods that contain              fat. </strong><br />
</span><br />
He said              that the combination of fat, high heat, and plastics releases dioxin              into the food and ultimately into the cells of the              body&#8230;<br />
Instead, he recommends using glass, such as Corning              Ware, Pyrex or              ceramic containers for heating food&#8230; You get the same results,              only without the dioxin. So such things as TV dinners, instant ramen and soups, etc.,              should be removed from the container and heated in something              else.<br />
Paper isn&#8217;t bad but you don&#8217;t know what is in the              paper. It&#8217;s just safer to use tempered glass, Corning Ware,              etc.<br />
He reminded us that a while ago some of the fast food restaurants              moved away from the foam containers to paper. The dioxin problem is              one of the reasons&#8230; <span style="text-decoration: underline;"><br />
</span><br />
Also, he              pointed out that plastic wrap, such as Saran, is just as dangerous              when placed over foods to be cooked in the microwave. As the food is              nuked, the high heat causes poisonous toxins to actually melt out of              the plastic wrap and drip into the food.<br />
Cover food with a              paper towel instead.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=517</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Databases Classes For Free!</title>
		<link>http://answer2me.com/?p=515</link>
		<comments>http://answer2me.com/?p=515#comments</comments>
		<pubDate>Sat, 14 Aug 2010 13:20:34 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=515</guid>
		<description><![CDATA[My simple Query Language Class for MySQL &#38; MySQLi(Improved) Author: Mustafa OZGUR Date: 2010-08-09 (4 days ago) Groups: PHP 5, Databases Description: This class is Database access wrapper using MySQL or MySQLi extensions. It can: - Establish connections to a MySQL server - Execute arbitrary queries and return the number of result rows, the number [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.phpclasses.org/package/6396-PHP-Database-access-wrapper-using-MySQL-or-MySQLi.html" target="_blank">My simple Query Language Class for MySQL &amp; MySQLi(Improved)</a></h3>
<table width="90%">
<tbody>
<tr>
<td width="90" valign="top"><img title="Picture of Mustafa OZGUR" src="http://files.phpclasses.org/picture/user/377867.png" alt="Picture of Mustafa OZGUR" width="90" height="90" /></td>
<td valign="top">
<table width="100%">
<tbody>
<tr>
<th align="right">Author:</th>
<td>Mustafa OZGUR</td>
</tr>
<tr>
<th align="right">Date:</th>
<td>2010-08-09 (4 days ago)</td>
</tr>
<tr>
<th align="right">Groups:</th>
<td>PHP 5, Databases</td>
</tr>
<tr>
<th width="1%" align="right" valign="top">Description:</th>
<td width="99%">This class is Database access wrapper using MySQL or MySQLi extensions. It can:</p>
<p>- Establish connections to a MySQL server<br />
- Execute arbitrary queries and return the number of result rows, the number of affected rows or the last inserted identifier<br />
- Execute INSERT queries given the table name and field value arrays<br />
- Execute SELECT queries and return single values or arrays with results</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h3><a href="http://www.phpclasses.org/package/6391-PHP-Connect-and-query-Microsoft-Access-databases.html" target="_blank">ODBC on The Fly</a></h3>
<table width="90%">
<tbody>
<tr>
<td width="90" valign="top"><img title="Picture of Osama Salama" src="http://files.phpclasses.org/picture/user/913630.jpg" alt="Picture of Osama Salama" width="90" height="120" /></td>
<td valign="top">
<table width="100%">
<tbody>
<tr>
<th align="right">Author:</th>
<td>Osama Salama</td>
</tr>
<tr>
<th align="right">Date:</th>
<td>2010-08-06 (7 days ago)</td>
</tr>
<tr>
<th align="right">Groups:</th>
<td>PHP 5, Databases, Windows</td>
</tr>
<tr>
<th width="1%" align="right" valign="top">Description:</th>
<td width="99%">This class can be used to connect and query Microsoft Access databases.</p>
<p>It takes the path of a Microsoft Access database file and computes  suitable a DSN string to establish a connection to the database using  ODBC extension on Windows.</p>
<p>The class can also execute a given SQL query to the connected database and return the whole result set in an array.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=515</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google release drag-and-drop feature</title>
		<link>http://answer2me.com/?p=512</link>
		<comments>http://answer2me.com/?p=512#comments</comments>
		<pubDate>Wed, 04 Aug 2010 14:40:53 +0000</pubDate>
		<dc:creator>ckhh</dc:creator>
				<category><![CDATA[others]]></category>
		<category><![CDATA[drag-and-drop]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=512</guid>
		<description><![CDATA[Recently, Google has released a cool feature in their Google Mail application. It provides drag-and-drop feature in Google Mail whereby you are able to drag-and-drop email attachments to your desktop without right-clicking it to save it as a document. Hassle-free. And I totally fell into it. Give it a try today!]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://blogs.ft.com/techblog/files/2009/09/gmail-logo.jpg" alt="" width="450" height="337" /></p>
<p>Recently, Google has released a cool feature in their Google Mail application.</p>
<p>It provides drag-and-drop feature in Google Mail whereby you are able to drag-and-drop email attachments to your desktop without right-clicking it to save it as a document.</p>
<p>Hassle-free. And I totally fell into it. Give it a try today!</p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=512</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony NEX-3 &amp; NEX-5</title>
		<link>http://answer2me.com/?p=508</link>
		<comments>http://answer2me.com/?p=508#comments</comments>
		<pubDate>Mon, 26 Jul 2010 02:59:49 +0000</pubDate>
		<dc:creator>ckhh</dc:creator>
				<category><![CDATA[cameras]]></category>
		<category><![CDATA[Sony NEX-3]]></category>
		<category><![CDATA[Sony NEX-5]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=508</guid>
		<description><![CDATA[like I&#8217;m quite late for a review on the new digital cameras from Sony. From the image above, Sony has keep its promise by giving slim and sleek designs to its digital cameras. That&#8217;s one thing for sure what I like about Sony digital cameras. Ladies would sure to like this. The camera isn&#8217;t an [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://blog.digitalrev.com/wp-content/uploads/2010/05/500_Sony_NEX-3_a1.jpeg" alt="" width="500" height="310" /></p>
<p>like I&#8217;m quite late for a review on the new digital cameras from Sony.</p>
<p>From the image above, Sony has keep its promise by giving slim and sleek designs to its digital cameras. That&#8217;s one thing for sure what I like about Sony digital cameras. Ladies would sure to like this.</p>
<p>The camera isn&#8217;t an ordinary camera, it is unique in a way that, interchangeable lens can be attached and detached from the camera. Oh yea, doesn&#8217;t that sounds like a normal DSLR? Yup, that is, but attaching to a digital camera body.</p>
<p><img class="alignnone" src="http://blog.digitalrev.com/wp-content/uploads/2010/05/500_Sony_NEX-3_a3.jpeg" alt="" width="500" height="503" /></p>
<p>Okay, but it looks real weird to have a bulky lens attached to a slim and sleek digital camera. And the way how you hold the camera is important too.</p>
<p>Lets just put aside the design but lets talk about the specifications. Looking at the specifications, I&#8217;m quite impressed with it. The camera has 14.2 megapixel image sensor.</p>
<p><strong>Image Sensor</strong>: 14.2 million effective pixels.<br />
<strong>Metering</strong>: Multi pattern, centre-weighted and spot.<br />
<strong>Sensor Size</strong>: APS-C-sized CMOS (23.4×15.6mm).<br />
<strong>Lens</strong>: Sony E Series mount.<br />
<strong>Shutter Speed</strong>: 30 to 1/4000 second. Flash sync: 1/160 sec.<br />
<strong>Continuous Shooting</strong>: seven fps.<br />
<strong>Memory</strong>: Memory Stick PRO Duo, PRO-HG Duo, SD, SDHC, SDXC cards.<br />
<strong>Image Sizes (pixels)</strong>: 4592×3056, 4592×2576, 3344×2224, 3344×1872, 2288×1520, 2288×1280.<br />
<strong>Movies</strong>: 1280×720, 848×480, 640×480 at 30 fps. (NEX5 has 1080p)<br />
<strong>Colour Space</strong>: sRGB, Adobe RGB.<br />
<strong>LCD Screen</strong>: 7.5cm LCD (921,600 pixels).<br />
<strong>File Formats</strong>: JPEG, RAW, JPEG+RAW, MPEG4.<br />
<strong>ISO Sensitivity</strong>: Auto, 200 to 12,800.<br />
<strong>Interface</strong>: USB 2.0, HDMNI, AV.<br />
<strong>Power</strong>: Rechargeable lithium ion battery, DC input.<br />
<strong>Dimensions</strong>: 117.2×62.6×33.4mm WHDmm.<br />
<strong>Weight</strong>: 297 g (inc battery and card).</p>
<p>Well, I guess as a photography myself, I would give a second thought whether to purchase the camera since I would rather go for a DSLR.</p>
<p>I&#8217;m sure that this camera will live up to its name.</p>
<p>More review: <a href="http://blog.digitalrev.com/2010/05/11/sony-nex3-nex5-latest-pics-and-specs/" target="_blank">http://blog.digitalrev.com/2010/05/11/sony-nex3-nex5-latest-pics-and-specs/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=508</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>simple 2D surface with pan and zoom</title>
		<link>http://answer2me.com/?p=503</link>
		<comments>http://answer2me.com/?p=503#comments</comments>
		<pubDate>Fri, 23 Jul 2010 09:51:48 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=503</guid>
		<description><![CDATA[Category: Graphics/ Sound Level: Intermediate Description: 2D, simple pan and zoom example using graphics class. Use the mouse wheel to zoom in and out and drag the mouse with the middle mouse button pressed to move. Complete source code is at: http://www.planet-source-code.com/vb/default.asp?lngCId=7899&#38;lngWId=10]]></description>
			<content:encoded><![CDATA[<p>Category: Graphics/ Sound<br />
Level: Intermediate</p>
<p>Description: 2D, simple pan and zoom example using graphics class. Use the mouse wheel to zoom in and out and drag the mouse with the middle mouse button pressed to move.</p>
<p>Complete source code is at:<br />
<a href="http://www.planet-source-code.com/vb/default.asp?lngCId=7899&amp;lngWId=10" target="_blank">http://www.planet-source-code.com/vb/default.asp?lngCId=7899&amp;lngWId=10</a></p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=503</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Cameras &#8211; 3D</title>
		<link>http://answer2me.com/?p=500</link>
		<comments>http://answer2me.com/?p=500#comments</comments>
		<pubDate>Sun, 11 Jul 2010 11:13:52 +0000</pubDate>
		<dc:creator>ckhh</dc:creator>
				<category><![CDATA[cameras]]></category>
		<category><![CDATA[3D camera]]></category>
		<category><![CDATA[Future of Camera]]></category>
		<category><![CDATA[Sony Cyber-shot]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=500</guid>
		<description><![CDATA[Lately, I was posting about the new camera that Sony Cyber-shot has to offer, the TX7 model, basic features of cameras are the MUST HAVE functions in each of the cameras these days. But the future of camera is yet to come with the most stunning technology that Sony Cyber-shot is implementing in its new [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I was posting about the new camera that Sony Cyber-shot has to offer, the TX7 model, basic features of cameras are the MUST HAVE functions in each of the cameras these days. But the future of camera is yet to come with the most stunning technology that Sony Cyber-shot is implementing in its new cameras, 3D (3 Dimension).</p>
<p>It may sounds weird with 3D in implementing in cameras especially when photos are really just purely in 2D. With the ever fast pace in technologies, we are too near to the new technology. We have 3D in movies in cinemas now, what&#8217;s more that we will see it in cameras too!</p>
<p>On 8 July 2010, Sony announced the new cameras Sony Cyber-shot DSC-TX9 and DSC-WX5, point and shoot cameras which will have the 3D effect when viewed with a 3D compatible television system. How cool is that!!! Besides these two cameras uses the panorama technology too like what it is used in the TX7 model.</p>
<p>So how do we view the images in 3D? Simply viewing 3D images on your camera is easy. It uses a new technology called Sweep MultiAngle allows you to see images moving in simulated 3D on the camera’s LCD  screen by tilting the camera back and forth.</p>
<p>&#8220;You’ll be able to view any of your photos in 2D and when you want to see  3D on the “big screen” remember you need a compatible 3D television,  3D-compatible HDMI cables and 3D glasses.&#8221;</p>
<p>The cameras will only be ready in September.</p>
<p>Credits: <a href="http://blog.discover.sonystyle.com/take-your-photos-to-the-3rd-dimension-with-sony-cyber-shot" target="_blank">http://blog.discover.sonystyle.com/take-your-photos-to-the-3rd-dimension-with-sony-cyber-shot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=500</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>32 Most Important Algorithms</title>
		<link>http://answer2me.com/?p=493</link>
		<comments>http://answer2me.com/?p=493#comments</comments>
		<pubDate>Tue, 06 Jul 2010 14:34:52 +0000</pubDate>
		<dc:creator>Nicholas Ooi</dc:creator>
				<category><![CDATA[World News]]></category>
		<category><![CDATA[Algorithm]]></category>

		<guid isPermaLink="false">http://answer2me.com/?p=493</guid>
		<description><![CDATA[A* search algorithm Graph search algorithm that finds a path from a given initial node to a given goal node. It employs a heuristic estimate that ranks each node by an estimate of the best route that goes through that node. It visits the nodes in order of this heuristic estimate. The A* algorithm is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://answer2me.com/wp-content/uploads/2010/07/noteasy-s.jpg"><img class="aligncenter size-full wp-image-498" title="noteasy-s" src="http://answer2me.com/wp-content/uploads/2010/07/noteasy-s.jpg" alt="" width="500" height="547" /></a></p>
<p><big><strong>A* search algorithm</strong><br />
</big> Graph search algorithm that finds a path from a given initial node to a  given goal node.  	It employs a heuristic estimate that ranks each node by an estimate of  the best route that  	goes through that node. It visits the nodes in order of this heuristic  estimate.  	The A* algorithm is therefore an example of best-first search.</p>
<p><big><strong> Beam Search</strong><br />
</big> Beam search is a search algorithm that is an optimization of best-first  search.  	Like best-first search, it uses a heuristic function to evaluate the  promise of each node it examines.  	Beam search, however, only unfolds the first m most promising nodes at  each depth,  	where m is a fixed number, the beam width.<br />
<big><strong> Binary search</strong><br />
</big> Technique for finding a particular value in a linear array, by ruling  out half of the data at each step.<br />
<big><strong> Branch and bound</strong><br />
</big> A general algorithmic method for finding optimal solutions of various  optimization problems,  	especially in discrete and combinatorial optimization.</p>
<p><big><strong> Buchberger&#8217;s algorithm</strong><br />
</big> In computational algebraic geometry and computational commutative  algebra, Buchberger&#8217;s algorithm  	is a method of transforming a given set of generators for a polynomial  ideal into a Gröbner  	basis with respect to some monomial order. One can view it as a  generalization of the Euclidean  	algorithm for univariate gcd computation and of Gaussian elimination  for linear systems.<br />
<big><strong> Data compression</strong><br />
</big> Data compression or source coding is the process of encoding  information using fewer bits  	(or other information-bearing units) than an unencoded representation  would use through use  	of specific encoding schemes.<br />
<big><strong> Diffie-Hellman key exchange</strong><br />
</big> Cryptographic protocol which allows two parties that have no prior  knowledge of each other  	to jointly establish a shared secret key over an insecure  communications channel.  	This key can then be used to encrypt subsequent communications using a  symmetric key cipher.<br />
<big> <strong>Dijkstra&#8217;s algorithm</strong><br />
</big> Algorithm that solves the single-source shortest path problem for a  directed graph  	with nonnegative edge weights.<br />
<big> <strong>Discrete differentiation</strong><br />
</big> I.e., the formula f&#8217;(x) = (f(x+h) &#8211; f(x-h)) / 2h.<br />
<big> <strong>Dynamic programming</strong><br />
</big> Dynamic programming is a method for reducing the runtime of algorithms  exhibiting the  	properties of overlapping subproblems and optimal substructure,  described below.<br />
<big><strong> Euclidean algorithm</strong><br />
</big> Algorithm to determine the greatest common divisor (gcd) of two  integers.  	It is one of the oldest algorithms known, since it appeared in Euclid&#8217;s  Elements around 300 BC.  	The algorithm does not require factoring the two integers.<br />
<big><strong> Expectation-maximization algorithm (EM-Training)</strong><br />
</big> In statistical computing, an expectation-maximization (EM) algorithm is  an algorithm for  	finding maximum likelihood estimates of parameters in probabilistic  models, where the  	model depends on unobserved latent variables. EM alternates between  performing an expectation  	step, which computes the expected value of the latent variables, and a  maximization  	step, which computes the maximum likelihood estimates of the parameters  given the  	data and setting the latent variables to their expectation.<br />
<big><strong> Fast Fourier transform (FFT)</strong><br />
</big> Efficient algorithm to compute the discrete Fourier transform (DFT) and  its inverse.  	FFTs are of great importance to a wide variety of applications, from  digital signal  	processing to solving partial differential equations to algorithms for  quickly multiplying large integers.<br />
<big><strong> Gradient descent</strong><br />
</big> Gradient descent is an optimization algorithm that approaches a local  minimum of a  	function by taking steps proportional to the negative of the gradient  (or the approximate gradient)  	of the function at the current point. If instead one takes steps  proportional to the gradient,  	one approaches a local maximum of that function; the procedure is then  known as gradient ascent.<br />
<big> <strong>Hashing</strong><br />
</big> A function for summarizing or probabilistically identifying data.  	Typically this means one applies a mathematical formula to the data,  	producing a string which is probably more or less unique to that data.  	The string is much shorter than the original data, but can be used to  uniquely identify it.<br />
<big><strong> Heaps (heap sort)</strong><br />
</big> In computer science a heap is a specialized tree-based data structure.  	Heaps are favourite data structures for many applications:  	Heap sort, selection algorithms (finding the min, max or both of them,  	median or even any kth element in sublinear time), graph algorithms.<br />
<big><strong> Karatsuba multiplication</strong><br />
</big> For systems that need to multiply numbers in the range of several  thousand digits,  	such as computer algebra systems and bignum libraries, long  multiplication is too slow.  	These systems employ Karatsuba multiplication, which was discovered in  1962.<br />
<big><strong> LLL algorithm</strong><br />
</big> The Lenstra-Lenstra-Lovasz lattice reduction (LLL) algorithm is an  algorithm which,  	given a lattice basis as input, outputs a basis with short, nearly  orthogonal vectors.  	The LLL algorithm has found numerous applications in cryptanalysis of  public-key  	encryption schemes: knapsack cryptosystems, RSA with particular  settings, and so forth.<br />
<big><strong> Maximum flow</strong><br />
</big> The maximum flow problem is finding a legal flow through a flow network  that is maximal.  	Sometimes it is defined as finding the value of such a flow. The  maximum flow problem can be  	seen as special case of more complex network flow problems.  	The maximal flow is related to the cuts in a network by the Max-flow  min-cut theorem. 	The Ford-Fulkerson algorithm computes the maximum flow in a flow  network.<br />
<big><strong> Merge sort</strong><br />
</big> A sorting algorithm for rearranging lists (or any other data structure  that can  	only be accessed sequentially, e.g. file streams) into a specified  order.<br />
<big><strong> Newton&#8217;s method</strong><br />
</big> Efficient algorithm for finding approximations to the zeros (or roots)  of a real-valued function. 	Newton&#8217;s method is also a well-known algorithm for finding roots of  equations in one  	or more dimensions. It can also be used to find local maxima and local  minima of functions.<br />
<big><strong> Q-learning</strong><br />
</big> Q-learning is a reinforcement learning technique that works by learning  an action-value  	function that gives the expected utility of taking a given action in a  given state and  	following a fixed policy thereafter. A strength with Q-learning is that  it is able to  	compare the expected utility of the available actions without requiring  a model of the environment.<br />
<big><strong> Quadratic sieve</strong><br />
</big> The quadratic sieve algorithm (QS) is a modern integer factorization  algorithm and,  	in practice, the second fastest method known (after the number field  sieve, NFS).  	It is still the fastest for integers under 110 decimal digits or so,  and is considerably  	simpler than the number field sieve.<br />
<big><strong> RANSAC</strong><br />
</big> RANSAC is an abbreviation for &#8220;RANdom SAmple Consensus&#8221;. It is an  algorithm to estimate  	  parameters of a mathematical model from a set of observed data which  contains &#8220;outliers&#8221;.  	  A basic assumption is that the data consists of &#8220;inliers&#8221;, i. e.,  data points which can  	  be explained by some set of model parameters, and &#8220;outliers&#8221; which  are data points that  	  do not fit the model.<br />
<big> <strong>RSA</strong><br />
</big> Algorithm for public-key encryption. It was the first algorithm known  to be suitable  	for signing as well as encryption. 	RSA is still widely used in electronic commerce protocols,  	and is believed to be secure given sufficiently long keys.<br />
<big><strong> Schönhage-Strassen algorithm</strong><br />
</big> In mathematics, the Schönhage-Strassen algorithm is an asymptotically  fast method for  	multiplication of large integer numbers.  	The run-time is O(N log(N) log(log(N))). The algorithm uses Fast  Fourier Transforms in rings.<br />
<big><strong> Simplex algorithm</strong><br />
</big> In mathematical optimization theory, the simplex algorithm a popular  technique for  	numerical solution of the linear programming problem. A linear  programming problem  	consists of a collection of linear inequalities on a number of real  variables and a  	fixed linear functional which is to be maximized (or minimized).<br />
<big><strong> Singular value decomposition (SVD)</strong><br />
</big> In linear algebra, SVD is an important factorization of a rectangular  real or complex matrix,  	with several applications in signal processing and statistics, e.g.,  computing  	the pseudoinverse of a matrix (to solve the least squares problem),  solving overdetermined 	linear systems, matrix approximation, numerical weather prediction.<br />
<big><strong> Solving a system of linear equations</strong><br />
</big> Systems of linear equations belong to the oldest problems in  mathematics and they have  	many applications, such as in digital signal processing, estimation,  forecasting and generally  	in linear programming and in the approximation of non-linear problems  in numerical analysis.  	An efficient way to solve systems of linear equations is given by the  Gauss-Jordan elimination  	or by the Cholesky decomposition.<br />
<big><strong> Strukturtensor</strong><br />
</big> In pattern recognition: Computes a measure for every pixel which tells  you if this pixel is located 	in a homogenous region, if it belongs to an edge, or if it is a vertex.<br />
<big><strong> Union-find</strong><br />
</big> Given a set of elements, it is often useful to partition them into a  number  	of separate, nonoverlapping groups. A disjoint-set data structure is a  data structure  	that keeps track of such a partitioning. A union-find algorithm is an  algorithm that  	performs two useful operations on such a data structure:<br />
Find: Determine which group a particular element is in.<br />
Union: Combine or merge two groups into a single group.<br />
<big><strong> Viterbi algorithm</strong><br />
</big> Dynamic programming algorithm for finding the most likely sequence of  hidden states &#8211;  	known as the Viterbi path &#8211; that result in a sequence of observed  events,  	especially in the context of hidden Markov models.<br />
From Source <a href="http://www.risc.jku.at/people/ckoutsch/stuff/e_algorithms.html">http://www.risc.jku.at/people/ckoutsch/stuff/e_algorithms.html</a></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://answer2me.com/?feed=rss2&amp;p=493</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
