Saturday, September 24, 2011

Clojure 1.3 released

The announcement was posted on the Clojure mailing list:

> 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.

http://projects.joshy.org/presentations/HTML/CanvasDeepDive/presentation.html

Posted via email from miner49r

Wednesday, September 7, 2011

NodeJS Mac OS X Packages

By the way, you can get a prebuilt Node.js for Mac OS X here:

https://sites.google.com/site/nodejsmacosx/

It's probably easier to install than building from scratch.  Of course, you can find all the information you need to build from source if you follow the installation instructions found here:

Posted via email from miner49r

ClojureScript and Node.js

http://mmcgrana.github.com/2011/09/clojurescript-nodejs.html

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

https://github.com/pallix/lacij

> 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

More background info:

http://keminglabs.com/d3.clj/

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.
http://www.red-team-design.com/just-another-awesome-css3-buttons

Posted via email from miner49r