Monday, March 3, 2014

Setup JQuery and Ajax on Django Framework

This based on my experience using JQuery Ajax on Django Framework, the first thing and basic thing to do setup JQuery on Django is about static file.

What is static file ?
Let say static file is file that never changed when page is loading, if you already familiar with web programming you should know about .css, .js , image file, .html file. And then let say those file is static file :-).

How to setup static file on Django ?
# Create static folder under your Django project, place it in same directory as manage.py

Saturday, March 1, 2014

Koding.com the social collaborative plaform

Last time I tried openshift from RedHat, it's good platform. But there is some thing that I don't get is about root access to virtual machine, and live code editing :-), with koding platform I get 20GB for a free, root access to virtual machine, live code editing, social collaborative and the best part is I don't really need local setup for development because I can code on the fly for testing app :-).

The thing is we need to register to koding.com to get 20GB free storage and awesome platform.

With this I try to create web application, but still in progress hope I can finish this in 2014 :-) and make something useful for other people.

Some awesome feature:

1. Social Development, also you can create interactive class for tutoring