↗ link
Links
↗ link
Build configs using Sencha Command
↗ link
In process shell for introspecting a running Python process
In process shell for introspecting a running Python process:
↗ link
JSONovich - Pretty-print JSON in Firefox
JSON pretty-printer for Firefox: JSONovich :: Add-ons for Firefox
↗ link
The main issue with non-blocking servers
↗ link
PostgreSQL top (pg_top): Project Home Page
↗ link
Quick Tip: CSS 100% Height
↗ link
Scoping ExtJS CSS
↗ link
Git undo, reset or revert?
Also useful:
git rm -r --cached *
That will recursively remove every file from the index (files staged for commit).
↗ link
Why WordPress Asks for Connection Info
Why WordPress Asks for Connection Info
You can also add this to wp-config.php to get rid of the FTP prompt in case you have write permissions but WordPress does not understand it correctly:
define('FS_METHOD', 'direct');