Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is what works for me:</p> <p>Server stuff (emulates my RHE deployment server):</p> <ul> <li>Apache 1.3 and 2.2</li> <li><a href="http://www.modsecurity.org/" rel="noreferrer">mod_security</a></li> <li>PHP 4 and 5</li> <li>MySQL</li> <li>MDaemon mail server (old 3-user version just for testing mail())</li> <li><a href="http://www.imagemagick.org/" rel="noreferrer">ImageMagick</a></li> <li><a href="http://ffmpeg.org/" rel="noreferrer">ffmpeg</a></li> </ul> <p>Code writing:</p> <ul> <li><a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="noreferrer">Notepad++</a></li> <li>a <a href="https://sourceforge.net/forum/forum.php?thread_id=2082783&amp;forum_id=331754" rel="noreferrer">custom command</a> in shortcuts.xml to open the <a href="http://www.php.net/docs-echm.php" rel="noreferrer">PHP manual</a> on the selected function</li> <li>another custom command to run PHP in lint mode (<code>php.exe -l</code>) on the code file</li> <li>yet another custom command to run <a href="http://www.securityfocus.com/tools/2047" rel="noreferrer">RATS scanner</a> on the same</li> <li><a href="http://www.poedit.net/" rel="noreferrer">poEdit</a> for I18N</li> </ul> <p>Template editing:</p> <ul> <li><a href="http://www.smarty.net/" rel="noreferrer">Smarty</a></li> <li>the Notepad++ User Defined <a href="http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_smarty.xml" rel="noreferrer">Language file</a> for Smarty</li> <li>another custom command to run <a href="http://code.google.com/p/smarty-lint/" rel="noreferrer">smarty-lint</a></li> <li>my own Notepad++ <a href="https://sourceforge.net/forum/message.php?msg_id=6248729" rel="noreferrer">autocomplete file</a> for Smarty</li> </ul> <p>Debugging code and templates:</p> <ul> <li><a href="http://www.xdebug.org/" rel="noreferrer">Xdebug</a></li> <li>the <a href="https://addons.mozilla.org/en-US/firefox/addon/3960" rel="noreferrer">Xdebug Helper</a> extension for Firefox</li> <li>the <a href="https://sourceforge.net/projects/npp-plugins/files/DBGP%20Plugin/" rel="noreferrer">DBGP plugin</a> for Notepad++</li> <li><a href="http://sourceforge.net/projects/wincachegrind/" rel="noreferrer">WinCacheGrind</a> for profiling</li> <li><a href="http://getfirebug.com/" rel="noreferrer">Firebug</a> with <a href="http://www.firephp.org/" rel="noreferrer">FirePHP</a></li> <li><a href="http://n2.nabble.com/Smarty-debugging-td2402750.html#a2428254" rel="noreferrer">modified Smarty debugger</a> that outputs to FirePHP</li> <li><a href="http://dbug.ospinto.com/" rel="noreferrer">dBug</a></li> <li><a href="http://tailforwin32.sourceforge.net/" rel="noreferrer">Tail for Win32</a> to read the error logs in realtime</li> </ul> <p>Database stuff:</p> <ul> <li><a href="http://www.heidisql.com/" rel="noreferrer">HeidiSQL</a> to manage MySQL</li> <li><a href="https://addons.mozilla.org/en-US/firefox/addon/5817" rel="noreferrer">SQLite Manager</a> for Firefox</li> <li><a href="http://adodb.sourceforge.net/" rel="noreferrer">ADOdb</a></li> <li><a href="http://nemesis2.qx.net/pages/MyEnTunnel" rel="noreferrer">MyEnTunnel</a> for remote connections via SSH</li> <li>rarely used: <a href="http://osenxpsuite.net/SQLite2009Pro-v3.6.16.zip" rel="noreferrer">SQLite 2009 Pro</a>, <a href="http://dev.mysql.com/workbench/" rel="noreferrer">MySQL Workbench</a>, <a href="http://fabforce.net/dbdesigner4/" rel="noreferrer">DBDesigner4</a></li> </ul> <p>Other useful stuff:</p> <ul> <li>a <a href="http://www.collab.net/downloads/subversion/" rel="noreferrer">Subversion server</a> with <a href="http://tortoisesvn.tigris.org/" rel="noreferrer">TortoiseSVN</a> and <a href="http://winmerge.org/" rel="noreferrer">Winmerge</a></li> <li><a href="http://code.google.com/p/keynote-nf/" rel="noreferrer">Keynote NF</a> to store code snippets</li> <li><a href="http://filezilla-project.org/" rel="noreferrer">Filezilla</a> with Notepad++ set as default editor</li> <li><a href="http://ndexer.googlecode.com/" rel="noreferrer">Ndexer</a> (modified to add <a href="https://sourceforge.net/forum/message.php?msg_id=7413691" rel="noreferrer">support for Notepad++</a>) for searching the code archive</li> <li><a href="http://weitz.de/regex-coach/" rel="noreferrer">the Regex Coach</a></li> <li><a href="http://www.fiddler2.com/Fiddler2/version.asp" rel="noreferrer">Fiddler2</a> with <a href="http://www.codeplex.com/JsonViewer" rel="noreferrer">JsonViewer</a></li> <li><a href="http://www.cirt.net/nikto2" rel="noreferrer">Nikto</a> vulnerability scanner</li> <li><a href="http://phpsec.org/projects/phpsecinfo/" rel="noreferrer">PhpSecInfo</a></li> <li><a href="http://www.doxygen.org/" rel="noreferrer">Doxygen</a></li> <li><a href="http://www.exvision.net/miniphp/" rel="noreferrer">miniPHP Studio</a> to make desktop applications with PHP</li> </ul> <p>Almost all this stuff is open source and actually useful.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload