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

<channel>
	<title>Shai Perednik.com</title>
	<atom:link href="http://shaiperednik.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaiperednik.com</link>
	<description>IT Guru &#38; Developer</description>
	<lastBuildDate>Sat, 13 Mar 2010 03:20:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Forms On Mobile Devices: Modern Solutions</title>
		<link>http://shaiperednik.com/2010/03/forms-on-mobile-devices-modern-solutions/</link>
		<comments>http://shaiperednik.com/2010/03/forms-on-mobile-devices-modern-solutions/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:20:14 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/forms-on-mobile-devices-modern-solutions/</guid>
		<description><![CDATA[Automatically pulled from Google Starred



    



Mobile forms tend to have significantly more constraints than their desktop cousins: screens are smaller; connections are slower; text entry is trickier; the list goes on. So, limiting the number of forms in your mobile applications and websites is generally a good idea. When you do want input from [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<table width="650">
<tr>
<td width="650">
<div> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e410f_smashing-magazine-advertisement.gif" alt="Smashing-magazine-advertisement in Forms On Mobile Devices: Modern Solutions" border="0" /><br /> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=56"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/62906_avw.php?zoneid=56" border="0" alt=" in Forms On Mobile Devices: Modern Solutions" /></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=63"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/62906_avw.php?zoneid=63" border="0" alt=" in Forms On Mobile Devices: Modern Solutions" /></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=64"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8a036_avw.php?zoneid=64" border="0" alt=" in Forms On Mobile Devices: Modern Solutions" /></a></div>
</td>
</tr>
</table>
<p>Mobile forms tend to have significantly more constraints than their desktop cousins: screens are smaller; connections are slower; text entry is trickier; the list goes on. So, limiting the number of forms in your mobile applications and websites is generally a good idea. When you do want input from users on mobile devices, radio buttons, checkboxes, select menus and lists tend to work much better than open text fields.</p>
<p>But <strong>constraints breed innovation</strong>, and mobile forms are no different. The limitations of mobile devices have forced developers and designers to find new ways to allow users to input data faster and more easily. Thanks to the modern solutions covered in this article, the mobile space may not be a place to avoid forms much longer. Instead, it may become <em>the</em> place to encourage them.</p>
<p>[Offtopic: By the way, did you know that Smashing Magazine has a <a href="http://creatives.commindo-media.de/www/delivery/ck.php?oaparams=2__bannerid=1249__zoneid=0__cb=be1da96c6d__oadest=http%3A%2F%2Fm.smashingmagazine.com">mobile version</a>? Try it out if you have an iPhone, Blackberry or another capable device.]</p>
<h3>Field Zoom</h3>
<p>In many mobile Web browsers, when a user selects a form’s input field, the “field zoom” feature expands it to fill the screen’s viewable area. This makes an otherwise tiny field large enough for people to actually see the data they are entering. Given that many form errors are caused by people not seeing their inputs well enough <a href="http://www.lukew.com/ff/entry.asp?941">to correct misspellings</a>, the usability of this feature is clear.</p>
<p>The Safari browser on Apple’s iPhone makes use of field zoom together with a “form assistant.” The form assistant displays “Previous,” “Next,” “AutoFill” and “Done” buttons below the magnified input field, giving people an easy way to move through and complete a form. No need to worry if an input field is off screen: the user just hits “Next” and won’t miss it!</p>
<p><img width="600" height="423" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f4762_mobileinputs1.jpg" alt="Mobileinputs1 in Forms On Mobile Devices: Modern Solutions" /></p>
<p>However, not everyone will know about the form assistant or know how to hide the keyboard. So, make sure the controls on the Web page still allow them to complete the form. Excessive spacing around the “Submit” button can tuck it behind the keyboard.</p>
<p>Field zoom is another great reason to <a href="http://www.lukew.com/ff/entry.asp?504">top-align input field labels</a> in forms. As you can see on Google’s registration form (screenshot below), left-aligned labels disappear when input fields are expanded to fill the screen. With no visible label, the user can easily forget what question they have to answer. Long input fields also suffer a bit with field zoom.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/af40b_mobileinputs2.jpg" alt="Mobileinputs2 in Forms On Mobile Devices: Modern Solutions" /></p>
<p>Mobile browsers that don’t have field zoom also run into issues with left- and right-aligned input field labels. Anyone using such a form on Google’s Android OS (below) faces the problem of disappearing labels. The screen simply does not have enough room for both the input field and its corresponding label. Top-aligned labels avoid this issue.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/426c1_mobileinputs3.jpg" alt="Mobileinputs3 in Forms On Mobile Devices: Modern Solutions" /></p>
<h3>Input Formats</h3>
<p>Some mobile Web browsers recognize <a href="http://diveintohtml5.org/forms.html">specific input types</a> (part of the developing HTML5 standard) and adjust their input modes accordingly. For example, specifying an input of the type <code>url</code> brings up a virtual alphanumeric keyboard with “.”, “/”, and “.com” keys. Specifying an input of the type <code>email</code> brings up a virtual alphanumeric keyboard with “.” and “@” keys. Specifying an input of the type <code>number</code> brings up a virtual numeric keyboard.</p>
<p>These input-specific keyboards make entering the particular type of data required by each input field much easier. Even browsers without virtual keyboards benefit from the use of <code>number</code>, because users would not have to switch to number mode to enter numeric data.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/426c1_mobileinputs4.jpg" alt="Mobileinputs4 in Forms On Mobile Devices: Modern Solutions" /></p>
<h3>Password-Masking</h3>
<p>Most password input fields in forms instantly obscure all characters that a user enters to keep sensitive information hidden from prying eyes. Automatic masking of passwords may provide <a href="http://www.zurb.com/article/279/how-to-mask-passwords-like-the-iphone">the appearance of security</a>, but it can also create usability issues when people are left staring at a row of bullets that they hope (but can’t verify) is their password.</p>
<p>Many mobile devices address this issue by displaying the most recent character the user has entered, and then obscuring that character as a bullet only after a brief delay. This technique has made its way onto the desktop, as illustrated in this <a href="http://www.zurb.com/article/279/how-to-mask-passwords-like-the-iphone">password-masking solution</a> from ZURB.</p>
</p>
<h3>Pop-Up Menu Controls</h3>
<p>Drop-down select menus are one of the hardest input types to use. First, you have to click on the menu to open it. Then, you have to maneuver through a potentially long list of small targets. Once you find the value you want, you need position your cursor on the right target and select it. To top it off, many implementations of drop-down menus on the Web require you to keep your cursor on the menu while navigating the list, or else the menu closes!</p>
<p>Even dexterous users often miss them and need to start over. Couple this interactive challenge with the small screens of mobile devices and the need for a different solution for select menus becomes quite obvious.</p>
<p>For drop-down select menus on Web forms, Apple’s iPhone presents users with a pop-up menu control. This control displays the options in the menu in a contained list that can be scrolled at various speeds though drag, nudge and flick gestures. The large touch targets also make it easy to select the right value once you’ve found it.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2adcd_mobileinputs5.jpg" alt="Mobileinputs5 in Forms On Mobile Devices: Modern Solutions" /></p>
<p>Similarly, Google’s Android provides a larger touch target for select menu options. When the user taps a drop-down select menu on an Android device, a scrollable list of menu options appears in a dialog window over the Web page.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/88780_mobileinputs6.jpg" alt="Mobileinputs6 in Forms On Mobile Devices: Modern Solutions" /></p>
<h3>Compound Menu Controls</h3>
<p>Pop-up menu controls can be applied to compound inputs as well. So, instead of requiring three separate input fields for the month, day and year of a requested date, one date field can bring up a set of pop-up menus that allow people to scroll through three lists at once to find the right date. This approach can be applied to other kinds of compound inputs as well, such as height in feet and inches.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/91a2e_mobileinputs7.jpg" alt="Mobileinputs7 in Forms On Mobile Devices: Modern Solutions" /></p>
<p>Google’s Android has a compound input field solution, though it makes use of visible interface elements to move through a list instead of relying on gesture-based scrolling alone.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/91a2e_mobileinputs8.jpg" alt="Mobileinputs8 in Forms On Mobile Devices: Modern Solutions" /></p>
<h3>Native Input Controls</h3>
<p>In addition to having compound menu controls, most mobile operating systems have several other custom input controls available to application developers. Sliders, split buttons, rating widgets and scrubbers are just a few of the components worth considering in place of standard form controls to make inputting easier for users.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b226d_mobileinputs9.jpg" alt="Mobileinputs9 in Forms On Mobile Devices: Modern Solutions" /></p>
<h3>Orientation</h3>
<p>Because people like to hold mobile devices both horizontally and vertically in their hands, mobile forms should adjust accordingly to take advantage of the changing screen space. The compose email form on Google’s Android does just that.</p>
<p><img width="600" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b24cd_mobileinputs10.jpg" alt="Mobileinputs10 in Forms On Mobile Devices: Modern Solutions" /></p>
<p>When held vertically, the screen shows three input fields with several action buttons. In the horizontal position, the email body input takes over the screen, and one action button is shown on the right. This layout maximizes the screen space available for the message content.</p>
<h3>Voice Input</h3>
<p>Google’s <a href="http://www.youtube.com/user/GoogleNexusOne">Nexus One</a> phone allows people to use voice input for any text field in an application. Users can swipe the virtual keyboard to switch the phone to audio input mode, or they can use the microphone button. The video below demonstrates both of these options in action. With effective voice input, typing any characters into the mobile device becomes a thing of the past.</p>
</p>
<h3>What’s Next?</h3>
<p>Mobile is growing <a href="http://www.lukew.com/ff/entry.asp?993">exceptionally fast</a>, and as more designers and developers focus on the space, we’ll hopefully see even further innovation in mobile forms. After all, anything that makes inputting (both on mobile and desktop devices) faster and easier will do <a href="http://nform.ca/blog/2008/10/luke-wroblewski-on-forms-visua">a lot of good</a> for both companies and their customers.</p>
<h4>About the Author</h4>
<p>Luke Wroblewski is an internationally recognized <a href="http://www.lukew.com/about/index.asp">digital product design leader</a> and the author of <a href="http://www.lukew.com/ff/">two popular Web design books</a>. You can follow Luke on Twitter <a href="http://www.twitter.com/lukewdesign">@lukewdesign</a> or by using <a href="http://feeds.feedburner.com/FunctioningForm">RSS</a>.</p>
<p>Smashing Magazine readers can get a special <strong>20% off discount</strong> on Luke’s latest book: <a href="http://rosenfeldmedia.com/books/webforms/">Web Form Design Filling in the Blanks</a>. Just use discount code <strong>MIX</strong> to <a href="http://rosenfeldmedia.com/books/webforms/">order</a>.</p>
<p><em>(al)</em></p>
<hr />
<p>© Luke Wroblewski for <a href="http://www.smashingmagazine.com">Smashing Magazine</a>, 2010. | <a href="http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Permalink</a> | <a href="http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/#comments">19 comments</a> | <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/&amp;title=Forms%20On%20Mobile%20Devices:%20Modern%20Solutions">Add to del.icio.us</a> | <a title="Bookmark in Digg" href="http://digg.com/submit?phase=2&amp;url=http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Digg this</a> | <a title="Stumble on StumbleUpon" href="http://www.stumbleupon.com/submit?url=http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Stumble on StumbleUpon!</a> | <a title="Tweet us!" href="http://twitter.com/home?status=@tweetmeme%20@smashingmag%20Reading%20'Forms%20On%20Mobile%20Devices:%20Modern%20Solutions'%20http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Tweet it!</a> | <a title="Bookmark in Reddit" href="http://reddit.com/submit?url=http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Submit to Reddit</a> | <a href="http://forum.smashingmagazine.com/">Forum Smashing Magazine</a><br /> Post tags: <a href="http://www.smashingmagazine.com/tag/mobile/" rel="tag">mobile</a> </p>
<p><a href="http://www.smashingmagazine.com/2010/03/11/forms-on-mobile-devices-modern-solutions/">Go to Source</a></p>
<p><map name='google_ad_map_1759_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1759?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1759_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1759&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fforms-on-mobile-devices-modern-solutions%2F' /></p><p><a href="http://shaiperednik.com/2010/03/forms-on-mobile-devices-modern-solutions/" rel="bookmark">Forms On Mobile Devices: Modern Solutions</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 12, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/forms-on-mobile-devices-modern-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Springpad Allows You to Save Anything Anywhere</title>
		<link>http://shaiperednik.com/2010/03/springpad-allows-you-to-save-anything-anywhere/</link>
		<comments>http://shaiperednik.com/2010/03/springpad-allows-you-to-save-anything-anywhere/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 01:00:13 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/springpad-allows-you-to-save-anything-anywhere/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
Re-launched yesterday, Springpad is a new Web service that allows you to save documents, images, photographs, notes, and even snippets of the Web for future reference in an account that you can access from any Internet-connected computer. If the idea sounds familiar, it should; Springpad isn&#8217;t the first company to do [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p><img alt="Springpad - Logo" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/6743a_Springpad_Logo.jpg" height="62" width="215" />Re-launched yesterday, <a href="http://springpadit.com/">Springpad</a> is a new Web service that allows you to save documents, images, photographs, notes, and even snippets of the Web for future reference in an account that you can access from any Internet-connected computer. If the idea sounds familiar, it should; Springpad isn&#8217;t the first company to do this, but the developers behind the scenes have recently completely redesigned the service to make it easier to use and to add features, and they&#8217;ve rolled out an iPhone app that lets you take your documents and other clippings on the go. </p>
<p>Whether a friend mentioned a restaurant that you&#8217;re interested in trying, you saw a blog post you want to share with your friends later, or you took a picture on your mobile phone you want to share with others, Springpad lets you save them all in your personal notebook. The service also organizes them and pulls in relevant data from around the Web to help you keep those items organized.<br /> <br />
        <br />Springpad allows you to save snippets of everything you encounter that you want to remember or store, and then come back to it all later from your iPhone, or from any Web-connected computer. This way you have a place for everything from products you see in the store but want to research when you get home to a nearby bar that your coworkers are thinking about heading for happy hour after work. You can add businesses, restaurants, and other locations to your Springpad account, and Springpad will go out and collect information like Yelp reviews and maps to fill out the item description. </p>
<p><img alt="Springpad - My Stuff" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c0dad_Springpad_MyStuff.jpg" height="222" width="450" />Springpad also works for snippets of the Web, like news articles and blog posts, downloaded images, even content on a Web page like recipes, books, or product listings. When you save something from the Web to your Springpad account, the service tries to link back as much information as possible, including images from the original source, a link to the item on the Web, and product information if it&#8217;s an item in an online store. You can also create multiple lists for different types of clippings, so you can create a specific list for all of the local restaurants you want to try, and another for articles you find interesting. </p>
<p><img alt="Springpad - Restaurant" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c0dad_Springpad_Restaurant.jpg" height="337" width="450" />Each item you add to your list can be public or private, and you can quickly toggle the privacy of any particular item from your Springpad account. There are some social networking services to Springpad as well; you can follow other people who are using the account and see the lists and items they&#8217;ve made public, and you can easily share lists and individual items on Twitter, Facebook, or to your friends via e-mail. </p>
<p>Another stand-out feature of Springpad is its iPhone app. The app, available in the iTunes App Store, allows you to access your clippings and saved items anywhere from your iPhone. If you see products on store shelves while you&#39;re out and about, the app even allows you to scan the barcode of the item to collect product information to go along with its entry in your collection.  The app is free, and even though it&#39;s available only for the iPhone, developers are promising a version for Android phones and possibly BlackBerry devices in the near future. </p>
<p><img alt="Springpad - Product" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c0dad_Springpad_Product.jpg" height="319" width="450" />Springpad is obviously taking on <a href="http://www.appscout.com/2008/05/evernote_helps_you_stay_organi.php">Evernote</a> with its newly redesigned service; Evernote has been long regarded as a must-have app if you need to make notes on the go, save lots of things for future reference, or even access those items on the go. The difference is the level to which Springpad goes out to the rest of the Web and pulls in relevant information, and then automatically organizes items for you so you don&#39;t have to spend time getting organized just to be organized. Springpad rolls in some social networking and the ability to share your items at home or on the go, and does it all for free.  </p>
<p><a href="http://www.appscout.com/2010/03/springpad_allows_you_to_save_a.php">Go to Source</a></p>
<p><map name='google_ad_map_1758_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1758?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1758_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1758&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fspringpad-allows-you-to-save-anything-anywhere%2F' /></p><p><a href="http://shaiperednik.com/2010/03/springpad-allows-you-to-save-anything-anywhere/" rel="bookmark">Springpad Allows You to Save Anything Anywhere</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 11, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/springpad-allows-you-to-save-anything-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProConLists.com Helps You Weigh Your Options</title>
		<link>http://shaiperednik.com/2010/03/proconlists-com-helps-you-weigh-your-options/</link>
		<comments>http://shaiperednik.com/2010/03/proconlists-com-helps-you-weigh-your-options/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 01:00:05 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/proconlists-com-helps-you-weigh-your-options/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
Contemplating a big life change? Maybe you&#8217;re deciding whether to look for a new job, or you&#8217;re weighing something simpler like where to go for dinner. A list of pros and cons can help you make the decision based on the evidence that&#8217;s in front of you and not on impulse [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p><img alt="ProConLists - Logo" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/dfefb_ProConLists_Logo.jpg" height="107" width="250" />Contemplating a big life change? Maybe you&#8217;re deciding whether to look for a new job, or you&#8217;re weighing something simpler like where to go for dinner. A list of pros and cons can help you make the decision based on the evidence that&#8217;s in front of you and not on impulse alone. </p>
<p><a href="http://www.proconlists.com/">ProConLists.com</a> is a Web service that can help you quickly and easily get in front of you the pros and cons of any decision, big or small, and then share your list with the world to get everyone&#8217;s opinion on the decision. </p>
<p>        ProConLists.com seems to be used largely for popularity-contest questions, like whether or not the Bloom Box fuel cell is worthwhile, whether you should play Guild Wars or World of Warcraft, and whether you should consider buying an Apple iPad. To use the service, sign up for an account (completely free). You can then start creating topics and listing the pros and cons for the decision below. </p>
<p><img alt="ProConLists - Create List" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/dfefb_ProConLists_CreateList.jpg" height="255" width="450" />If the service just stopped with a list of pros and cons it wouldn&#8217;t be quite as interesting, but ProConList.com takes rational and emotional weight into account for each pro and con. When you type in an item, you can assign it a rational weight (as in, this is something that is logically important) and an emotional weight (as in, this is something that will make me happy or unhappy.) You can also assign a category to it so others can easily find your list and weigh in on it. </p>
<p><img alt="ProConLists - iPad" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/dfefb_ProConLists_iPad.jpg" height="252" width="450" />Once you&#8217;ve entered all of your pros and cons and you&#8217;ve assigned them weights, click the &#8220;calculate results&#8221; button at the bottom of the page to determine the score based on the number of pros and cons and their assigned weights. The service will give you the results, and tell you what your decision should be based on the information you&#8217;ve provided. The service also gives you your emotional and rational results based entirely on the weights of the items and not the number of items you&#8217;ve provided. </p>
<p><img alt="ProConLists - Results" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0df36_ProConLists_Results.jpg" height="248" width="450" />After your list is created, you can share it with the rest of the ProConList.com community and they can leave comments on the list as a whole, or vote up or down on your individual pros and cons, or the weight you&#8217;ve assigned to them. If you trust the community&#8217;s opinion, you can even go back and add some of the pros and cons they suggest to your list. </p>
<p>ProConLists.com isn&#8217;t going to make any judgments for you, but it&#8217;s definitely a great tool to help you clearly identify the things that go through your mind when you&#8217;re making a decision. It may be overkill for deciding whether you should go out or eat in for dinner, but it may help you articulate the reasons in your head for or against moving across the country or taking a new job, for example. </p>
<p><a href="http://www.appscout.com/2010/03/proconlistscom_helps_you_weigh.php">Go to Source</a></p>
<p><map name='google_ad_map_1757_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1757?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1757_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1757&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fproconlists-com-helps-you-weigh-your-options%2F' /></p><p><a href="http://shaiperednik.com/2010/03/proconlists-com-helps-you-weigh-your-options/" rel="bookmark">ProConLists.com Helps You Weigh Your Options</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 11, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/proconlists-com-helps-you-weigh-your-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep Your Daily Momentum Going With a 10/15 Split [Work]</title>
		<link>http://shaiperednik.com/2010/03/keep-your-daily-momentum-going-with-a-1015-split-work/</link>
		<comments>http://shaiperednik.com/2010/03/keep-your-daily-momentum-going-with-a-1015-split-work/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:41:25 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/keep-your-daily-momentum-going-with-a-1015-split-work/</guid>
		<description><![CDATA[Automatically pulled from Google Starred


						
											

				One of the toughest aspects of staying productive is overcoming the ups and downs of motivation. Spending 10 minutes getting organized in the morning, then 15 minutes again in the evening, can help even out your daily go-get-&#8217;em energy.				More »




   


Go to Source



Keep Your Daily Momentum Going With a 10/15 [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<div>
<div><a title="Click here to read Keep Your Daily Momentum Going With a 10/15 Split" href="http://lifehacker.com/5489505/keep-your-daily-momentum-going-with-a-1015-split"><br />
						<img height="120" width="160" alt="Click here to read Keep Your Daily Momentum Going With a 10/15 Split" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/45cad_160x120_lego.jpg" /><br />
											</a></div>
</p></div>
<p>				One of the toughest aspects of staying productive is overcoming the ups and downs of motivation. Spending 10 minutes getting organized in the morning, then 15 minutes again in the evening, can help even out your daily go-get-&#8217;em energy.				<a href="http://lifehacker.com/5489505/keep-your-daily-momentum-going-with-a-1015-split" title="Click here to read more about Keep Your Daily Momentum Going With a 10/15 Split [Work]">More »</a></p>
<p>
<a href="http://ads.pheedo.com/click.phdo?s=3fd31d449df1fe26f28ce3392b89c1fc&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_img.phdo?s=3fd31d449df1fe26f28ce3392b89c1fc&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_eus.gif?eui=2225" />
<div>
<a href="http://feeds.gawker.com/~ff/lifehacker/full?a=LUIS4GtKO2E:8VAiudCmeQE:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=LUIS4GtKO2E:8VAiudCmeQE:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=LUIS4GtKO2E:8VAiudCmeQE:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_full?i=LUIS4GtKO2E:8VAiudCmeQE:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=LUIS4GtKO2E:8VAiudCmeQE:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/69b52_full?i=LUIS4GtKO2E:8VAiudCmeQE:V_sGLiPBpWU" border="0" /></a>
</div>
<p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f593a_LUIS4GtKO2E" height="1" width="1" /></p>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/LUIS4GtKO2E/keep-your-daily-momentum-going-with-a-1015-split">Go to Source</a></p>
<p><map name='google_ad_map_1756_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1756?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1756_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1756&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fkeep-your-daily-momentum-going-with-a-1015-split-work%2F' /></p><p><a href="http://shaiperednik.com/2010/03/keep-your-daily-momentum-going-with-a-1015-split-work/" rel="bookmark">Keep Your Daily Momentum Going With a 10/15 Split [Work]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/keep-your-daily-momentum-going-with-a-1015-split-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deep Water Bath Fills Your Tub to the Brim [Stuff We Like]</title>
		<link>http://shaiperednik.com/2010/03/deep-water-bath-fills-your-tub-to-the-brim-stuff-we-like/</link>
		<comments>http://shaiperednik.com/2010/03/deep-water-bath-fills-your-tub-to-the-brim-stuff-we-like/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:41:09 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/deep-water-bath-fills-your-tub-to-the-brim-stuff-we-like/</guid>
		<description><![CDATA[Automatically pulled from Google Starred


						
											

				A luxurious soak in the bathtub is that much better when you can sink all the way up to your chin. Use Deep Water Bath to override the overflow valve and get extra inches of water in the tub.				More »




   


Go to Source



Deep Water Bath Fills Your Tub to the [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<div>
<div><a title="Click here to read Deep Water Bath Fills Your Tub to the Brim" href="http://lifehacker.com/5489526/deep-water-bath-fills-your-tub-to-the-brim"><br />
						<img height="120" width="160" alt="Click here to read Deep Water Bath Fills Your Tub to the Brim" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d81fa_160x120_tublg.jpg" /><br />
											</a></div>
</p></div>
<p>				A luxurious soak in the bathtub is that much better when you can sink all the way up to your chin. Use Deep Water Bath to override the overflow valve and get extra inches of water in the tub.				<a href="http://lifehacker.com/5489526/deep-water-bath-fills-your-tub-to-the-brim" title="Click here to read more about Deep Water Bath Fills Your Tub to the Brim [Stuff We Like]">More »</a></p>
<p>
<a href="http://ads.pheedo.com/click.phdo?s=33cea7bcc6a8ea91220f22793235aa8e&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d81fa_img.phdo?s=33cea7bcc6a8ea91220f22793235aa8e&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_eus.gif?eui=2225" />
<div>
<a href="http://feeds.gawker.com/~ff/lifehacker/full?a=cWsvtPOEh3M:pfpfpJagVbI:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=cWsvtPOEh3M:pfpfpJagVbI:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=cWsvtPOEh3M:pfpfpJagVbI:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_full?i=cWsvtPOEh3M:pfpfpJagVbI:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=cWsvtPOEh3M:pfpfpJagVbI:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_full?i=cWsvtPOEh3M:pfpfpJagVbI:V_sGLiPBpWU" border="0" /></a>
</div>
<p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1cd92_cWsvtPOEh3M" height="1" width="1" /></p>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/cWsvtPOEh3M/deep-water-bath-fills-your-tub-to-the-brim">Go to Source</a></p>
<p><map name='google_ad_map_1755_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1755?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1755_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1755&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fdeep-water-bath-fills-your-tub-to-the-brim-stuff-we-like%2F' /></p><p><a href="http://shaiperednik.com/2010/03/deep-water-bath-fills-your-tub-to-the-brim-stuff-we-like/" rel="bookmark">Deep Water Bath Fills Your Tub to the Brim [Stuff We Like]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/deep-water-bath-fills-your-tub-to-the-brim-stuff-we-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DLS Screencast: first time with Microsoft Pivot</title>
		<link>http://shaiperednik.com/2010/03/dls-screencast-first-time-with-microsoft-pivot/</link>
		<comments>http://shaiperednik.com/2010/03/dls-screencast-first-time-with-microsoft-pivot/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:40:45 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/dls-screencast-first-time-with-microsoft-pivot/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
Filed under: Internet, web 2.0, Browsers


Microsoft Labs has an insanely-cool tech demo product called Pivot. In a nutshell, it&#8217;s a completely new browsing paradigm which lets you &#8220;swim&#8221; in the ocean of data rather than drown in it. You can zoom in and out on complex sets of data, and slice [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p>Filed under: <a href="http://www.downloadsquad.com/category/internet/" rel="tag">Internet</a>, <a href="http://www.downloadsquad.com/category/web-2-0/" rel="tag">web 2.0</a>, <a href="http://www.downloadsquad.com/category/browser/" rel="tag">Browsers</a></p>
<div><a href="http://www.youtube.com/watch?v=Wa_0A8h1SaA"><img hspace="4" height="365" border="0" align="middle" width="580" vspace="4" alt="My Pivot Screencast" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/857e1_pivot-1268228040.png" /><br />
</a></div>
<p>Microsoft Labs has an insanely-cool tech demo product called <a href="http://getpivot.com/">Pivot</a>. In a nutshell, it&#8217;s a completely new browsing paradigm which lets you &#8220;swim&#8221; in the ocean of data rather than drown in it. You can zoom in and out on complex sets of data, and slice and dice them in all sorts of crazy ways.</p>
<p>I saw a TED talk about it (you can watch it too, after the jump) and on the one hand it seemed very cool, but the guy presenting it was also the developer and was very familiar with it. This made me wonder what it&#8217;s like to use it for the first time &#8212; it&#8217;s such a paradigm shift, that I just had to see what&#8217;s the learning curve and how it actually works in real life.</p>
<p>So I downloaded and installed it, and made a short screencast documenting my initial impression. It&#8217;s very different than the TED Talk because I&#8217;m obviously a first-time user, which is the whole point really. My video is after the jump.</p>
<p>My own video:</p>
<p>The original TED Talk showing an overview of Pivot:</p>
<p><a href="http://www.downloadsquad.com/2010/03/10/dls-screencast-first-time-with-microsoft-pivot/">DLS Screencast: first time with Microsoft Pivot</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Wed, 10 Mar 2010 14:15:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p>
<h6></h6>
<p><a href="http://www.getpivot.com/">Read</a> | <a href="http://www.downloadsquad.com/2010/03/10/dls-screencast-first-time-with-microsoft-pivot/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19391044/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2010/03/10/dls-screencast-first-time-with-microsoft-pivot/#comments" title="View reader comments on this entry">Comments</a></p>
<p>  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2d7c7d16c3bfe2b572c8a0f812d940bd:gXx%2B0c%2Fd8Ahmigq4NzItmCPD4D9STKeg%2FFTefqVh5YI%2FSwoQABephKbshaDMGeOedgaYILplJYWB"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/857e1_digg.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:185f59272620877c20db2cbb66f7c9f9:02LUs2Gj8eAO%2BMQdwPn3f90LhNozgdjWfq5QsOOBcFY3OEPUGYR6%2FE6c06nFSODEAvGyJamkNLfF"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/857e1_delicious.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:bcf1486c23ab10a6f37114143c90aff1:48ZmJaJxyQl95pesunOdpVdvGoq2ddljbhMhYaOJLHWohIfteqIrjGoqZ6C8II0SQEDTZc1UW593"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_google.png" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:24819b270a805861d3662514b06f1c14:KNNDfhiDZlprTUx8MRpJPjiiL9Q7bFdRFqFuLBf3pZH7Kat5R1Moo6cnBenvFAznchLm2k8PUJ3QHQ%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_stumbleit.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d4fe18f606ece77923153815d82f849d:rnoYS4w2kYpCs1Yjy7Bf0nemCNJua2%2FPHsE%2Begnjs%2FPxXhbZ37ZlVekT6Dde6eFVFzM9Q5xdlhVGtA%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_facebook.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7bbe8e9c51d0f127c799942dc2b77782:ii9rVEWOgjSaHmZ%2B3RMfVu5Mf%2Bmy%2FqvRU3%2Fwq5p5Uv53u7vJOzMBwM0C02ntBJi1qNJbQxdvVWvm"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_reddit.png" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:717e637090e5e0a4b72f33555fafa797:uKmVrjeZaP5XillGbKOtml0EJvnFWGHm%2BPRkzyOb%2B3Ge9uhqnvRwJRdIJXuPBuUHBaxrp9OHayunnQ%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_technorati.png" /></a><br />
<br />
<a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/5d1c7_img.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/094e3_eus.gif?eui=2225" /><br />
<img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/094e3_img.phdo?kw=" /><br />
<a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=64&amp;kw=Microsoft">Microsoft</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=64&amp;kw=Download+Squad">Download Squad</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=64&amp;kw=Tech+demo">Tech demo</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=64&amp;kw=Microsoft+Pivot">Microsoft Pivot</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=78630e15a043aac982febc1010a12c24&amp;p=64&amp;kw=Business">Business</a></p>
<p><a href="http://www.pheedcontent.com/click.phdo?i=78630e15a043aac982febc1010a12c24">Go to Source</a></p>
<p><map name='google_ad_map_1754_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1754?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1754_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1754&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fdls-screencast-first-time-with-microsoft-pivot%2F' /></p><p><a href="http://shaiperednik.com/2010/03/dls-screencast-first-time-with-microsoft-pivot/" rel="bookmark">DLS Screencast: first time with Microsoft Pivot</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/dls-screencast-first-time-with-microsoft-pivot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DummyImage.com is the Lorem Ipsum of web images</title>
		<link>http://shaiperednik.com/2010/03/dummyimage-com-is-the-lorem-ipsum-of-web-images/</link>
		<comments>http://shaiperednik.com/2010/03/dummyimage-com-is-the-lorem-ipsum-of-web-images/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:40:19 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/dummyimage-com-is-the-lorem-ipsum-of-web-images/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
Filed under: Developer, Web services


DummyImage.com is a great time saver for web developers laying out a quick page. It receives arguments in the URL, and returns an image of the exact size, colors, and file format specified. The image at the top of this post is not a screenshot; I merely [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p>Filed under: <a href="http://www.downloadsquad.com/category/developer/" rel="tag">Developer</a>, <a href="http://www.downloadsquad.com/category/web-services/" rel="tag">Web services</a></p>
<div><a href="http://dummyimage.com/"><img border="0" alt="" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_e0e.png" /></a></div>
<p>
<a href="http://dummyimage.com/">DummyImage.com</a> is a great time saver for web developers laying out a quick page. It receives arguments in the URL, and returns an image of the exact size, colors, and file format specified. The image at the top of this post is not a screenshot; I merely entered the following line into my editor:</p>
<div><strong> </strong>&lt;img border=&quot;0&quot; src=<strong>&#8220;http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_e0e.png&#8221;</strong>&gt;</div>
<p>
As you can see, it&#8217;s completely human-readable. I have a serious thing for web services with human-readable URLs. I guess they make me feel like I&#8217;m on top of things, like I know what I&#8217;m doing. Anyways, self-analysis aside, there&#8217;s really not much else to say about this service. It is very useful, and free, and open-source. Oh, and you can also overlay text on your images, not just the dimensions:</p>
<div><img border="0" alt="" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_0dd.jpg&amp;text=I+like+eating+rubber+duckies." /></div>
<div><span><a name="fb_share" href="http://www.facebook.com/sharer.php">Share</a></span><span> </span><span><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.downloadsquad.com%2F2010%2F03%2F10%2Fdummyimage-com-is-the-lorem-ipsum-of-web-images%26title%3DDummyImage.com+is+the+Lorem+Ipsum+of+web+images"><img alt="StumbleUpon.com" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_badgeStumble.png" /></a></span></div>
<p><a href="http://www.downloadsquad.com/2010/03/10/dummyimage-com-is-the-lorem-ipsum-of-web-images/">DummyImage.com is the Lorem Ipsum of web images</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Wed, 10 Mar 2010 15:15:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p>
<h6></h6>
<p><a href="http://dummyimage.com/">Read</a> | <a href="http://www.downloadsquad.com/2010/03/10/dummyimage-com-is-the-lorem-ipsum-of-web-images/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19391788/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2010/03/10/dummyimage-com-is-the-lorem-ipsum-of-web-images/#comments" title="View reader comments on this entry">Comments</a></p>
<p>  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3320ae32c5dd63f0a791b77963f19d67:DbE3UF6jh1LkQ0P7xXOgUkyFhHKZ6jo%2BNfPzLWwUGKPZrNfYItjnBVIFflMeJivIvpqegQm3l7rD"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_digg.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:f493cf2c318a5713ea71cb001dc65ca0:96r%2F2I6CyRiftkTU3%2FgGbXBly%2FOukSFO2Dk1erRkInMLaJSzXS0rw3zI5D1npvAtXqPWPyLu4NUT"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_delicious.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c666f837522e0c0dbfa9fddc62d74720:BWz8JITkOWK2q9wwlWfujpmNqqxlwEIr%2BrkzKz%2BSikshIjfHhiOp98esCC4lfD24REKpkFranK7S"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_google.png" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b066166937b1c064a9fe2e3ea1ec3264:ISr%2B7%2BHBlhH3f3dbKrVoGbJOG3ke8J3nZBm%2BYaxuNJ1F41bv%2FYX%2F0USrTsEfTfjjiu8AdppueIb0tA%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_stumbleit.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:f3f6a2ffb821a23753dec70f4be1d207:f5z%2FeAbBPNPeHAuru8NwokP3pE0oZFxK2q9NKnfccfZ%2F8YyxDP5%2F6tM0fl1j7KxRkbPvdNvCkzmPGQ%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1c3_facebook.gif" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2dd5ab3148dffc55e317e24fb0f06ca6:Ecvoo0uLbS1utSGLcL%2BmWK0hyW93S0nKYXOnqIFPp2GE%2Bu4GLNTyIwFZro9yftBi%2BJEJc6vmf2GR"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/fb0b2_reddit.png" /></a><br />
  <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ff501acd26bd32252c5c3c95f4912da7:O0WynODKME73wxypb36qxEQ%2BUn%2BEXzQY1S3Tk5w2dkFVoXVbYZut2A3qlypCEEZPaA8dxPM9gUYsMw%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/fb0b2_technorati.png" /></a><br />
<br />
<a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/fb0b2_img.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0a43c_eus.gif?eui=2225" /><br />
<img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0a43c_img.phdo?kw=" /><br />
<a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=64&amp;kw=Lorem+Ipsum">Lorem Ipsum</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=64&amp;kw=Download+Squad">Download Squad</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=64&amp;kw=Open+source">Open source</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=64&amp;kw=Uniform+Resource+Locator">Uniform Resource Locator</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=c4891fa212bad3bd056d59da611c60d9&amp;p=64&amp;kw=Graphic+design">Graphic design</a></p>
<p><a href="http://www.pheedcontent.com/click.phdo?i=c4891fa212bad3bd056d59da611c60d9">Go to Source</a></p>
<p><map name='google_ad_map_1753_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1753?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1753_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1753&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fdummyimage-com-is-the-lorem-ipsum-of-web-images%2F' /></p><p><a href="http://shaiperednik.com/2010/03/dummyimage-com-is-the-lorem-ipsum-of-web-images/" rel="bookmark">DummyImage.com is the Lorem Ipsum of web images</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/dummyimage-com-is-the-lorem-ipsum-of-web-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Harden PHP5 With Suhosin On CentOS 5.4</title>
		<link>http://shaiperednik.com/2010/03/how-to-harden-php5-with-suhosin-on-centos-5-4/</link>
		<comments>http://shaiperednik.com/2010/03/how-to-harden-php5-with-suhosin-on-centos-5-4/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:40:11 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/how-to-harden-php5-with-suhosin-on-centos-5-4/</guid>
		<description><![CDATA[Automatically pulled from Google Starred





How To Harden PHP5 With Suhosin On CentOS 5.4
This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: &#8220;Suhosin
is an advanced protection system for PHP installations that was
designed to protect servers and users from known and unknown flaws in
PHP applications and the [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<table align="left" cellpadding="0" cellspacing="0" width="78">
<tr>
<td><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3f3fe_php.gif" width="75" height="40" alt="" /></td>
</tr>
</table>
<p><b>How To Harden PHP5 With Suhosin On CentOS 5.4</b></p>
<p>This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: <i>&#8220;Suhosin<br />
is an advanced protection system for PHP installations that was<br />
designed to protect servers and users from known and unknown flaws in<br />
PHP applications and the PHP core. Suhosin comes in two independent<br />
parts, that can be used separately or in combination. The first part is<br />
a small patch against the PHP core, that implements a few low-level<br />
protections against bufferoverflows or format string vulnerabilities<br />
and the second part is a powerful PHP extension that implements all the<br />
other protections.&#8221;</i></p>
<p><a href="http://www.howtoforge.com/how-to-harden-php5-with-suhosin-on-centos-5.4">Go to Source</a></p>
<p><map name='google_ad_map_1752_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1752?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1752_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1752&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fhow-to-harden-php5-with-suhosin-on-centos-5-4%2F' /></p><p><a href="http://shaiperednik.com/2010/03/how-to-harden-php5-with-suhosin-on-centos-5-4/" rel="bookmark">How To Harden PHP5 With Suhosin On CentOS 5.4</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/how-to-harden-php5-with-suhosin-on-centos-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Trojan horse in a battery charger</title>
		<link>http://shaiperednik.com/2010/03/a-trojan-horse-in-a-battery-charger/</link>
		<comments>http://shaiperednik.com/2010/03/a-trojan-horse-in-a-battery-charger/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:40:03 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/a-trojan-horse-in-a-battery-charger/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
A Trojan horse (Windows) was detected in the software accompanying a USB Energizer DUO charger of batteries. It opens a port on the affected PC that makes it possible to be able to reach it easily from outside. Even though it is impossible not to throw the stone at the company that [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p>A Trojan horse (Windows) was detected in the software accompanying a USB Energizer DUO charger of batteries. It opens a port on the affected PC that makes it possible to be able to reach it easily from outside. <br />Even though it is impossible not to throw the stone at the company that did not make any elementary checks before offering its software, there are others, and Apple springs to mind, who already know about this kind of mishap. In 2006 a small series of iPod had been put on the market with a PC Virus pre-installed on it…</p>
</p>
<p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/713be_zzUGSexfcKw" height="1" width="1" /></p>
<p><a href="http://feeds.hardmac.com/~r/hardmac/~3/zzUGSexfcKw/a-trojan-horse-in-a-battery-charger">Go to Source</a></p>
<p><map name='google_ad_map_1751_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1751?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1751_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1751&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fa-trojan-horse-in-a-battery-charger%2F' /></p><p><a href="http://shaiperednik.com/2010/03/a-trojan-horse-in-a-battery-charger/" rel="bookmark">A Trojan horse in a battery charger</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/a-trojan-horse-in-a-battery-charger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staying Motivated at Work with a Status Board [Workflow]</title>
		<link>http://shaiperednik.com/2010/03/staying-motivated-at-work-with-a-status-board-workflow/</link>
		<comments>http://shaiperednik.com/2010/03/staying-motivated-at-work-with-a-status-board-workflow/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:01:19 +0000</pubDate>
		<dc:creator>System</dc:creator>
				<category><![CDATA[My Clippings]]></category>

		<guid isPermaLink="false">http://shaiperednik.com/2010/03/staying-motivated-at-work-with-a-status-board-workflow/</guid>
		<description><![CDATA[Automatically pulled from Google Starred
Panic is a software company that makes useful tools like my personal favorite, Transmit for the Mac. They&#8217;ve also made a beautiful project status display that keeps their team on top of what they&#8217;re working on and keeps everyone motivated.
The board is actually an internal web page that auto-updates support email [...]]]></description>
			<content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p>
<p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d582f_340x_panicstatusboard.jpg" width="340" /><a href="http://panic.com">Panic</a> is a software company that makes useful tools like my personal favorite, <a href="http://www.panic.com/transmit/">Transmit for the Mac</a>. They&#8217;ve also made a beautiful project status display that keeps their team on top of what they&#8217;re working on and keeps everyone motivated.</p>
<p>The board is actually an internal web page that auto-updates support email queue numbers, how far along each company project is, day over day revenue comparisons, the company calendar, and Twitter messages. Here&#8217;s the effect it&#8217;s had on the team:</p>
<blockquote>
<p>Les, one of our support guys, said it best after a week: &#8220;That board is like magic.&#8221; Our support turnaround time is faster than it&#8217;s ever been. Just the simple act of &#8220;publicizing&#8221; those numbers &#8211; not in a cruel way, but a &#8220;where are we at as a group?&#8221; way &#8211; has kept the support process on-task and, I think, made it a bit more like a video game. (It helps that when all the boxes are at &#8220;zero&#8221;, a virtual bottle of champagne appears on-screen, and a physical one is likely removed from the fridge.)</p>
</blockquote>
<p>Brilliant! I am dying for one of these for my own personal use. Panic, will you add that to your project list? For the nitty gritty on how this board was built and what kind of display it&#8217;s on, check out the full post at the Panic blog.</p>
<div><a href="http://www.panic.com/blog/2010/03/the-panic-status-board/">The Panic Status Board</a> [The Panic Blog]</div>
<p><em><a href="http://smarterware.org">Smarterware</a> is Lifehacker editor emeritus Gina Trapani&#8217;s new home away from &#8216;hacker. To get all of the latest from Smarterware, be sure to <a href="http://feeds2.feedburner.com/Smarterware">subscribe to the Smarterware RSS feed</a>. For more, check out Gina&#8217;s weekly <a href="http://lifehacker.com/t/smarterware/">Smarterware feature</a> here on Lifehacker.</em></p>
<p><i>Republished from <a href="http://smarterware.org/5424/panics-envy-inducing-project-status-board">smarterware.org</a></i></p>
<p>
<a href="http://ads.pheedo.com/click.phdo?s=911d4c0b2119c1b8c306d2c58ca0cd42&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d582f_img.phdo?s=911d4c0b2119c1b8c306d2c58ca0cd42&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_eus.gif?eui=2225" />
<div>
<a href="http://feeds.gawker.com/~ff/lifehacker/full?a=4Bv_TwBcz5Y:QaJYdz4dt9Q:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=4Bv_TwBcz5Y:QaJYdz4dt9Q:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=4Bv_TwBcz5Y:QaJYdz4dt9Q:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_full?i=4Bv_TwBcz5Y:QaJYdz4dt9Q:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=4Bv_TwBcz5Y:QaJYdz4dt9Q:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_full?i=4Bv_TwBcz5Y:QaJYdz4dt9Q:V_sGLiPBpWU" border="0" /></a>
</div>
<p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/329b5_4Bv_TwBcz5Y" height="1" width="1" /></p>
<p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/4Bv_TwBcz5Y/staying-motivated-at-work-with-a-status-board">Go to Source</a></p>
<p><map name='google_ad_map_1750_779678bc2bbecb4e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1750?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1750_779678bc2bbecb4e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1750&amp;url= http%3A%2F%2Fshaiperednik.com%2F2010%2F03%2Fstaying-motivated-at-work-with-a-status-board-workflow%2F' /></p><p><a href="http://shaiperednik.com/2010/03/staying-motivated-at-work-with-a-status-board-workflow/" rel="bookmark">Staying Motivated at Work with a Status Board [Workflow]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on March 10, 2010.</p>

	Related posts:
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shaiperednik.com/2010/03/staying-motivated-at-work-with-a-status-board-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
