<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SoftRatty] tag: multi-touch]]></title>
    <link>http://softratty.com/tag/multi-touch</link>
    <description></description>
    <pubDate>Wed, 19 Nov 2008 15:19:04 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Tips for maximizing Output service performance]]></title>
      <link>http://softratty.com/article/6d9207ecac5906691553af3591019bb7</link>
      <guid>http://softratty.com/article/6d9207ecac5906691553af3591019bb7</guid>
      <description><![CDATA[Here are a few easy ways to improve performance when using the Output service with forms
Use explicit data binding on the form
The Output service merges the form data with the form design before...]]></description>
      <content:encoded><![CDATA[<p>Here are a few easy ways to improve performance when using the Output service with forms.</p>

<p><strong>Use explicit data binding on the form</strong></p>

<p>The Output service merges the form data with the form design before rendering the form. If the form uses a data connection to retrieve the form data, you should explicitly bind the form fields and subforms to data items explicitly. Explicit data binding causes the Output service to immediately match data nodes with form fields. If you use Normal binding, the Output service follows a set of rules to determine data node and form field associations. Normal binding requires more processing time than explicit binding. To learn how to bind data explicitly, see <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000772">To bind a node to an existing field</a> in <em>Adobe LiveCycle Designer ES Help</em>.</p>

<p><strong>Note:</strong> When a form field is not bound to an item in the data source, set the Default Binding property of the field to None so that the Output service doesn’t attempt to find an associated data node. See <a href="http://www.adobe.com/go/learn_lc_designer_82?context=Adobe_LiveCycle_Designer_Help&topic=000778">To remove a binding</a>.</p>

<p><strong>Embed fonts only when necessary</strong></p>

<p>Embedding fonts in PDF forms increases the file size, and so, increases the time required to process the form. You do not need to embed fonts if the fonts reside on the target printer that the Output service sends the form to. When possible, use fonts that reside on the target printer in your form designs so that you don’t have to embed them.</p>

<p>If you need to embed fonts, avoid using OpenType fonts when the target printer uses PCL as the print stream. PCL printers rasterize OpenType fonts, resulting in large print files and longer print times.</p>

<p><strong>Use Incremental Loading</strong></p>

<p>Merging very large amounts of data with a form design can cause the LiveCycle ES server to run out of memory. If you are using multi-record data sets, you can configure the Output service to load and merge one record of data at a time. This incremental (lazy) loading of data avoids running out of memory because only one record is stored in memory at one time.</p>

<p>Both the generatePDFOutput and generatePrintedOutput operations can perform incremental loading. On the process diagram, you configure the Batch properties (in the PDF Output Options property group) of either operation to define the data items that comprise a record of data. You can use the Record Name property or the Record Level property to define the record. (See <a href="http://www.adobe.com/go/learn_lc_workbench_82?context=Workbench_ES&topic=com-adobe-livecycle-Output-OutputService-generatePDFOutput">generatePDFOutput</a> and <a href="http://www.adobe.com/go/learn_lc_workbench_82?context=Workbench_ES&topic=com-adobe-livecycle-Output-OutputService-generatePrintedOutput">generatePrintedOutput</a> in <em>LiveCycle Workbench ES Help</em>. On both of those pages, click the Input heading to see the information.)</p>

<p>To enable incremental loading, you also need to configure the form to enable incremental loading.  Form designs that include the <tt>&lt;xfa:datasets&gt;</tt> element prevent the Output service from performing incremental loading. You need to remove the <tt>datasets</tt> element and all of its child elements from the form design. Use the XML Source view in Designer to remove the <tt>datasets</tt> element. For more information about the datasets element, and for more form design tips for the Output service, see <a href="http://www.adobe.com/go/learn_lc_outputForms_82">Designing Forms for LiveCycle Output ES</a>.<br />
</p>]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 11:52:49 +0000</pubDate>
      <category domain="http://softratty.com/tag/data items">data items</category>
      <category domain="http://softratty.com/tag/data items explicitly">data items explicitly</category>
      <category domain="http://softratty.com/tag/data">data</category>
      <category domain="http://softratty.com/tag/explicit data">explicit data</category>
      <category domain="http://softratty.com/tag/data source">data source</category>
      <category domain="http://softratty.com/tag/data connection">data connection</category>
      <category domain="http://softratty.com/tag/determine data node">determine data node</category>
      <category domain="http://softratty.com/tag/data avoids">data avoids</category>
      <category domain="http://softratty.com/tag/form field associations">form field associations</category>
      <source url="http://blogs.adobe.com/livecycledocs/2008/11/tips_for_maximizing_output_ser.html">Tips for maximizing Output service performance</source>
    </item>
    <item>
      <title><![CDATA[irrKlang 1.1.2c (Default branch)]]></title>
      <link>http://softratty.com/article/e4e6a64a44f1ba767604d3ab202787f7</link>
      <guid>http://softratty.com/article/e4e6a64a44f1ba767604d3ab202787f7</guid>
      <description><![CDATA[irrKlang is a high level 2D and 3D cross platform sound engine and audio library that plays WAV, MP3, OGG, MOD, XM, IT, S3M, and other file formats. It can be used by C++ and all .NET languages (C#,...]]></description>
      <content:encoded><![CDATA[irrKlang is a high level 2D and 3D cross platform
sound engine and audio library that plays WAV,
MP3, OGG, MOD, XM, IT, S3M, and other file
formats. It can be used by C++ and all .NET
languages (C#, Visual Basic.NET, etc.). It has all
of the features common to low-level audio
libraries as well as lots of useful features like
a sophisticated streaming engine, extendable audio
reading, single and multi-threading modes, 3D
audio emulation for low-end hardware, a plugin
system, multiple rolloff models, sound effects,
and more. All of these can be accessed via an
extremely simple API using an object oriented
design.

<hr />
<strong>License:</strong> Other/Proprietary License
<hr />
<strong>Changes:</strong><br />
This release adds support for (external)
multichannel sound hardware on
MacOS X.<br style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=cba4a5896e838265b85dbe5920f0dd74&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=cba4a5896e838265b85dbe5920f0dd74&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=cba4a5896e838265b85dbe5920f0dd74" style="display: none;" border="0" height="1" width="1" alt=""/>


]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 11:18:32 +0000</pubDate>
      <category domain="http://softratty.com/tag/level">level</category>
      <category domain="http://softratty.com/tag/low-level audio libraries">low-level audio libraries</category>
      <category domain="http://softratty.com/tag/net">net</category>
      <category domain="http://softratty.com/tag/multiple rolloff models">multiple rolloff models</category>
      <category domain="http://softratty.com/tag/features common">features common</category>
      <category domain="http://softratty.com/tag/multichannel sound hardware">multichannel sound hardware</category>
      <category domain="http://softratty.com/tag/net languages">net languages</category>
      <category domain="http://softratty.com/tag/features">features</category>
      <category domain="http://softratty.com/tag/extremely simple api">extremely simple api</category>
      <source url="http://www.pheedo.com/click.phdo?i=cba4a5896e838265b85dbe5920f0dd74">irrKlang 1.1.2c (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[Adobwii]]></title>
      <link>http://softratty.com/article/c30ce3e045b8aa135daa078d16b7e7e0</link>
      <guid>http://softratty.com/article/c30ce3e045b8aa135daa078d16b7e7e0</guid>
      <description><![CDATA[Never underestimate the power of Bluetooth-enabled, motion-sensing, Adobe-flavored nerdery

Chris Bartelski demonstrates how he uses a Wiimote to browse photos in Lightroom , even applying auto-toning...]]></description>
      <content:encoded><![CDATA[
	<p style="margin-top: 0; margin-bottom: 0">Never underestimate the power of Bluetooth-enabled, motion-sensing, Adobe-flavored nerdery. :-) </p>
	<p style="margin-top: 0; margin-bottom: 0;">&#160;</p>
	<ul style="margin-top: 0; margin-bottom: 0;">
	  <li>Chris Bartelski demonstrates how he <a href="http://cbartelski.wordpress.com/2008/09/11/wii-remote-lightroom-aperture-a-fun-way-to-sort-pictures-new-video-update/">uses a Wiimote to browse photos in Lightroom</a>, even applying auto-toning &amp; monochrome presets.&#160; To see his system in action, skip ahead in the video to around the 8-minute mark. [Via Tom Hogarty] </li>
      <li>Crazy person (in the best sense) Dr. Woohoo has combined <a href="http://blog.drwoohoo.com/?p=622">WiiFlash + Papervision3d + Flash Panels + Photoshop CS4 Extended</a>.&#160; It's an interesting proof of concept, and he's got some truly wild ideas in the queue.</li>
      <li>In case you missed it earlier, check out the Flash-based, Wiimote-powered <a href="http://www.youtube.com/watch?v=eB6sBRc1isk&amp;eurl=http%3A//labs.blitzagency.com/?p=389">multi-user painting system</a> created by BLITZ Agency for Adobe MAX last year (<a href="http://blogs.adobe.com/jnack/2007/10/wickedcool_wiif.html">details</a>). </li>
	</ul>
	<p style="margin-top: 0; margin-bottom: 0"><BR/>
    </p>
	]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 10:35:01 +0000</pubDate>
      <category domain="http://softratty.com/tag/skip ahead">skip ahead</category>
      <category domain="http://softratty.com/tag/system">system</category>
      <category domain="http://softratty.com/tag/8-minute mark">8-minute mark</category>
      <category domain="http://softratty.com/tag/monochrome presets">monochrome presets</category>
      <category domain="http://softratty.com/tag/chris bartelski">chris bartelski</category>
      <category domain="http://softratty.com/tag/blitz agency">blitz agency</category>
      <category domain="http://softratty.com/tag/crazy person">crazy person</category>
      <category domain="http://softratty.com/tag/flash panels">flash panels</category>
      <category domain="http://softratty.com/tag/browse photos">browse photos</category>
      <source url="http://blogs.adobe.com/jnack/2008/11/adobwii.html">Adobwii</source>
    </item>
    <item>
      <title><![CDATA[Yahoo Staffer Launches Management Buyout]]></title>
      <link>http://softratty.com/article/4406fa6aa1eeb126e9b5bfb83731c011</link>
      <guid>http://softratty.com/article/4406fa6aa1eeb126e9b5bfb83731c011</guid>
      <description><![CDATA[When Yahoo's stock hit $12, we said it was ridiculously cheap. Now it's below $9. Given that no one else seems to want to buy and fix this once-great and still amazingly valuable company, we're now...]]></description>
      <content:encoded><![CDATA[<p><img class="float_right" src="/~~/f?id=48626c8d14b9b9be00feede9&maxX=320&maxY=264" border="0" alt="yahoo-hq.jpg" title="yahoo-hq.jpg" width="320" height="264" />When Yahoo's stock hit $12, we said it was ridiculously cheap. Now it's below $9. Given that no one else seems to want to buy and fix this once-great and still amazingly valuable company, we're now offering to do it ourselves.</p>
<p>We have the privilege of being a co-host of Yahoo's "TechTicker" financial show. So that makes this an employee-led turnaround plan. To execute the plan, we're going to need the support of many other Yahoo employees, including Jerry Yang, David Filo, and the Board, so we're just going to call this a management buyout.  Cool?</p>
<p>We've structured our proposal to be as simple and easy as possible: No need for shareholder votes. No need to raise billions of dollars of capital (who has time for that?). No need for interminable, angst-ridden negotiations. We're also making the proposal completely transparent, so our fellow Yahoos and shareholders know what's coming.</p>
<p>Here's the plan:</p>
<ul>
<li><strong>Yahoo will acquire our parent company, Silicon Alley Media, for stock.</strong>  We already own some YHOO, and we're willing to put more money where our mouth is: Specifically, we're willing to bet our entire company on our YHOO turnaround plan.<br /></li>
<li><strong>Yahoo will appoint us as acting CEO.  </strong>No worries: We will not become yet another fat CEO pig at the trough. In fact, we're so excited about this opportunity that we'll do it for Jerry's salary: $1 a year (okay, maybe we could add some zeroes, to preserve our marriage. But not six. Or, god forbid, eight). We also have no ambition to hold this post indefinitely. Several folks in the business world are more qualified to run a global Fortune 500 company than we are, and when the time is right, we will gladly hand the reins to one of them. Unlike many incoming Yahoo CEO candidates, however, we know what Yahoo needs right now, and there's no sense wasting time CEO-hunting when we can start the process today.<br /></li>
<li><strong>We will immediately resize the company, cutting approximately one-quarter to one-third of the cost base.</strong>  Even now, with its bloated cost structure, Yahoo is still making money. Our cuts will ensure that Yahoo is positioned to survive a major online ad downturn and still have plenty of cash flow to reinvest in the business. One big reduction instead of several small ones will also ensure that Yahoo doesn't go down the road it is heading down now, which is the demoralizing death by a thousand cuts.</li>
<li><strong>We will do a search deal with Microsoft. </strong>Yahoo has lost the search game, and it is senseless for the company to throw more good money after bad.  Yahoo will continue to maintain a significant if declining share of <em>search queries </em>for the next few years, but these can be monetized better with economies of scale, and the company can avoid mindless and expensive duplication of effort. Microsoft is great at engineering and desperately wants to show Google who's boss. We'll sell Yahoo's search technology to Microsoft and do a multi-year revenue deal with them. And when it comes up for renewal, we will play Microsoft and Google off one another.</li>
<li><strong>We'll step up Yahoo's focus on content aggregation.</strong> Algorithms cannot create the best user experience for every application. Yahoo highest and best opportunity is to do what Tim Koogle used to talk about in the 1990s and Jerry has been suggesting over the past year: Become the first stop for anyone looking for an intelligent, organized view of the world. The company has made great strides in this effort over the past 14 years, but it has gotten distracted of late.  We'll fix that.</li>
<li><strong>We'll increase Yahoo's production of lightweight, high-velocity online content, through programs like TechTicker, blogs, fantasy sports leagues, etc.</strong> With a distribution platform that reaches 500 million global users a month, Yahoo can make a killing on low-cost content production. We wil<em>l not </em>turn Yahoo into the New York Times (which is a dying print business.) Instead, we will hire a few more folks <em>from</em> the New York Times and other excellent content-production companies (people who get the Internet). These folks will help edit, curate, and organize all the great content that's already out there and produce some good original stuff. (But not TV shows or magazine articles. TechTicker works because it takes advantage of what the Internet can do better than other media, not because it tries to clone CNBC or a newspaper). <br /></li>
<li><strong>We will buy or build small consumer subscription businesses that produce content that people will pay for...and then we will plug them into Yahoo's massive global distribution engine.</strong> In several years, we will build subscriptions into a major contributor to revenue, not the afterthought they are today.</li>
<li><strong>We will fix Yahoo's communications platform, in part by buying and integrating AOL (and, if we can help Steve Ballmer see the light, MSN). </strong>As long-term Yahoo Mail users, we are appalled that Yahoo has fallen behind in this area. We don't want to switch to Gmail, but if nothing changes, we may have to.  Once we've integrated AIM and the AOL mail user base, we will once again have a dominant share of online communications. We'll probably buy Skype, too, just to round out the package.<br /></li>
<li><strong>Most importantly, we will finally revolutionize online display advertising, which hasn't innovated since 1995.</strong>  We can't tell you how tired we are of hearing advertisers complain that their display ads aren't "performing" because people aren't clicking on them. The same advertisers still line up around the block to buy unclickable ads in newspapers that get tossed on the back stoop without even being glanced at. It is time for the online ad industry to start developing better BRAND and STORYTELLING solutions. These ads can be big. They can be beautiful. They can be fun. They DO NOT need to be clicked on. If we do this intelligently, users should even come to value and/or enjoy them. No company is in a better position to lead this online ad revolution than Yahoo, and we can't wait to drive this initiative forward.</li>
</ul>
<p>Sound good? We think so. We're not guaranteeing much of a turnaround in the stock price until the global economy recovers, but we're going to position the company to coin money when it does. We're going to stop Yahoo from trying to boil the ocean and compete in businesses it has already lost (search engineering). We're going to take advantage of what Yahoo does better than anyone: content organization and display advertising. We're going to inspire what used to be one of the industry's most passionate and competitive teams.</p>
<p>Despite its demolishied stock price and demoralized staff, Yahoo remains a one-of-a-kind global media platform. With the right turnaround plan, we think the company's best days (and possibly even best stock prices) are ahead of it. We would be honored and privileged to lead this revolution from within!</p>
<p><a href="http://feedads.googleadservices.com/~at/9asXmnkH_XQB43PlLPJDk2xjTyM/a"><img src="http://feedads.googleadservices.com/~at/9asXmnkH_XQB43PlLPJDk2xjTyM/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=EulVdSnk"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?i=EulVdSnk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=aIHnFoB2"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=f7GiXeKA"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=80" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=ylhkfpiN"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?i=ylhkfpiN" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=wMFgiZh7"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=131" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=hQ4BhxJi"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=336" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=6kXhOqIw"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?a=Vc38RbAN"><img src="http://feedproxy.google.com/~f/typepad/alleyinsider/silicon_alley_insider?d=50" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/kVtOz4odAus" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 06:31:00 +0000</pubDate>
      <category domain="http://softratty.com/tag/yahoo">yahoo</category>
      <category domain="http://softratty.com/tag/yahoo remains">yahoo remains</category>
      <category domain="http://softratty.com/tag/increase yahoo">increase yahoo</category>
      <category domain="http://softratty.com/tag/yahoo ceo">yahoo ceo</category>
      <category domain="http://softratty.com/tag/turnaround plan">turnaround plan</category>
      <category domain="http://softratty.com/tag/turnaround">turnaround</category>
      <category domain="http://softratty.com/tag/fix yahoo">fix yahoo</category>
      <category domain="http://softratty.com/tag/yahoo employees">yahoo employees</category>
      <category domain="http://softratty.com/tag/stop yahoo">stop yahoo</category>
      <source url="http://feedproxy.google.com/~r/typepad/alleyinsider/silicon_alley_insider/~3/kVtOz4odAus/yahoo-staffer-launches-management-buyout">Yahoo Staffer Launches Management Buyout</source>
    </item>
    <item>
      <title><![CDATA[OMG Boobies: Victorias Secret on Your Mobile]]></title>
      <link>http://softratty.com/article/2f9874dd7c64bc632462f3323856b6d7</link>
      <guid>http://softratty.com/article/2f9874dd7c64bc632462f3323856b6d7</guid>
      <description><![CDATA[Lingerie connoisseurs will be happy to know that CBS has launched a multi-media, multi-platform Victorias Secret assault on all senses. Thats right: no longer will you have to search through the...]]></description>
      <content:encoded><![CDATA[<div style="text-align:center"><img src="http://mashable.com/wp-content/uploads/2008/11/victorias-secret-screen.jpg" alt="" title="victorias-secret-home" class="alignnone size-full wp-image-51614" /></div>
<p>Lingerie connoisseurs will be happy to know that CBS has launched a multi-media, multi-platform Victoria&#8217;s Secret assault on all senses. That&#8217;s right: no longer will you have to search through the Internet&#8217;s wastelands to get your Victoria&#8217;s Secret fix; it&#8217;s all there on the <a href="http://www.cbs.com/victoria" target="_blank">official website</a> and on your mobile.<span id="more-51578"></span> </p>
<h3>Social Features</h3>
<p>The new website will feature behind the scenes videos, interviews with models, photo galleries, model bios, and other original content. The Victoria&#8217;s Secret Fashion Show will be broadcast on December 3, and if you&#8217;re the chatting type, check out <a href="http://www.cbs.com/socialviewing" target="_blank">www.cbs.com/socialviewing</a> during the show, as you&#8217;ll be able to chat with other viewers and discuss the show there. </p>
<p>If you&#8217;re unable to stay at home during that time, you&#8217;ll be able to follow a live simulcast at the time of the show on your mobile. CBS Mobile and MediaFLO have set up a 24/7 dedicated channel on <a href="http://www.flotv.com">FLO TV</a>, the service that enables you to see live TV on your mobile. </p>
<h3>Embracing New Media</h3>
<p>You got to hand it to CBS, they&#8217;re really embracing (or trying to embrace) new media. They&#8217;ve bought <a href="http://mashable.com/2007/05/30/cbs-lastfm/">Last.FM</a>, they&#8217;ve set up a <a href="http://mashable.com/2006/10/19/cbs-youtube-channel-launches-youtubers-approve/">YouTube channel</a>, and now they&#8217;re bringing an utterly non-geeky event to mobile phones everywhere. I don&#8217;t see too many people actually following a Victoria&#8217;s Secret even on their mobile, but that&#8217;s the beauty of new media: it&#8217;s there for the taking, whether you like it or not. </p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2008/01/04/secret-crush-first-serious-facebook-hack/">Secret Crush: First Serious Facebook Hack?</a><br /><a href="http://mashable.com/2007/12/20/apple-think-secret-poll/">The Daily Poll: Your Reaction to Apple/Think Secret Settlement</a><br /><a href="http://mashable.com/2007/12/20/think-secret-shutdown-sets-ugly-precedent-for-bloggers/">Think Secret Shutdown Sets Ugly Precedent For Bloggers</a><br /><a href="http://mashable.com/2007/07/23/myspace-mexico-2/">MySpace Mexico Officially Launches</a><br /><a href="http://mashable.com/2008/01/07/facebook-bans-secret-crush/">Facebook is So Over Secret Crushes</a><br /><a href="http://mashable.com/2008/03/23/secret-to-twitter/">The Secret to Twitter, Part II</a><br /><a href="http://mashable.com/2007/12/22/could-fake-steve-jobs-be-about-to-go-away/">Could Fake Steve Jobs Be About To Go Away?</a></p>
<p><a href="http://feedads.googleadservices.com/~a/LYrHIFRkMuBwjSErFSoYh9USyF8/a"><img src="http://feedads.googleadservices.com/~a/LYrHIFRkMuBwjSErFSoYh9USyF8/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=wJBFSpyk"><img src="http://feedproxy.google.com/~f/Mashable?i=wJBFSpyk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=1SfFyO8M"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=mj1g0EZU"><img src="http://feedproxy.google.com/~f/Mashable?i=mj1g0EZU" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=povS7G8c"><img src="http://feedproxy.google.com/~f/Mashable?i=povS7G8c" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=oUdhPjEf"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=lZ80LO79"><img src="http://feedproxy.google.com/~f/Mashable?i=lZ80LO79" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=asSKHEcC"><img src="http://feedproxy.google.com/~f/Mashable?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=E5hFmXxo"><img src="http://feedproxy.google.com/~f/Mashable?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=Yj2FJ34o"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/alhKyYd3VWM" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 20 Nov 2008 16:20:48 +0000</pubDate>
      <category domain="http://softratty.com/tag/victorias secret">victorias secret</category>
      <category domain="http://softratty.com/tag/secret">secret</category>
      <category domain="http://softratty.com/tag/victorias secret fix">victorias secret fix</category>
      <category domain="http://softratty.com/tag/victorias secret fashion">victorias secret fashion</category>
      <category domain="http://softratty.com/tag/mobile">mobile</category>
      <category domain="http://softratty.com/tag/secret crushes">secret crushes</category>
      <category domain="http://softratty.com/tag/secret crush">secret crush</category>
      <category domain="http://softratty.com/tag/cbs mobile">cbs mobile</category>
      <category domain="http://softratty.com/tag/cbs">cbs</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/alhKyYd3VWM/">OMG Boobies: Victorias Secret on Your Mobile</source>
    </item>
    <item>
      <title><![CDATA[4Pane 0.6.0 (Default branch)]]></title>
      <link>http://softratty.com/article/32222bb008e4756cb7e7a0522f0654c1</link>
      <guid>http://softratty.com/article/32222bb008e4756cb7e7a0522f0654c1</guid>
      <description><![CDATA[4Pane is a four pane detailed-list file manager for Linux. It is designed to be fully-featured without bloat, and aims for speed rather than visual effects. In addition to standard file manager...]]></description>
      <content:encoded><![CDATA[<img src="http://c.fsdn.com/fm/screenshots/67614_thumb.png"
     align="right" alt="Screenshot" hspace="10" vspace="10">
4Pane is a four pane detailed-list file manager
for Linux. It is designed to be fully-featured
without bloat, and aims for speed rather than
visual effects. In addition to standard file
manager things, it offers multiple undo and redo
of most operations (including deletions), archive
management including 'virtual browsing' inside
archives, multiple renaming/duplication of files,
a terminal emulator, and user-defined tools.

<hr />
<strong>License:</strong> GNU General Public License v3
<hr />
<strong>Changes:</strong><br />
This release has a Quick-Grep dialog that provides the most common grep options on a single page. The original, multi-page Full-Grep is still available.<br style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=0ec6bc024f71f2a25e0f1211856d09b8&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=0ec6bc024f71f2a25e0f1211856d09b8&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=0ec6bc024f71f2a25e0f1211856d09b8" style="display: none;" border="0" height="1" width="1" alt=""/>

]]></content:encoded>
      <pubDate>Thu, 20 Nov 2008 15:17:31 +0000</pubDate>
      <category domain="http://softratty.com/tag/offers multiple undo">offers multiple undo</category>
      <category domain="http://softratty.com/tag/multiple">multiple</category>
      <category domain="http://softratty.com/tag/standard file manager">standard file manager</category>
      <category domain="http://softratty.com/tag/public license">public license</category>
      <category domain="http://softratty.com/tag/license">license</category>
      <category domain="http://softratty.com/tag/common grep options">common grep options</category>
      <category domain="http://softratty.com/tag/single page">single page</category>
      <category domain="http://softratty.com/tag/visual effects">visual effects</category>
      <category domain="http://softratty.com/tag/4pane">4pane</category>
      <source url="http://www.pheedo.com/click.phdo?i=0ec6bc024f71f2a25e0f1211856d09b8">4Pane 0.6.0 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[Syntext Serna 4.0 RC2 (Serna2 branch)]]></title>
      <link>http://softratty.com/article/561d79722d1631415b62845d2f72434e</link>
      <guid>http://softratty.com/article/561d79722d1631415b62845d2f72434e</guid>
      <description><![CDATA[Syntext Serna is a highly customizable, multi-platform, pure XSL-driven WYSIWYG XML content editor. It looks and works like a conventional word processor, yet it gives you much more flexibility to...]]></description>
      <content:encoded><![CDATA[<img src="http://c.fsdn.com/fm/screenshots/40357_thumb.png"
     align="right" alt="Screenshot" hspace="10" vspace="10">
Syntext Serna is a highly customizable, multi-platform, pure XSL-driven WYSIWYG XML content editor. It looks and works like a conventional word processor, yet it gives you much more flexibility to alter or reuse content while keeping its integrity intact. It lets you collaborate on compound documents that contain embedded data from various sources. Content is viewed as an integrated whole that is intuitively transparent to authors.

<hr />
<strong>License:</strong> Free To Use But Restricted
<hr />
<strong>Changes:</strong><br />
The release fixes a number of issues, including problems with WebDAV locking.<br style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=94979dac0858df2d03d78bcc32721ada&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=94979dac0858df2d03d78bcc32721ada&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=94979dac0858df2d03d78bcc32721ada" style="display: none;" border="0" height="1" width="1" alt=""/>

]]></content:encoded>
      <pubDate>Thu, 20 Nov 2008 10:25:23 +0000</pubDate>
      <category domain="http://softratty.com/tag/syntext serna">syntext serna</category>
      <category domain="http://softratty.com/tag/content">content</category>
      <category domain="http://softratty.com/tag/reuse content">reuse content</category>
      <category domain="http://softratty.com/tag/conventional word processor">conventional word processor</category>
      <category domain="http://softratty.com/tag/intuitively transparent">intuitively transparent</category>
      <category domain="http://softratty.com/tag/highly customizable">highly customizable</category>
      <category domain="http://softratty.com/tag/release fixes">release fixes</category>
      <category domain="http://softratty.com/tag/compound documents">compound documents</category>
      <category domain="http://softratty.com/tag/integrity intact">integrity intact</category>
      <source url="http://www.pheedo.com/click.phdo?i=94979dac0858df2d03d78bcc32721ada">Syntext Serna 4.0 RC2 (Serna2 branch)</source>
    </item>
    <item>
      <title><![CDATA[iTunes Playlist Export 1.5 (Default branch)]]></title>
      <link>http://softratty.com/article/83053a5c8dd16685273de2e17ee1f7c3</link>
      <guid>http://softratty.com/article/83053a5c8dd16685273de2e17ee1f7c3</guid>
      <description><![CDATA[iTunes Export provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users...]]></description>
      <content:encoded><![CDATA[iTunes Export provides the ability to export
iTunes Playlists to the standard .m3u file format.
Unfortunately, this feature is not included in the
iTunes application and is extremely useful for
users who wish to use iTunes with other
applications or devices. iTunes Export is written
in C# (.Net). iTunes Export provides a Command
Line version (tested on Mono) and a GUI version,
as well as a library that developers can use in
their own applications.
<hr />
<strong>License:</strong> BSD License (revised)
<hr />
<strong>Changes:</strong><br />
An issue with invalid characters in playlist filenames was fixed. Some characters are valid in playlist names (within iTunes), but not valid in filenames for the resulting playlist files. Multi-Language support was added for the GUI version. Descriptions are now available in English and French. The Library reader and all playlist writers were updated to use UTF-8 encoding. The export routine was changed to include audio streams. Disabled tracks (tracks that are unchecked in iTunes) are now ignored.<br style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=39fee5e236d6490772f4a3bbde39a60f&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=39fee5e236d6490772f4a3bbde39a60f&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=39fee5e236d6490772f4a3bbde39a60f" style="display: none;" border="0" height="1" width="1" alt=""/>


]]></content:encoded>
      <pubDate>Thu, 20 Nov 2008 06:00:42 +0000</pubDate>
      <category domain="http://softratty.com/tag/itunes">itunes</category>
      <category domain="http://softratty.com/tag/export itunes playlists">export itunes playlists</category>
      <category domain="http://softratty.com/tag/itunes export">itunes export</category>
      <category domain="http://softratty.com/tag/itunes application">itunes application</category>
      <category domain="http://softratty.com/tag/gui version">gui version</category>
      <category domain="http://softratty.com/tag/characters">characters</category>
      <category domain="http://softratty.com/tag/library reader">library reader</category>
      <category domain="http://softratty.com/tag/bsd license">bsd license</category>
      <category domain="http://softratty.com/tag/invalid characters">invalid characters</category>
      <source url="http://www.pheedo.com/click.phdo?i=39fee5e236d6490772f4a3bbde39a60f">iTunes Playlist Export 1.5 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[libburnia 0.6.10.pl01 (libisofs branch)]]></title>
      <link>http://softratty.com/article/45e070bd967129365bd3556c490edcd7</link>
      <guid>http://softratty.com/article/45e070bd967129365bd3556c490edcd7</guid>
      <description><![CDATA[libburnia is a project comprised of libraries and binaries for reading, mastering, and writing optical discs. It provides libburn, a CD/DVD/BD burn library, libisofs, a manipulation library for ISO...]]></description>
      <content:encoded><![CDATA[libburnia is a project comprised of libraries and
binaries for reading, mastering, and writing
optical discs. It provides libburn, a CD/DVD/BD
burn library, libisofs, a manipulation library for
ISO 9660 filesystems, and libisoburn, a ISO 9660
multi-session library. On top of them there is
cdrskin, a cdrecord emulator, and xorriso, a
all-in-one application for ISO 9660 multi-session
operations which additionaly provides a limited
emulation of mkisofs.

<hr />
<strong>License:</strong> GNU General Public License (GPL)
<hr />
<strong>Changes:</strong><br />
If images that were generated by mkisofs were expanded by a libisofs session, then files of size 0 shared their size information with files that contained data. Another bug prevented the SYSLINUX script isohybrid from creating an MBR that would really boot.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=3fad6103446cb318cb8e80986afa850a"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=3fad6103446cb318cb8e80986afa850a"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=3fad6103446cb318cb8e80986afa850a" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></content:encoded>
      <pubDate>Wed, 19 Nov 2008 18:18:49 +0000</pubDate>
      <category domain="http://softratty.com/tag/libisofs">libisofs</category>
      <category domain="http://softratty.com/tag/library">library</category>
      <category domain="http://softratty.com/tag/manipulation library">manipulation library</category>
      <category domain="http://softratty.com/tag/libisofs session">libisofs session</category>
      <category domain="http://softratty.com/tag/public license">public license</category>
      <category domain="http://softratty.com/tag/syslinux script isohybrid">syslinux script isohybrid</category>
      <category domain="http://softratty.com/tag/multi-session library">multi-session library</category>
      <category domain="http://softratty.com/tag/iso">iso</category>
      <category domain="http://softratty.com/tag/license">license</category>
      <source url="http://www.pheedo.com/click.phdo?i=3fad6103446cb318cb8e80986afa850a">libburnia 0.6.10.pl01 (libisofs branch)</source>
    </item>
    <item>
      <title><![CDATA[Notes/Tasks 0.9.11 (Default branch)]]></title>
      <link>http://softratty.com/article/04416baffe8b8bdfad645466cf88d754</link>
      <guid>http://softratty.com/article/04416baffe8b8bdfad645466cf88d754</guid>
      <description><![CDATA[Notes/Tasks is a GTD compatible multi-platform note and task manager. The focus is on quick, intuitive access to any note or task by project or full text search. It features synchronization with...]]></description>
      <content:encoded><![CDATA[Notes/Tasks is a GTD compatible multi-platform
note and task manager. The focus is on quick,
intuitive access to any note or task by project or
full text search. It features synchronization with
notestasks.com, giving you free access to your
notes and tasks from anywhere via the Web.
<hr />
<strong>License:</strong> GNU General Public License v2
<hr />
<strong>Changes:</strong><br />
Category filters now default to 'all' rather than none. The notes and tasks create button is disabled when no title is given, rather than a popup error.  The system tray icon now appears. A check mark icon appears in the task table. Mac version data file permissions have been fixed.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=e5573e1ac2ee9983f4c0ba16258ac09b" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=e5573e1ac2ee9983f4c0ba16258ac09b" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></content:encoded>
      <pubDate>Wed, 19 Nov 2008 15:19:04 +0000</pubDate>
      <category domain="http://softratty.com/tag/task">task</category>
      <category domain="http://softratty.com/tag/task manager">task manager</category>
      <category domain="http://softratty.com/tag/tasks">tasks</category>
      <category domain="http://softratty.com/tag/notes">notes</category>
      <category domain="http://softratty.com/tag/task table">task table</category>
      <category domain="http://softratty.com/tag/system tray icon">system tray icon</category>
      <category domain="http://softratty.com/tag/public license">public license</category>
      <category domain="http://softratty.com/tag/license">license</category>
      <category domain="http://softratty.com/tag/features synchronization">features synchronization</category>
      <source url="http://www.pheedo.com/click.phdo?i=e5573e1ac2ee9983f4c0ba16258ac09b">Notes/Tasks 0.9.11 (Default branch)</source>
    </item>
  </channel>
</rss>
