Wednesday, 28 November 2012

Cherry Py Anyone?

More to follow on this one too...

Since I posted this back in 2012 I have written several webservers using CherryPy. It is great for simple webpages. I did give up on it for 1 project when I needed a good db api when I chose my old favourite Django.

I also use markup.py to generate all my html with no template. Recently I have learnt to do Ajax using JSON to communicate between page and server this should improve some of my webpages.




Trigger IO

More to follow....

This topic never got off the ground as our client got bored before we had chance to get in gear. Hey ho.
Probably worth checking it out though if you are into mobile apps with some native integration and html5.

This Editor is Sublime

Today I 'ave mainly been thinking myself lucky to have finaly found an editor that is fun to use (as opposed to just functional).

This web post is a placeholder for me to rant about how great it is..

Sublime Text 2 is the name .. watch out for more on this one!

Go here to look

I wondered how to edit hidden files on OS X (not visible in finder open).

To read hidden files I added the sublime editor to my path:

sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl

Then I can type

subl -a .hgignore (this adds the file .hgignore to the open editor)