blogging about django..
- Building an iPhone Application
-
On the past few weeks I’ve been working on a new venture centered around the iPhone. The process of ...
- devdays with Carsonified and StackOverflow
-
Had a pleasant day looking at a few different languages at Kensington Town Hall again. Organized by Carsonified and StackOverflow ...
- Lessons learned from other frameworks (Plone Conference 2009)
-
Wichert Akkerman was talking about lessons he learned from other frameworks. He once was looking at other frameworks and thistalk ...
- Web Applications Developer
-
Title: Web Applications Developer Location: San Francisco, CA Job Type: Contract Compensation: per Hour Reference Code: 944405-WQG Description: Our client ...
popular articles..
-
KARL: knowledge management & collaboration for NGOs (Plone Conference 2009)
- Tom Moroz, Chris Rossi and Calvin Hendryx-Parker have been talking about KARL. Tom Moroz of the Open Society Institute (OSI) starts on a bit of background on what KARL is. OSI has 7 ‘core’ offices in US and Europe. It has national foundations in 32 countries. They have a program and grant giving activity in over 60 countries and >20 Program Areas / Initiatives. KARL was begun in August 2006, in May 2007 KARL v1.0 beta release, January 2008 an official launch, November 2008 KARL v2.0, June 2009 KARL v3.0.
Read Full Article »[off site]
-
nginx + passenger + django
- I am currently in the process of migrating all the websites I have running on this VPS from apache2 to nginx. The Apache2+passenger bundle was working really fine, except for some unknown slowness with redmine , but I wanted to try another httpd and I’ve heard a lot of nginx, and passenger guys added support for it a while ago. Since nginx doesn’t support loadable modules, I had to compile it with all the modules I might need in a near future, so the following instructions also include the http_push_module .
Read Full Article »[off site]
-
Wing IDE Professional v3.1.6 [MediaFire]
- Wing IDE Professional is a powerful integrated development environment (IDE) for the Python programming language. Wing IDE and Python focus on boosting productivity and code quality, especially in complex projects with changing requirements. See also the product brochure (PDF, 6.3MB). Code Intelligence Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether you're typing in the editor, working in the source browser, managing your project, or debugging your application.
Read Full Article »[off site]
-
Javier Fernández Escribano de Tourist Eye
- El español Javier Fernández Escribano de 23 años es desarrollador y gestor de proyectos especializado en la web móvil. Con estudios en España y Estados Unidos sobre Information Technology and Management considera que el futuro de la web apunta a dispositivos móviles más pequeños y sus aplicaciones de comunicación , geolocalización y livestreaming. Estudió Ingeniería Superior de Telecomunicación en la Universidad Politécnica de Madrid.
Read Full Article »[off site]
-
I. Overview
- The Amazon EC2 Blog Migration Project ByRay AcayanOctober 27, 2009 This side project presents my procedure for migrating my WordPress blog from a web hosting provider running cPanel to an Amazon EC2 instance.This project builds on the environment created in my previous blog post, “The Mobile Cloud Project, Part 1.1: Basic AWS”, where I presented an overview of Amazon Web Services and a procedure for creating virtual servers (Reserved and On-Demand instances) on Amazon EC2.II.
Read Full Article »[off site]
-
PHP via apache on the server with nginx and django
- I already described how to configure Wordpress on nginx + lighttpd + FastCGI + php (via spawn-fcgi) , as well as how to configure php-fpm on server with nginx . Now… I will try to describe alternative way to serve php scripts on the machine with python apps (django) and nginx installed – via installed apache. Ok, we have apache already installed, so we don’t need to install anything else (like php-fpm or spawn-fcgi ) to serve php scripts. We can use installed apache.
Read Full Article »[off site]
tutorials & howtos..
-
How To Install Django On Mandriva 2009.1 (Apache2/mod_python …
-
Posted on 22. Oct, 2009 by admin in MySQLDjango can use multiple database backends, e.g. Visit link:How To Install Django On Mandriva 2009.1 (Apache2/mod_python …Tags: all-processes, data security, made-via, mandriva, multiple-database, MySQL, mysqld-run, not-enabled, option, securing odbc, sockets-or-named, the-same
Read Full Article »[off site]
-
How To Install Django On Mandriva 2009.1 (Apache2/mod_python)
-
How To Install Django On Mandriva 2009.1 (Apache2/mod_python) This tutorial explains how to install Django on a Mandriva 2009.1 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
Read Full Article »[off site]
-
How to Access Your Django Models from External Python Scripts
-
Spent a good portion of time on this over the weekend, and it turned out to be frustrating enough and the answers available incomplete enough for me to want to document this here briefly. I wanted to be able to populate my Django models from an external script by simply calling MyObject.save() . My particular case was scraping some information off of a website using BeautifulSoup then inserting it into my Django application, where it would show up and be editable from the admin section. It turned out that I had a major problem with environment variables, so after a lot of reading and some trial and error, the following should work for you.
Read Full Article »[off site]
-
How To Get Geographical Location Details from IP and Show Them on a Map
-
Our first assignment for Intelligent Web Applications course at VU was to transform a WSDL web service (either GeoIPService or Fraudlabs IP2Location Webservice ) to a RESTful web service and display the result using either Google Maps or Yahoo Maps. Me and my project mate Mies developed 2 different versions for this assignment.
Read Full Article »[off site]
-
How to Django focuses on automating?
-
1. The web framework for perfectionaists with deadline. 2. Django is a high level python web framework the encourages rapid development and clean, pragmatic design. 3. Django focuses on automating as much as possible and adhering to the DRY Principle. 4. When you're ready to code, read the installation guide and tutorial. xtrafin.net (click to Django)
Read Full Article »[off site]
-
How to Price Your iPhone App
-
When Smule's Ge Wang, Lyricfind's Darryl Ballantyne and Tapulous' Bart Decrem got together to discuss mobile applications at the San Fran Music Tech Summit , the hottest subject was application pricing. While music publishers have searched far and wide for better monetization strategies, few facets of the business have shown the same revenue growth as mobile apps. Thanks to the iPhone, customers are used to paying for mobile applications and according to Appsfire , all but one of the top grossing apps is priced below $2.99.
Read Full Article »[off site]