Web

Tools for developing Dynamic Web Sites

Posted on April 2, 2008. Filed under: Computer, Web, compigiri, internet, technology | Tags: , , , , , , |

I started developing web sites about an year ago. When I started out I did not know of any of the frameworks which make the job of developing a dynamic web site easy. I spent a lot of time finding tools which suited my need.
In this post I have listed the tools I use. It [...]

Read Full Post | Make a Comment ( 4 so far )

Django book

Posted on January 10, 2008. Filed under: Computer, Web, compigiri, internet | Tags: , , , |

The long awaited Django book has been released. The book is now available in stores and online at http://www.djangobook.com/en/1.0/.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to make common Web-development tasks fast and easy. More info about Django can be found here http://www.djangoproject.com/.
Some [...]

Read Full Post | Make a Comment ( None so far )

Comparison of REST Vs XML-RPC

Posted on October 30, 2006. Filed under: Computer, REST, Web, XML, XML-RPC, comparison, compigiri, internet |

Some background of the protocols
Rest protocol uses the HTTP GET and HTTP PUT methods to communicate with an application server. For example an API for a typical application would look like

http://example.com/users/
http://example.com/users/{user} (one for each user)
http://example.com/findUserForm
http://example.com/locations/
http://example.com/locations/{location} (one for each location)
http://example.com/findLocationForm
The client typically a webbrowser needs to construct HTTP requests and parse XML or HTML responses.
XML-RPC [...]

Read Full Post | Make a Comment ( 6 so far )

Liked it here?
Why not try sites on the blogroll...