<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; workflow</title> <atom:link href="http://www.ghacks.net/tag/workflow/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Speed Up Your Windows Workflow with 7Plus</title><link>http://www.ghacks.net/2010/04/01/speed-up-your-windows-workflow-with-7plus/</link> <comments>http://www.ghacks.net/2010/04/01/speed-up-your-windows-workflow-with-7plus/#comments</comments> <pubDate>Thu, 01 Apr 2010 17:12:54 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[7plus]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[windows-explorer]]></category> <category><![CDATA[workflow]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24105</guid> <description><![CDATA[7Plus is an Open Source software for the Windows operating system that adds many features to the system that speed up the workflow. Features can be divided into Windows Explorer, general Windows related, windows handling and misc features. Some examples of what 7Plus adds are folder favorites in Windows Explorer, shortcuts to create folders, to [...]]]></description> <content:encoded><![CDATA[<p>7Plus is an Open Source software for the Windows operating system that adds many features to the system that speed up the workflow. Features can be divided into Windows Explorer, general Windows related, windows handling and misc features.</p><p>Some examples of what 7Plus adds are folder favorites in Windows Explorer, shortcuts to create folders, to paste text or image clipboard contents into a file automatically, enabling ftp server uploads with a shortcut, a clipboard manager storing the latest ten entries or displaying the Windows Task Manager when double-clicking on empty space in the Windows Taskbar.</p><p><span
id="more-24105"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/7plus-500x402.jpg" alt="7plus" title="7plus" width="500" height="402" class="alignnone size-medium wp-image-24106" /></p><p>The list of features that are currently provided by the program is accessible <a
href="http://code.google.com/p/7plus/wiki/Features">here</a>. The developer has created instructional videos that demonstrate the functionality of several of the features of 7Plus visually.</p><p><object
width="480" height="385"><param
name="movie" value="http://www.youtube.com/v/yOJ8evyuVhY&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/yOJ8evyuVhY&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p><p>Each feature can be disabled in the settings window of 7Plus so that only those that make sense to the user stay activated. 7Plus is a well though out application that makes it a lot easier to work with Windows on a daily basis.</p><p>The program is compatible with most 32-bit and 64-bit editions of the Windows operating system. Some features are OS specific, this is always mentioned next to the option in the program&#8217;s settings.</p><p>The portable program uses between five and six Megabytes of computer memory while running on our 64-bit Windows 7 test system, an acceptable value for the wealth of features that it brings to the table.</p><p>7Plus can be downloaded <a
href="http://code.google.com/p/7plus/">from the</a> developer&#8217;s website over at Google Code.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/01/speed-up-your-windows-workflow-with-7plus/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Easy flow chart creation with Dia</title><link>http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/</link> <comments>http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/#comments</comments> <pubDate>Thu, 10 Dec 2009 16:17:17 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[dia]]></category> <category><![CDATA[diagrams]]></category> <category><![CDATA[flow charts]]></category> <category><![CDATA[flowcharts]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[workflow]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21278</guid> <description><![CDATA[Lately I have had to use a number of flow charts for articles and presentations. Flow charts are very handy tools to help explain processes, algorithms, and more. A flow chart could be created with a standard graphics or drawing tool (GIMP, Inkscape, or OpenOffice come to mind). But by using such a tool you are [...]]]></description> <content:encoded><![CDATA[<p>Lately I have had to use a number of flow charts for articles and presentations. Flow charts are very handy tools to help explain processes, algorithms, and more. A flow chart could be created with a standard graphics or drawing tool (GIMP, Inkscape, or OpenOffice come to mind). But by using such a tool you are adding a level of complexity you do not need. Instead, use a tool specific to the task. One such tool is Dia. Dia has been around the Linux-verse for a while and has become the de facto standard for diagrams and flow charts. Dia is amazingly easy to use (so long as you understand the functionality of flow charts) and can have you up and running in no time.</p><p>In this tutorial I am going to show you how to install Dia and create a fun flow chart. Are you ready for a rousing fun time with diagrams?</p><p><span
id="more-21278"></span><strong>Installation</strong></p><p>The installation of Dia is simple as it will be found in your standard distribution repository. So fire up your favorite application installation tool (Synaptic or Ubuntu Software Center come to mind), search for &#8220;dia&#8221; (no quotes), select the results, and apply to install.</p><p>Once Dia is installed you will find it located in the Graphics sub-menu of your Applications menu.</p><p><strong>Using Dia</strong></p><div
id="attachment_21280" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-21280" href="http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/dia_main/"><img
class="size-medium wp-image-21280 " src="http://www.ghacks.net/wp-content/uploads/2009/12/dia_main-500x284.png" alt="Figure 1" width="300" height="170" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you first fire up Dia you might be reminded a bit of the multi-window&#8217;d interface in The GIMP (see Figure 1). You do not have to start a new file, as Dia will start up in a new file window. You can simply begin creating your flowchart.</p><p>Just for kicks I want to illustrate how to create one of my favorite flow charts. The flow chart in question is from TV&#8217;s Sheldon Cooper (The Big Bang Theory). In one episode he created a Friendship Flowchart established and illustrated the algorithm for making new friends beginning with the pre-defined process of placing a phone call (see Figure 2).</p><div
id="attachment_21282" class="wp-caption alignright" style="width: 309px"><a
rel="attachment wp-att-21282" href="http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/sheldon_flow_chart/"><img
class="size-medium wp-image-21282 " src="http://www.ghacks.net/wp-content/uploads/2009/12/sheldon_flow_chart-499x397.png" alt="Figure 2" width="299" height="238" /></a><p
class="wp-caption-text">Figure 2</p></div><p>I won&#8217;t go into the details of flow charts and diagrams here. Instead let&#8217;s just dive right into creation.</p><p>In the tools window (smaller window on the right-hand side of Figure 1) you will notice all of the tools you need to begin. As you can see the flow chart begins with the pre-defined process of placing a phone call. If you look in the tools window select the pre-defined process element (you will have to scroll down in the listing of elements) and then move to the diagram window. In the diagram window click and drag your mouse (or trackpad) until you have the size of the pre-defined process you want (see Figure 3).</p><div
id="attachment_21283" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-21283" href="http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/pre_defined/"><img
class="size-medium wp-image-21283 " src="http://www.ghacks.net/wp-content/uploads/2009/12/pre_defined-500x377.png" alt="Pre defined process in place" width="300" height="226" /></a><p
class="wp-caption-text">Pre defined process in place</p></div><p>After you have the size correct you will see the blinking cursor ready for you to enter text. Type your text (in this case &#8220;Place Phone Call&#8221;) and then click outside of the newly created element.</p><p>Now it&#8217;s time to continue on. According to our next event we have a decision (which is a diamond shape). Select that tool from the tools window and then draw it underneath the pre-defined process. Once sized correctly, enter the proper text and click outside of the shape.</p><p>Now you have to connect the to elements. There are numerous ways to connect elements:</p><ul><li>Lines</li><li>Arcs</li><li>Zigzag lines</li><li>Polylines</li><li>Bezier lines</li></ul><p>In our case we only need a simple line. In Dia, when connecting elements, the direction arrow will be pointing in the same direction you draw the line. So, since we need our direction arrow point from the pre-defined process to the decision we follow these steps:</p><p>Select the line tool from the tools window.</p><p>Click the bottom of the pre-defined proces.</p><p>Draw and draw the line to connect to the decision.</p><div
id="attachment_21284" class="wp-caption alignright" style="width: 310px"><a
rel="attachment wp-att-21284" href="http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/end_points/"><img
class="size-medium wp-image-21284 " src="http://www.ghacks.net/wp-content/uploads/2009/12/end_points-500x377.png" alt="Figure 4" width="300" height="226" /></a><p
class="wp-caption-text">Figure 4</p></div><p>You don&#8217;t have to worry about being exact in your connection points. When you have the line tool selected, and you click on an element, you will see that Dia automatically connects the beginning point of the line on the outline of the element. And when you drag the connecting line to the end-point element, it will automatically make the connection for you. The end results are shown in Figure 4.</p><p>I won&#8217;t go through the rest of the creation of the flow chart. Instead let&#8217;s skip to the saving point.</p><p>Once you have completed the process, all you have to do to save your diagram is go to the File menu and select Save. Give your diagram a name and click Save. You can also export your diagram to numerous formats (such as most common image formats, eps, pdf, and many more).</p><p><strong>Final thoughts</strong></p><p>Dia is an amazingly simple to use flow chart creator that rivals much of the competition. If you&#8217;re looking for a handy tool to help you create solid flow charts and diagrams, Dia is your open source solution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/10/easy-flow-chart-creation-with-dia/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Ghacks Christmas Giveaway: Direct Access</title><link>http://www.ghacks.net/2008/12/16/ghacks-christmas-giveaway-direct-access/</link> <comments>http://www.ghacks.net/2008/12/16/ghacks-christmas-giveaway-direct-access/#comments</comments> <pubDate>Tue, 16 Dec 2008 10:00:26 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[application-launcher]]></category> <category><![CDATA[auto-correction]]></category> <category><![CDATA[Autocorrections]]></category> <category><![CDATA[Direct Access]]></category> <category><![CDATA[ghacks Christmas giveaway]]></category> <category><![CDATA[nagarsoft]]></category> <category><![CDATA[speed typing]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[workflow]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9074</guid> <description><![CDATA[Day 16 of the Ghacks Christmas Giveaway means that we pass the 2/3 mark today. We handed out lots of popular applications in the last 16 days thanks to our sponsors who donated their software products for the good cause. We got readers with new Kaspersky Internet Security, Bitdefender or Cyberlink packages. Today&#8217;s application is [...]]]></description> <content:encoded><![CDATA[<p>Day 16 of the Ghacks Christmas Giveaway means that we pass the 2/3 mark today. We handed out lots of popular applications in the last 16 days thanks to our sponsors who donated their software products for the good cause. We got readers with new Kaspersky Internet Security, Bitdefender or Cyberlink packages. Today&#8217;s application is <a
href="http://www.nagarsoft.com">Direct Access</a>, a speed typing application that can help tremendously in day to day activities on the computer.</p><p>Speed Typing is but one of the aspects of Direct Access, it is more of a workflow optimizer. At its core is the ability to identify commands that are entered by the user. This can be Microsoft Office 2007, Firefox or Notepad. Direct Access displays an overlay when a command gets recognized to provide a visual signal to the user. The command could then be executed by the user by pressing the associated hotkey.</p><p>Here are some examples: You can use Direct Access to create text abbreviations. To write Best Regards you could simply type br and hit the confirmation key which will automatically expand the text. Other possibilities include automatic spell checking as it is possible to define commands that do not a confirmation.</p><p>Text manipulation is but one of the possibilities that Direct Access offers. It can also be used to launch applications or websites. It is for example possible to launch an email client, Wikipedia or Skype with short commands that can be initiated anywhere. Commands are recognized anywhere, they just have to be typed on the keyboard. To make it clearer, no text input form is needed to write and start commands.</p><p><span
id="more-9074"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/direct_access-500x314.jpg" alt="direct access" title="direct access" width="500" height="314" class="alignnone size-medium wp-image-9075" /></p><p>Want to startup the Windows Calculator? Just type calc and press shift afterwards anywhere. Want to display the Network Places in Windows? Type netw and shift to load that interface. Want to start the email client Thunderbird? Type tb and hit shift to load the email client.</p><p>Direct Access comes with a set of default commands that can be imported easily to help the user understand the software program. These default commands add all kinds of commands to the software. All examples given above are included in the default command set.</p><p>Before we explore the custom command creation we would like to let you know that you can download additional command packages from the website. This includes an html and control panel command set but also auto corrections for various languages like Spanish, German or French.</p><p>One of the main ways to increase the workflow is the custom command creation. It is possible to edit a default command in case you want to change the way the command is launched. Commands use various parameters depending on their purpose.</p><p>Auto-correction commands require only four parameters while application commands make use of seven. There are four types of commands that can be added to the software program: Autotext, Launch Application, Open Website and Send e-Mail.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/workflow.jpg" alt="workflow" title="workflow" width="367" height="432" class="alignnone size-full wp-image-9076" /></p><p>To create a new auto-correction command one would simply add the correct phrase, the mistyped phrase and a description. Applications on the other hand require additional work. You need to specify the path, window style, abbreviation, option parameters and run in commands and if you want to use a confirmation key.</p><p>Direct Access makes use of a few shortcuts to streamline the process. Shortcuts are available to add the current application, the last executed command or to create a new autotext.</p><p>You can further optimize commands with the use of macros. Think of macros as advanced commands that do more than the execution of just one software program. Some examples include positioning the cursor after executing a command, inserting special characters or clipboard contents or nesting commands. The excellent online <a
href="http://www.nagarsoft.com/help/index.html?">documentation</a> explains all concepts extensively.</p><p>Direct Access increases the workflow almost instantly. The default command set that can be imported makes for a good start but the real strength is the ability to add custom commands that suite the needs of the user in front of the computer monitor.</p><p>The software program requires the Microsoft .net Framework 2.0 and is compatible with 32-bit and 64-bit editions of Windows 2000, Windows XP and Windows Vista.</p><p>You can win one of eight licenses that have been donated by Andrea Nagar, the software developer. Just leave a comment and let us know how you would use this software.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/16/ghacks-christmas-giveaway-direct-access/feed/</wfw:commentRss> <slash:comments>53</slash:comments> </item> </channel> </rss>
