chmac: development

Sort by: Date / Title / URL

  1. https://github.com/styleguide/javascript
    GitHub's javascript (or ranmther CoffeeScript) styleguide. Useful.
  2. http://haruska.com/2009/09/29/remote-pair-programming-with-screen-and-vim/
    Couple of simple commands to setup shared terminal sessions with screen. Neat. Requires some permission changes on some hosts. Awesome for paired programming.
  3. http://js2coffee.org/
    Neat webapp that converts javascript into coffeescript and vice versa. Handy for figuring out the syntax.
  4. http://www.echoditto.com/blog/never-touch-your-local-etchosts-file-os-x-again
    Very useful guide on how to setup dnsmasq on OS X. Weird stuff with /etc/resolver/tld whereby the resolver is only used for a particular domain. Useful in some ways, weird in others.
  5. https://code.google.com/p/adb-fastboot-install/
    Package containing the adb and fastboot binaries and a handful of simple shell scripts to drop them into the appropriate places on mac / linux. Nice.
  6. http://www.giantflyingsaucer.com/blog/?p=3918
    Useful article mixing restify, node.js and coffeescript. Very handy for the basic design patterns and language layouts, even if it's a really simple example.
  7. http://coffeescriptcookbook.com/
    Awesome walkthrough of various coffeescript features / options / design patters, etc. Found it via the section on regexes, excellent, useful.
  8. http://apptob.org/
    Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
  9. http://blog.joeandrieu.com/2012/01/30/the-worlds-simplest-autotweeter-in-node-js/
    A really simple walkthrough of how an auto tweeting tool was created in node.js. Includes some useful links to node-oauth, forever (monit for node), and express, a web framework for node!
  10. http://jsonviewer.stack.hu/
    Handy online visualiser for json data. Can get slow with large files, but it's useful nonetheless.
  11. http://www.appcelerator.com/
    Incredibly interesting app development platform that builds apps for all platforms (desktop & mobile, including linux, yay!) quickly with a single API. Open source, free, pay for premium support. Very, very interesting business.
  12. http://www.symfony-project.org/
    symfony is a powerful PHP framework. It has some very impressive scaffolding (CRUD interface) tools, is highly customisable, and designed for enterprise level programming. It looks good for crud related projects, perhaps not so much custom projects.
  13. http://www.odesk.com/w/
    oDesk is a little like RentaCoder but provides a fuller service including staff monitoring so projects can be paid by the hour.
  14. http://planetozh.com/projects/wordpress-functions-history/
    Pop in a WordPress function name and it'll tell you when it was introduced and when it was dropped. It tracks over 1'900 functions through 30 versions of WordPress. Nice. Thanks ozh.
  15. http://www.netbeans.org/
    NetBeans is a Java IDE which runs on Windows, Mac, Linux or Solaris. It's the IDE used by Reflexivity for SmartHippo and other projects.
  16. http://phpmailer.sourceforge.net/
    An open source mailer class for PHP, supports local sendmail, smtp, the full monty.
  17. http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#14
    Upgrading Coppermine from version 1.4.x to the latest (as at version 1.4.12).
  18. http://www.confiz.com/
    The web design / development company based in Pakistan behind Vator.tv and other projects.
  19. http://www.sitepoint.com/article/developing-facebook-platform
    An article from Sitepoint.com on how to develop PHP apps for Facebook

First / Previous / Next / Last / Page 1 of 1