Topics - ewemoa [ switch to compact view ]

Pages: prev1 ... 17 18 19 20 21 [22] 23 24 25 26 27next
106
Firefox 3 Searches Alias

  • Short Introduction
    This alias allows you to reuse your Firefox "Smart Keyword" searches from within FARR.

    For example, you might configure a Smart Keyword using the keyword "dc" to search the donationcoder forums.  To perform this search in Firefox, in its location bar one might type:

      dc weekly news

    With this alias, you can initiate a similar search from within FARR, (even when Firefox is not running), in its search edit box one might type:

      fs3 dc:weekly news

    In addition, with FARR's non-contiguous matching enabled, you don't even have to remember the "dc" keyword.  If you can type a portion of the website's name, FARR can filter potential candidate searches for you.

    (Feel free to skip the next section "Introduction for the Patient" if you felt you got the basic idea.  I recommend looking at the "Quick Start" section before deciding what to look at afterwards.)

  • Introduction for the Patient
    According to Wikipedia's article on "Features of Mozilla Firefox":

      Smart keywords can be used to quickly search for information on
      specific Web sites.  A smart keyword is defined by the user and can
      be associated with any bookmark, and can then be used in the
      location bar as a shortcut to quickly get to the site or, if the
      smart keyword is linked to a searchbox, to search the site.

    A major aim of this alias is to enable FARR to reuse the core functionality provided by features such as "Smart Keywords" [1].

    Using this alias, a user should be able to quickly search a site via FARR, leveraging Firefox's store of search information, but perhaps in a manner that is more convenient than in Firefox.

    Once the alias has been configured, one might type:

      f3s donatcode:cranioscopical                                  (1)

    or perhaps:

      f3s dc:cranioscopical                                             (2)

    or even:

      f3s doooom:cranioscopical                                      (3)

    in FARR's search edit box to search for "cranioscopical" at the DonationCoder forums.

    If one were using smart keywords, the properties dialog box for the bookmark might have the following fields and values:

      Name: DonationCoder Forums
      Location: https://www.donationcoder.com/forum/index.php?action=search2&search_selection=entireforum&submit=search&search=%s
      Keyword: dc

    Invocations (1) and (3) depend on FARR's non-contiguous matching [2], while invocation (2) might work due to the associated keyword (or also the non-contiguous matching).

    [1] For more information on "Smart Keywords", please consider:

          https://secure.wikimedia.org/wikipedia/en/wiki/Features_of_Mozilla_Firefox#Smart_Keywords
          http://kb.mozillazine.org/Using_keyword_searches
          https://support.mozilla.com/en-US/kb/Smart+Keywords

    [2] In FARR's Options dialog, under Program Options -> Settings -> Search
        Behavior -> Non-contiguous Pattern Matching, there is a setting for:

          Score non-contiguous matches

        This alias may be more convenient if the associated checkbox for
        this setting is checked.

        In addition, it may be that the alias' behavior is affected by the
        checkbox for the setting immediately beneath:

          Disable non-contiguous matching when using +sall to show all matches

        This remains to be determined :)

  • Quick Start
    Please note that below, lines prefixed by >>> are intended as actions.  You may be able to read just those lines and manage to get things working.  The rest of the text is for the cases where that doesn't work out.

    The current approach is meant as a proof-of-concept.  Unfortunately, it has some drawbacks (including but not necessarily limited to):

      -Initial configuration is necessary.  The process used in this
       approach depends on knowing where one's Firefox data (profile
       directory) is and determining this automatically does not appear to
       be so simple.  As of this writing, no automatic method has been
       implemented.
      
      -Periodic manual execution of a utility is necessary to update
       alias information if relevant Firefox data changes.

    If that doesn't bother you or you want to try anyway, please continue :)

  • Installation and Configuration
    The actions in this section include: confirmation, modification, execution of a utility, and informing FARR of changes.

    >>> Confirm that the folder containing the README.txt from the unpacked archive is located in:
    >>>
    >>>   Windows XP: <FARR-Installation-Dir>\AliasGroups\Installed\FF3Searches
    >>>   Vista / 7: Good question -- someone care to help me out on this? :)

    where <FARR-Installation-Dir> is typically (but not necessarily):

      C:\Program Files\FindAndRunRobot

    >>> Appropriately specify values in ExtractFF3Searches.ini

    A starting template is provided in ExtractFFSearches.ini.blank.  Copying it and modifying the result is recommended.  Its content is:

      [Settings]
      ProfileDir=
      Debug=0

    The important value is the one that specifies your Firefox profile directory.  This is named ProfileDir.

    Typical values of ProfileDir may look like (but are not likely to be exactly the same as):

      C:\Documents and Settings\rolfs\Application Data\Mozilla\Firefox\Profiles\p314e21.default
      C:\Users\carlh\AppData\Roaming\Mozilla\Firefox\Profiles\z80x486.default
      X:\Apps\FirefoxPortable\Data\profile
      
    If you don't know what value to use, the following might be of some use in making a determination:

      http://support.mozilla.com/en-US/kb/Profiles
      http://kb.mozillazine.org/Profile_folder_-_Firefox#Finding_the_profile_folder

    Debug should be 0 (off) or 1 (on).  If Debug is 1, the extraction utility (ExtractFFSearches.exe) may provide more diagnostic information than otherwise via dialog boxen and a file named debuglog.txt.

    Once ExtractFF3Searches.ini has been appropriately modified:

    >>> Run ExtractFF3Searches.exe to generate FF3Searches.txt

    Successful execution should result in the creation of a file named FF3Searches.txt.  If you've used FARR aliases before, the content of this file might look familiar.  It is analogous to what you might put in the "Result(s)" text area of the "Edit Group Alias" dialog box in FARR.

    To make FARR aware of the Firefox 3 Searches alias, either restart FARR or:

    >>> Bring up FARR and type: goreload

    Note that there may be a discrepancy between what is in FF3Searches.txt and the most up-to-date information maintained by Firefox.  See the Notes section below for some more detail.

  • Example Usage
    To search Stack Overflow for FARR:

    >>> Bring up FARR and type f3s so:FARR

    One way to analyze what is typed is:

      f3s
        the name of the alias
      <space-character>
        a separator between the alias and the rest
      so
        a string that matches a name/title (Stack Overflow)
      :
        a separator indicating that query terms are about to follow
      FARR
        the query text

    Note the colon character between "so" and "FARR".

    To search Firefox Add-ons for greasemonkey:

    >>> Bring up FARR and type f3s ffa:greasemonkey

    One way to analyze what is typed is:

      f3s
        the name of the alias
      <space-character>
        a separator between the alias and the rest
      ffa
        a string that matches a name/title (Firefox Add-ons)
      :
        a separator indicating that query terms are about to follow
      greasemonkey
        the query text

    Did I mention that there's a colon?  ;)

    The usage of this alias is very similar to that of another one named "SokuGin".  The latter's documentation may be nicer, so it's possible that taking a look might be helpful:

      https://www.donationcoder.com/forum/index.php?topic=15904.0

  • Notes
    -There is an alias for rebuilding FF3Searches.txt -- it is f3sx

    -There is an alias for viewing content similar to what's here -- it is f3sreadme

    -Values in ExtractFF3Searches.ini, should be specifiable using
     environment variables such as %APPDATA%.

    -ExtractFF3Searches.exe may be run with command line arguments (the
     values override any values in the .ini file).  A value for ProfileDir
     may be specified and optionally -v which is equivalent to Debug=1.

    -The extraction utility analyzes daily backups of bookmarks that
     Firefox creates.  The extracted information may be out-of-date
     because the backups are too.  The most up-to-date information is
     stored in a file which Firefox locks while it is running in a manner
     that appears to prevent other programs from accessing it.

     I presume many people often have Firefox running, so I looked for
     another way to access information which might often be comparably
     good.  For more details, please read the following posts:
     
       https://www.donationcoder.com/forum/index.php?topic=18615.msg195345#msg195345
       https//www.donationcoder.com/forum/index.php?topic=18615.msg195489#msg195489

     One work-around is to wait 24 hours and extract again.

     Another might be to use the Backup functionality via Firefox's
     Organize Bookmarks window (though, I've found the latter to be
     somewhat, delayed (may be?) in opeartion).

     A longer-term work-around might be to convince Firefox developers to
     make bookmark data more readily accessible -- preferably without
     users having to install anything additional or make any configuration
     changes :)

     I wasn't keen on copying the locked file to another location and then
     accessing it.  Perhaps my leanings on this matter might be
     influenced...
      
    -Firefox 3.6 seems to generate invalid JSON -- at least the bookmark
     backups in alleged JSON format are not necssarily strictly JSON.  My
     local copies have trailing commas in places where there should not be
     -- at least, that's my current understanding.  This led me to pass on
     using Douglas Crockford's json_parse.js, sadly.

    -Tested with Firefox 3.6 and FARR 2.86.01 around 2010-03-01 on Windows XP
     SP3.

  • Credits
    Thanks to:

      mouser
        for testing, discussion, etc.
      Jabberwock for writing up his post:
        https://www.donationcoder.com/forum/index.php?topic=18615.0
      lanux128
        for discussion and testing

      erictheturtle
        for ws4ahk
      Mike Samuel
        for json-sans-eval, but:
          source code seems to suggest Public Domain
          web page says Apache License 2.0
          errr, so which is it?

      Douglas Crockford
        for JSON
      Chris Mallet and AHK contributers  
        for AutoHotkey and Related Code
      Firefox developers and users
        for Firefox

      Ok, this list could go on, but let's stop here :)


Download

107
FARR Plugins and Aliases / CHM2Alias
« on: March 01, 2010, 05:31 AM »
CHM2Alias

This (still very alpha) tool attempts to create a FARR .alias file from a .chm file.  The resulting alias consists of results that point to specific nodes within the .chm file.

Thus, FARR's searching/filtering capabilities may be applied to quickly navigate to certain places within .chm files for which corresponding .alias files have been created, installed, and configured.

How to Use

Basically the tool is applied to an existing .chm file to create a new .alias file.  The resulting .alias file should be placed in an appopriate location and then possibly tweaked via FARR's UI.  Detailed instructions follow.

At the moment, your machine must have hh.exe living in C:\WINDOWS\ for this tool to work.

Creating the new .alias file.

1. Drop a .chm file on to CHM2Alias.exe.

There should be a new .alias file in the same directory as CHM2Alias.exe.

Installing the new .alias file.

2. For Windows XP, the new .alias file should be placed in the folder:

  <FARR-Installation-Dir>\AliasGroups\MyCustom\

where <FARR-Installation-Dir> is typically:

  C:\Program Files\FindAndRunRobot

but may be somewhere else depending on your setup.

For Vista / 7, the new .alias file should typically be placed in:

  C:\Users\<username>\Documents\DonationCoder\FindAndRunRobot\AliasGroups\MyCustom\

where <username> is your user name.

Configuring the new .alias file.
  
3. Open FARR's Options window and navigate to:

  Program Options ->
    Lists ->
     Aliases/Groups
      
Then choose the new .alias via the combo box labeled:

  Select Alias/Group file to configure
  
4. Bring up the "Edit Group/Alias" dialog for the single entry by double-clicking the entry or via its context-sensitive menu.

5. Edit any values appropriately -- specifically, choosing a relatively short value for Group Alias Name is recommended.

Using the new alias.

6. Bring up FARR and type the alias' value for Group Alias Name.

Temporary Download

108
FARR Plugins and Aliases / DevCheatSheets Alias
« on: February 05, 2010, 02:56 AM »
Below is the result of applying Target's post, Greasemonkey, and XPath Checker.  The intended destination is the result(s) text area of an Edit Alias Group dialog.  (FWIW, I use 'devcs' for the name of the alias group.)

Sorry it isn't in a convenient form for importing/use.  Perhaps it can be improved  8)

Click Me?
3D Studio Max | http://devcheatsheet.com/tag/3d-studio-max/
Accessibility | http://devcheatsheet.com/tag/accessibility/
ActionScript | http://devcheatsheet.com/tag/actionscript/
ActiveRecord | http://devcheatsheet.com/tag/activerecord/
Ada | http://devcheatsheet.com/tag/ada/
Adobe Acrobat | http://devcheatsheet.com/tag/adobe-acrobat/
Adobe Dreamweaver | http://devcheatsheet.com/tag/dreamweaver/
Adobe Fireworks | http://devcheatsheet.com/tag/fireworks/
Adobe Flash | http://devcheatsheet.com/tag/flash/
Adobe Flex | http://devcheatsheet.com/tag/adobe-flex/
Adobe Framemaker | http://devcheatsheet.com/tag/adobe-framemaker/
Adobe Illustrator | http://devcheatsheet.com/tag/adobe-illustrator/
Adobe InCopy | http://devcheatsheet.com/tag/adobe-incopy/
Adobe InDesign | http://devcheatsheet.com/tag/indesign/
Adobe Integrated Runtime (AIR) | http://devcheatsheet.com/tag/adobe-air/
Adobe Photoshop Elements | http://devcheatsheet.com/tag/adobe-photoshop-elements/
Adobe Photoshop | http://devcheatsheet.com/tag/adobe-photoshop/
AJAX | http://devcheatsheet.com/tag/ajax/
Apache | http://devcheatsheet.com/tag/apache/
AppleWorks | http://devcheatsheet.com/tag/appleworks/
apt-get | http://devcheatsheet.com/tag/apt-get/
ASCII | http://devcheatsheet.com/tag/ascii/
Ask.com | http://devcheatsheet.com/tag/ask/
ASP | http://devcheatsheet.com/tag/asp/
ASP.NET | http://devcheatsheet.com/tag/aspnet/
awk | http://devcheatsheet.com/tag/awk/
BackTrack | http://devcheatsheet.com/tag/backtrack/
Bash | http://devcheatsheet.com/tag/bash/
Bazaar | http://devcheatsheet.com/tag/bazaar/
Blender | http://devcheatsheet.com/tag/blender/
Blogger | http://devcheatsheet.com/tag/blogger/
Blueprint CSS | http://devcheatsheet.com/tag/blueprint/
BPMN | http://devcheatsheet.com/tag/bpmn/
C | http://devcheatsheet.com/tag/c/
C# | http://devcheatsheet.com/tag/c-sharp/
C++ | http://devcheatsheet.com/tag/cpp/
CakePHP | http://devcheatsheet.com/tag/cakephp/
Capistrano | http://devcheatsheet.com/tag/capistrano/
CFScript | http://devcheatsheet.com/tag/cfscript/
Character Codes | http://devcheatsheet.com/tag/character-codes/
chmod | http://devcheatsheet.com/tag/chmod/
Cinema 4D | http://devcheatsheet.com/tag/cinema-4d/
Clojure | http://devcheatsheet.com/tag/clojure/
COBOL | http://devcheatsheet.com/tag/cobol/
CodeIgniter | http://devcheatsheet.com/tag/codeigniter/
ColdFusion | http://devcheatsheet.com/tag/coldfusion/
Colors | http://devcheatsheet.com/tag/colors/
Common Lisp | http://devcheatsheet.com/tag/common-lisp/
Country Codes | http://devcheatsheet.com/tag/country-codes/
CSS | http://devcheatsheet.com/tag/css/
CVS | http://devcheatsheet.com/tag/cvs/
DB2 | http://devcheatsheet.com/tag/db2/
Delphi | http://devcheatsheet.com/tag/delphi/
Design Patterns | http://devcheatsheet.com/tag/design-patterns/
Django | http://devcheatsheet.com/tag/django/
Doctrine | http://devcheatsheet.com/tag/doctrine/
DOM | http://devcheatsheet.com/tag/dom/
DOS | http://devcheatsheet.com/tag/dos/
Drupal | http://devcheatsheet.com/tag/drupal/
DTD | http://devcheatsheet.com/tag/dtd/
E Text Editor | http://devcheatsheet.com/tag/e-text-editor/
Eclipse | http://devcheatsheet.com/tag/eclipse/
ed | http://devcheatsheet.com/tag/ed/
emacs | http://devcheatsheet.com/tag/emacs/
Enterprise JavaBeans (EJB) | http://devcheatsheet.com/tag/enterprise-javabeans-ejb/
Erlang | http://devcheatsheet.com/tag/erlang/
Exim | http://devcheatsheet.com/tag/exim/
ExpressionEngine | http://devcheatsheet.com/tag/expressionengine/
F# | http://devcheatsheet.com/tag/f-sharp/
Fgdump | http://devcheatsheet.com/tag/fgdump/
Final Cut Pro | http://devcheatsheet.com/tag/final-cut-pro/
Fonts | http://devcheatsheet.com/tag/fonts/
Fortran | http://devcheatsheet.com/tag/fortran/
Front Row | http://devcheatsheet.com/tag/front-row/
Funny | http://devcheatsheet.com/tag/funny/
Fusebox | http://devcheatsheet.com/tag/fusebox/
Git | http://devcheatsheet.com/tag/git/
Gmail | http://devcheatsheet.com/tag/gmail/
GNU Debugger (GDB) | http://devcheatsheet.com/tag/gnu-debugger-gdb/
GNU Readline | http://devcheatsheet.com/tag/readline/
Google Adwords | http://devcheatsheet.com/tag/google-adwords/
Google Analytics | http://devcheatsheet.com/tag/google-analytics/
Google Docs | http://devcheatsheet.com/tag/google-docs/
Google Maps | http://devcheatsheet.com/tag/google-maps/
Google Reader | http://devcheatsheet.com/tag/google-reader/
Google Voice | http://devcheatsheet.com/tag/google-voice/
Google Wave | http://devcheatsheet.com/tag/google-wave/
Google | http://devcheatsheet.com/tag/google/
Haskell | http://devcheatsheet.com/tag/haskell/
Hibernate | http://devcheatsheet.com/tag/hibernate/
Hping | http://devcheatsheet.com/tag/hping/
htaccess | http://devcheatsheet.com/tag/htaccess/
HTML | http://devcheatsheet.com/tag/html/
IBM AIX | http://devcheatsheet.com/tag/aix/
iCal | http://devcheatsheet.com/tag/ical/
IDA Pro | http://devcheatsheet.com/tag/ida-pro/
IIS | http://devcheatsheet.com/tag/iis/
Incanter | http://devcheatsheet.com/tag/incanter/
Informix | http://devcheatsheet.com/tag/informix/
Ingres | http://devcheatsheet.com/tag/ingres/
Internationalization (I18N) | http://devcheatsheet.com/tag/internationalization-i18n/
Internet Explorer | http://devcheatsheet.com/tag/internet-explorer/
Intuit Quickbooks | http://devcheatsheet.com/tag/intuit-quickbooks/
iTunes | http://devcheatsheet.com/tag/itunes/
Java | http://devcheatsheet.com/tag/java/
JavaScript | http://devcheatsheet.com/tag/javascript/
Joomla! | http://devcheatsheet.com/tag/joomla/
jQuery | http://devcheatsheet.com/tag/jquery/
JSP | http://devcheatsheet.com/tag/jsp/
JSTL | http://devcheatsheet.com/tag/jstl/
Keynote | http://devcheatsheet.com/tag/keynote/
LaTeX | http://devcheatsheet.com/tag/latex/
Lift | http://devcheatsheet.com/tag/lift/
Lime Testing Framework | http://devcheatsheet.com/tag/lime/
LINQ | http://devcheatsheet.com/tag/linq/
Linux | http://devcheatsheet.com/tag/linux/
Lisp | http://devcheatsheet.com/tag/lisp/
Lotus Notes | http://devcheatsheet.com/tag/lotus-notes/
Lua | http://devcheatsheet.com/tag/lua/
Macromedia Freehand | http://devcheatsheet.com/tag/macromedia-freehand/
Marketing | http://devcheatsheet.com/tag/marketing/
MathML | http://devcheatsheet.com/tag/mathml/
MATLAB | http://devcheatsheet.com/tag/matlab/
Mercurial | http://devcheatsheet.com/tag/mercurial/
Metasploit | http://devcheatsheet.com/tag/metasploit/
Microformats | http://devcheatsheet.com/tag/microformats/
Microsoft .NET Framework | http://devcheatsheet.com/tag/dotnet/
Microsoft Entourage | http://devcheatsheet.com/tag/microsoft-entourage/
Microsoft Excel | http://devcheatsheet.com/tag/excel/
Microsoft FrontPage | http://devcheatsheet.com/tag/frontpage/
Microsoft InfoPath | http://devcheatsheet.com/tag/infopath/
Microsoft Office | http://devcheatsheet.com/tag/microsoft-office/
Microsoft OneNote | http://devcheatsheet.com/tag/onenote/
Microsoft Outlook | http://devcheatsheet.com/tag/outlook/
Microsoft PowerPoint | http://devcheatsheet.com/tag/powerpoint/
Microsoft Project | http://devcheatsheet.com/tag/microsoft-project/
Microsoft Publisher | http://devcheatsheet.com/tag/microsoft-publisher/
Microsoft SQL Server | http://devcheatsheet.com/tag/sql-server/
Microsoft Visio | http://devcheatsheet.com/tag/microsoft-visio/
Microsoft Visual Studio | http://devcheatsheet.com/tag/visual-studio/
Microsoft Visual Web Developer | http://devcheatsheet.com/tag/microsoft-visual-web-developer/
Microsoft Windows | http://devcheatsheet.com/tag/windows/
Microsoft Word | http://devcheatsheet.com/tag/ms-word/
mod_rewrite | http://devcheatsheet.com/tag/mod_rewrite/
MODx | http://devcheatsheet.com/tag/modx/
MooTools | http://devcheatsheet.com/tag/mootools/
Movable Type | http://devcheatsheet.com/tag/movable-type/
Mozilla Firefox | http://devcheatsheet.com/tag/mozilla-firefox/
Mozilla Thunderbird | http://devcheatsheet.com/tag/mozilla-thunderbird/
MPlayer | http://devcheatsheet.com/tag/mplayer/
MS Access | http://devcheatsheet.com/tag/ms-access/
Mutt | http://devcheatsheet.com/tag/mutt/
MySQL | http://devcheatsheet.com/tag/mysql/
Nessus | http://devcheatsheet.com/tag/nessus/
Netcat | http://devcheatsheet.com/tag/netcat/
NetHack | http://devcheatsheet.com/tag/nethack/
Networking | http://devcheatsheet.com/tag/networking/
Nmap | http://devcheatsheet.com/tag/nmap/
OAuth | http://devcheatsheet.com/tag/oauth/
OllyDbg | http://devcheatsheet.com/tag/ollydbg/
OpenSSL | http://devcheatsheet.com/tag/openssl/
Oracle | http://devcheatsheet.com/tag/oracle/
OS X | http://devcheatsheet.com/tag/os-x/
Outlook Express | http://devcheatsheet.com/tag/outlook-express/
Pages | http://devcheatsheet.com/tag/pages/
Papervision 3D | http://devcheatsheet.com/tag/papervision-3d/
Pascal | http://devcheatsheet.com/tag/pascal/
Perforce | http://devcheatsheet.com/tag/perforce/
Perl | http://devcheatsheet.com/tag/perl/
PGP | http://devcheatsheet.com/tag/pgp/
PHP | http://devcheatsheet.com/tag/php/
PL/pgSQL | http://devcheatsheet.com/tag/pl-pgsql/
PL/SQL | http://devcheatsheet.com/tag/pl-sql/
PostgreSQL | http://devcheatsheet.com/tag/postgresql/
PowerShell | http://devcheatsheet.com/tag/powershell/
Prolog | http://devcheatsheet.com/tag/prolog/
Propel | http://devcheatsheet.com/tag/propel/
Prototype | http://devcheatsheet.com/tag/prototype/
Python | http://devcheatsheet.com/tag/python/
QuarkXPress | http://devcheatsheet.com/tag/quarkxpress/
R | http://devcheatsheet.com/tag/r/
RDFa | http://devcheatsheet.com/tag/rdfa/
Regular Expressions | http://devcheatsheet.com/tag/regex/
Reverse Engineering | http://devcheatsheet.com/tag/reverse-engineering/
Robocopy | http://devcheatsheet.com/tag/robocopy/
rpm | http://devcheatsheet.com/tag/rpm/
RSS | http://devcheatsheet.com/tag/rss/
rsync | http://devcheatsheet.com/tag/rsync/
Ruby on Rails | http://devcheatsheet.com/tag/ruby-on-rails/
Ruby | http://devcheatsheet.com/tag/ruby/
Safari | http://devcheatsheet.com/tag/safari/
Scala | http://devcheatsheet.com/tag/scala/
Scalable Vector Graphics (SVG) | http://devcheatsheet.com/tag/svg/
Schematron | http://devcheatsheet.com/tag/schematron/
Scheme | http://devcheatsheet.com/tag/scheme/
screen | http://devcheatsheet.com/tag/screen/
Scriptaculous | http://devcheatsheet.com/tag/scriptaculous/
Security | http://devcheatsheet.com/tag/security/
sed | http://devcheatsheet.com/tag/sed/
SEO | http://devcheatsheet.com/tag/seo/
Server Side Includes (SSI) | http://devcheatsheet.com/tag/ssi/
SharePoint Server | http://devcheatsheet.com/tag/sharepoint-server/
SimpleTest | http://devcheatsheet.com/tag/simpletest/
Smarty | http://devcheatsheet.com/tag/smarty/
Spring | http://devcheatsheet.com/tag/spring/
SQL Injection | http://devcheatsheet.com/tag/sql-injection/
SQL | http://devcheatsheet.com/tag/sql/
SQLite | http://devcheatsheet.com/tag/sqlite/
SSH | http://devcheatsheet.com/tag/ssh/
SSL | http://devcheatsheet.com/tag/ssl/
Subversion (SVN) | http://devcheatsheet.com/tag/svn/
Sybase | http://devcheatsheet.com/tag/sybase/
Symfony | http://devcheatsheet.com/tag/symfony/
T-SQL | http://devcheatsheet.com/tag/t-sql/
Tcl | http://devcheatsheet.com/tag/tcl/
TCP/IP | http://devcheatsheet.com/tag/tcp-ip/
tcpdump | http://devcheatsheet.com/tag/tcpdump/
TeX | http://devcheatsheet.com/tag/tex/
TextMate | http://devcheatsheet.com/tag/textmate/
Twitter | http://devcheatsheet.com/tag/twitter/
TypePad | http://devcheatsheet.com/tag/typepad/
UML | http://devcheatsheet.com/tag/uml/
Unicode | http://devcheatsheet.com/tag/unicode/
Unix | http://devcheatsheet.com/tag/unix/
Usability | http://devcheatsheet.com/tag/usability/
VB.NET | http://devcheatsheet.com/tag/vbnet/
VBScript | http://devcheatsheet.com/tag/vbscript/
Vi | http://devcheatsheet.com/tag/vi/
Vim | http://devcheatsheet.com/tag/vim/
Vimperator | http://devcheatsheet.com/tag/vimperator/
Virtual Private Network (VPN) | http://devcheatsheet.com/tag/vpn/
Visual Basic (VB) | http://devcheatsheet.com/tag/vb/
Visualization | http://devcheatsheet.com/tag/visualization/
Win32 | http://devcheatsheet.com/tag/win32/
Wireshark | http://devcheatsheet.com/tag/wireshark/
WordPress | http://devcheatsheet.com/tag/wordpress/
WPF | http://devcheatsheet.com/tag/wpf/
x-emacs | http://devcheatsheet.com/tag/x-emacs/
x86 | http://devcheatsheet.com/tag/x86/
XAML | http://devcheatsheet.com/tag/xaml/
Xcode | http://devcheatsheet.com/tag/xcode/
XHTML | http://devcheatsheet.com/tag/xhtml/
XML | http://devcheatsheet.com/tag/xml/
Xmonad | http://devcheatsheet.com/tag/xmonad/
XPath | http://devcheatsheet.com/tag/xpath/
XQuery | http://devcheatsheet.com/tag/xquery/
XSLT | http://devcheatsheet.com/tag/xslt/
XSS | http://devcheatsheet.com/tag/xss/
Yahoo! Query Language (YQL) | http://devcheatsheet.com/tag/yql/
Yahoo! Search BOSS | http://devcheatsheet.com/tag/yahoo-search-boss/
Yahoo! | http://devcheatsheet.com/tag/yahoo/
YUI | http://devcheatsheet.com/tag/yui/


Edited to fix an error (thanks for pointing it out mouser!) and changed the sort order.

109
Find And Run Robot / FarrFolders Demo
« on: February 03, 2010, 06:31 PM »
This is a series of screenshots intended to give a taste of what FarrFolders (latest at the time of this writing) can do.

Credits: FarrFolders was conceived of/developed by cardboard42 and rulfzid -- with contributions from others: mouser, nitrix-ud, skajfes, and TucknDar (if I missed someone or didn't credit appropriately, please let me know).  Please see this topic for details.

While interfacing with a save dialog, have you ever thought: "I wish I could just use FARR to find the folder to save to!".  Well, you can with FarrFolders :)

1. About to click on a link to download this interesting looking application...
0. Starting.png

2. Time to confirm the download.
1. Confirm Download.png

3. Hmm, none of these easily accessible save locations look good...
2. Save Dialog.png

4. I'll bring up FARR, find the directory to save to, apply the FarrFolders magic (+fao), press the Enter key and...
3. Find folder to save to using FARR...and add magic_ +fao.png

5. Lo and behold!  FARR has changed the directory in the save dialog box :)
4. Observe the results of pressing the enter key.png

110
Developer's Corner / Resources for learning Mercurial?
« on: January 27, 2010, 09:02 PM »
After watching Linus' talk on git (thank you Mark0, tinjaw) and talking with mouser, Mercurial seemed worth looking into, so...

Checked the forums here for previous mentions and below is a brief summary of some results:

  houstier referenced:
    Understanding Mercurial (redirects) via this post

  fenixproductions referenced:
    Mercurial Wiki  (redirects) via this post
    A tutorial on using Mercurial (redirects) via this post

  tomos referenced:
    A book on Mercurial - pdf (not found -- try Google w/ hgbook.pdf), online (redirects) via this post
    ----
    Editorial remark: Seems like the book in question used to be titled:

      Distributed revision control with Mercurial

    now it seems to be called:

      Mercurial: The Definitive Guide

  mouser referenced:
    Use Mercurial, You Git! (not found) via this post
    ----
    Editorial remark: Didn't succeed in locating a cached version of the article in question anywhere, but found the following:

      http://weblog.masukomi.org/2008/02/07/a-rebuttal-to-use-mercurial-you-git

    IIUC, one of the comments is from the author of the aforementioned article.

If any Mercurial users have things to add, please pitch in :)

Pages: prev1 ... 17 18 19 20 21 [22] 23 24 25 26 27next
Go to full version