ArtShowOS

FacebookTwitter
http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python

Tech Tip: Really Simple HTTP Server with Python

If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help.
http://blog.728media.com/2009/02/24/actionscript-3-webcam-configure/ This entry was posted on Feb 24 2009 Setting up a webcam in Flash has always been pretty simple.

Actionscript 3 Webcam Configure | Geek.blog

Using JavaScript and forms

http://www.javaworld.com/javaworld/jw-06-1996/jw-06-javascript.html Of all the hats JavaScript can wear, its form processing features are among the most sought and used
http://woork.blogspot.com/2008/06/clean-and-pure-css-form-design.html Some readers of my blog hate html tables and often ask to me which is the better way to design FORMS with CSS, without using tables to place each form element in a table's cell. How I said some time ago... tables are not evil . Sincerly, in some case I used pure CSS code to design forms but, in general, I prefer to use tables. It's simpler and faster than use only CSS property "to simulate" a table structure.

Clean and pure CSS FORM design

http://coding.smashingmagazine.com/2011/08/23/the-semantic-grid-system-page-layout-for-tomorrow/ CSS grid frameworks can make your life easier, but they’re not without their faults. Fortunately for us, modern techniques offer a new approach to constructing page layouts. But before getting to the solution, we must first understand the three seemingly insurmountable flaws currently affecting CSS grids.

The Semantic Grid System: Page Layout For Tomorrow - Smashing Magazine

Flash QRcode reader as3 – kasperkamperman.com : creative media technology

http://www.kasperkamperman.com/blog/flash-qrcode-reader-as3/ [update] Paul Hinrichsen pointed me to a new implementation of a QRCode Reader (Adobe Native Extension) build by Sbhave. It works BRILLIANTLY and VERY fast.

URL dispatcher

A clean, elegant URL scheme is an important detail in a high-quality Web application. https://docs.djangoproject.com/en/dev/topics/http/urls/
Creating web apps and sites for the Mobile Web has its own sets of challenges and techniques.

Top 10 Mobile Web Development JavaScript Frameworks

http://sixrevisions.com/javascript/mobile%c2%a0web-development-frameworks/
The module provides a python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs. Author: Eugene Kaznacheev <qetzal@gmail.com> http://code.google.com/p/python-weather-api/

python-weather-api - A python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs

http://code.google.com/p/python-twitter/ GitHub is now the "source of truth" but I will always try to update to this project page. https://github.com/bear/python-twitter A Python wrapper around the Twitter API

python-twitter - A python wrapper around the Twitter API

Prettier Accessible Forms

It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem.
CSS has transformed the way forms used to get designed.

30+ Best CSS Forms

Django tips: laying out an application

Continuing the theme of dealing with common questions from the Django mailing lists and IRC channel, today we’ll look at how to organize the various bits of a Django-based project or application.

A Simple Step-by-Step Reportlab Tutorial

The subtitle for this article could easily be “How To Create PDFs with Python”, but WordPress doesn’t support that.

(full) easy authentication, using django.contrib.auth (end)

7. Templates are here, ordered as in urls.py provided in the previous post: