Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Developed by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.
Django focuses on automating as much as possible and adhering to the DRY principle.
HTML (Hypertext Markup Language) is the building block language for creating web pages, with HTML 5 being the most current version. HTML defines only a pages content and layout. Currently the standards for HTML5 are still being worked out, but parts of it can currently be used. Young Web Studio can design webpages that are accessible by any device/browser.
CSS (Cascading Style Sheets) are a set of instructions describing how an HTML page should be displayed, with CSS3 being the most current version.
jQuery is a javascript library which allows for quicker development of web scripting. Together with HTML5 and jQuery, a webpage can look and act as if it were created using Flash, but with less of a file size and less coding time...meaning more money for you.
APE (Ajax Push Engine) is an open-source solution to real-time data streaming to a web browser without having to install any software on a clients computer. Some uses of APE include pushing critical information to someones web browser without them having to refresh the page to see the new information, creating a chat application, and even online games.
PHP (Hypertext Preprocessor) is a scripting language that can be coded into an HTML page allowing for dynamic and interactive web pages. PHP is a server side code, meaning that a person viewing the webpage will not be able to see the PHP code.

