Four alternative CMS to WordPress I recently discovered (presented in no particular order):
- PencilBlue – Requires nodeJs
- Bolt – Silex based with Symfony components
- October – Laravel based
- Builder Engine – Codeingiter based
- Go to builderengine.org for the open sourced, self hosted version and builderengine.com for the cloud SaaS solution.
- Cockpit – Maybe I already posted this one, but it fits perfectly on this list. More developer oriented, like a pre-made backoffice to create content and an API to get those contents. Clever project.
- ci_bootstrap_3 – less polished, more of a developer thing, but is a good mix of components based on Codeingiter 3.
Encryption Library in C#
Twofish 512, Serpent 512, Rijndael 512, the HX series, and Super-Ciphers
A paper by Dan Brown (20 years experience information architecht) .
Eight principles of information architecture.
https://www.asis.org/Bulletin/Aug-10/AugSep10_Brown.pdf
Amazing! Don’t miss the short interview with the presenter after his talk.
Making AJAX as simple as anchor tags
Use familiar, declarative attributes to add AJAX to your application.
<-- This button posts to '/click' when it is clicked --> <button ic-post-to="/click"> Click Me! </button>
A Virtual machine, starting in free, with a webIDE and a nice response time.
Visit Nitrous.io and take it for a spin. To me it’s been useful for when I’m behind corporate firewalls that don’t allow ssh or ftp, I can use this machine in the middle to make this connections and make some quick fix even in these situations.
Code on your box in the cloud via our Web IDE, your favorite Desktop Editor, or our Chrome application. Share boxes and code together right in your browser.
http://tintui.com/index.html
Some select recent ones, very good.
Also a reference to the site where I discovered him: hyperallergic.com
This is his site: johnholcroft.com