<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>jpg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/jpg/</link>
	<description>Feed of posts on WordPress.com tagged "jpg"</description>
	<pubDate>Sat, 26 Jul 2008 18:54:05 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[A Little Busy Here...]]></title>
<link>http://juxtapositioncomics.wordpress.com/?p=40</link>
<pubDate>Sat, 26 Jul 2008 10:42:30 +0000</pubDate>
<dc:creator>Juxtaposition</dc:creator>
<guid>http://juxtapositioncomics.wordpress.com/?p=40</guid>
<description><![CDATA[
]]></description>
<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3068/2702810233_1e6dc89ecd_o.jpg" alt="also...sorry for accidentally saving this as a jpg" /></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to publish charts in blogs and websites?]]></title>
<link>http://oecdfactbook.wordpress.com/?p=37</link>
<pubDate>Fri, 25 Jul 2008 15:00:47 +0000</pubDate>
<dc:creator>oecdfactblog</dc:creator>
<guid>http://oecdfactbook.wordpress.com/?p=37</guid>
<description><![CDATA[Everyday, bloggers and site editors use statistics to prove a point. How convenient would it be if t]]></description>
<content:encoded><![CDATA[<p>Everyday, bloggers and site editors use statistics to prove a point. How convenient would it be if they could easily support their argument with a chart. This is the type of thing that goes without saying in the print world, but is not that obvious on the web and on blogs.</p>
<p>Here is a little review of the options.</p>
<p>To insert a graph you have the choice between 3 strategies.</p>
<p><strong>The first is to upload an image file</strong>. You can use whatever means to create your image, including offline tools, image editors and the like, then you take it online. The problem is that the quality of the image can be poor, and the more operations it has to go through, the worse the image will be, especially if:</p>
<ul>
<li>the original image is in a lossy format, like low-quality jpeg or gif,</li>
<li>it contains text.</li>
</ul>
<p><strong>The second is to generate it on the fly on the server side. </strong>That can be done by scripts that sit on your server, or one someone else's.  Those scripts can generate an image that fits your specifications. Because this image is designed to be published online, it will look crisp in any circumstances. But then, you won't be able to touch it up using image editors, or to do anything that the server code that generated it won't allow.</p>
<p><strong>The last option is to create the graph on the client side, </strong>using technologies like Java or Flash and embedding the result on the page. The downside of these solutions is the loading times, but in exchange they can provide interactivity. There are also javascript- and even CSS-based solutions, although this can be an issue for bloggers on hosted plaforms like this one where I have access to neither.</p>
<p>The other problem of the two latter options is that they can require a certain degree of coding by the editor.</p>
<p>So that being said, let's review the solutions exist, and how would they handle <a href="http://oecdfactbook.wordpress.com/2008/06/26/support-for-agricultural-producers/">the graph in my last post</a>.</p>
<p><strong>1. Excel + Flickr. </strong></p>
<p>For better or for worse, Excel is a <em>de facto </em>standard when it comes to analysis and graphing. If anything, Excel is versatile and flexible, and is an environment many feel comfortable with. My main gripe with Excel, though, is that many graphs are designed to look good in Excel, and end up being completely wrong, or flawed, or inefficient. That being said, for our example, I started by doing my graph in Excel.</p>
<p>Excel comes with a variety of options to export a graph to an image. The crudest of all is the good old screenshot. Cropped in MS Paint, it can then be directly uploaded to the web as a file, or stored on a image-sharing platform, such as Flickr, then linked to by blogs and websites, who can suffer from storage limitations.</p>
<p>The good side is that this requires little technical skills, and that you can do whatever you can do with Excel.</p>
<p>Different graph exporting option exist from Excel. While they usually give better results than just capturing a screenshot, none of them really gives perfect results. It is possible to <a href="http://support.microsoft.com/kb/163103">export charts to GIF format</a> through Visual Basic. You can copy the chart and paste it in an image editor, or copy it "<a href="http://peltiertech.com/Excel/XL_PPT.html">as a picture</a>" if you prefer.</p>
[caption id="attachment_79" align="aligncenter" width="397" caption="Screen capture, cropped in an image editor, then saved as PNG."]<a href="http://oecdfactbook.wordpress.com/files/2008/07/screenshot.png"><img class="size-full wp-image-79" src="http://oecdfactbook.wordpress.com/files/2008/07/screenshot.png" alt="Screen capture, cropped in an image editor, then saved as PNG." width="397" height="287" /></a>[/caption]
[caption id="attachment_75" align="aligncenter" width="403" caption=" Exported to GIF using VBA. "]<a href="http://oecdfactbook.wordpress.com/files/2008/07/exportedtogif.gif"><img class="size-full wp-image-75" src="http://oecdfactbook.wordpress.com/files/2008/07/exportedtogif.gif" alt=" Exported to GIF using VBA. " width="403" height="292" /></a>[/caption]
[caption id="attachment_73" align="aligncenter" width="403" caption="Copied from Excel, then pasted in an image editor and saved as PNG."]<a href="http://oecdfactbook.wordpress.com/files/2008/07/copypaste.png"><img class="size-full wp-image-73" src="http://oecdfactbook.wordpress.com/files/2008/07/copypaste.png" alt="Copied from Excel, then pasted in an image editor and saved as PNG." width="403" height="292" /></a>[/caption]
[caption id="attachment_72" align="aligncenter" width="403" caption="Copied as a picture, then pasted in an image editor and saved as PNG."]<a href="http://oecdfactbook.wordpress.com/files/2008/07/copyaspicture.png"><img class="size-full wp-image-72" src="http://oecdfactbook.wordpress.com/files/2008/07/copyaspicture.png" alt="Copied as a picture, then pasted in an image editor and saved as PNG." width="403" height="292" /></a>[/caption]
<p>In that case the difference in quality is pretty striking. The solid colours have been lost in the GIF version. The text is edgy in the screenshot and in the copied as a picture versions. The best output is the 3rd one, where I just copied the excel chart in the image editor. Also note that in the GIF version, elements which were not part of the graph proper (text boxes which had been added to the graph) have been lost altogether.</p>
<p>In these versions, the picture has never been resized. But this is a common operation, as graphs often have to fit in a given template, and considering that Excel doesn't give the possibility of controlling the exact size of the output. So let's see what happens to our best version if it's resized to 300px:</p>
[caption id="attachment_74" align="aligncenter" width="300" caption="copied from Excel in an image editor, then resized (403px to 300px) and saved as PNG."]<a href="http://oecdfactbook.wordpress.com/files/2008/07/copypaste-resized.png"><img class="size-medium wp-image-74" src="http://oecdfactbook.wordpress.com/files/2008/07/copypaste-resized.png?w=300" alt="copied from Excel in an image editor, then resized (403px to 300px) and saved as PNG." width="300" height="218" /></a>[/caption]
<p>And there we are: the text (title, series and axis labels) becomes all blurry and difficult to read. Axis ticks are also barely legible.</p>
<p>Another problem is that all you have is an image. No data, no nothing.</p>
<p>Flickr is a notorious chart repository, notorious because it is really not designed for that. Charts which are deposited in flickr become mere images, severed from their data. Plus, the flickr environment assumes that images stored therein can be resized, which is often not good for statistical charts. That being said, as Flickr is the prime internet image repository, it is used a lot with that purpose. See for example this chart from Flickr user<a href="http://http://www.flickr.com/photos/rexguo/"> .rxequo</a>:</p>
[caption id="" align="alignnone" width="420" caption="Excel + Flickr. A common combination."]<a href="http://www.flickr.com/photos/rexguo/2467112209/"><img src="http://farm4.static.flickr.com/3184/2467112209_591b6cb9d0.jpg" alt="Excel + Flickr. A common combination." width="420" height="296" /></a>[/caption]
<p><strong>2. Google spreadsheet and Zoho</strong></p>
<p><a href="http://docs.google.com/">Google spreadsheet</a> and <a href="http://sheet.zoho.com/">Zoho</a> are online competitors to the Office suite. Open an account, then you can work online from your browser and share your work, including your graphs. Since you have to give the spreadsheet data to make the graph from, this data is stored online and you can easily share it along the graph.</p>
<p>Graphing with Google Spreadsheet and Zoho is as easy as with Excel. However, the options are more limited: those who took for granted that you can change the font of the axis or the colour of the series are in for a disappointment. From a developer's point of view this can seem like a detail but from a designer's perspective, being able to display one x-axis label every 3 years would have allowed me to display my first and my last year. Here, I have to live with the default options.</p>
[caption id="attachment_54" align="aligncenter" width="424" caption="A Google spreadsheet version of the graph. Forget formatting axis or choosing colours."]<img src="http://spreadsheets.google.com/pub?key=pYASZHXBvkGkTagcQWgtcSw&#38;oid=1&#38;output=image" alt="A Google spreadsheet version of the graph. Forget formatting axis or choosing colours." width="424" height="317" />[/caption]
[caption id="" align="aligncenter" width="394" caption="And this is the Zoho sheet version of the graph. "]<img src="http://sheet.zoho.com/publicgraphs/330988000000005011.png" alt="And this is the Zoho sheet version of the graph. " width="394" height="283" />[/caption]
<p><strong>3. Swivel and Many-eyes.</strong></p>
<p>I'm a big fan of <a href="http://www.swivel.com">Swivel</a> and <a href="http://www.many-eyes.com">Many-eyes</a> and I use them as often as I can. They have both been designed to solve this specific problem elegantly. Like Google Spreadsheet and Zoho, they let users share data along graphs, but in a much more integrated and powerful way. Users can manage datasets which can be described and tagged, then create graphs from those datasets. And because both are web applications, they have been built to work well in a browser environment.</p>
<p>The problem is that like Zoho, options are limited.</p>
[caption id="" align="aligncenter" width="400" caption="The Swivel version of the graph, which is the one I published. For extra clarity I chose to represent one variable only. However I would have liked to format my Y-axis, 5% and 0.05 are not the same thing."]<a href="The Swivel version. I chose to represent only one variable of the graph for extra clarity."><img src="http://www.swivel.com/graphs/image/28447494" alt="http://www.swivel.com/graphs/show/28447494" width="400" height="275" /></a>[/caption]
<p>In Swivel, there are a very small number of graphs: scatter plot, horizontal or vertical bars, pie charts and line charts. If you read Stephen Few a bit too quickly, you can assume that it's all you'd ever need. But it's a fundamental error: to make a point, you absolutely need to be able to control every aspect of your graph, even if its form remains familiar: combine series, group or highlight some datapoints, format axis, and so on.</p>
<p>The whole design idea that "our machine builds graphs, you choose which you like best", which all now agree was flawed, makes it difficult to plot slightly complex graphs, such as charts with two series. While it is possible, it is not easy to find the steps that will generate what you want. Like google spreadsheet or zoho, Swivel lacks formatting niceties that people are used to with Excel.</p>
<p>Where Swivel absolutely shines, however, is its export options. Once you are happy with your graph in Swivel, you can export it to any size you like, and you can choose all the elements that will be exported - titles, axis, you name it - they can all go. The export is really a link to the Swivel servers, so it is dynamic, should the graph change. Because you control the output size, text will always remain as legible as can be. Moreover, swivel is an integrated service. When you click on the graph, you go straight to an environment when you can access and manipulate the data, and get more information as available.</p>
<p>Now Many-Eyes, while its mission statement is comparable to Swivel's, doesn't have the same strengths and weaknesses. Many-Eyes offers many more graph types than Swivel, many of which are interactive - isn't it what the web is all about? Still, Many-Eyes export options are far less convincing. There are only 2 available sizes and they don't really do justice to the charts. Plus, they require javascript, which is not an option on platforms like WordPress. So when I need to link to a many-eyes chart, I create an image and link it to the chart on the many-eyes portal. Not an ideal solution, but it works better than the standard option.</p>
[caption id="" align="aligncenter" width="200" caption="When you create a visualization that you like, Many-Eyes offers you to share it. This is what you get for your blog, 200px wide. "]<a href="http://services.alphaworks.ibm.com/manyeyes/view/SRNMFPsOtha6n_UTv4TFP2%7E"><img src="http://services.alphaworks.ibm.com/manyeyes/static-resources/snapshot/89ade5ae1b45865d011b45f1bb7e0073.jpeg" alt="When you create a visualization that you like, Many-Eyes offers you to share it. This is what you get for your blog, 200px wide. " width="200" height="150" /></a>[/caption]
[caption id="attachment_77" align="aligncenter" width="410" caption="This is the Many-Eyes graph, touched up in an offline image editor."]<a href="http://oecdfactbook.wordpress.com/files/2008/07/mps-pse.png"><img class="size-full wp-image-77" src="http://oecdfactbook.wordpress.com/files/2008/07/mps-pse.png" alt="This is the Many-Eyes graph, touched up in an offline image editor." width="410" height="217" /></a>[/caption]
<p><strong>4. Processing</strong></p>
<p>People who think that Excel is the most versatile graphing solution obviously don't know <a href="http://processing.org">Processing</a>, where the only limits are not even those of your imagination, but those of all of its users collective imagination, <a href="http://benfry.com">which can be pretty far-fetched</a>.</p>
<p>Processing can do any kind of graph you can think of. On top of that, it supports interactivity - key presses, mouse controls, etc. The intended use of processing is to create java applets. Now this can cause problems on sites and blogs. Applets, as we all know, take a few seconds to load, which can be too much for a casual visitor. But processing sketches can also easily be exported to static formats, like images or PDF documents. And recently, <a href="http://ejohn.org/blog/processingjs/">processing.js</a> was released, a port of the processing framework to Javascript. Most functions have been astutely ported, the result is very fast and impressive.</p>
[caption id="attachment_82" align="aligncenter" width="410" caption="This is a PNG image which has been created by processing. "]<a href="http://oecdfactbook.files.wordpress.com/2008/07/processing.png"><img class="size-full wp-image-82" src="http://oecdfactbook.wordpress.com/files/2008/07/processing.png" alt="This is a PNG image which has been created by processing. " width="410" height="320" /></a>[/caption]
<p>Due to the limitation of the Wordpress.com platform, I can't show you interactivity on either a javascript or a java version. This is also a concern and a constraint. I did a simple mouse-over thing when moving your mouse over the graph would highlight the current year and show the number. So all I can do is provide a screenshot and ask you to imagine this moving until I change hosts:</p>
[caption id="attachment_85" align="aligncenter" width="410" caption="OK. now imagine this column is moving with your mouse. "]<a href="http://oecdfactbook.wordpress.com/files/2008/07/processing-interactive.png"><img class="size-full wp-image-85" src="http://oecdfactbook.wordpress.com/files/2008/07/processing-interactive.png" alt="OK. now imagine this column is moving with your mouse. " width="410" height="320" /></a>[/caption]
<p>Now while programming processing is relatively accessible, it still requires programming. Most significantly, Processing is intended to make you think every new project from scratch, and create the ideal solution for your need. Obviously, you can also come up with generic, reusable Processing sketches. But the point is, working on a processing solution can take time especially for a non-specialist.</p>
<p><strong>5. jpGraph and google chart API</strong></p>
<p><a href="http://www.aditus.nu/jpgraph/">jpGraph</a> is a popular php library for creating graphs. it is powerful and very versatile, as every element of a graph can be controlled. But it requires being able to upload it on a php-capable server, which is not something offered by free blog platforms. And also, it requires some programming capacities. The output of jpGraph is a generated image, so it can be used as such wherever an image can be put. Also, the size of the final image can be controlled, so there are little risks of presenting a distorted chart.</p>
[caption id="attachment_59" align="aligncenter" width="410" caption="The graph rendered with jpGraph. To be honest I&#39;m really not good at jpGraph so imagine it much nicer. "]<a href="http://oecdfactbook.files.wordpress.com/2008/07/jpgraph.png"><img class="size-full wp-image-59" src="http://oecdfactbook.wordpress.com/files/2008/07/jpgraph.png" alt="The graph rendered with jpGraph. To be honest I'm really not good at jpGraph so imagine it much nicer. " width="410" height="300" /></a>[/caption]
<p>The google chart API has quite similar functions to jpGraph, although its syntax is different. Rather than requiring users to code a php page, they must pass arguments to a web address. The result behaves like an image. So anyone can use the google chart API no matter their platform and technical limitations, as long as they can link to images. The API has its limitations, starting with the number of graph types. It is also complicated to pass all the arguments, especially encoding data. But it can be a relevant situation in many contexts.</p>
[caption id="" align="aligncenter" width="400" caption="And this is the Google chart API version. Strangely, we get more control than in the Google Sheets version."]<img src="http://chart.apis.google.com/chart?chs=400x300&#38;cht=lc&#38;chd=e:....,xuwmsLoIoVsLqRr5rWn2lDkppktEpXlfo7m6mGkRhec0,mGlviBeheYiTgAgZfxbVYeYDbkdiZkVcZRXSWFTkRIOK,AAAAp&#38;chm=b,FFFFFF,0,1,0&#124;b,E3EBF5,1,2,0&#124;b,AAC2DF,2,3,0&#38;chco=FFFFFF00,FFFFFF00,FFFFFF00,FFFFFF00&#38;chxt=x,y&#38;chxl=0:&#124;1986&#124;1989&#124;1992&#124;1995&#124;1998&#124;2001&#124;2004&#124;2007&#124;1:&#124;0&#124;10%&#124;20%&#124;30%&#124;40%&#124;50%" alt="And this is the Google chart API version. Strangely, we get more control than in the Google Sheets version." width="400" height="300" />[/caption]
<p><strong>6. The yahoo UI chart API</strong></p>
<p><a href="http://developer.yahoo.com/yui/charts/">This solution</a> relies on javascript and flash, so it's a no-no on wordpress platform. And it's too bad, because it is quite interesting. Its flash format gives it two advantages: it is vectorial and can therefore be presented in any size, and it is interactive. YUI charts function in a similar way to jpGraph, that is, the user has to specify all the details of a graph in script, then it is rendered. Now the downsize is that YUI is a 50Mb install, and a fairly heavy-duty solution. This rules it out, I'd say, for virtually all bloggers. Add to that that charts are still considered experimental. That being said, considering the possibility it offers, it's really worth keeping an eye on.</p>
<p>Because I can't include an example here, here's a link to <a href="http://developer.yahoo.com/yui/examples/charts/charts-datatable_clean.html">one put up by the developers</a>.</p>
<p><strong>7. Other solutions</strong></p>
<p>As I said in the introduction, there are a number of solutions to create graphs in javascript only, such as <a href="http://www.liquidx.net/canvasgraphjs/">this one</a> or <a href="http://www.lutanho.net/diagram/">this one</a>. And there are other solutions to do graphs with CSS. Just enter values in a normal HTML table, and see the result being turned <a href="http://www.khmerang.com/index.php?p=118">into a bar graph</a>. There are also solutions to create <a href="http://www.khanate.co.uk/graph/">CSS line charts</a>.</p>
<p><strong>8. An ideal world? </strong></p>
<p>Currently, <strong>only Swivel and Many-eyes offer an integrated environment</strong> with an interface to upload the data you want, describe it, then create the graph you want, and give your readers the possibility to access it all in one click. That alone puts them far ahead of the other solutions.</p>
<p>Obviously, they are not without problems: Swivel's lack of graph flexibility makes it close to useless when it comes to representing non-trivial graphs, and Many-Eyes sub-par blog integration is really a bottleneck to an otherwise fantastic service. Despite having more graph types than Swivel, Many-Eyes could provide some more options, especially in axis formatting or colour choices. That wouldn't ruin the whole experience.</p>
<p><strong>Google chart API</strong> is a great idea, because it has no technical requirements for the user. Who cannot link to an image sitting on another server? When you're in the need for a quick graph, where accuracy is not essential (and it shouldn't be, else: use a table), it can provide excellent results. What baffles me is that with the relative complexity of the parameters format, the developers haven't provided a form where users could input their parameters in a sensible way, and get code as an output.</p>
<p><strong>YUI charts </strong>has perhaps the greatest potential, but it's not practical yet. If it were possible to send parameters to a server sitting at Yahoo, like for Google chart API, that could lift some barriers.</p>
<p>Among the solutions that require programming, <strong>processing </strong>is fantastic because there is nothing it cannot do. It's fairly easy to replicate what Excel can do in processing, then tweak it. I mean, you shouldn't have to center the title of your graph if you don't want to, right? Plus, it allows you to produce an image of the size you need, so no more resizing. What's more, processing engages you to think beyond Excel and bar charts to find a visualization that's right for you. The problem is that you need time. And processing will create an image, or an interactive graph, but it won't publish data like Swivel or Many-eyes. Still, it's worth trying when you have a vision and you can't make it happen with the usual tools.</p>
<p><strong>jpGraph </strong>is interesting if you have a php-enabled site, as you can pass parameters from the web context (like, you can interact with forms). By contrast, processing is more of a stand-alone solution.</p>
<p>I'm not convinced by zoho or google docs for publishing graphs, although give them a couple of years and they'll probably be able to do whatever office is doing. Then, I'll be more than happy to reconsider.</p>
<p><strong>Screenshots from Excel, </strong>especially lossy ones, are still the most common solution and that's too bad. People who would like to publish simple bar or line charts should really try Swivel instead.</p>
<p>Now if I were to design a solution for that problem, I would consider 5 aspects.</p>
<ul>
<li>the graph has to look crisp at any size. This begs for a vectorial solution.</li>
<li>the graph should provide interactivity. At the very least, it would provide infotips.</li>
<li>the solution shouldn't have any technical requirements from the environment it will be posted on.</li>
<li>no programming. not even a little bit.</li>
<li>the graph should be published with the data.</li>
</ul>
<p>The simplest way to make this happen is through a flash/flex solution hosted on a third-party server.</p>
<p>You create your graph there, in return you get code to paste into your blog, like an image and a link. The type of thing that any blogging platform or content management system would accept.</p>
<p>From there, you are taken to the server that hosts your interactive graphs and you can do whatever you want.</p>
<p>Other experiences? agree? disagree? Please share in the comments.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vote for me at JPG Mag, please!]]></title>
<link>http://dragonize.wordpress.com/?p=1072</link>
<pubDate>Thu, 24 Jul 2008 17:21:47 +0000</pubDate>
<dc:creator>dragonize</dc:creator>
<guid>http://dragonize.wordpress.com/?p=1072</guid>
<description><![CDATA[I submitted a more interesting pic to the JPG Magazine &#8220;Geometry&#8221; contest.  Voting ends ]]></description>
<content:encoded><![CDATA[<p>I submitted a more interesting pic to the JPG Magazine "Geometry" contest.  Voting ends in mid-August, but don't wait 'til then!!!</p>
<p>Vote for me please!!!!!!</p>
<div style="float:left;display:block;margin:0 5px 5px 0;"><a href="http://www.jpgmag.com/photos/877301"><img src="http://photos.jpgmag.com/877301_51641_6e8aa4c5d9_m.jpg" width="200" height="150" /></a><br /><a href="http://www.jpgmag.com/photos/877301">Rock the Bells 2008</a></div>
<div style="float:left;display:block;margin:0 5px 5px 0;"><a href="http://www.jpgmag.com/photos/876721"><img src="http://photos.jpgmag.com/876721_51641_6e8aa4c5d9_m.jpg" width="200" height="150" class="submittedv" /></a><br /><a href="http://www.jpgmag.com/photos/876721">July 5th</a></div>
<div style="float:left;display:block;margin:0 5px 5px 0;"><a href="http://www.jpgmag.com/photos/876696"><img src="http://photos.jpgmag.com/876696_51641_6e8aa4c5d9_m.jpg" width="150" height="200" class="submittedv" /></a><br /><a href="http://www.jpgmag.com/photos/876696">Blue Shards</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[five o'clock]]></title>
<link>http://krasavita.wordpress.com/?p=895</link>
<pubDate>Thu, 24 Jul 2008 12:14:47 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=895</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/five_o__clock_by_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/five_o__clock_by_insunnyty.jpg" alt="" width="450" height="631" class="alignnone size-full wp-image-894" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free KRiNK Wallpaper]]></title>
<link>http://thegrip.wordpress.com/?p=760</link>
<pubDate>Thu, 24 Jul 2008 06:33:26 +0000</pubDate>
<dc:creator>thegrip</dc:creator>
<guid>http://thegrip.wordpress.com/?p=760</guid>
<description><![CDATA[
In conjunction with their resent laptop sleeve release, KRiNK has released a dope little wallpaper ]]></description>
<content:encoded><![CDATA[<p><img class="alignnone" src="http://img.photobucket.com/albums/v493/scubastza/Blog%20Stuff/arkitip-krink-incase-wallpaper-1.jpg" alt="" width="450" height="300" /></p>
<p>In conjunction with their resent laptop sleeve release, KRiNK has released a dope little wallpaper available for free.</p>
<p><a href="http://goincase.com/projects/arkitip/detail/13-krink-sleeve-cl57158/5"><strong>Get the free wallpaper her</strong><strong>e</strong></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Kunstvolle Zufriedenheit am Stell_ge_leise ?!]]></title>
<link>http://pizzafanzone.com/?p=33</link>
<pubDate>Wed, 23 Jul 2008 17:03:45 +0000</pubDate>
<dc:creator>NirakAtak</dc:creator>
<guid>http://pizzafanzone.com/?p=33</guid>
<description><![CDATA[Änderung der Kunstpolitik bei den ÖBB?
Unerwarteter Weiße erzielten die Graffitis, des Künstlers]]></description>
<content:encoded><![CDATA[<h2>Änderung der Kunstpolitik bei den ÖBB?</h2>
<h4>Unerwarteter Weiße erzielten die Graffitis, des Künstlers IchEr.psd, nach Ihrer Veröffentlichung nur die reinste Zufriedenheit am Bahnsteig.</h4>
<p><img class="size-full wp-image-32 alignleft" src="http://pizzafanzone.wordpress.com/files/2008/07/oebbe.jpg" alt="" width="676" height="544" /></p>
<h4><em>edit</em> <strong><em>by</em></strong> <a href="http://icher.wordpress.com/"><strong><em>IchEr</em></strong></a></h4>
<p><span style="color:#800000;">; )</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Amazing CAR Wallpaper Downloads]]></title>
<link>http://shareisfree.wordpress.com/?p=8</link>
<pubDate>Wed, 23 Jul 2008 04:21:37 +0000</pubDate>
<dc:creator>Free</dc:creator>
<guid>http://shareisfree.wordpress.com/?p=8</guid>
<description><![CDATA[
Amazing CAR Wallpaper | JPG | Size: 4 MB

Download here..

Powered by. http://sexybikiniwallpapers.]]></description>
<content:encoded><![CDATA[<div style="text-align:center;"><a href="http://bugsnet.uni.cc/"><img class="aligncenter" src="http://img146.imageshack.us/img146/6773/hotsexygirlbikiniwallpazy3.jpg" alt="//bugsnet.uni.cc" width="203" height="320" /></a></div>
<div style="text-align:center;">Amazing CAR Wallpaper &#124; JPG &#124; Size: 4 MB</div>
<div style="text-align:center;"></div>
<div>Download <a href="http://rapidshare.com/files/130691211/Amazing_CAR.rar" target="_blank">here..</a></div>
<div></div>
<div><strong>Powered by. <a href="http://sexybikiniwallpapers.blogspot.com">http://sexybikiniwallpapers.blogspot.com</a></strong></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[IrfanView - Odd Name - Best Free Photo Editor]]></title>
<link>http://billmullins.wordpress.com/?p=705</link>
<pubDate>Mon, 21 Jul 2008 15:39:50 +0000</pubDate>
<dc:creator>billmullins</dc:creator>
<guid>http://billmullins.wordpress.com/?p=705</guid>
<description><![CDATA[ I have always been a big fan of Adobe Photoshop, the trendsetter/innovator for all photo editor and]]></description>
<content:encoded><![CDATA[<p><a href="http://billmullins.files.wordpress.com/2008/07/windowslivewriterirfanviewoddnamebestfreephotoeditor-a0edirfanview-12.gif"><img class="alignleft" style="margin:0 20px 0 0;" src="http://billmullins.files.wordpress.com/2008/07/windowslivewriterirfanviewoddnamebestfreephotoeditor-a0edirfanview-1-thumb.gif" alt="" width="240" height="168" /></a> I have always been a big fan of <a href="http://www.adobe.com" target="_blank">Adobe Photoshop</a>, the trendsetter/innovator for all photo editor and image manipulation software.</p>
<p>The downside for typical users though, (other than its price – which is formidable), is it's huge size on disk, it’s very challenging platform requirements, and an extreme learning curve which demands time and training.</p>
<p>Most of us don’t need the flexibility, or the power of a high end (read expensive), photo editor. Instead, we’re looking for an application that’s small, fast, and free with an intuitive interface that’s very easy to use; especially for those with only modest previous experience.</p>
<p><a href="http://www.irfanview.com" target="_blank">IrfanView</a> which is one of my favorite photo applications (not just mine; there have been over 34 Million downloads), is not just an image viewer, but an image browser, converter, and an editor as well. Best of all, you’ll find the interface intuitive and very easy to use. If you’re curious, this application is named after its developer <a href="http://www.irfanview.com/main_about.htm" target="_blank">Irfan Skiljan</a>.</p>
<p>With IrfanView you can fix and enhance digital photos including resizing, cropping, correcting red eye, flipping, and rotating. As well, you can perform a wide variety of image adjustments, including brightness, contrast, and applying special effects such as sharpen and blur.</p>
<p>I have been using this neat little program for years and with every new release it just keeps getting better. The latest version - version 4.20, released July 16, 2008, includes plug-in support for most image, video, and sound formats, including MP3, AVI, audio CD, and WMA. An added bonus in the latest version is you now have the ability to Draw, Erase, Fill, Rotate, and Draw an Arrow.</p>
<p><a href="http://billmullins.files.wordpress.com/2008/07/windowslivewriterirfanviewoddnamebestfreephotoeditor-a0edirfanview-23.jpg"><img style="border-width:0;" src="http://billmullins.files.wordpress.com/2008/07/windowslivewriterirfanviewoddnamebestfreephotoeditor-a0edirfanview-2-thumb1.jpg" alt="" width="497" height="429" /></a></p>
<p><strong>Fast Facts:</strong></p>
<p>Free</p>
<p>Small – only 1.2 MB</p>
<p>Many supported file formats</p>
<p>Multi language support</p>
<p>Thumbnail/preview option</p>
<p>Slideshow (save slideshow as EXE/SCR or burn it to CD)</p>
<p>Show EXIF/IPTC/Comment text in Slideshow/Full screen etc.</p>
<p>Support for Adobe Photoshop Filters</p>
<p>Drag &#38; drop support</p>
<p>Fast directory view (moving through directory)</p>
<p>Batch conversion (with image processing)</p>
<p>Multipage TIF editing</p>
<p>Multimedia player</p>
<p>Print option</p>
<p>Change color depth</p>
<p>And much more</p>
<p>Unless you have unusual image editing requirements, IrfanView should more than meet your needs.</p>
<p><strong>System Requirements:</strong> Windows Vista, Windows XP</p>
<p><strong>Download at:</strong> <a href="http://www.download.com/IrfanView/3000-2192_4-10021962.html" target="_blank">Download.com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[it should be you]]></title>
<link>http://krasavita.wordpress.com/?p=892</link>
<pubDate>Fri, 18 Jul 2008 21:20:43 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=892</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/it_should_be_you_by_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/it_should_be_you_by_insunnyty.jpg" alt="" width="450" height="315" class="alignnone size-full wp-image-891" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[ABC VideoRoll - Download]]></title>
<link>http://splitmerge.wordpress.com/?p=475</link>
<pubDate>Thu, 17 Jul 2008 13:34:08 +0000</pubDate>
<dc:creator>splitmerge</dc:creator>
<guid>http://splitmerge.wordpress.com/?p=475</guid>
<description><![CDATA[ABCVideoRoll, bütün özelliklere sahip bir video düzenleme aracıdır. QuickTime, AVI, AIFF, JPG,]]></description>
<content:encoded><![CDATA[<p>ABCVideoRoll, bütün özelliklere sahip bir video düzenleme aracıdır. QuickTime, AVI, AIFF, JPG, BMP, TGA, GIF gibi birçok popüler video dosyasını destekler. Ayrıca videolar için efektler ve geçişler hazırlama, video yakalama, hareket konumu düzenleme gibi özellikleri vardır.</p>
<p>Kurulum, yardım dosyası ve programı nasıl kullanacağınızı anlatan eğitici döküman içermektedir. Kayıt işlemi ücretsizdir. Fakat kullanıcıya, kayıt işlemi için e-posta adresi sorulur.</p>
<p>Yüksek kalitede 3B geçişler gibi ek özellikler isterseniz, 39.99$ ödemeniz gerekiyor.</p>
<p><strong>Ücretsiz (Freeware)</strong><br />
<strong>Download:</strong> <a href="ftp://ftp.sunet.se/pub/pc/windows/mirror-cica/win95/misc/abc_2570.zip">ftp://ftp.sunet.se/pub/pc/windows/mirror-cica/win95/misc/abc_2570.zip</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[dernier sourire]]></title>
<link>http://krasavita.wordpress.com/?p=890</link>
<pubDate>Tue, 15 Jul 2008 15:59:43 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=890</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/dernier_sourire_by_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/dernier_sourire_by_insunnyty.jpg" alt="" width="450" height="610" class="alignnone size-full wp-image-889" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Neues Banner (created with The GIMP)]]></title>
<link>http://beahead.wordpress.com/?p=34</link>
<pubDate>Tue, 15 Jul 2008 14:58:42 +0000</pubDate>
<dc:creator>beahead</dc:creator>
<guid>http://beahead.wordpress.com/?p=34</guid>
<description><![CDATA[Wir haben ein neues Banner wie schwer zu erkennen ist und bedanken uns für die grandiose Grafikerar]]></description>
<content:encoded><![CDATA[<p>Wir haben ein neues Banner wie schwer zu erkennen ist und bedanken uns für die grandiose Grafikerarbeit.</p>
<p>Das Banner wurde mit der freihen und leistungsstarken <strong><em>freihen</em></strong> <strong>Bildbearbeitungssoftware GIMP</strong> erstellt.</p>
<p>Ein guter Software- Tipp für alle Open Source- Freunde und jene, die es noch werden wollen!</p>
<p><em>Quelle:</em></p>
<p><a href="http://www.gimp.org/">http://www.gimp.org/</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Factoría de formatos freeware]]></title>
<link>http://chopsueyblog.wordpress.com/?p=601</link>
<pubDate>Tue, 15 Jul 2008 14:21:57 +0000</pubDate>
<dc:creator>Rezio</dc:creator>
<guid>http://chopsueyblog.wordpress.com/?p=601</guid>
<description><![CDATA[
En anteriores capítulos de ChopSuey Weblog: Como muchos de vosotros he pasado largos ratos buscand]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.formatoz.com/" target="_blank"><img class="size-full wp-image-602 aligncenter" src="http://chopsueyblog.wordpress.com/files/2008/07/formatfac.jpg" alt="" width="440" height="204" /></a></p>
<p><em>En anteriores capítulos de ChopSuey Weblog:</em> Como muchos de vosotros he pasado largos ratos buscando programas para convertir un formato de audio/vídeo a otro, y al final acabo con conversor de audio, otro de avi/mpg, otro para vídeo flash, otro de ripeo, ect, ect, ect, vamos hasta las narices de probar programas, y detener tanta morralla instalada, por que me ataca tener demasiadas cosas a las que no les doy demasiado uso.</p>
<p>Pues precisamente el día que no buscaba nada relacionado, encontré la solución definitiva, <a href="http://www.formatoz.com/" target="_blank"><strong>Format Factory</strong></a>, un programa freeware que convierte, audio, vídeo, imagen, y ripea dvds, amen de adaptar videos a formatos de <strong>PSP, iPhone e iPod</strong>, he tenido navajas suizas con menos funciones, no he podido probado en su total amplitud, pero de momento me ha ido perfecto, lo recomiendo si como yo tenias tropecientos programas de conversión de formato.</p>
<ul>
<li>Video <strong> MP4/3GP/MPG/AVI/WMV/FLV/SWF</strong></li>
<li>Audio <strong>MP3//WMA/MMF/AMR/OGG/M4A/WAV</strong>.</li>
<li> Imagen <strong>JPG/BMP/PNG/TIF/ICO/...</strong>.</li>
<li> Ripeo de <strong>DVD</strong>s a ficheros de vídeo.</li>
<li> Ficheros MP4 en formato para iPod/iPhone/PSP.</li>
<li> Soporte para RMVB.</li>
</ul>
<p>Página Oficial, <a href="http://www.formatoz.com/" target="_blank">Format Factory.</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Comment ouvrir dans CameraRaw]]></title>
<link>http://coinduphotographe.wordpress.com/?p=173</link>
<pubDate>Mon, 14 Jul 2008 18:40:58 +0000</pubDate>
<dc:creator>coinduphotographe</dc:creator>
<guid>http://coinduphotographe.wordpress.com/?p=173</guid>
<description><![CDATA[Voici comment ouvrir un jpeg ou jpg dans CameraRaw de Photoshop CS3
Allez dans le menu Edition Gesti]]></description>
<content:encoded><![CDATA[<p>Voici comment ouvrir un jpeg ou jpg dans CameraRaw de Photoshop CS3</p>
<p>Allez dans le menu Edition Gestion des fichiers et cochez les deux cases des préférences d'ouverture Raw.</p>
<p><a href="http://coinduphotographe.wordpress.com/files/2008/07/utilisercameraraw.jpg"><img class="aligncenter size-full wp-image-174" src="http://coinduphotographe.wordpress.com/files/2008/07/utilisercameraraw.jpg" alt="" width="450" height="269" /></a></p>
<p>Ceci vous permettera d'éditer les fichiers au format JPEG dans CameraRaw.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[entre quatre yeux]]></title>
<link>http://krasavita.wordpress.com/?p=888</link>
<pubDate>Mon, 14 Jul 2008 09:23:14 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=888</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/entre_quatre_yeux_by_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/entre_quatre_yeux_by_insunnyty.jpg" alt="" width="450" height="600" class="alignnone size-full wp-image-887" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[_tu_web_en_jpg_]]></title>
<link>http://eblogdepedro.wordpress.com/?p=398</link>
<pubDate>Sun, 13 Jul 2008 07:55:50 +0000</pubDate>
<dc:creator>eblogdepedro</dc:creator>
<guid>http://eblogdepedro.wordpress.com/?p=398</guid>
<description><![CDATA[¿Recordáis cuando os comenté que había un servicio web que nos permitía convertir nuestras webs]]></description>
<content:encoded><![CDATA[<p>¿Recordáis cuando os comenté que había un servicio web que nos permitía convertir nuestras webs en documentos .pdf? La entrada era <a href="http://eblogdepedro.wordpress.com/2008/03/11/_tu_web_en_pdf_/">esta</a>. Pues bien, ahora ellos mismos han puesto en marcha un nuevo servicio mediante el cual hacen fotos en formato .jpg de nuestras webs (o la URL que introduzcamos). <a href="http://www.url2jpg.co.uk/" target="_blank">URL2JPG</a> es como se llama. Podéis seleccionar el tamaño del archivo final y bueno, otra maravilla. Se acabó la secuencia <em>Fn+impr pa, abrir el Paint, ctrl+v y guardar como .jpg</em> que tenían que seguir los usuarios de Windows... en Ubuntu al capturar pantalla ya nos aparece el box para guardar el archivo en .png por defecto, pero podemos escogerlo.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Sitting at the computer all morning instead of doing anything . . .]]></title>
<link>http://conduitpress.wordpress.com/?p=19</link>
<pubDate>Fri, 11 Jul 2008 19:17:12 +0000</pubDate>
<dc:creator>cause for alarm</dc:creator>
<guid>http://conduitpress.wordpress.com/?p=19</guid>
<description><![CDATA[So, yes, that&#8217;s what I&#8217;ve spent my morning doing.  I will admit.  See, the other day I r]]></description>
<content:encoded><![CDATA[<p><a title="beach by just_cause, on Flickr" href="http://www.flickr.com/photos/hallidayt/2370934527/"><img class="aligncenter" src="http://farm3.static.flickr.com/2356/2370934527_4e916a59ec.jpg" alt="beach" width="149" height="199" align="left" /></a>So, yes, that's what I've spent my morning doing.  I will admit.  See, the other day I received my usual monthly email from JPG magazine about this month's new theme and it actually caught my eye.  Well, not so much.  One of the possible FUTURE themes is "<a href="http://www.jpgmag.com/photos/834734" target="_blank">Paradise"</a> and having just had this photo printed for my etsy shop, I decided I would submit it to that category.  And then, then I went on a binder.  I submitted a few more photos: <a href="http://www.jpgmag.com/photos/834822">Delectable</a>, <a href="http://www.jpgmag.com/photos/834812" target="_blank">Nostalgia</a>, <a href="http://www.jpgmag.com/photos/834808" target="_blank">Danger</a>, <a href="http://www.jpgmag.com/photos/834769" target="_blank">Infrared</a>, and <a href="http://www.jpgmag.com/photos/834759" target="_blank">Geometry </a>(which is actually the theme for the next issue):</p>
<p>After that, I decided that I wanted to write a <a href="http://www.jpgmag.com/stories/5623" target="_blank">story</a> for the publication as well.  I'd thought about it for a bit, but never really had enough images to accompany a photo essay, in my opinion.  But, today, for some reason, I decided to go for it.</p>
<p><a href="http://www.jpgmag.com/stories/5623"><img class="alignleft size-medium wp-image-20" src="http://conduitpress.wordpress.com/files/2008/07/ant.jpg?w=300" alt="" width="300" height="105" /></a>I wrote a teeny tiny piece on the B&#38;B that J and I stayed at for our Anniversary last year in Edinburgh.  And then edited a few photos to go along with it.  It made me feel . . . I don't know, productive again, to be writing, and submitting.  I'm under no delusions that it will get published by any means, but I think submitting it was good for me, and that I should do it more often.</p>
<p>And now, that I've documented it, I'm going to go finish work on some books I've been messing around with. New stuff to come in the etsy store soon:)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Scripture Wallpaper]]></title>
<link>http://fessicsfavorites.wordpress.com/?p=1544</link>
<pubDate>Wed, 09 Jul 2008 22:55:44 +0000</pubDate>
<dc:creator>Fessic</dc:creator>
<guid>http://fessicsfavorites.wordpress.com/?p=1544</guid>
<description><![CDATA[This folder contains a collection of Bible Verses in the form of digital wallpaper, otherwise known ]]></description>
<content:encoded><![CDATA[<p>This folder contains a collection of Bible Verses in the form of digital wallpaper, otherwise known as <em>desktop background</em> images.  Once you save them to your computer you can right-click the image and select "Set as Desktop Background."  Alternatively, you can use a Wallpaper Changer utility that will randomly choose one for you.  I personally recommend an excellent freeware program called Wallpaper Changer by Frank Pleitz.  Feel free to browse through the folder, search for a specific Book of the Bible using the search bar to the right, or download the entire collection as a zip file below - be aware that the file is very large (22 MB).  It currently contains 387 scripture verses.</p>
<p>Download <span style="color:#3366ff;"><a href="http://files.openomy.com/public/CoffeeIsLife/Scripture%20Wallpaper.zip"><span style="color:#3366ff;">Wallpaper Changer</span></a> <span style="color:#000000;">or </span></span><span style="color:#000000;">visit </span>the <a href="http://wallpaperchanger.de/" target="_blank"><span style="color:#3366ff;">Official Homepage</span></a></p>
<p>Download the <a href="http://files.openomy.com/public/CoffeeIsLife/Scripture%20Wallpaper.zip"><span style="color:#3366ff;">Scripture Wallpaper</span></a> zip pack</p>
<p>Click <a href="http://fessicsfavorites.wordpress.com/category/scripture-wallpaper/"><span style="color:#3366ff;">HERE</span></a> if you don't see the Wallpaper below</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[je brule tes lettres d'amour]]></title>
<link>http://krasavita.wordpress.com/?p=882</link>
<pubDate>Wed, 09 Jul 2008 12:59:57 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=882</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/je_brule_tes_lettres_d__amour_by_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/je_brule_tes_lettres_d__amour_by_insunnyty.jpg" alt="" width="450" height="621" class="alignnone size-full wp-image-881" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Wallpaper Mortallity Full pack]]></title>
<link>http://shareisfree.wordpress.com/?p=5</link>
<pubDate>Wed, 09 Jul 2008 09:27:26 +0000</pubDate>
<dc:creator>Free</dc:creator>
<guid>http://shareisfree.wordpress.com/?p=5</guid>
<description><![CDATA[
Wallpaper Pack Mortallity - Part 30 | 38 JPG | 1600×1200 | RS | 15.2 MB
Download here&#8230;
Power]]></description>
<content:encoded><![CDATA[<div style="text-align:center;"><img class="aligncenter" style="border:medium none;" src="http://i212.photobucket.com/albums/cc94/Dl4All/Wallpaper-Pack-Mortallity-Part-30.jpg" alt="Wallpaper Pack Mortallity - Part 30" /></div>
<div style="text-align:center;">Wallpaper Pack Mortallity - Part 30 &#124; 38 JPG &#124; 1600×1200 &#124; RS &#124; 15.2 MB</div>
<div style="text-align:left;">Download <a href="http://rapidshare.com/files/123833862/wallpaperpackmortallity_part_30_www.dl4all.com.rar">here</a>...</div>
<div style="text-align:left;">Powered by. <a href="http://sexybikiniwallpapers.blogspot.com/">Sexy Bikini Wallpapers</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Need For Speed Most Wanted wallpapers]]></title>
<link>http://shareisfree.wordpress.com/?p=4</link>
<pubDate>Wed, 09 Jul 2008 08:19:24 +0000</pubDate>
<dc:creator>Free</dc:creator>
<guid>http://shareisfree.wordpress.com/?p=4</guid>
<description><![CDATA[
Need For Speed Most Wanted wallpapers

Download Here..
]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" src="http://img74.imageshack.us/img74/3605/mostwantedlh0.jpg" alt="" width="562" height="396" /></p>
<p style="text-align:center;"><strong>Need For Speed Most Wanted wallpapers</strong></p>
<p style="text-align:center;">
<p style="text-align:left;">Download <a href="http://www.vietducpos.com.vn/images/dowload.gif">Here</a>..</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[pas d'attendre]]></title>
<link>http://krasavita.wordpress.com/?p=880</link>
<pubDate>Tue, 08 Jul 2008 08:22:29 +0000</pubDate>
<dc:creator>krasavita</dc:creator>
<guid>http://krasavita.wordpress.com/?p=880</guid>
<description><![CDATA[
C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008
alice&#8217;s 
]]></description>
<content:encoded><![CDATA[<p><a href="http://krasavita.files.wordpress.com/2008/07/pas_d__attendre_bby_insunnyty.jpg"><img src="http://krasavita.wordpress.com/files/2008/07/pas_d__attendre_bby_insunnyty.jpg" alt="" width="450" height="626" class="alignnone size-full wp-image-879" /></a></p>
<p>C O P Y R I G H T  ©  A L I C E  D R O G O R E A N U   2008</p>
<p><strong><font face="Georgia" size="2" color="#141727"><a href="http://insunnyty.deviantart.com/gallery/">alice's </a></font></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Shoot RAW Format Photography? ]]></title>
<link>http://vitalbodies.wordpress.com/?p=137</link>
<pubDate>Mon, 07 Jul 2008 20:30:15 +0000</pubDate>
<dc:creator>vitalbodies</dc:creator>
<guid>http://vitalbodies.wordpress.com/?p=137</guid>
<description><![CDATA[Why Shoot RAW Format Photography? 
Using RAW you can save or improve shots that otherwise might be l]]></description>
<content:encoded><![CDATA[<p><strong>Why Shoot RAW Format Photography? </strong></p>
<p style="text-align:center;"><strong>Using RAW you can save or improve shots that otherwise might be lack luster:</strong></p>
<p style="text-align:center;">Here is a shot taken with a Canon EOS 5D on a trip up the Columbia River Gorge:</p>
<p style="text-align:center;"><a href="http://www.vitalbodies.com/ws07/images/Blog/before_large.jpg"><img class="aligncenter size-full wp-image-161" src="http://vitalbodies.wordpress.com/files/2008/07/before_small.jpg" alt="" width="470" height="314" /></a></p>
<p style="text-align:center;">The camera had some of the settings changed without the knowledge of the photographer.</p>
<p style="text-align:center;">Luckily the image was saved in RAW format.</p>
<p style="text-align:center;">The photographer R A DuBois was able to bring the image back to life using software, in this case Photoshop CS3:</p>
<p style="text-align:center;"><a href="http://www.vitalbodies.com/ws07/images/Blog/after_large.jpg"><img class="aligncenter size-full wp-image-162" src="http://vitalbodies.wordpress.com/files/2008/07/after_small.jpg" alt="" width="470" height="310" /></a></p>
<p style="text-align:center;">What an amazing difference!</p>
<p style="text-align:center;">- Images Copyright 2008 R A DuBois -</p>
<p><strong>RAW: </strong>RAW is basically the direct dump from the sensor.<br />
Likely there is more to it than that, but this is simple way to begin to think about RAW.</p>
<p>This allows you, the artist, to process a raw image in a wide-<a title="Gamut" href="http://en.wikipedia.org/wiki/Gamut">gamut</a> and the internal <a class="mw-redirect" title="Colorspace" href="http://en.wikipedia.org/wiki/Colorspace">colorspace</a> of the sensor data, where precise or dramatic adjustments can be made before conversion. Conversion to an <a class="mw-redirect" title="RGB" href="http://en.wikipedia.org/wiki/RGB">RGB</a> file format such as <a class="mw-redirect" title="TIFF" href="http://en.wikipedia.org/wiki/TIFF">TIFF</a> or <a title="JPEG" href="http://en.wikipedia.org/wiki/JPEG">JPEG</a> is needed for storage, printing, or further manipulation.</p>
<p>By shooting RAW you have avoided a level of pre-processing usually done by a chip on the camera.<br />
You retain all the data of the shot captured by the sensor, including what would have been thrown away by the ﻿pre-processing chip. Plus, the white balance is not set (ingrained) into the image, and for most current sensors you get 16-bit rather than JPG 8-bit.</p>
<p><strong>Digital Negatives:</strong> If you never change the raw files but instead save them as digital negatives, you will always have the full data of the shot. Just SAVE A COPY or do a SAVE AS or EXPORT instead. One nice thing about RAW is that you can tweak the image hundreds of times and the RAW file remains unchanged, waiting for new and improved methods of correction.</p>
<p><strong>Why Not JPG?:</strong> JPG is not a loss-less format. JPG is a lossy format, thus there is loss of data in order to achieve compression and smaller file size. This format is useful for many things, like posting images on the net. You can always SAVE A COPY of your RAW image to JPG. This requires extra steps yet preserves your digital negatives. JPG is definitely worth using for many things, like product shots that you will no longer need the digital negatives for in the future. Like why go through all the extra steps and have huge image sizes for images of something you just want to list once on ebay?</p>
<p>The Sigma comes with special software for working with the RAW files that the camera produces. Each model of sensor that camera manufacturers use, creates unique data. Special software is needed, or software that has been programed to work with that data.</p>
<p>VitalBodies will be using UFRaw and the special Sigma software called Sigma Photo Pro.</p>
<p><strong>RADICAL RAW RESOURCES: </strong></p>
<ul>
<li><strong>Sigma Photo Pro: </strong><a href="http://vitalbodies.wordpress.com/2008/07/13/how-to-install-a-windows-program-in-ubuntu-hardy-heron/">How To Install Sigma Photo Pro In Ubuntu</a>...</li>
<li><strong>UFRaw:</strong> UFRaw can function standalone or as a plug in for GIMP.</li>
<li><strong>DCRAW:</strong> http://www.cybercom.net/~dcoffin/dcraw/</li>
<li><strong>Wikipedia:</strong> http://en.wikipedia.org/wiki/Raw_image_format</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Хэрхэн JPG зураг дотор файлууд нуух вэ ?]]></title>
<link>http://sainbayar.wordpress.com/?p=191</link>
<pubDate>Mon, 07 Jul 2008 03:20:19 +0000</pubDate>
<dc:creator>Сайнбаяр</dc:creator>
<guid>http://sainbayar.wordpress.com/?p=191</guid>
<description><![CDATA[hide
Тестлэж үзлээ, Болж байна&#8230;


Хамгийн гол үйлдэл COPY]]></description>
<content:encoded><![CDATA[[wp_caption id="attachment_190" align="alignnone" width="300" caption="hide"]<a href="http://sainbayar.files.wordpress.com/2008/07/hide.gif"><img class="size-medium wp-image-190" src="http://sainbayar.wordpress.com/files/2008/07/hide.gif?w=300" alt="hide" width="300" height="238" /></a>[/wp_caption]
<p>Тестлэж үзлээ, Болж байна...</p>
<p><!--more--></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/q6AQL55zMR4'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/q6AQL55zMR4&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>Хамгийн гол үйлдэл <strong>COPY /B</strong> юм байна.</p>
<p><img class="size-medium wp-image-192" src="http://sainbayar.wordpress.com/files/2008/07/hide2.gif?w=300" alt="hide2" width="300" height="131" /></p>
<p><a href="http://www.mediafire.com/?sjx4fxxzsa4" target="_blank">www.mediafire.com/?sjx4fxxzsa4</a> татаж аваад дараа нь задлаад үзээрэй. Дотор нь хоёр файл байгаа.</p>
<p style="text-align:justify;">Энэ бол файл болон файлууд нуух гоё арга байна. Харин их хэмжээтэй файл нуух юм бол сэжиг төрүүлчих байх бас зургийн Editor программаар edit хийвэл эвдэрчих байх бодвол.</p>
]]></content:encoded>
</item>

</channel>
</rss>
