Web Application Development with Clojure – Part 4 By vijay on February 12, 2012 — 6 mins read The story so far - In the last 3 parts, we completed setting up the project for a simple blog engine, loading the test data and finally displaying the blog posts on the "home" page. In this post first we'll first add some nice CSS, using Twitter Bootstrap, to make it look a bit better and finish the blog post detail page. Next we'll add an authentication page for the blog - a simple login page that will check the credentials entered. More
Web Application Development with Clojure – Part 3 By vijay on January 31, 2012 — 6 mins read This post is part of the Web Application Development with Clojure tutorial. You might want to read the previous posts before this post for continuity’s sake. Part 1: Project Setup Part 2: Data model definition with Lobos and Korma Part 3: Loading Fixtures with clj-yaml and HTML Templating with Enlive Part 4: Adding CSS, Post... More