<?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; menu</title> <atom:link href="http://www.ghacks.net/tag/menu/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 09:07:37 +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>Add a user-configurable menu to your Linux desktop with 9menu</title><link>http://www.ghacks.net/2010/12/07/add-a-user-configurable-menu-to-your-linux-desktop-with-9menu/</link> <comments>http://www.ghacks.net/2010/12/07/add-a-user-configurable-menu-to-your-linux-desktop-with-9menu/#comments</comments> <pubDate>Tue, 07 Dec 2010 19:22:39 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[linux desktop]]></category> <category><![CDATA[menu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37693</guid> <description><![CDATA[I love menus. Actually, I love to be able to configure menus in order to make the Linux desktop be as efficient as possible. The problem with that is, I tend to not go with the usual desktop (GNOME or KDE). So sometimes getting the menus exactly how I like them (or to suit my [...]]]></description> <content:encoded><![CDATA[<p>I love menus. Actually, I love to be able to configure menus in order to make the Linux desktop be as efficient as possible. The problem with that is, I tend to not go with the usual desktop (GNOME or KDE). So sometimes getting the menus exactly how I like them (or to suit my current needs), isn&#8217;t easy.</p><p>Thankfully there are handy tools out there that allow you to edit menus or even create new menus. One of those tools is 9menu. This tool is a simple command that allows you to create individual, moveable menus on your desktop that can run applications or run commands. This tool enables you to create temporary menus on your desktop to serve whatever purpose you need. Let&#8217;s take a look at how to install and use 9menu.</p><p><span
id="more-37693"></span><strong>Installation</strong></p><p>I will demonstrate how to install 9menu on a Ubuntu system. Although you may not find 9menu in the Ubuntu Software Center, you are able to, by default, install 9menu from the command line (or Synaptic). To install from command line do the following:</p><ol><li>Open up a terminal window.</li><li>Issue the command <code>sudo apt-get install 9menu</code>.</li><li>Enter your sudo password.</li><li>Accept any dependencies.</li><li>Wait for the install to complete.</li></ol><p>With the installation done, you are ready to begin work.</p><p><strong>Usage</strong></p><p>You will notice there is no entry for 9menu in the menus. That is because the usage (creation of menus) of 9menu is command line only. The standard use is:</p><p><code>9menu -label 'LABEL' SPACE DELINEATED LIST OF COMMANDS</code></p><p>Hopefully the above sample makes sense. Let&#8217;s take a look at an actual working example. Say you want to create a 9menu for the following apps: Evolution, Firefox, Empathy, and Gwibber. To do this the command would look like:</p><p><code>9menu -label 'Net Tools' evolution firefox empathy gwibber</code></p><div
id="attachment_37694" class="wp-caption alignleft" style="width: 109px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/12/9menu.png"><img
class="size-full wp-image-37694" src="http://www.ghacks.net/wp-content/uploads/2010/12/9menu.png" alt="" width="99" height="128" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The command above will generate a menu that looks like that in Figure 1. If you click on any of the entries show, the application will run.</p><p>Of course 9menu has plenty of options to use at the command line. There are two very nice options that are nearly &#8220;must haves&#8221; for the efficiency of 9menu:</p><p>-popdown</p><p>-teleport</p><p>The <em>popdown</em> option will iconify the menu as soon as one of the buttons is clicked. When iconified the menu will live in your panel where you can un-iconify it by clicking whatever key combination your desktop uses to cycle through applications.</p><p>The <em>teleport</em> option means that when a menu appears (either from creation or uniconifying) it will automatically appear underneath your cursor. So to use both of the above commands with our sample it would look like:</p><p><code>9menu -popdown -teleport -label 'Net Tools' evolution firefox empathy gwibber</code></p><p>I like to run the 9menu command from the run dialog (click Alt-F2 to open this) so I don&#8217;t have a terminal window open. If you would rather run it from the command line, add the <em>&amp;</em> at the end of the command so you will be returned to your command prompt. You can then exit out of your terminal if you like.</p><p><strong>Final thoughts</strong></p><p>The ways to transform, configure, or make efficient the Linux desktop seem to be limitless. The 9menu tool adds yet another level of efficiency to your desktop, quickly and easily.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/07/add-a-user-configurable-menu-to-your-linux-desktop-with-9menu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Display Internet Explorer 9 Menu Bar Always, And On Top</title><link>http://www.ghacks.net/2010/09/20/display-internet-explorer-9-menu-bar-always-and-on-top/</link> <comments>http://www.ghacks.net/2010/09/20/display-internet-explorer-9-menu-bar-always-and-on-top/#comments</comments> <pubDate>Mon, 20 Sep 2010 09:22:20 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[ie9]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[menu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=34823</guid> <description><![CDATA[Browser developers all seem to have found that a new minimalism design wise works best for their browsers. The menu elements are reduced throughout the bank, which leads to criticism of users who do not want to miss those items. Good developers make the changes optional, so that users have a choice. Bad ones force [...]]]></description> <content:encoded><![CDATA[<p>Browser developers all seem to have found that a new minimalism design wise works best for their browsers. The menu elements are reduced throughout the bank, which leads to criticism of users who do not want to miss those items. Good developers make the changes optional, so that users have a choice. Bad ones force the changes upon the user, with no option to go back.</p><p>Internet Explorer 9 Beta has several of those changes. One of them is that the menu bar is hidden by default. The menu bar contains the File, Edit, View, Favorites, Tools and Help menu items which have been part of the Internet Explorer ever since it was introduced.</p><p>Thankfully though, there is an option to display the bar temporarily by pressing the Alt key on the computer keyboard.</p><div
id="attachment_34824" class="wp-caption alignnone" style="width: 331px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/internet-explorer-9-menu.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/internet-explorer-9-menu.png" alt="internet explorer 9 menu" title="internet explorer 9 menu" width="321" height="102" class="size-full wp-image-34824" /></a><p
class="wp-caption-text">internet explorer 9 menu</p></div><p>The menu bar that is displayed this way is only temporarily visible (it disappears after the next click or if the browser window is out of focus) and below the other header controls.</p><p>In Internet Explorer 8 and earlier, it was always visible and on top of all controls in the header.</p><p>There is no option in the browser to change the appearance of the menu bar. Options are available on the other hand in the Windows Registry.</p><h3>Making the menu bar visible all the time in IE9</h3><p>If you are working a lot with the menu bar, then you may want to speed that up a little. Instead of having to press ALT every time a menu bar item needs to be selected, it may be better to always display it instead in the header.</p><p>Open the Windows Registry editor with the keyboard shortcut <em>Windows-R</em>, typing <em>regedit</em> and <em>enter</em> on the keyboard.</p><p>Navigate to the following Registry key:</p><p>HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer</p><p>If Internet Explorer does not exist, create it by right-clicking on Microsoft and selecting New > Key from the context menu. Name that key Internet Explorer.</p><p>Now perform the same operation on <em>Internet Explorer</em>. Right-click the Registry key and select New > Key from the menu. Name that key <em>Main</em>.</p><p>Now right-click on the Main key and select New > Dword (32-Bit) Value and name it <em>AlwaysShowMenus</em>. Finally, double-click on the new parameter and set its value to 1. Setting it to 1 makes the menu bar in Internet Explorer 9 visible all the time. To revert the change, set it to 0 at anytime.</p><div
id="attachment_34825" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/ie9-alwaysshowmenus.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/ie9-alwaysshowmenus-500x211.png" alt="ie9 alwaysshowmenus" title="ie9 alwaysshowmenus" width="500" height="211" class="size-medium wp-image-34825" /></a><p
class="wp-caption-text">ie9 alwaysshowmenus</p></div><p>The change takes effect on the next start of the operating system. It is alternatively possible to kill the explorer.exe process and start it again in the Task Manager.</p><p>The change was immediately visible in the 32-bit version of Internet Explorer 9. In the 64-bit version we had to press Alt once to display the bar. From that moment on it stayed visible.</p><h3>How to move the Menu Bar to the top</h3><p>With the previous tweak, the menu bar is shown all the time. It still sits below other browser controls in the header. If you want to move it to the top of the browser, do the following:</p><p>Locate the Windows Registry key</p><p>KEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser</p><p>Right-click that key and select New > Dword (32-bit) Value from the context menu. Name the new parameter <em>ITBar7Position</em> and give it the value 1.</p><p>Both Toolbar and WebBrowser did not exist on our Windows 7 Professional test system. Simply right-click on the parent key and select New > Key to create them.</p><div
id="attachment_34826" class="wp-caption alignnone" style="width: 367px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/menu-on-top.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/menu-on-top.png" alt="menu on top" title="menu on top" width="357" height="91" class="size-full wp-image-34826" /></a><p
class="wp-caption-text">menu on top</p></div><p>The changes once again become visible on the restart of the browser.</p><p>To revert the change, set the value of the parameter to 0.</p><p>Microsoft definitely should have made it easier for users to change the location of items in the Internet Explorer 9 header. It is simply not understandable why they did not add an option to drag and drop items around, and display them using the right-click menu or the options of the Internet browser.  Yes, some options are available but those are not sufficient, at least not for us power users.</p><p>What&#8217;s your take on this?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/20/display-internet-explorer-9-menu-bar-always-and-on-top/feed/</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>The Windows Start Menu</title><link>http://www.ghacks.net/2008/07/01/the-windows-start-menu/</link> <comments>http://www.ghacks.net/2008/07/01/the-windows-start-menu/#comments</comments> <pubDate>Tue, 01 Jul 2008 08:19:33 +0000</pubDate> <dc:creator>joshua</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[menu]]></category> <category><![CDATA[start]]></category> <category><![CDATA[vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5159</guid> <description><![CDATA[It took me a little while to adapt, but I soon grew to find the Vista start menu far more useful and productive then XP&#8217;s ever was. Granted I&#8217;ve read the comments of a lot of people who disagree, but I personally think the integrated search has again made the Windows start menu my main [...]]]></description> <content:encoded><![CDATA[<p>It took me a little while to adapt, but I soon grew to find the Vista start menu far more useful and productive then XP&#8217;s ever was. Granted I&#8217;ve read the comments of a lot of people who disagree, but I personally think the integrated search has again made the Windows start menu my main point of access to all my programs.</p><p>Previously I had used a whole combination of toolbars and application launchers so it was a welcome change to remove some of this clutter.</p><p>One of the notable alternatives to pop up was the <a
href="http://www.vistastartmenu.com/index.html">Vista Start Menu,</a> a replacement for both the XP and Vista menus. Developer Dennis Nazarenko created it becuase he says:</p><p><em>&#8220;I have always found the Start Menu in Windows to be inconvenient to use. In the new Windows Vista it&#8217;s been made more attractive but more inconvenient than even before!&#8221;</em></p><p><span
id="more-5159"></span>His replacement is definitely a more useful option for XP but I would never recommend using it in Vista, it would be somewhat of a step backwards.</p><p>In fact you can actually get the Vista Start Menu in XP, thanks to the Vista Start Menu Emulator by Folgelsoft. It is a completely accurate version of the Vista start menu for XP, and I think it&#8217;s very impressive. In fact I on my XP computer I love using this application as it functions almost identically to the real thing and is a dead ringer looks-wise.</p><p>The performance is also impressive, no lag or slow down compared to the default menu and it loads very fast on the initial login. The integrated search is almost instant, and better in some ways then Vista, but that&#8217;s becuase the VSME only searches the shortcuts within the menu itself. Vista indexes the entire system.</p><p>So if you want to give the new start menu a try without upgrading then this is how you can do it. Admittedly it looks a bit funny when used with the Luna theme as it&#8217;s black and transparent, but you can always skin your desktop to match.</p><p>Update: The Vista Start Menu Emulator homepage is no longer available. We have uploaded the last public version of the software program to our servers. You can download it here: <a
class="downloadlink" href="http://www.ghacks.net/wp-content/plugins/download-monitor/download.php?id=20" title=" downloaded 41 times" >Vista Start Menu Emulator (41)</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/01/the-windows-start-menu/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Change Right-Click Options with FileMenu Tools</title><link>http://www.ghacks.net/2007/01/07/change-right-click-options-with-filemenu-tools/</link> <comments>http://www.ghacks.net/2007/01/07/change-right-click-options-with-filemenu-tools/#comments</comments> <pubDate>Sun, 07 Jan 2007 08:36:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[application]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[context]]></category> <category><![CDATA[file-menu]]></category> <category><![CDATA[filemenu-tools]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[menu]]></category> <category><![CDATA[send-to]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/07/change-right-click-options-with-filemenu-tools/</guid> <description><![CDATA[Windows reacts in a predefined way if you right-click a folder, file or blank space. It offers all kinds of actions such as Open, Delete, Add to archive and Send to which is a convenient way but I sometimes have the feeling that some commands are missing in that dialog. The freeware FileMenu Tools makes it easy to add new entries to the file menu by offering a set of predefined actions that can be enabled with a mouse click.]]></description> <content:encoded><![CDATA[<p>Windows reacts in a predefined way if you right-click a folder, file or blank space. It offers all kinds of actions such as Open, Delete, Add to archive and Send to which is a convenient way but I sometimes have the feeling that some commands are missing in that dialog. The freeware <a
target="_blank" title="file menu tools" href="http://www.lopesoft.com/en/fmtools/info.html">FileMenu Tools</a> makes it easy to add new entries to the file menu by offering a set of predefined actions that can be enabled with a mouse click.</p><p>You are free to create new folders, sub menus and separators and fill them with the content that FileMenu Tools offers. New options vary from the very useful Command Line From Here option which opens the command line window from the selected folder. You may also run a selected program with parameters (defrag or anti-virus for example) and perform many operations such as copy path, move to, advanced delete and advanced renamer.</p><p><span
id="more-1072"></span>Besides that you can edit the Send To dialog which I personally rarely use. You can disable current options and add new ones with ease. One application could be to move files to a special data folder once they have been downloaded and checked. There are certainly other and better options but this is just to show that adding new send to entries can be useful.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/07/change-right-click-options-with-filemenu-tools/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
