Posted on 08-01-2011
Filed Under (Apache, MySQL, Python) by Linux Poweruser Programmer

django: for Perfectionists with Deadlines
Google engEDU
1 hr 14 min – 26-Apr-06

Google TechTalks
April 26, 2006

Jacob Kaplan-Moss


Django is one of the premier frameworks for , and is often compared to -on-Rails. Jacob is one of the lead developers on Django. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , ,
(0) Comments    Read More   
Posted on 08-01-2011
Filed Under (MySQL) by Linux Poweruser Programmer

Nitobi Grid Dreamweaver Extension

5 min – 7-Oct-07

Learn how to easily embed an data grid in a page and it to a database using a Dreamweaver extension. ://www.nitobi.com/products/completeui/ Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , ,
(0) Comments    Read More   
Posted on 08-01-2011
Filed Under (MySQL) by Linux Poweruser Programmer

How to Integrate FCKeditor with a
easy kiss 123
19 min – 19-Dec-07

This will walk you through installing the FCKeditor with a . Allowing you to easily edit your webpages online with a wysiwig editor. Install the FCKeditor with Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , ,
(0) Comments    Read More   
Posted on 23-08-2008
Filed Under (Apache) by Linux Poweruser Programmer

Rapid with , Django, and Google App Engine Guido van Rossum (Google) Learn how to create great applications quickly on Google App Engine using the Django framework and the language. Google App Engine lets you host complete, scalable applications written in with minimal fuss. This assumes basic familiarity with but definitely no advanced knowlege; Django experience is optional. You will learn how to use the Django framework with the datastore API provided by Google App Engine, and how to get the most mileage out of the combination. You will also see how to use Django best practices like unit testing when developing for Google App Engine.

YouTube Preview Image

Providing the complexity of applications that can be developed with Django and Google App Engine, the need for Desktops remains present but we can question the need for virtual solutions in common applications such as Virtual Bridges.

Comments are open!

Sphere: Related Content

Tags: , , , , , , , ,
(0) Comments    Read More   
Posted on 01-03-2008
Filed Under (documentation) by Linux Poweruser Programmer

Sig: How To Design A Domain Specific Language
Google engEDU
1 hr 3 min – Oct 5, 2006

Google Tech Talks
October 5, 2006

David Pollak has been developing commercial for 28 years. He founded Athena Design and wrote Mesa, the first real-time spreadsheet. David wrote Integer, the first online, collaborative spreadsheet. Since 2000, David has been developing domain specific languages for and general .


David will describe a framework for developing DSLs which includes:

* Identifying the constituents in a project;
* Determining the costs and benefits of a DSL for a particular constituency vs. hand-coding functionality for that constituency based on interviews and specs;
* Identifying the ‘thought leader’ in a given constituency and interviewing him or her to determine the semantics of the domain;
* Determining syntax of the DSL;
* Mocking up the DSL and ‘test driving’ it with the thought leader;
* Finding appropriate integration points for the DSL into the application;
* Defining the process by with the Domain Experts will update code in the DSL (e.g., they have a page where they can change tax calculation rules vs. they make a change to particular files as part of a /staging/production cycle.); and
* Iterate over the semantics, syntax, and process to fully integrate Domain Experts into the process. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , ,
(0) Comments    Read More