<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Photography</title>
	<atom:link href="http://www.diagolo.com/photography/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.diagolo.com/photography</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2009 05:52:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Sony Cyber-shot DSC-H20 10.1 MP Digital Camera with 10x Optical Zoom and Super Steady Shot Image Stabilization by Galia</title>
		<link>http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization/comment-page-1#comment-123</link>
		<dc:creator>Galia</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization#comment-123</guid>
		<description>&lt;/div&gt;

Hello all, this camera is the real deal for its price.  It is very easy to use and since I&#039;m new with all this camera stuff, I love the fact you get detail info on the little icons indicating what they do.  This helps my learning process for this camera.  Also when the time is right, and you understand the camera, you can shut this option off.  The picture quality is next to amazing. Especially at night, all my other cameras could never take pictures like this does.  The detail is so crisp and clear.  I&#039;m truly impressed with this HD camera.  If you are on the fence jump off and get this camera.
      </description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{
color: #0022EE; 
font-size: 12px; font-weight: bold;
}</p>
<p>-->
</style>
<style type="text/css">
<!--</p>
<p>#WPMCL_popup {
    background-attachment: fixed;
    background-color: white;
    border: 0.1em dashed black;
    font-family: "Verdana, Arial, Sans-Serif";
    font-size: 75%;
    margin: 0px;
    padding: 0.7em;
    position: absolute;
    spacing: 0em;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</p>
<p>-->
</style>
<div id="WPMCL_popup"></div>
<p><script type="text/javascript">
<!--</p>
<p>var offsetxpoint = 0;
var offsetypoint = 0;
var closing_time_in_miliseconds = 100;
var ie = document.all;
var gecko = document.getElementById && !document.all;
var showing = false;
var moving = false;
var close_time = 0;
var popupw = document.getElementById ? document.getElementById("WPMCL_popup") : (document.all ? document.all["WPMCL_popup"] : "");</p>
<p>function WPMCL_msbody() {
    return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body;
}</p>
<p>function WPMCL_show_popup(e, thetext){
    if (popupw.innerHTML != undefined) {
        popupw.innerHTML = thetext;
        showing = window.event ? window.event.srcElement : e.currentTarget;
        newpopup = true;
        return false;
    }
}</p>
<p>function WPMCL_close_popup(){
    showing = false;
    moving = false;
    newpopup = false;
    close_time = 0;
    popupw.style.backgroundColor = "";
    popupw.style.left = "-10000px";
    popupw.style.visibility = "hidden";
    popupw.style.width = "";
}</p>
<p>function WPMCL_mouse_moved(e){
    if (showing && (newpopup || moving)){
        var curX = window.event ? window.event.clientX+WPMCL_msbody().scrollLeft : e.pageX;
        var curY = window.event ? window.event.clientY+WPMCL_msbody().scrollTop : e.pageY;
        var left_edge = offsetxpoint < 0 ? -offsetxpoint : -10000;
        var right_edge = ie && !window.opera ? WPMCL_msbody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20;
        var bottom_edge = ie && !window.opera ? WPMCL_msbody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20;</p>
<p>        if (right_edge < popupw.offsetWidth) {
            popupw.style.left = ie ? WPMCL_msbody().scrollLeft+event.clientX-popupw.offsetWidth+"px" : window.pageXOffset+e.clientX-popupw.offsetWidth+"px";
        } else if (curX < left_edge) {
            popupw.style.left = "5px";
        } else {
            popupw.style.left = curX+offsetxpoint+"px";
        }</p>
<p>        if (bottom_edge < popupw.offsetHeight) {
            popupw.style.top = ie ? WPMCL_msbody().scrollTop+event.clientY-popupw.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-popupw.offsetHeight-offsetypoint+"px";
        } else {
            popupw.style.top = curY+offsetypoint+"px";
            popupw.style.visibility = "visible";
        }
        newpopup = false;
    }</p>
<p>    if (showing && !moving){
            currentElement = window.event ? window.event.srcElement : e.target;
            while (currentElement.id != showing.id && currentElement.id != "WPMCL_popup" && currentElement.tagName != "BODY" && currentElement.tagName != "HTML"){
                currentElement = currentElement.parentElement ? currentElement.parentElement : currentElement.parentNode;
            }
            if (currentElement.id != showing.id && currentElement.id != "WPMCL_popup"){
                Now = new Date();
                Now_time = Now.getTime();
                if (!close_time) {
                    close_time = Now_time;
                } else if (Now_time - close_time >= closing_time_in_miliseconds) {
                    WPMCL_close_popup();
                }
            }
    }
}</p>
<p>document.onmousemove = WPMCL_mouse_moved;
document.onmousedown = Function("moving = true");
document.onmouseup = Function("moving = false");</p>
<p>-->
</script></p>
<p>Hello all, this camera is the real deal for its price.  It is very easy to use and since I&#8217;m new with all this camera stuff, I love the fact you get detail info on the little icons indicating what they do.  This helps my learning process for this camera.  Also when the time is right, and you understand the camera, you can shut this option off.  The picture quality is next to amazing. Especially at night, all my other cameras could never take pictures like this does.  The detail is so crisp and clear.  I&#8217;m truly impressed with this HD camera.  If you are on the fence jump off and get this camera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony Cyber-shot DSC-H20 10.1 MP Digital Camera with 10x Optical Zoom and Super Steady Shot Image Stabilization by Anonymous</title>
		<link>http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization/comment-page-1#comment-122</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 24 Sep 2009 03:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization#comment-122</guid>
		<description>&lt;/div&gt;

I bought this camera for a two week trip I was about to take. I also purchased an extra extended battery and an 8GB memory card for the camera. The main reason I purchased the camera was for its ability to take pictures quickly. I looked through consumer reports and this one was one of the top rated cameras. The cost is very good for this quality camera. I could take a picture withing a couple of seconds after turning the camera on and I could take a picture again less than a second later. This camera also has great battery life. Even if you just use the included battery, you can still get around 3-400 pictures (assuming you are not using flash). The zoom on the camera is great. It is a 10x optical zoom and additional 7x digital zoom. This gives you the power of a 17x zoom. If you take your picture at 17x zoom, you can then zoom in on your picture another 8x under the &quot;review your pictures&quot; menu. This camera is also small enough to fit into a small over the shoulder camera bag. It fit into my old camera bag that I used to have a small Olympus camera in. I recommend this camera for ages 16 and up. It is a great camera that it comparable to any SLR camera. I think it is better than a SLR because it is so much smaller than any SLR you could purchase. 
      </description>
		<content:encoded><![CDATA[<p>I bought this camera for a two week trip I was about to take. I also purchased an extra extended battery and an 8GB memory card for the camera. The main reason I purchased the camera was for its ability to take pictures quickly. I looked through consumer reports and this one was one of the top rated cameras. The cost is very good for this quality camera. I could take a picture withing a couple of seconds after turning the camera on and I could take a picture again less than a second later. This camera also has great battery life. Even if you just use the included battery, you can still get around 3-400 pictures (assuming you are not using flash). The zoom on the camera is great. It is a 10x optical zoom and additional 7x digital zoom. This gives you the power of a 17x zoom. If you take your picture at 17x zoom, you can then zoom in on your picture another 8x under the &#8220;review your pictures&#8221; menu. This camera is also small enough to fit into a small over the shoulder camera bag. It fit into my old camera bag that I used to have a small Olympus camera in. I recommend this camera for ages 16 and up. It is a great camera that it comparable to any SLR camera. I think it is better than a SLR because it is so much smaller than any SLR you could purchase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony LCS-CST General Purpose Soft Carrying Case for Slim Cybershot Digital Cameras by Xander</title>
		<link>http://www.diagolo.com/photography/sony-lcs-cst-general-purpose-soft-carrying-case-for-slim-cybershot-digital-cameras/comment-page-1#comment-116</link>
		<dc:creator>Xander</dc:creator>
		<pubDate>Thu, 24 Sep 2009 03:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/sony-lcs-cst-general-purpose-soft-carrying-case-for-slim-cybershot-digital-cameras#comment-116</guid>
		<description>&lt;/div&gt;

I bought this for my Sony N1 digital camera. Buying online I was worried that it would be too small or too bulky but it&#039;s absolutely the perfect size. The price is great especially for something that is Sony. I like the fact that it has a strap that you can snap onto your belt. There&#039;s also a small zippered pouch on the inside front that you can put an extra memorystick or even battery. The only thing that could make this case even better would be a clip for those who don&#039;t wear belts but still wear pants. 
      </description>
		<content:encoded><![CDATA[<p>I bought this for my Sony N1 digital camera. Buying online I was worried that it would be too small or too bulky but it&#8217;s absolutely the perfect size. The price is great especially for something that is Sony. I like the fact that it has a strap that you can snap onto your belt. There&#8217;s also a small zippered pouch on the inside front that you can put an extra memorystick or even battery. The only thing that could make this case even better would be a clip for those who don&#8217;t wear belts but still wear pants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Canon PowerShot A470 7.1MP Digital Camera with 3.4x Optical Zoom by Italia</title>
		<link>http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom/comment-page-1#comment-120</link>
		<dc:creator>Italia</dc:creator>
		<pubDate>Thu, 24 Sep 2009 03:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom#comment-120</guid>
		<description>&lt;/div&gt;

I was attracted to this camera as a new version of the A460, which was highly rated by PC World. It is indeed very simple to use with a large LCD display, much greater resolution than the A70 I bought five years ago, and uses a 2 GB memory chip. The drawback is that the camera has no view finder. You take a picture by looking at it in the LCD display. That works fine indoors, but outdoors the daylight washes out the display so that framing a picture is almost guesswork.&lt;a href=&quot;http://www.amazon.com/gp/product/B0012Y6FK2/ref=cm_cr_asin_lnk&quot;&gt;Canon PowerShot A470 7MP Digital Camera with 3.4x Optical Zoom (Red)&lt;/a&gt;
      </description>
		<content:encoded><![CDATA[<p>I was attracted to this camera as a new version of the A460, which was highly rated by PC World. It is indeed very simple to use with a large LCD display, much greater resolution than the A70 I bought five years ago, and uses a 2 GB memory chip. The drawback is that the camera has no view finder. You take a picture by looking at it in the LCD display. That works fine indoors, but outdoors the daylight washes out the display so that framing a picture is almost guesswork.<a href="http://www.amazon.com/gp/product/B0012Y6FK2/ref=cm_cr_asin_lnk">Canon PowerShot A470 7MP Digital Camera with 3.4x Optical Zoom (Red)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Canon PowerShot A470 7.1MP Digital Camera with 3.4x Optical Zoom by Deon</title>
		<link>http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom/comment-page-1#comment-119</link>
		<dc:creator>Deon</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom#comment-119</guid>
		<description>&lt;/div&gt;

These PowerShot &quot;A&quot; cameras are Canon&#039;s attempt to deliver the quality and features of its more expensive PowerShot &quot;G&quot; and PowerShot Pro &quot;S&quot; lines (such as full zoom lenses) at a budget price. The results are pretty good. (How do I know? Because I&#039;ve actually gotten to use all of these cameras. I earn my living at Walt Disney World writing a travel guide, and nearly every day guests ask me to take photos of them with their own cameras, which most often are Canon PowerShots.)&#013;&lt;br/&gt;&lt;br/&gt;Here&#039;s my opinion of the top-selling &quot;A&quot; series cameras:&#013;&lt;br/&gt;&lt;br/&gt;7TH PLACE: Featuring Canon&#039;s acclaimed Digic III processor, the 2007-model &lt;a href=&quot;http://www.amazon.com/gp/product/B000NK3NBA/ref=cm_cr_asin_lnk&quot;&gt;A560&lt;/a&gt; includes the company&#039;s face-detection metering system and a decent red-eye removal. It&#039;s a nice camera, but a better value is the new A470 (see below). $150 list.&#013;&lt;br/&gt;&lt;br/&gt;6TH PLACE: The &lt;a href=&quot;http://www.amazon.com/gp/product/B000NK3H4S/ref=cm_cr_asin_lnk&quot;&gt;A570IS&lt;/a&gt; is the same camera as the A560 but with optical image stabilization and the ability to shoot manually. $200 list.&#013;&lt;br/&gt;&lt;br/&gt;5TH PLACE: You can do a lot with the sweet little &lt;a href=&quot;http://www.amazon.com/gp/product/B000HAOVC6/ref=cm_cr_asin_lnk&quot;&gt;A630&lt;/a&gt;. It&#039;s a 2006 model, but has a flip-out LCD panel and lots of manual controls. The shots I&#039;ve seen from this model look great. Keep your ISO under 800 and you won&#039;t get any noise. $350 list. (Canon offers a 2007 version of this camera that I haven&#039;t had much experience with yet, the &lt;a href=&quot;http://www.amazon.com/gp/product/B000V20R28/ref=cm_cr_asin_lnk&quot;&gt;A650 IS&lt;/a&gt;. It also lists for $350.)&#013;&lt;br/&gt;&lt;br/&gt;4TH PLACE: The 2008-model &lt;a href=&quot;http://www.amazon.com/gp/product/B0012YA4YK/ref=cm_cr_asin_lnk&quot;&gt;A580&lt;/a&gt; is an A590IS (see 1st Place, below) without image stabilization and with semi-automatic instead of manual controls. $150 list.&#013;&lt;br/&gt;&lt;br/&gt;3RD PLACE: The fully-loaded &lt;a href=&quot;http://www.amazon.com/gp/product/B000V1VG2E/ref=cm_cr_asin_lnk&quot;&gt;A720 IS&lt;/a&gt; has all the toys, including a 6x zoom (35mm film equivalent of 35-210mm), image stabilization, adjustable flash power and optional second-curtain flash. This last feature means you can make the flash fire at the end of a long exposure, instead of the beginning, so moving subjects streak into focus instead of out. A 2007 model. $200 list.&#013;&lt;br/&gt;&lt;br/&gt;2ND PLACE: The 2008 entry-level A470 (the camera on this page) is great for kids or anyone just looking for a good basic camera. But frankly, it&#039;s better than basic. It includes Canon&#039;s face detection technology and has a zoom lens, 14 shooting modes and the ability to set exposure compensation, ISO and white balance manually. Plus it looks great with the color inserts. Everyone with this little camera always seems to be having fun. $130 list. &#013;&lt;br/&gt;&lt;br/&gt;1ST PLACE: The &lt;a href=&quot;http://www.amazon.com/gp/product/B0011ZCDKS/ref=cm_cr_asin_lnk&quot;&gt;A590IS&lt;/a&gt; is the A580 (see 4th Place, above) with image stabilization and with the option of full manual controls. For an extra $30 those features are well worth it. I bought this model for myself. $180 list.
      </description>
		<content:encoded><![CDATA[<p>These PowerShot &#8220;A&#8221; cameras are Canon&#8217;s attempt to deliver the quality and features of its more expensive PowerShot &#8220;G&#8221; and PowerShot Pro &#8220;S&#8221; lines (such as full zoom lenses) at a budget price. The results are pretty good. (How do I know? Because I&#8217;ve actually gotten to use all of these cameras. I earn my living at Walt Disney World writing a travel guide, and nearly every day guests ask me to take photos of them with their own cameras, which most often are Canon PowerShots.)&#13;</p>
<p>Here&#8217;s my opinion of the top-selling &#8220;A&#8221; series cameras:&#13;</p>
<p>7TH PLACE: Featuring Canon&#8217;s acclaimed Digic III processor, the 2007-model <a href="http://www.amazon.com/gp/product/B000NK3NBA/ref=cm_cr_asin_lnk">A560</a> includes the company&#8217;s face-detection metering system and a decent red-eye removal. It&#8217;s a nice camera, but a better value is the new A470 (see below). $150 list.&#13;</p>
<p>6TH PLACE: The <a href="http://www.amazon.com/gp/product/B000NK3H4S/ref=cm_cr_asin_lnk">A570IS</a> is the same camera as the A560 but with optical image stabilization and the ability to shoot manually. $200 list.&#13;</p>
<p>5TH PLACE: You can do a lot with the sweet little <a href="http://www.amazon.com/gp/product/B000HAOVC6/ref=cm_cr_asin_lnk">A630</a>. It&#8217;s a 2006 model, but has a flip-out LCD panel and lots of manual controls. The shots I&#8217;ve seen from this model look great. Keep your ISO under 800 and you won&#8217;t get any noise. $350 list. (Canon offers a 2007 version of this camera that I haven&#8217;t had much experience with yet, the <a href="http://www.amazon.com/gp/product/B000V20R28/ref=cm_cr_asin_lnk">A650 IS</a>. It also lists for $350.)&#13;</p>
<p>4TH PLACE: The 2008-model <a href="http://www.amazon.com/gp/product/B0012YA4YK/ref=cm_cr_asin_lnk">A580</a> is an A590IS (see 1st Place, below) without image stabilization and with semi-automatic instead of manual controls. $150 list.&#13;</p>
<p>3RD PLACE: The fully-loaded <a href="http://www.amazon.com/gp/product/B000V1VG2E/ref=cm_cr_asin_lnk">A720 IS</a> has all the toys, including a 6x zoom (35mm film equivalent of 35-210mm), image stabilization, adjustable flash power and optional second-curtain flash. This last feature means you can make the flash fire at the end of a long exposure, instead of the beginning, so moving subjects streak into focus instead of out. A 2007 model. $200 list.&#13;</p>
<p>2ND PLACE: The 2008 entry-level A470 (the camera on this page) is great for kids or anyone just looking for a good basic camera. But frankly, it&#8217;s better than basic. It includes Canon&#8217;s face detection technology and has a zoom lens, 14 shooting modes and the ability to set exposure compensation, ISO and white balance manually. Plus it looks great with the color inserts. Everyone with this little camera always seems to be having fun. $130 list. &#13;</p>
<p>1ST PLACE: The <a href="http://www.amazon.com/gp/product/B0011ZCDKS/ref=cm_cr_asin_lnk">A590IS</a> is the A580 (see 4th Place, above) with image stabilization and with the option of full manual controls. For an extra $30 those features are well worth it. I bought this model for myself. $180 list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony Cyber-shot DSC-H20 10.1 MP Digital Camera with 10x Optical Zoom and Super Steady Shot Image Stabilization by Michal</title>
		<link>http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization/comment-page-1#comment-121</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/sony-cyber-shot-dsc-h20-10-1-mp-digital-camera-with-10x-optical-zoom-and-super-steady-shot-image-stabilization#comment-121</guid>
		<description>&lt;/div&gt;

I am no expert when it comes to photography but enjoy taking good pictures of my family and friends. I have kids in sports and I like to take my own pictures for picture giving. I read many reviews (for hours) on various cameras and endet up with this one here. I first was going to get the DSC-H50 (one step up from the DSC-H20). When I went to the store to buy it, however, it was to large for my taste. It was to big to fit in a pants pocket and even for my small purse it was quite large. Here are the main reasons why this camera is awesome!&#013;&lt;br/&gt;&lt;br/&gt;This camera here is not as compact as your typical slim camera (due to the 10x zoom), but it is small enough to fit in a purse or even a jacket/pants pocket if need be. &#013;&lt;br/&gt;&lt;br/&gt;This camera has a burst mode so you can hold down the shutter and the camera will take numerous pictures, thus making it ideal for action shots. I took it to a Volleyball tournament and got unbelievable shots of my daughter serving and hitting! I cought her in mid air more then a few times...just what I had hoped for. I also took pictures at a track meet and got kids jumping hurdles...the pictures look almost like magazine shots!&#013;&lt;br/&gt;&lt;br/&gt;This camera is extremely easy to use in the easy and auto adjust mode! It tells you everything on the screen. You can start shooting pretty much right away...it&#039;s that easy! The manual is good to have for reference and questions and if you really want to get to know your camera. &#013;&lt;br/&gt;&lt;br/&gt;The zoom is great and plenty! I took pictures from the mezzanine onto the Volleyball courts and could get nice close up shots! 10x is plenty for me!&#013;&lt;br/&gt;&lt;br/&gt;The battery life is also impressive, as long as you keep your screen on a regular bright setting. First I had it set to &quot;bright&quot; and the battery didn&#039;t do well. Then I set it to normal and it lasts a long time. I took about 150 shots and not a single bar was missing from the battery!&#013;&lt;br/&gt;&lt;br/&gt;It has a rechargebale battery so you don&#039;t have to keep buying regular batteries. Also, it does say that you can get a international charger so the battery charger can be plugged in anywhere in the world. (Still have to get that myself). What a nice option.&#013;&lt;br/&gt;&lt;br/&gt;The quality of the pictures is also great! I took a team photo and my daughter took it to a practice to show the others. They choose the picture to use in a frame as a gift to the coaches. It turned out so good and all I did was push a button!&#013;&lt;br/&gt;&lt;br/&gt;When shooting pictures, it has a option for the file size you select. If you know you want to email pictures, or for example if you sell on eBay and want to download pictures onto the ebay site, you select the small file size and shoot pictures that way for working with them online. For pictures that you use for portraits for example, you choose a larger file (pixels I guess), and that way it does not distort the picture when you enlarge it. That is also extremely easy to figure out!  &#013;&lt;br/&gt;&lt;br/&gt;Last but not least...I plugged it into my pc with the supplied USB cord and retrieved the photos the same way I always did in the past. I have not yet added the picture cd that came with it, but my guess is that it will work very good. I also took the 2GB SD card to Wal mart and made nice prints (you have to purchase the pro duo stick seperate...look for the &quot;Sony pro-Duo Stick&quot; cost about $13-$15). The 2 GB is plenty for me, I think it holds about 400 pictures). &#013;&lt;br/&gt;&lt;br/&gt;Great camera...I have not found a flaw yet!&#013;&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>I am no expert when it comes to <a id="WPMCL_1" class="WPMCL_link" target="_new" href="http://www.diagolo.com/photography/wp-content/plugins/WPCashLinksDX/WPCashLinksDX.php?link_id=1" >photography</a> but enjoy taking good pictures of my family and friends. I have kids in sports and I like to take my own pictures for picture giving. I read many reviews (for hours) on various cameras and endet up with this one here. I first was going to get the DSC-H50 (one step up from the DSC-H20). When I went to the store to buy it, however, it was to large for my taste. It was to big to fit in a pants pocket and even for my small purse it was quite large. Here are the main reasons why this camera is awesome!&#13;</p>
<p>This camera here is not as compact as your typical slim camera (due to the 10x zoom), but it is small enough to fit in a purse or even a jacket/pants pocket if need be. &#13;</p>
<p>This camera has a burst mode so you can hold down the shutter and the camera will take numerous pictures, thus making it ideal for action shots. I took it to a Volleyball tournament and got unbelievable shots of my daughter serving and hitting! I cought her in mid air more then a few times&#8230;just what I had hoped for. I also took pictures at a track meet and got kids jumping hurdles&#8230;the pictures look almost like magazine shots!&#13;</p>
<p>This camera is extremely easy to use in the easy and auto adjust mode! It tells you everything on the screen. You can start shooting pretty much right away&#8230;it&#8217;s that easy! The manual is good to have for reference and questions and if you really want to get to know your camera. &#13;</p>
<p>The zoom is great and plenty! I took pictures from the mezzanine onto the Volleyball courts and could get nice close up shots! 10x is plenty for me!&#13;</p>
<p>The battery life is also impressive, as long as you keep your screen on a regular bright setting. First I had it set to &#8220;bright&#8221; and the battery didn&#8217;t do well. Then I set it to normal and it lasts a long time. I took about 150 shots and not a single bar was missing from the battery!&#13;</p>
<p>It has a rechargebale battery so you don&#8217;t have to keep buying regular batteries. Also, it does say that you can get a international charger so the battery charger can be plugged in anywhere in the world. (Still have to get that myself). What a nice option.&#13;</p>
<p>The quality of the pictures is also great! I took a team photo and my daughter took it to a practice to show the others. They choose the picture to use in a frame as a gift to the coaches. It turned out so good and all I did was push a button!&#13;</p>
<p>When shooting pictures, it has a option for the file size you select. If you know you want to email pictures, or for example if you sell on eBay and want to download pictures onto the ebay site, you select the small file size and shoot pictures that way for working with them online. For pictures that you use for portraits for example, you choose a larger file (pixels I guess), and that way it does not distort the picture when you enlarge it. That is also extremely easy to figure out!  &#13;</p>
<p>Last but not least&#8230;I plugged it into my pc with the supplied USB cord and retrieved the photos the same way I always did in the past. I have not yet added the picture cd that came with it, but my guess is that it will work very good. I also took the 2GB SD card to Wal mart and made nice prints (you have to purchase the pro duo stick seperate&#8230;look for the &#8220;Sony pro-Duo Stick&#8221; cost about $13-$15). The 2 GB is plenty for me, I think it holds about 400 pictures). &#13;</p>
<p>Great camera&#8230;I have not found a flaw yet!&#13;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sony LCS-CST General Purpose Soft Carrying Case for Slim Cybershot Digital Cameras by Xin qian</title>
		<link>http://www.diagolo.com/photography/sony-lcs-cst-general-purpose-soft-carrying-case-for-slim-cybershot-digital-cameras/comment-page-1#comment-115</link>
		<dc:creator>Xin qian</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/sony-lcs-cst-general-purpose-soft-carrying-case-for-slim-cybershot-digital-cameras#comment-115</guid>
		<description>&lt;/div&gt;

I bought this case for my Canon SD300 that I had recently purchased.  I was looking for a small compact camera case that still have some type of padding or support.  While at the store, I compared the case meant for the Canon to many others.  I picked up this one mainly because it had much more protection compared to the Canon case, and it came with an extra zipper in the front, perfect for that extra memory card/battery you need to carry around.  Even the inner lining of the case is exceptional, with fuzzy material soft enough not to scratch the LCD screen.  My SD300 fits perfectly in the case, and although they may not be the same brand, it definitely was a great buy.
      </description>
		<content:encoded><![CDATA[<p>I bought this case for my Canon SD300 that I had recently purchased.  I was looking for a small compact camera case that still have some type of padding or support.  While at the store, I compared the case meant for the Canon to many others.  I picked up this one mainly because it had much more protection compared to the Canon case, and it came with an extra zipper in the front, perfect for that extra memory card/battery you need to carry around.  Even the inner lining of the case is exceptional, with fuzzy material soft enough not to scratch the LCD screen.  My SD300 fits perfectly in the case, and although they may not be the same brand, it definitely was a great buy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Canon PowerShot A470 7.1MP Digital Camera with 3.4x Optical Zoom by Wilson</title>
		<link>http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom/comment-page-1#comment-118</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/canon-powershot-a470-7-1mp-digital-camera-with-3-4x-optical-zoom#comment-118</guid>
		<description>&lt;/div&gt;

For the list price ($129.00) I really couldn&#039;t find a better camera. I work in a photo processing lab, where I also deal with and sell cameras for most of the day, so before purchasing my own I did a lot of hands-on research playing with and reading about all the cameras that were within the price I wanted to spend.  I&#039;m still learning as far as all the fancy features, but if you&#039;re like me and just need a good camera for everyday type stuff, this one is perfect.  With its 7.1 mega pixels, it takes really sharp pictures and what I really like is how fast the shutter is. There&#039;s virtually no delay between the time you focus the camera and go to snap the actual picture. That was my biggest problem with my old camera-- I&#039;d go to focus in and then by the time I actually snapped the photo, the delay was so annoyingly long that the moment was lost.  The LCD screen is a great size, not too large and not too small. At 2.5&quot;, you get a really good idea of what you&#039;re shooting, even without a viewfinder.  The only complaint I have is that it&#039;s not as great outdoors in bright weather. The screen gets really washed out and makes it kind of difficult to get a good shot. This is fixable though, as they sell pop-up shade clips (about $10) you can attach to the camera so as to correct that. I haven&#039;t tried them personally, but heard they work really well.  I also really like the size of the camera itself. A lot of people are attracted to the super slim tiny cameras you can fit in a pocket, but that didn&#039;t appeal to me.  I wanted something I&#039;d be comfortable holding, fit well in my hands, and didn&#039;t feel like I was going to drop it. Its like the perfect size for me, because it&#039;s still really compact but not so small that it gives me anxiety over dropping it/breaking something. Alternately, its not so big that I can&#039;t easily carry it around with me.  &#013;&lt;br/&gt;&lt;br/&gt;I would consider this camera a step up from a lot of others in the price range. Along with the scene modes (which is pretty standard on most point and shoots anyway) it has a manual setting, which is fun to play around with and really easy to navigate. For someone like me who is still learning all the technical stuff it&#039;s a good first camera. You can customize a fair amount but its not overwhelming and hard to learn. At my job we are trained on what are the best selling points, features, etc, and whereas I take that into mind I also know that everyone is picky in their own way and some people care about certain features more than others. Personally I just wanted something to use on vacations, to take pictures of friends and I, my cats, etc.  If you want something for fast action scenarios, sporting events and the like, you might want to skip this camera. It&#039;s only got the standard 3.4 optical zoom, which really is not that far, and even though it zooms farther digitally...it will get more blurry the further in you go.  That is one thing Canon needs to improve upon-- a lot of their lower end models like this one have poor image stabilizing.  &#013;&lt;br/&gt;&lt;br/&gt;Canon&#039;s face detection technology is pretty cool though.  In Auto mode (and probably manual too, I&#039;m not positive though) it actually locks onto a person&#039;s face and almost highlights it...like zooms just their face in so you can see if it&#039;s clearly focused before taking the pic. This is a feature you can turn on or off in the Menu settings.  It throws you off a bit in relation to the rest of the photo, but once you get the hang of it it&#039;s really helpful (in group shots especially.)&#013;&lt;br/&gt;&lt;br/&gt;Bottom line - great deal for the price!  You see a lot of Nikon&#039;s (Coolpix series) in the $89-129 price range, but in my experience this newer Canon definitely surpasses them. I had a Nikon Coolpix 5600 (probably about 2 yrs old now), and whereas it took beautifully sharp photos, the lag time was incredibly slow and that&#039;s what made me like this Canon better. Faster shutter times make all the difference! Canon&#039;s photo software is easier to navigate as well, with more custom settings to play around with when you want to edit/share your pictures on your computer.  Most people are surprised to learn what kind of camera I have after they&#039;ve seen the photos it takes.  I just think its really nice that you can get something of this quality for such a low price.  &#013;&lt;br/&gt;&lt;br/&gt;OH- And a note about the AA batteries for this Canon:  Obviously if you use standard alkaline AA&#039;s your response time is going to be a lot slower. Investing in good quality rechargeables is more than worth the money, it makes all the difference.  I myself prefer Energizer&#039;s Lithium batteries, the blue and silver ones, as oppose to the rechargeables...just because they are specially designed for high powered devices like digital cameras, and you don&#039;t have to mess around with a charger, or the whole rotating batteries in and out.  I got a good couple months of use out of a set of two, while taking pictures frequently...on a trip, and even just in everyday daily use.  It&#039;s about $5 for a two pack and $9 for 4.  
      </description>
		<content:encoded><![CDATA[<p>For the list price ($129.00) I really couldn&#8217;t find a better camera. I work in a photo processing lab, where I also deal with and sell cameras for most of the day, so before purchasing my own I did a lot of hands-on research playing with and reading about all the cameras that were within the price I wanted to spend.  I&#8217;m still learning as far as all the fancy features, but if you&#8217;re like me and just need a good camera for everyday type stuff, this one is perfect.  With its 7.1 mega pixels, it takes really sharp pictures and what I really like is how fast the shutter is. There&#8217;s virtually no delay between the time you focus the camera and go to snap the actual picture. That was my biggest problem with my old camera&#8211; I&#8217;d go to focus in and then by the time I actually snapped the photo, the delay was so annoyingly long that the moment was lost.  The LCD screen is a great size, not too large and not too small. At 2.5&#8243;, you get a really good idea of what you&#8217;re shooting, even without a viewfinder.  The only complaint I have is that it&#8217;s not as great outdoors in bright weather. The screen gets really washed out and makes it kind of difficult to get a good shot. This is fixable though, as they sell pop-up shade clips (about $10) you can attach to the camera so as to correct that. I haven&#8217;t tried them personally, but heard they work really well.  I also really like the size of the camera itself. A lot of people are attracted to the super slim tiny cameras you can fit in a pocket, but that didn&#8217;t appeal to me.  I wanted something I&#8217;d be comfortable holding, fit well in my hands, and didn&#8217;t feel like I was going to drop it. Its like the perfect size for me, because it&#8217;s still really compact but not so small that it gives me anxiety over dropping it/breaking something. Alternately, its not so big that I can&#8217;t easily carry it around with me.  &#13;</p>
<p>I would consider this camera a step up from a lot of others in the price range. Along with the scene modes (which is pretty standard on most point and shoots anyway) it has a manual setting, which is fun to play around with and really easy to navigate. For someone like me who is still learning all the technical stuff it&#8217;s a good first camera. You can customize a fair amount but its not overwhelming and hard to learn. At my job we are trained on what are the best selling points, features, etc, and whereas I take that into mind I also know that everyone is picky in their own way and some people care about certain features more than others. Personally I just wanted something to use on vacations, to take pictures of friends and I, my cats, etc.  If you want something for fast action scenarios, sporting events and the like, you might want to skip this camera. It&#8217;s only got the standard 3.4 optical zoom, which really is not that far, and even though it zooms farther digitally&#8230;it will get more blurry the further in you go.  That is one thing Canon needs to improve upon&#8211; a lot of their lower end models like this one have poor image stabilizing.  &#13;</p>
<p>Canon&#8217;s face detection technology is pretty cool though.  In Auto mode (and probably manual too, I&#8217;m not positive though) it actually locks onto a person&#8217;s face and almost highlights it&#8230;like zooms just their face in so you can see if it&#8217;s clearly focused before taking the pic. This is a feature you can turn on or off in the Menu settings.  It throws you off a bit in relation to the rest of the photo, but once you get the hang of it it&#8217;s really helpful (in group shots especially.)&#13;</p>
<p>Bottom line &#8211; great deal for the price!  You see a lot of Nikon&#8217;s (Coolpix series) in the $89-129 price range, but in my experience this newer Canon definitely surpasses them. I had a Nikon Coolpix 5600 (probably about 2 yrs old now), and whereas it took beautifully sharp photos, the lag time was incredibly slow and that&#8217;s what made me like this Canon better. Faster shutter times make all the difference! Canon&#8217;s photo software is easier to navigate as well, with more custom settings to play around with when you want to edit/share your pictures on your computer.  Most people are surprised to learn what kind of camera I have after they&#8217;ve seen the photos it takes.  I just think its really nice that you can get something of this quality for such a low price.  &#13;</p>
<p>OH- And a note about the AA batteries for this Canon:  Obviously if you use standard alkaline AA&#8217;s your response time is going to be a lot slower. Investing in good quality rechargeables is more than worth the money, it makes all the difference.  I myself prefer Energizer&#8217;s Lithium batteries, the blue and silver ones, as oppose to the rechargeables&#8230;just because they are specially designed for high powered devices like digital cameras, and you don&#8217;t have to mess around with a charger, or the whole rotating batteries in and out.  I got a good couple months of use out of a set of two, while taking pictures frequently&#8230;on a trip, and even just in everyday daily use.  It&#8217;s about $5 for a two pack and $9 for 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Polaroid i735 7 MP Digital Camera with 3x Optical Zoom and 2.5-inch LCD by Zuzela</title>
		<link>http://www.diagolo.com/photography/polaroid-i735-7-mp-digital-camera-with-3x-optical-zoom-and-2-5-inch-lcd/comment-page-1#comment-107</link>
		<dc:creator>Zuzela</dc:creator>
		<pubDate>Thu, 24 Sep 2009 01:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/polaroid-i735-7-mp-digital-camera-with-3x-optical-zoom-and-2-5-inch-lcd#comment-107</guid>
		<description>&lt;/div&gt;

It was hard to decide which digital camera to purchase for an 8 year old daughter at first.    After going to several different sites and comparing, this was the BEST purchase for the price and for a young person to start out with.   &#013;&lt;br/&gt;My little girl enjoys taking pictures and showing them to us.   She can not stop thanking us. 
      </description>
		<content:encoded><![CDATA[<p>It was hard to decide which digital camera to purchase for an 8 year old daughter at first.    After going to several different sites and comparing, this was the BEST purchase for the price and for a young person to start out with.   &#13;<br />My little girl enjoys taking pictures and showing them to us.   She can not stop thanking us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Canon PowerShot A590IS 8MP Digital Camera with 4x Optical Image Stabilized Zoom by Page</title>
		<link>http://www.diagolo.com/photography/canon-powershot-a590is-8mp-digital-camera-with-4x-optical-image-stabilized-zoom/comment-page-1#comment-113</link>
		<dc:creator>Page</dc:creator>
		<pubDate>Thu, 24 Sep 2009 01:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/photography/canon-powershot-a590is-8mp-digital-camera-with-4x-optical-image-stabilized-zoom#comment-113</guid>
		<description>&lt;/div&gt;

Pros: &#013;&lt;br/&gt;The A590IS is the best point and shoot under $200 today (closer to $155 most places). I own an SD600 and my wife, friend, and father (all different people mind you!) own A570IS&#039;s. The A590IS is the new version of the A570IS, 2007&#039;s best selling camera. Generally, see the rave reviews of the A570IS if you want to know the major pros and cons (in summary: Image Stabilization is amazing, noise is limited, features of all there including manual controls [though no auto-bracketing which no other cameras at this price point have regardless], final picture quality is superior to all other brands at this price point and type, [i.e., point-and-shoot], good size).  Rather, here I&#039;ll address the main improvements over the A570IS (which is about $30 cheaper): &#013;&lt;br/&gt;&lt;br/&gt;(1) The A590IS has 8mp vs. 7mp on the A570IS (negligible difference) &#013;&lt;br/&gt;&lt;br/&gt;(2) The A590IS is slightly faster between non-flash shots BUT slightly SLOWER before the first shot can be taken and slower between shots where flash is used (less than .5 second difference according to CNet)&#013;&lt;br/&gt;&lt;br/&gt;(3) It&#039;s charcoal/gray - minor change from silver, but I like it a lot.&#013;&lt;br/&gt;&lt;br/&gt;(4) It&#039;s &quot;rounder&quot; on the edges but no less stable in your hand, neither camera is too slippery like other overly polished cameras (also, no finger smudges as a result). &#013;&lt;br/&gt;&lt;br/&gt;(5) There is sometimes increased noise with higher MP cameras, this is NOT the case here - noise levels are similar. &#013;&lt;br/&gt;&lt;br/&gt;(6) there are some minor additional shooting modes and improvements to other shooting&#013;&lt;br/&gt;&lt;br/&gt;Cons: &#013;&lt;br/&gt;The only change that is not an improvement is the lowering of the frames per second in the video mode. &#013;&lt;br/&gt;A570IS: 640x480 = 30fps --- 320x240 = 60fps &#013;&lt;br/&gt;A590IS: 640x480 = 20fps --- 320x240 = 30fps &#013;&lt;br/&gt;&lt;br/&gt;Frankly, this is a bummer and cannon should correct it with firmware ASAP; however, the lower FPS is still quiet good, but this was a pointless change that is not appreciated -- the reality is that most people don&#039;t use video often and those who do will see a minimal difference ... if you&#039;re paying that much attention to the video you may be more interested in a different camera or a video camera.&#013;&lt;br/&gt;&lt;br/&gt;Conclusion:&#013;&lt;br/&gt;This will be the best selling camera of 2008 and it&#039;s a VERY safe purchase you won&#039;t regret (unless it gives you such a new found love for photography that suddenly you wish you had a Canon S5 or G7 ... which are more than twice as expensive!).  
      </description>
		<content:encoded><![CDATA[<p>Pros: &#13;<br />The A590IS is the best point and shoot under $200 today (closer to $155 most places). I own an SD600 and my wife, friend, and father (all different people mind you!) own A570IS&#8217;s. The A590IS is the new version of the A570IS, 2007&#8242;s best selling camera. Generally, see the rave reviews of the A570IS if you want to know the major pros and cons (in summary: Image Stabilization is amazing, noise is limited, features of all there including manual controls [though no auto-bracketing which no other cameras at this price point have regardless], final picture quality is superior to all other brands at this price point and type, [i.e., point-and-shoot], good size).  Rather, here I&#8217;ll address the main improvements over the A570IS (which is about $30 cheaper): &#13;</p>
<p>(1) The A590IS has 8mp vs. 7mp on the A570IS (negligible difference) &#13;</p>
<p>(2) The A590IS is slightly faster between non-flash shots BUT slightly SLOWER before the first shot can be taken and slower between shots where flash is used (less than .5 second difference according to CNet)&#13;</p>
<p>(3) It&#8217;s charcoal/gray &#8211; minor change from silver, but I like it a lot.&#13;</p>
<p>(4) It&#8217;s &#8220;rounder&#8221; on the edges but no less stable in your hand, neither camera is too slippery like other overly polished cameras (also, no finger smudges as a result). &#13;</p>
<p>(5) There is sometimes increased noise with higher MP cameras, this is NOT the case here &#8211; noise levels are similar. &#13;</p>
<p>(6) there are some minor additional shooting modes and improvements to other shooting&#13;</p>
<p>Cons: &#13;<br />The only change that is not an improvement is the lowering of the frames per second in the video mode. &#13;<br />A570IS: 640&#215;480 = 30fps &#8212; 320&#215;240 = 60fps &#13;<br />A590IS: 640&#215;480 = 20fps &#8212; 320&#215;240 = 30fps &#13;</p>
<p>Frankly, this is a bummer and cannon should correct it with firmware ASAP; however, the lower FPS is still quiet good, but this was a pointless change that is not appreciated &#8212; the reality is that most people don&#8217;t use video often and those who do will see a minimal difference &#8230; if you&#8217;re paying that much attention to the video you may be more interested in a different camera or a video camera.&#13;</p>
<p>Conclusion:&#13;<br />This will be the best selling camera of 2008 and it&#8217;s a VERY safe purchase you won&#8217;t regret (unless it gives you such a new found love for <a id="WPMCL_2" class="WPMCL_link" target="_new" href="http://www.diagolo.com/photography/wp-content/plugins/WPCashLinksDX/WPCashLinksDX.php?link_id=1" >photography</a> that suddenly you wish you had a Canon S5 or G7 &#8230; which are more than twice as expensive!).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.diagolo.com @ 2012-02-22 18:08:00 -->
