<?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>Huddled Masses &#187; DeskOps</title>
	<atom:link href="http://huddledmasses.org/tag/deskops/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:13:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='huddledmasses.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>A quick progress update on PoshConsole</title>
		<link>http://huddledmasses.org/a-quick-progress-update-on-poshconsole/</link>
		<comments>http://huddledmasses.org/a-quick-progress-update-on-poshconsole/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 05:10:43 +0000</pubDate>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
				<category><![CDATA[Huddled]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[DeskOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PoshConsole]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[UserInterface]]></category>

		<guid isPermaLink="false">http://HuddledMasses.org/jaykul/a-quick-progress-update-on-poshconsole/</guid>
		<description><![CDATA[Click for a teaser screenshot This is actually a bit scary, because you can load sort-of &#8230; anything To prove it (you&#8217;re gonna love this &#8230; I should take a video, really, but it&#8217;s time for bed, so this will have to do): check this out Beat that! So yeah, I have this control written [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://poshconsole.org/images/PoshConsole/Out-WPF.png">Click for a teaser screenshot</a></p>

	<p>This is actually a bit scary, because you can load sort-of &#8230; anything  <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/../../../wp-content/plugins/smilingmasses/wink.gif' alt=';-)' class='wp-smiley' />  To prove it (you&#8217;re gonna love this &#8230; I should take a video, really, but it&#8217;s time for bed, so this will have to do): <a href="http://poshconsole.org/images/PoshConsole/Out-WPF2.png">check this out</a> Beat that!  <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/../../../wp-content/plugins/smilingmasses/wink.gif' alt=';)' class='wp-smiley' /> </p>

	<p>So yeah, I have this control written from an earlier project which creates a task list with live preview images. When I say &#8220;live previews&#8221; I mean actually live, like on the Vista Alt+Tab: if there&#8217;s a video playing, you can watch it in there (of course, it dies a horrible death on XP, but I have other code for that).  </p>

	<p>As a side note  the TaskBar2.panel stuff is from the <span class="caps">TINS</span> release I made months ago, there&#8217;s several fun .panel files in there &#8230; but you have to load a bunch of the <span class="caps">TINS</span> assemblies first, I didn’t distinguish which ones, I just did:</p>

	<div class="posh code posh" style="font-family:monospace;"><br />
<span style="color: #660033;">cd</span> C:\Users\Joel\Projects\TechDemos\TINS\bin\Release<br />
<span style="color: #660033;">ls</span> <span style="color: #66cc66;">*</span>.<span style="color: #003366;">dll</span>,<span style="color: #66cc66;">*</span>.<span style="color: #003366;">exe</span> <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">%</span> <span style="color: #333;">&#123;</span> <span style="color: #003366; font-weight: bold;"><span style="color: #333;">&#91;</span>System.<span style="color: #003366;">Reflection</span>.<span style="color: #003366;">Assembly</span><span style="color: #333;">&#93;</span></span>::<span style="color: #003366;">LoadFrom</span><span style="color: #333;">&#40;</span><span style="color: #660033; font-weight: bold;">$_</span><span style="color: #333;">&#41;</span> <span style="color: #333;">&#125;</span><br />
<span style="color: #660033; font-weight: bold;">$Host</span>.<span style="color: #003366;">PrivateData</span>.<span style="color: #003366;">XamlUI</span>.<span style="color: #003366;">LoadXaml</span><span style="color: #333;">&#40;</span><span style="color: #009900;">&quot;C:\Users\Joel\Projects\TechDemos\TINS\bin\Release\Panels\TaskBar2.panel&quot;</span><span style="color: #333;">&#41;</span>;<br />
&nbsp;</div>

	<p>Of course, in .Net 3.5 the RichTextBox has the ability to go <code>ContentEnabled=&#34;true&#34;</code> which should allow those things to be actual controls you can click to switch active task, right-click to get a task menu, etc (although I haven&#8217;t tried that yet).  We might just have to upgrade  <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/../../../wp-content/plugins/smilingmasses/wink.gif' alt=';-)' class='wp-smiley' /> </p>

	<p>Anyway, it&#8217;s past time for bed, so I&#8217;ll preempt complaints about how this isn&#8217;t ready for release yet with this quote: </p>

	<blockquote>
		<p>I don’t have to take this abuse from you; I’ve got hundreds of people waiting to abuse me. &#8212;  Bill Murray, “Ghostbusters”</p>
	</blockquote>]]></content:encoded>
			<wfw:commentRss>http://huddledmasses.org/a-quick-progress-update-on-poshconsole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BumpTop Desktop</title>
		<link>http://huddledmasses.org/bumptop-desktop/</link>
		<comments>http://huddledmasses.org/bumptop-desktop/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 13:31:39 +0000</pubDate>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
				<category><![CDATA[DeskOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[GeoShell]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.huddledmasses.org/jaykul/bumptop-desktop/</guid>
		<description><![CDATA[If you&#8217;re interested in computer desktop software, or how metaphors apply in software interfaces, or in &#8220;cool&#8221; programs that wow your friends &#8230; you should check out BumpTop. The bad news is all they have is a slick little demo video, and unless someone hires them to continue working on it, there&#8217;s no guarantee this [...]]]></description>
			<content:encoded><![CDATA[	<p>If you&#8217;re interested in computer desktop software, or how metaphors apply in software interfaces, or in &#8220;cool&#8221; programs that wow your friends &#8230; you should check out <a href="http://honeybrown.ca/Pubs/BumpTop.html">BumpTop</a>.  The bad news is all they have is a slick little demo video, and unless someone hires them to continue working on it, there&#8217;s no guarantee this will ever be a product.  The good news is that they have a mailing list you can sign up for if you&#8217;re interested in beta testing it.</p>

	<p>Honestly, I think the icons need some work in this, they&#8217;re ridiculously generic in the version he&#8217;s showing off in the video (as in: no way to tell one <span class="caps">PDF</span> from another <span class="caps">PDF</span>), which for me would completely break the program. I would want a faster easier way to &#8220;open&#8221; the piles without waiting for the pile plugin menu to show up (and I&#8217;ve never been a big fan of fisheye menus).  That said &#8230; the way the drag-select works, and animations for draggins groups of files, and the stacking and pile plugins &#8230; are very cool, and just the sort of stuff I&#8217;d like to add to the desktop.</p>]]></content:encoded>
			<wfw:commentRss>http://huddledmasses.org/bumptop-desktop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DeskOps Beta 3</title>
		<link>http://huddledmasses.org/deskops-0-3-1/</link>
		<comments>http://huddledmasses.org/deskops-0-3-1/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 18:56:01 +0000</pubDate>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
				<category><![CDATA[DeskOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GeoShell]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.huddledmasses.org/2006/02/07/deskops-03/</guid>
		<description><![CDATA[DeskOps is a desktop application that allows you to view multiple folders as "bands" on the desktop, but it doesn't force you to go to the desktop to access these bands. You can use it as a desktop, as an app launcher, for quick access to downloaded files, or to project folders that you're working on ...  Think of it as a desktop, but with organization and quick hotkey access.]]></description>
			<content:encoded><![CDATA[	<p>DeskOps is my latest home experiment &#8230; it&#8217;s a desktop application that allows you to view multiple folders as &#8220;bands&#8221; on the desktop, but it doesn&#8217;t force you to go to the desktop to access these bands. You can use it as a desktop, as an app launcher, for quick access to downloaded files, or to project folders that you&#8217;re working on &#8230;  Think of it as a desktop, but with organization and quick hotkey access.</p>

	<p>Just to be clear, this is a standalone app, and although it&#8217;s based a litte bit on the geoShell look, it&#8217;s actually a .<span class="caps">NET</span> application which requires the .<span class="caps">NET</span> 2 Framework&#8230; <span id="more-273"></span></p>

	<p>That said, the big deal is my attempt to rethink what I want in &#8220;fast access&#8221; to files.  DeskOps lets me temporarily add the build folder for the project I&#8217;m working on as a pane on my desktop, right alongside my existing application launching bands, and my download band.  I can have some bands in large icon mode and some in list or details modes&#8230;.</p>

	<p>The <a href="/DeskOps/DeskOps-0.3.png">screenshot</a> just doesn&#8217;t do it justice, so if you&#8217;re curious, you should <a href="/DeskOps/DeskOps-0.3.1.zip">download DeskOps</a>, and then come back here and peruse the feature list. As a side note: remember, this is beta software, there&#8217;s no installer (just unzip somewhere appropriate), and no uninstaller (don&#8217;t forget to delete the config file), and especially: not much tech support (feel free to post suggestions and comments on this post  <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/../../../wp-content/plugins/smilingmasses/smile.gif' alt=':)' class='wp-smiley' /> )</p>

	<p>Here&#8217;s a partial list of what it does:</p>

	<h3>DeskOps Features: 
	<ul>
		<li>Creates &#8220;Bands&#8221; containing ListViews (Large Icon view, small icon view, list, details &#8230; )</li>
		<li>Uses Plugins to populate the lists
		<li>Currently (only) includes folder plugin
	<ul>
		<li>Lets you drag-and-drop files from one pane to another (or to/from your filemanager)</li>
	</ul></li>
	</ul>
	<ul>
		<li>Lets you launch applications, folders, or files from the pane</li>
	</ul></li></h3>

	<h4>Panes:
	<ul>
		<li>snap to each other and to the screen edges</li>
		<li>have a roll-up feature</li>
		<li>have a hide button</li>
		<li>optionally animate in and out</li>
	</ul>
	<ul>
		<li>hide/show from a main panel</li>
	</ul></h4>

	<h4>Main Panel:
	<ul>
		<li>Has a hotkey for focus (Win+`), and is completely keyboard navigable</li>
		<li>Lets you create new panes (Ctrl+O)</li>
		<li>Has a &#8220;bring all panes to front and hide everything else&#8221; mode (Win+Alt+`)</li>
		<li>Lets you hide/show panes one at a time (focus, then press a number, or the first letter) </li>
	</ul>
	<ul>
		<li>Can bring up the config (F1) NOTE: Currently just opens the file &#8212; you need to have .config files associated with a text editor</li>
	</ul></h4>

	<h3>Future Plans:</h3>

	<p>	<ul>
		<li>DeskOps 1 Beta 2
	<ul>
		<li><strong>Done</strong> Major: Config for folders</li>
		<li><strong>Done</strong> Minor: Default settings </li>
		<li><strong>Done</strong> Minor: Save panel positions</li>
		<li><strong>Done</strong> Major: Resizeable panels</li>
		<li><strong>Done</strong> Minor: Hotkeys</li>
	</ul></li>
	<ul>
		<li><strong>Done</strong> Minor: Full Screen Focus View</li>
		<li>DeskOps 1 Beta 3
		<li><strong>Done</strong> Major: Details View</li>
		<li><strong>Done</strong> Minor: Small Icons View</li>
	</ul></li>
	<ul>
		<li><strong>Done</strong> Minor: List View</li>
		<li>DeskOps 1 Beta 4
		<li>Major: Skin bands</li>
		<li>Major: Custom paint ListView ( transparent background, opaque icons )</li>
		<li>Minor: Additional details for details view (eg: emulate the default explorer view: file type, size, modified)</li>
		<li>Minor: Tool Tips</li>
	</ul></li>
	<ul>
		<li>Minor: Enable Grouping (on any of the details columns)</li>
		<li>DeskOps 1 Beta 5
		<li>Major: <span class="caps">RSS</span> Links List plugin</li>
	</ul></li>
	<ul>
		<li>Major: Rateable Links List plugin (for my AI project)</li>
		<li>DeskOps 1 FINAL!
		<li>All of the above, but working all at once   <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/../../../wp-content/plugins/smilingmasses/wink.gif' alt=';)' class='wp-smiley' />  </li>
	</ul></li>
	<ul>
		<li>A control panel for settings instead of editing the <span class="caps">XML</span> file</li>
		<li>Beyond that &#8230;
		<li>Tasks List plugin (with thumbnails) (using grouping)</li>
		<li>Even Bigger Icons?</li>
	</ul></li>
	</ul>
	<ul>
		<li>Icon-ized Rollups (eg: show as large <span class="caps">PNG</span> icon when rolled up)</li>
	</ul></li></p>]]></content:encoded>
			<wfw:commentRss>http://huddledmasses.org/deskops-0-3-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>DeskOps Continued</title>
		<link>http://huddledmasses.org/deskops-continued/</link>
		<comments>http://huddledmasses.org/deskops-continued/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 06:11:58 +0000</pubDate>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
				<category><![CDATA[DeskOps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GeoShell]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.huddledmasses.org/2006/01/24/deskops-continued/</guid>
		<description><![CDATA[Well, if you&#8217;ve been following along on my series of posts about my fantasy GeoShell/Desktop/Task Management development projects, you&#8217;ll probably be a bit dissapointed by this screenshot but that can&#8217;t be helped. The bottom line is, I really still want to do all the things I&#8217;ve talked about over the last year or two, but [...]]]></description>
			<content:encoded><![CDATA[	<p>Well, if you&#8217;ve been following along on my series of posts about my fantasy GeoShell/Desktop/Task Management development projects, you&#8217;ll probably be a bit dissapointed by <a href="/DeskOps/DeskOpsCTP.png">this screenshot</a> but that can&#8217;t be helped.</p>

	<p>The bottom line is, I really still want to do all the things I&#8217;ve talked about over the last year or two, but I&#8217;m still bogged down in real life and not making a whole lot of progress.  However, I have whipped together a first-draft of my desktop application &#8230;</p>

	<p>Have a look at that screenshot, and let me know what you think.  Imagine you can have as many of those little semi-transparent windows as you want (ignore Miranda and Rainlendar in the corners).  Imagine they gravitate to each other when you move them around, and you can stack them, and they snap-to each others edges.  They also collapse to their title bars when you want them to, and if they&#8217;re stacked, when you collapse/un-collapse them, they act something like the Outlook sidebar, so they all stay visible. Basically, the intent is that you could leave these on your desktop, and summon one or all of them to the top at the press of a hotkey to launch applications, or just copy files to a work directory.</p>

	<p>In the screenshot, the icons come from plugins, so you can have any kinds of items you want &#8230; the ones in the screenshot all come from a FolderList plugin, so they represent files/folders and you can drag-and-drop things to/from them (and onto the app shortcuts) at will&#8230; but you could easily have a ToDo list, or an <span class="caps">RSS</span> feed or something &#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://huddledmasses.org/deskops-continued/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
