Sunday, September 25, 2011
Saturday, September 24, 2011
Clojure 1.3 released
> We are pleased to announce today the release of Clojure 1.3:>> http://clojure.org/downloads>> For maven/leiningen users, your settings are now:>> :dependencies [[org.clojure/clojure "1.3.0"]]>> This release includes many significant features and performance> enhancements, documented here:>> https://github.com/clojure/clojure/blob/1.3.x/changes.txt>
Posted via email from miner49r
Thursday, September 22, 2011
HTML 5 Canvas Deep Dive
Today we will dive very deep into the Canvas API and learn how to make both useful and graphically intense effects using pure web technology, no plugins required.
Posted via email from miner49r
Monday, September 12, 2011
Wednesday, September 7, 2011
NodeJS Mac OS X Packages
https://sites.google.com/site/nodejsmacosx/
Posted via email from miner49r
ClojureScript and Node.js
In this post we’ll demonstrate the mechanics of using ClojureScript with Node.js and see some programs written with this stack. The information here should provide a good starting point for you to explore using ClojureScript and Node.js in your own applications.
The code for the programs described below is available on Github.
Posted via email from miner49r
Tuesday, September 6, 2011
Lacij: dynamic SVG in Clojure
> Lacij is a graph visualization library written in Clojure. It allows the display and the dynamic modification of graphs as SVG documents that can be viewed with a Web browser or with a Swing component. Undo/redo is supported for the dynamic modification. Automatic layout is provided for the visualization.
• Uses Tikkba, library for the creation and the dynamic modification of SVG
• Tikkba uses Apache Batik
• Tikkba uses the SVG DSL of the Analemma library
https://github.com/pallix/tikkba
http://xmlgraphics.apache.org/batik/index.html
http://liebke.github.com/analemma/
Posted via email from miner49r
D3 in ClojureScript
A ClojureScript façade for the D3 JavaScript DOM-manipulation library
Posted via email from miner49r
Monday, September 5, 2011
Just some other awesome CSS3 buttons
In this article you’ll learn how to create some cool CSS3 buttons in just a few steps.
Posted via email from miner49r