Browsing Category "Tutorial Series"

App Engine Series #5: The Front End

Added on May 9th, 2011 in CSS , jQuery , Tutorial Series | 8 comments

In this final part of the series, we will be creating the jQuery / CSS front end. We will be using the Flot jquery plugin to build a live visualization of the uptime data gathered by our dashboard.

Read more

App Engine Series #4: The Controllers

Added on Apr 21st, 2011 in Python , Tutorial Series | 4 comments

Picking up where we left last time, we will take a look at the controllers that comprise our app engine application.

Read more

App Engine Series #3: Using the Webapp Framework

Added on Mar 18th, 2011 in Python , Tutorial Series | 3 comments

In the third part of our series, we will start writing the Python code of our app with App Engine’s Webapp framework.

Read more

App Engine Series #2: Organizing Your Project

Added on Feb 12th, 2011 in Python , Tutorial Series | 3 comments

In this second part of our App Engine series, we will lay down the directory structure of our application and create the needed configuration files.

Read more

Tutorial Series: Developing a Google App Engine Application

Added on Jan 29th, 2011 in Tutorial Series | 5 comments

In this tutorial series we are going to create a useful real-life application for monitoring your website performance and uptime. This webapp will be hosted on Google App Engine, and developed with Python and jQuery.

Read more

App Engine Series #1: Getting Started

Added on Jan 28th, 2011 in Python , Tutorial Series | 7 comments

In this first part of our App Engine series, you will learn more about the platform and how to successfully launch applications.

Read more