<?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>Gluue &#187; Staction</title>
	<atom:link href="http://gluue.com/category/staction/feed/" rel="self" type="application/rss+xml" />
	<link>http://gluue.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Dec 2011 21:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Staction: After the Job is Done.</title>
		<link>http://gluue.com/2010/08/staction-after-the-job-is-done/</link>
		<comments>http://gluue.com/2010/08/staction-after-the-job-is-done/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 18:41:18 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Staction]]></category>
		<category><![CDATA[billing]]></category>

		<guid isPermaLink="false">http://gluue.com/?p=2446</guid>
		<description><![CDATA[	Occasionally we publish support emails on the blog. Usually if one person asks, &#8211; more people want to know, but just haven&#8217;t asked yet.

	
		QUESTION: (referring to the boss)&#8221;...The time entry feature will be great for us, but he will want to know if can it be integrated into his billing process. Basically, does it have [...]]]></description>
			<content:encoded><![CDATA[	<p>Occasionally we publish support emails on the blog. Usually if one person asks, &#8211; more people want to know, but just haven&#8217;t asked yet.</p>

	<blockquote>
		<p>QUESTION: (referring to the boss)&#8221;...The time entry feature will be great for us, but he will want to know if can it be integrated into his billing process. Basically, does it have the ability to go beyond project communication and management to reporting and billing?&#8221;</p>
	</blockquote>

	<p>ANSWER:<br />
I think a lot of this answer depends on your particular workflow, and tools. Here are a few random thoughts that might help:</p>

	<p><span id="more-2446"></span></p>

	<p>Staction has a robust <span class="caps">API</span> just dying to be integrated with some quick code into the billing app of your choice.</p>

	<p>Even if you go for a manual approach, the reporting in Staction is great. -But you have to customize it for your needs.</p>

	<p>-Since you can create &#8220;saved views&#8221; in Staction, you can grab any info you need quickly over the day. Like &#8220;all time entries for Paul this week on Projects X,Y, and Z.&#8221;</p>

	<p>-If you hop into the &#8220;projects&#8221; tab up top, you can see detailed time reports for every project you have going. You can also click the little<br />
<img src="http://gluue.com/wp-content/uploads/2010/08/c3584cd1269432a0e4221dfc1eba13c6.png" alt="" title="c3584cd1269432a0e4221dfc1eba13c6" width="20" height="18" class="alignleft size-full wp-image-2447" /> icon to get a summary of hours by person, recent entries, and todo status.</p>

	<p>-If you hop over to the &#8220;people&#8221; tab up top you can pull date range reports of hours logged for each person on your team.</p>

	<p>-Don&#8217;t forget tags! Staction has it&#8217;s own built in tagging system, but we encourage people to take it further&#8230; Using #hashtags in your entries is a great way to track job status&#8230; Try tagging posts with #done #revisions #jobcost to get even more out of your posts. If you do, then you can pull cool reports like: &#8220;all jobs with a post that has the keyword &#8220;#done&#8221; in it that have time entries logged this month&#8221;</p>

	<p>To be honest, Staction&#8217;s flexibility, and complete lack of rules is what we&#8217;re so incredibly proud of about the app. But also to be honest, it&#8217;s what keeps a lot of people from adapting it into their flow. It&#8217;s a blank slate&#8230; You can do almost anything you want with it, -but you will have to get creative.</p>

	<p>Thanks for getting in touch. It means a lot to us when our customers take the time to write. Please send us an email any time you like.</p>

	<p>Thanks for using Staction!<br />
-Joe<br />
-Paste</p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2010/08/staction-after-the-job-is-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Sessions Smarter</title>
		<link>http://gluue.com/2010/08/making-sessions-smarter/</link>
		<comments>http://gluue.com/2010/08/making-sessions-smarter/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:39:43 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Staction]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://gluue.com/?p=2358</guid>
		<description><![CDATA[	Staction is built in PHP. For all it&#8217;s occasional syntax weirdness, it is an amazingly flexible and liberating language. PHP does so many things incredibly well, and we&#8217;re big fans. 

	One thing however that it&#8217;s not so great at (in our opinion) is session management. The default garbage collector from PHP isn&#8217;t perfect, and consistently [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://gluue.com/wp-content/uploads/2010/08/st-session-illustration.jpg"><img src="http://gluue.com/wp-content/uploads/2010/08/st-session-illustration.jpg" alt="Staction Sessions" title="st-session-illustration" width="275" height="330" class="alignleft size-full wp-image-2360" /></a>Staction is built in <span class="caps">PHP</span>. For all it&#8217;s occasional syntax weirdness, it is an amazingly flexible and liberating language. <span class="caps">PHP</span> does so many things incredibly well, and we&#8217;re big fans. </p>

	<p>One thing however that it&#8217;s not so great at (in our opinion) is session management. The default garbage collector from <span class="caps">PHP</span> isn&#8217;t perfect, and consistently removes session files that it shouldn&#8217;t, almost totally ignoring whatever setting you have for expiration time. It&#8217;s frustrating for us, and often causes untimely logouts for our users.</p>

	<p>A few weeks ago we started working on a bespoke database driven session system for Staction. The first part came together much easier, and better than we expected. But we still had a problem. After launching the new programming on our dev server we were still getting booted and timed out. Or more to the point, I(Joe) was still getting booted out. </p>

	<p>I&#8217;m a long time Safari user, and Brian, who was working on the programming, is on the Chrome side of life. Not everyone here was having the problem on Safari, so we started thinking maybe it was just me. After resetting Safari totally, the problem still persisted. Brian, who had also started using Safari as a daily browser for testing, started experiencing the problems, too. </p>

	<p>Lots of research, and trial-and-error later we wound up here: <a href="http://discussions.apple.com/thread.jspa?messageID=12078357">http://discussions.apple.com/thread.jspa?messageID=12078357</a> -10 pages long of people with the exact same problem. Safari occasionally, and arbitrarily sends a new <span class="caps">HTTP</span> header without any session information. So after our <strong>WTF</strong> moment, we started thinking of a workaround.</p>

	<p>After a couple other ideas that were non-starters, now once in every 50 calls (approx.) we regenerate the session data, duplicating it into a new session, wiping out the old data and sending the browser a new cookie.</p>

	<p>We&#8217;re incredibly happy to tell you that since making that change we haven&#8217;t been logged out once on our dev server. On Safari, or any other browser. </p>

	<p>This morning we pushed out the new session management programming to all Staction accounts. We hope to push it to all the other apps in the next couple weeks.</p>

	<p>As we always like to learn from an experience, here are our takeaways:
	<ul>
		<li>Don&#8217;t always assume the problem is with what you&#8217;re doing. Check external factors too.</li>
		<li>When you start to work on solving a problem, be prepared for the problem to evolve as you learn more about it.</li>
		<li>Make time for solving the little problems with your app. There is nothing glamorous or exciting about improving our session management programming. We can&#8217;t say &#8220;With sessions that actually keep you logged on!&#8221; on our sales site. But we think improving the foundations for these things helps make the app more satisfactory to use. You&#8217;ve got to do them, even if it would be more fun to work on email-in on Paprika, or new Jumpchart import/export features.</li>
	</ul></p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2010/08/making-sessions-smarter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Input from a User.</title>
		<link>http://gluue.com/2010/07/input-from-a-user/</link>
		<comments>http://gluue.com/2010/07/input-from-a-user/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:33:36 +0000</pubDate>
		<dc:creator>Kristin</dc:creator>
				<category><![CDATA[Paprika]]></category>
		<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>
		<category><![CDATA[productivity app]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://gluue.com/?p=2245</guid>
		<description><![CDATA[	We recently received the following e-mail from a curious user about how we, and other people use Paprika:

	&#8220;I&#8217;ve been a staction user for a while now, and I started to &#8220;get&#8221; the flow of using staction after a few days.

With paprika, I got one of the free accounts, but I haven&#8217;t really been spending any [...]]]></description>
			<content:encoded><![CDATA[	<p>We recently received the following e-mail from a curious user about how we, and other people use Paprika:</p>

	<p><blockquote>&#8220;I&#8217;ve been a staction user for a while now, and I started to &#8220;get&#8221; the flow of using staction after a few days.<br />
<span id="more-2245"></span><br />
With paprika, I got one of the free accounts, but I haven&#8217;t really been spending any time in it. For me, the mark of a good productivity app is whether I willingly jump into using it in the course of a normal day.</p>

	<p>I find myself reaching for staction to put post-it notes, todos, and it&#8217;s a pretty smooth experience.</p>

	<p>I would like to get to know paprika better, but the thought of having to retype or copy and paste over my notes from staction makes it a bit of a chore.</p>

	<p>Now that the product has been out there for a bit now, what kind of workflow feedback are you seeing from your users? Any suggestions or tips?&#8221;</blockquote></p>

	<p>A legitimate question, and one we were happy to answer!</p>

	<p><blockquote>&#8220;To be honest, &#8211; we&#8217;re not too sure about everyone&#8217;s workflow so far. We&#8217;re trying to gather info via support, but we haven&#8217;t done any surveys, or customer interviews yet.</p>

	<p>But here&#8217;s how we use Staction and Paprika. 80% of everything we do still gets recorded into Staction. But those occasional projects that have buttloads of todos, or lots and lots of notes have never fit well inside of Staction. It&#8217;s an admitted weakness. Staction is for short bursts, and quick communication check-ins. But it&#8217;s not great at the long-form. So when we don&#8217;t want to cloud the stream with long posts, or too many posts at once, we create a Paprika project, and share it in the stream via a link.</p>

	<p>I think of it like a folder inside the project. Share a link, mark it as a todo. Visit the Paprika page, and mark all the todos complete, then hop to Staction, and mark that whole link complete.</p>

	<p>But Paprika is much more a personal-use tool right now. I use it tons for my non-work-related tasks, and notes. I use it for my &#8220;do this today&#8221; stuff that the group really doesn&#8217;t need to know about. I share little lists with my wife. I hope with some upcoming updates, we&#8217;ll make Paprika even more friendly for quick notes, and better sharing. It&#8217;s a small app, and not everyone needs it now, but we have some really exciting plans to grow it over time.</p>

	<p>Thanks for writing. You have no idea what it means to us when people care enough to write to us about our apps.&#8221;</blockquote></p>

	<p>Do you have any additional tips you&#8217;ve picked up while using Paprika?</p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2010/07/input-from-a-user/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The All-New Staction Web App.</title>
		<link>http://gluue.com/2010/06/the-all-new-staction-web-app/</link>
		<comments>http://gluue.com/2010/06/the-all-new-staction-web-app/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:44:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Staction]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://gluue.com/?p=2083</guid>
		<description><![CDATA[	By far our most requested feature on Staction has been an iPhone optimized version. I think a lot of users may have just considered us obstinate for not having one sooner. It seems like such a small thing to do&#8230; Shrink the interface, and call it good. 

	Unfortunately, we had a big problem. The Staction [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://gluue.com/wp-content/uploads/2010/06/114x114-icon.jpg"><img src="http://gluue.com/wp-content/uploads/2010/06/114x114-icon.jpg" alt="" title="Staction web app icon" width="114" height="145" class="alignleft size-full wp-image-2084" /></a>By far our most requested feature on Staction has been an iPhone optimized version. I think a lot of users may have just considered us obstinate for not having one sooner. It seems like such a small thing to do&#8230; Shrink the interface, and call it good. </p>

	<p>Unfortunately, we had a big problem. The Staction website is designed to be used with a keyboard. The whole application is built around using the mouse as little as possible. But on the iPhone the keyboard is, well, small. Using a tiny keyboard to bang out tags, and a clunky half-visible auto-completer just wasn&#8217;t the experience we wanted to give our users. It wasn&#8217;t the experience we wanted for ourselves&#8230; It just wasn&#8217;t great, &#8211; believe us, we tried it.</p>

	<p>After lots of experimenting, eventually we realized we had to rely on touching and scrolling for tag input. Like with lots of ideas, -it seems quite obvious looking back.<br />
<a href="http://gluue.com/wp-content/uploads/2010/06/sketch-7.jpg"><img src="http://gluue.com/wp-content/uploads/2010/06/sketch-7-238x300.jpg" alt="" title="The Staction web app on an iPhone" width="238" height="300" class="alignleft size-medium wp-image-2087" /></a><a href="http://gluue.com/wp-content/uploads/2010/06/sketch-4-create.jpg"><img src="http://gluue.com/wp-content/uploads/2010/06/sketch-4-create-238x300.jpg" alt="" title="The Staction web app create screen" width="238" height="300" class="alignleft size-medium wp-image-2088" /></a></p>

	<p><strong>As of Today</strong></p>

	<p>As of today, all of our paid accounts have access to the Staction web app. Simply visit your normal account <span class="caps">URL</span>, and you&#8217;ll be directed to the optimized site. (You can still access the regular site if you like.)</p>

	<p>Once logged in, you&#8217;ll have access to all the most commonly used features of Staction. Creating todos, logging time, and keeping up with your teammates. </p>

	<p>Make sure to tap &#8220;+&#8221; and add Staction to your home screen, &#8211; it works really well that way.</p>

	<p>If you want to see the web app, but don&#8217;t have an iPhone, iPod Touch, or iPad you can visit your normal account <span class="caps">URL</span> and add a /m at the end like this:</p>

	<p>http://accountname.staction.com/m</p>

	<p>We think you&#8217;re really going to like the web app experience. In some ways it&#8217;s the best Staction experience yet. </p>

	<p><strong>Why Not the Free Account?</strong></p>

	<p>We&#8217;re going to be honest in a way that I don&#8217;t think most companies would. We really hope that the web app drives upgrades for us. By far the biggest portion of Staction users are on the free account. It seems that when we created our plans for Staction, we gave away too much on the low end.</p>

	<p>It&#8217;s no problem, -we&#8217;re happy to have our users, on any account that fits their needs. But we do have to make money to keep our jobs!</p>

	<p>Talking over the problem, we came up with a plan that we hope will make sense to you. As we add new features to our apps, you&#8217;ll probably see most of them added only to the paid accounts at first. As we recoup the cost of our development time through the upgrades that the features drive, we hope to trickle the features down to the free accounts as well. </p>

	<p>We&#8217;re hoping this is a sustainable system that can keep everyone happy. Paid accounts just get the features a bit sooner than everyone else. We hope you&#8217;ll think it makes as much sense as we do. </p>

]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2010/06/the-all-new-staction-web-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saved Views: A Definitive Guide.</title>
		<link>http://gluue.com/2009/12/saved-views-a-definitive-guide/</link>
		<comments>http://gluue.com/2009/12/saved-views-a-definitive-guide/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:42:58 +0000</pubDate>
		<dc:creator>Paste Interactive</dc:creator>
				<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=879</guid>
		<description><![CDATA[	When we built Staction we decided that all information should be flat. One single long linear line of posts. No hierarchy, no clicking to get to nested folders of information. It&#8217;s the simplest paradigm of navigation, and everyone gets it instantly.

	But this left us with a problem. How do you see groups of related posts [...]]]></description>
			<content:encoded><![CDATA[	<p>When we built Staction we decided that all information should be flat. One single long linear line of posts. No hierarchy, no clicking to get to nested folders of information. It&#8217;s the simplest paradigm of navigation, and everyone gets it instantly.</p>

	<p>But this left us with a problem. How do you see groups of related posts that occurred at different times on the same screen? The project tags that are at the heart of Staction were the first step, but we thought we could push it further.<span id="more-879"></span></p>

	<h3>What&#8217;s a project in Staction?</h3>

	<p>A &#8220;project&#8221; in Staction is really just a collection of posts with the same meta information. When you click on a project, Staction does the equivalent of searching all posts and showing you only the ones that meet the criteria: having the selected project tag.</p>

	<p>So in effect, all &#8220;projects&#8221; are just virtual collections of posts plucked out of their chronology and presented together. Admittedly we do treat projects just a bit differently on the backend, so that we can pull reports on time, manage permissions, and prepare for some possible future updates- but the effect is the same to the user.</p>

	<p>Once we visualized a project as just a virtual collection of posts, we thought we could take it further.</p>

	<h3>Enter &#8220;Saved Views&#8221;</h3>

	<p>If we could present projects as virtual collections based simply on meta information, it seemed like an easy next step to create all sorts of virtual collections. Every virtual collection consists of any unique combination of the following attributes:</p>

<ul>
<li>Which project(s) does your post relate to?</li>
<li>Who created the post?</li>
<li>Who was the post sent to?</li>
<li>When was the post created?</li>
<li>What type of post is it? Todo (incomplete, or complete), Time entry, or a post that has a file attached,</li>
<li>Plus, you can search for terms, and have them included as a criteria.</li>
</ul>

	<p>There&#8217;s a lot of power hidden beneath those simple criteria. After experimenting with it, we realized we could create several incredibly useful views:</p>

<ul>
<li>All my time entries from today/this week.</li>
<li>All the todo&#8217;s I&#8217;ve assigned but that are not yet complete.</li>
<li>X coworkers&#8217; posts for the day.</li>
<li>All the time entries today for x coworker.</li>
<li>All the posts with a file attached on a specific project.</li>
</ul>

	<p>These basic views recreate virtually all the various pages that most project management applications hard code. Instead of navigating to sections, and sub sections, you just resort to your stack of posts to see what you need.</p>

	<p>We&#8217;ve talked before about how we used our apps a long time internally before releasing them to the public. Staction was an extreme case. We used it for a very long time and went through several incarnations and a long beta before launching it. During that time, we learned more about the real power of Saved Views.</p>

	<p>We learned that simply emulating the concrete collections of information in other project management applications virtually was not the true power of Saved Views. The true power occurs in how you can extend your criteria to see all sorts of views that are impossible within other applications. Being able to see disparate types of information caroused multiple projects on one screen let us see our workflow in all sorts of new ways.</p>

	<h3>Enter Tagging</h3>

	<p>We had a phase two plan to implement another level of superficial tagging. In fact, if you type non-project tags in the meta box in Staction now, they still work in searches, even though they&#8217;re not added to the auto-completer. But as we experimented with Staction and became increasingly creative with our own workflow, we started instinctively using #hashtags like in Twitter. Not within the meta box, but within the body of the post itself. Pretty soon we were using all sorts of additional tags to track our workflow.</p>

<ul>
<li>#done</li>
<li>#logins</li>
<li>#ideas</li>
<li>#jobcost</li>
</ul>

	<p>To name a few. The combination of searching for a #hashtag and combining it with other search criteria opened up even more doors for us.</p>

<ul>
<li>See all the projects finished today (marked #done) that have files attached. A great way to review work as an art director, or project manager.</li>
<li>See all projects with a #jobcost tag this month. Great for end of the month billing.</li>
<li>Show all posts marked as #ideas on a specific project.</li>
A simple and easy way to go back to old ideas on a project.
</ul>

	<h3>So How Do You Do It?</h3>

	<p>Saved views are weaved throughout the interface. There are lots of ways to run into them. The first and foremost way to interact with them is with the &#8220;Sort this view&#8221; slider located at the top of the stream.</p>

	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-06-at-10.06.22-AM-300x26.png" alt="Screen shot 2009-11-06 at 10.06.22 AM" title="Screen shot 2009-11-06 at 10.06.22 AM" width="300" height="26"  /></p>

	<p>This is the primary way to create a new Saved View. By clicking the link, you can get access to this panel:</p>

	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/11/You-can-access-this-panel-300x74.png" alt="You can access this panel" title="You can access this panel" width="300" height="74"  /></p>

	<p>This panel lets you add as many search criteria as you would like. Simply select your criteria via the drop-downs, and use the +/- tools to keep adding and subtracting criteria. The really cool thing is that as you select criteria, the stream below is updated live based on what you select. It&#8217;s an incredibly powerful way to search.</p>

	<p>The &#8220;Saved&#8221; part of Saved views happens when you give the criteria you selected a name, and press &#8220;save.&#8221; After pressing &#8220;save&#8221; your view will be updated, and you&#8217;ll be taken to the virtual Saved View you just created. Instead of &#8220;Full Stream&#8221; being at the top of the stream, you&#8217;ll see the name of your Saved View to let you know you&#8217;re viewing a subset of the full stream.</p>

	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/11/My-Saved-View-300x25.png" alt="My Saved View" title="My Saved View" width="300" height="25" /></p>

	<p>You&#8217;ll still have access to the &#8220;Sort this view&#8221; button, but this time when pressed, it will show you the criteria this view is based on preselected. You&#8217;ll also have a brand new button labeled &#8220;Close&#8221; that is essentially a shortcut to get out of the Saved View, and get back to the Full Stream.</p>

	<p>Something else subtle you might notice is the little &#8220;Project View&#8221; indicator that&#8217;s now located next to the name of the view.</p>

	<p><img src="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/11/little-button1.png" alt="little button" title="little button" width="18" height="18" class="alignleft size-full wp-image-918" /></p>

	<p>These little indicators, if you&#8217;re not familiar, are links to a special consolidated project view. Just like with a regular project, any Saved View can become a virtual project worksheet showing you quickly, and easily all the most relevant information about your view including:</p>

<ul>
<li>incomplete/complete todo&#8217;s</li>
<li>Attached files</li>
<li>Time entries</li>
<li>Who&#8217;s participating</li>
</ul>

	<p>Another very important thing happened when you created your new Saved View. It was added to your sidebar underneath the &#8220;Saved Views&#8221; slider.</p>

	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/11/Sent-to-Brian-300x90.png" alt="Sent to Brian" title="Sent to Brian" width="300" height="90"  /></p>

	<p>This is the easy way to always return to your virtual view of your workflow. With one click you can re-sort the stack based on your pre-selected criteria.</p>

	<p>We mentioned earlier that you can combine Saved Views with Search for even more powerful sorting. To do this, first perform a search using the Search field at the top of your sidebar.</p>

	<p><img src="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/11/done1.png" alt="#done" title="#done" width="244" height="53"  /></p>

	<p>Once you press enter, or click &#8220;go&#8221; the stream will be sorted based on your search term being found in either the meta information of the post, or the post itself. When the stream refreshes based on your search, you&#8217;ll see that the stream is now referred to as &#8220;Full Stream &#8211; Searching <em>whatever you searched for</em>&#8220;</p>

	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/11/Full-Stream-300x33.png" alt="Full Stream" title="Full Stream" width="300" height="33" /></p>

	<p>You&#8217;ll also notice that the &#8220;Sort this view&#8221; link is still available. Which means that you can add additional criteria on top of the search. More powerful still, you can store that view of combined search, and post parameters into a new Saved View.</p>

	<p>Something you might not know, even as an advanced user, is that the same is true in reverse. If you have selected a Saved View, you can search within the Saved View. In fact, the Search box is always context specific to whatever you&#8217;re looking at- even on the Projects, and People pages.</p>

	<h3>Wrapping Up</h3>

	<p>Lots of things make Staction different from traditional project management apps. The concentration on chronological recording of information rather than putting information in predefined pockets. The concentration on being on one main screen, and interface. The fact that the entire app is built on only a few simple rules. But the thing that makes Staction truly unique is the way you can sort your information and see it in virtually any way you choose.</p>

	<p>Staction is not an application for the type of person that requires blanks to fill in, or needs the comfort of predefined structure. Staction is built for the people who need the speed and flexibility other applications simply cannot provide within their more rigid structures. The flexibility of Staction, and its true power lies in the user&#8217;s ability to create virtual collections of information in any way they see fit. That power lies in the ability to create Saved Views.</p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/12/saved-views-a-definitive-guide/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How We Use Staction. A Pseudo Case Study.</title>
		<link>http://gluue.com/2009/12/how-we-use-staction-a-pseudo-case-study/</link>
		<comments>http://gluue.com/2009/12/how-we-use-staction-a-pseudo-case-study/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 17:48:27 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Staction]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=1071</guid>
		<description><![CDATA[	A few days ago a (potential) customer asked if we had a case study on how we use Staction. While we&#8217;re not sure this qualifies as a case study, we thought we could provide some insight as to how Staction helps in the everyday work life at Paste. 

	
		You might already know, we&#8217;re a dispersed [...]]]></description>
			<content:encoded><![CDATA[	<p>A few days ago a (potential) customer asked if we had a case study on how we use Staction. While we&#8217;re not sure this qualifies as a case study, we thought we could provide some insight as to how Staction helps in the everyday work life at Paste. <span id="more-1071"></span></p>

	<ul>
		<li>You might already know, we&#8217;re a dispersed team; we&#8217;re rarely/never in the office at the same time. Staction makes an ideal meeting place for us.</li>
		<li>Unlike other IM apps, Staction does not require immediate attention if you don&#8217;t want it to. Staction saves the recent posts for when you&#8217;re ready to see them. This allows spontaneous conversations to occur within our team, while allowing us to concentrate on work.</li>
		<li><a href="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/12/Screen-shot-2009-12-03-at-8.17.22-AM1.png"><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/12/Screen-shot-2009-12-03-at-8.17.22-AM-150x150.png" alt="Project Summary page in Staction" title="Project Summary page in Staction" width="150" height="150" class="alignright size-thumbnail wp-image-1073" /></a>We use the project summary pages a lot. When we first built Staction, we considered them fairly unimportant- so the icons aren&#8217;t very big- in later designs they&#8217;ll probably grow in emphasis because they&#8217;re a great way to look at your work. See all your images in one spot including your todos, and even recent correspondence.</li>
		<li>Also unlike other IM apps Staction lets us swap todos, and track time easily. We&#8217;re not a butts-in-seats kind of company, so it&#8217;s a great way for all of us to see who&#8217;s doing what, when.</li>
		<li>Staction splits that middle ground between IM, and PM. IM gives us communication, but no accountability. PM gives us accountability, but makes communication a burden. And in general PM apps are slow, and antiquated.</li>
		<li>With Staction, we can post, reply to a post with a todo, and reply to a todo with a time entry. See how many clicks that takes in a traditional PM app&#8230;</li>
		<li>We use hash-tags to keep track of miscellaneous non-project-related information in Staction. Some of our favorites are: #logins #links #ideas #later #done #research #projectcost #movies #games. Combine these with the really great project tag system in Staction, and your saved views become a more powerful tool than you&#8217;ve probably experienced in PM before. Start with a search, and end up finding exactly what you were looking for using filters.</li>
		<li>Most of the time we send files directly through the Staction attachment system. This leads to a really great archive of the work that&#8217;s been done. Every time you finish something, upload a screenshot, or a link. You&#8217;ll be stunned at how useful that archive becomes over time.</li>
		<li>We usually use direct messages, rather than project permissions to isolate pieces of the conversation. Drinking from the firehose is great, but when topics only relate to  certain members of our team, we don&#8217;t hesitate to make it personal.</li>
		<li>We use Staction for everything that needs done in our company. From bug reports to normal project work. When communication needs to be long form, we usually just attach a more in depth text document to a post. But it&#8217;s not uncommon for a post to be dozens of lines long. Twitter limits your character count; Staction doesn&#8217;t.</li>
		<li>Yes, we still use email. Since lots of requests come in via email, you have to have an organization system that can deal with them. It&#8217;s common to see todos that contain the subject line of an email, or a sender&#8217;s name. Staction is still the spot where work gets recorded and talked about, but we often refer to items outside of its reach.</li>
		<li>We can&#8217;t stress enough how useful Saved Views are&#8230; Project tags will handle 90% of your communication effectively, but when you combine them with #hashtags, search, and filters it&#8217;s an amazingly different view on your work. Did we mention that every saved view has an <span class="caps">RSS</span> feed? Our workflow doesn&#8217;t dictate this sort of immediacy- but if yours does, you can be notified of almost anything via all the existing <span class="caps">RSS</span> tools available today.</li>
		<li>We reply a lot. I bet 75% of the posts made in a day are replies. It makes it nice for backtracking since you can always go back and look at an individual thread view regardless of how many projects, posts, or people it contains. It&#8217;s nice to see that type of arbitrary but succinct chronology outside of the main thread.</li>
		<li><img src="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/12/Screen-shot-2009-12-03-at-8.41.30-AM1.png" alt="TinyGrab" title="TinyGrab" width="156" height="142" class="alignright size-full wp-image-1072" />While the file upload system in Staction is great, we also use apps like <a href="http://tinygrab.com/">tinygrab</a> to quickly share links to work in progress without having to wait on an upload.</li>
		<li>We&#8217;re a small team, but we work on lots of projects at once. Usually we set all our projects to default permissions where everyone gets to see everything. For many teams though, project permissions are an important way of keeping the main stream manageable. When you tag a post with a project, only the people on that project see the post. Lots of groups of people can share the same account, but still see company wide posts when they want.</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/12/how-we-use-staction-a-pseudo-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skip the Mouse.</title>
		<link>http://gluue.com/2009/11/skip-the-mouse/</link>
		<comments>http://gluue.com/2009/11/skip-the-mouse/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:39:13 +0000</pubDate>
		<dc:creator>Paste Interactive</dc:creator>
				<category><![CDATA[Jumpchart]]></category>
		<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=1041</guid>
		<description><![CDATA[	If you&#8217;ve used Staction, you probably know we&#8217;re keyboard people. The mouse is great, but nothing flies quite as fast as our fingers on a keyboard. If you work in the web-dev industry, you probably feel the same. 

	Outside of design related tasks, there&#8217;s very little that can be achieved with a mouse that can&#8217;t be [...]]]></description>
			<content:encoded><![CDATA[	<p>If you&#8217;ve used Staction, you probably know we&#8217;re keyboard people. The mouse is great, but nothing flies quite as fast as our fingers on a keyboard. If you work in the web-dev industry, you probably feel the same. </p>

	<p>Outside of design related tasks, there&#8217;s very little that can be achieved with a mouse that can&#8217;t be achieved (usually faster) with a keyboard. Knowing your key commands improves the speed and fluency of interacting with your computer.</p>

	<p>On that note, we thought we would share some of our favorite indispensable key commands. We bet you know a lot of them- but we also bet you don&#8217;t know all of them. So for the 5 seconds a day, 2.5 minutes a month, and 30.4 minutes a year we just saved you, you are most assuredly welcome. <span id="more-1041"></span></p>

	<p>(<span class="caps">BTW</span>. These are Mac shortcuts, but the PC equivalents are usually close)</p>

	<p>In iTunes, you can quickly move forward or backward within a song by hitting <strong>command + option + arrow</strong>.</p>

	<p>Hitting <strong>command + right bracket ( ] )</strong> takes you to the next page in the iTunes Store.</p>

	<p>Open your iTunes Preferences panel by hitting <strong>command + comma</strong>.</p>

	<p><b><strong>Visit the help section of iTunes for many, many more like this.</b></strong></p>

	<p>In most other programs you can hit <strong>command + (arrows)</strong> to navigate around on the page.</p>

	<p>Use <strong>command + shift + (arrows)</strong> to navigate between tabs.</p>

	<p>In many applications, c<strong>ommand + option + shift + v</strong> removes the formatting from the text you&#8217;re pasting, and matches the style of the target document.</p>

	<p>Use <strong>command + r</strong>  as a quick way to reply in Mail.app.</p>

	<p><strong>Command + delete</strong> removes entire lines at once.</p>

	<p>The combination <strong>command + option + arrows</strong> will hop whole words.</p>

	<p>We use <strong>command + shift + d</strong> to send mail in Mail.app.</p>

	<p>Don&#8217;t worry- we wouldn&#8217;t forget to throw in a few shortcuts for Staction and Jumpchart:</p>

	<p><strong>Jumpchart:</strong></p>

	<p>If you want to add a page to your jumpchart, just hit <strong>Control + a</strong>.</p>

	<p><strong>Control + x</strong> will open the export panel so you can export to WordPress.</p>

	<p>Want to add a file? Just hit <strong>Control + l</strong>.</p>

	<p>To make a comment on a project you have access to, use <strong>Control + m</strong>.</p>

	<p>To go to the next page in the site structure, hit <strong>Control + k</strong>. To go to the previous page in the site structure, use <strong>Control + j</strong>.</p>

	<p><strong>Staction:</strong></p>

	<p><strong>Control + r</strong> quickly refreshes the page, bringing up any new content in the browser version. In the <span class="caps">AIR</span> version, <strong>Control + r</strong> quickly lets you reply to another post.</p>

	<p>To edit a post in Staction <span class="caps">AIR</span>, <strong>right click</strong> on the post. The options to reply to an entry, edit an entry or delete an entry will pop up.</p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/11/skip-the-mouse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Staction Quick Tip: Private Conversations.</title>
		<link>http://gluue.com/2009/11/staction-quick-tip-private-conversations/</link>
		<comments>http://gluue.com/2009/11/staction-quick-tip-private-conversations/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:04:43 +0000</pubDate>
		<dc:creator>Paste Interactive</dc:creator>
				<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=1012</guid>
		<description><![CDATA[	In Staction, get straight to the point and communicate directly with the person you need. By typing a name in the meta-information box, you&#8217;ll keep the conversation between you and whomever you specify, cutting through the general workflow talk.]]></description>
			<content:encoded><![CDATA[	<p><img src="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/10/sm-st11.jpg" alt="sm-st" title="sm-st" width="52" height="52" class="alignleft size-full wp-image-810" />In Staction, get straight to the point and communicate directly with the person you need. By typing a name in the meta-information box, you&#8217;ll keep the conversation between you and whomever you specify, cutting through the general workflow talk.</p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/11/staction-quick-tip-private-conversations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staction Gets Outside the Browser: Part 2.</title>
		<link>http://gluue.com/2009/11/staction-gets-outside-the-browser-part-2/</link>
		<comments>http://gluue.com/2009/11/staction-gets-outside-the-browser-part-2/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:51:37 +0000</pubDate>
		<dc:creator>Paste Interactive</dc:creator>
				<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=868</guid>
		<description><![CDATA[	Last week we announced the all new Staction AIR app. It was the first of many apps that we hope are built by us, and others using the Staction API.

	Today we&#8217;re excited all over again to announce the Staction widget for the Mac OSX Dashboard.

	Learn more about the new widget, and download it here.]]></description>
			<content:encoded><![CDATA[	<p><img src="http://74.54.1.117/~gluuecom/wp-content/uploads/2009/11/stwidget-230x3001.jpg" alt="stwidget-230x300" title="stwidget-230x300" width="230" height="300" class="alignleft size-full wp-image-874" />Last week we announced the all new <a href="http://pasteinteractive.com/blog/2009/10/staction-gets-outside-the-browser/">Staction <span class="caps">AIR</span> app</a>. It was the first of many apps that we hope are built by us, and others using the <a href="http://www.staction.com/api/documentation/">Staction API</a>.</p>

	<p>Today we&#8217;re excited all over again to announce the Staction widget for the Mac <span class="caps">OSX</span> Dashboard.</p>

	<p><a href="http://staction.com/site/extras">Learn more about the new widget, and download it here.</a></p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/11/staction-gets-outside-the-browser-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staction Gets Outside the Browser.</title>
		<link>http://gluue.com/2009/10/staction-gets-outside-the-browser/</link>
		<comments>http://gluue.com/2009/10/staction-gets-outside-the-browser/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:59:33 +0000</pubDate>
		<dc:creator>Paste Interactive</dc:creator>
				<category><![CDATA[Paste]]></category>
		<category><![CDATA[Staction]]></category>
		<category><![CDATA[New feature]]></category>

		<guid isPermaLink="false">http://pasteinteractive.com/blog/?p=848</guid>
		<description><![CDATA[	When we built Staction we imagined it as a format and a platform as well as an app. The simple tagging system begs to be extended outside of the bowser.

	The first step towards that goal was the Staction API. The second step was built from the first, and we&#8217;re very happy to announce it today: [...]]]></description>
			<content:encoded><![CDATA[	<p><img src="http://pasteinteractive.com/blog/wp-content/uploads/2009/10/stair1-230x300.jpg" alt="stair" title="stair" width="230" height="300" class="alignleft size-medium wp-image-854" />When we built Staction we imagined it as a format and a platform as well as an app. The simple tagging system begs to be extended outside of the bowser.</p>

	<p>The first step towards that goal was the <a href="http://api.staction.com/documentation">Staction API</a>. The second step was built from the first, and we&#8217;re very happy to announce it today: The Staction <span class="caps">AIR</span> app.</p>

	<p>Now Staction can live on your desktop, outside of your browser. The app encompasses all the most important features of the Staction web app, as well as some desktop class features like keyboard shortcuts, and update notifications that we&#8217;re very excited for you to try out.</p>

	<p>We hope this is only the first of many new ways to access your Staction account via the <span class="caps">API</span>. We&#8217;re working internally and with outside developers to make sure that we push the Staction experience as far as possible&#8230;</p>

	<p><a href="http://staction.com/site/extras">Learn more and download the Staction <span class="caps">AIR</span> app here.</a></p>]]></content:encoded>
			<wfw:commentRss>http://gluue.com/2009/10/staction-gets-outside-the-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

