Web Dev. Tip : Creative Rich Interfaces

March 30, 2009 by Reboot · Leave a Comment 

http://www.noupe.com/design/10-creative-rich-ui-interfaces-how-to-create-them.html

Testing Tip : Selenium

March 30, 2009 by Reboot · Leave a Comment 

Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests.

http://seleniumhq.org/projects/ide/

Web Dev. Tip : Programmable Web

March 27, 2009 by Reboot · Leave a Comment 

ProgrammableWeb is where you can keep-up with what’s new and interesting with mashups, Web 2.0 APIs, and the new Web as Platform.

http://www.programmableweb.com/

Web Dev. Tip : JSON Tools for Your Web Browser

March 27, 2009 by Reboot · Leave a Comment 

http://arstechnica.com/open-source/news/2009/03/web-developer-tips-json-tools-for-your-web-browser.ars

Python Links

March 20, 2009 by Reboot · Leave a Comment 

The Static Method Thing (Python is not Java!)
http://tomayko.com/writings/the-static-method-thing

AmpChat Code (Amp Example)
https://pangalactic.us/repo/ampchat

An Enhanced Interactive Python shell.
http://ipython.scipy.org/moin/
requires PyReadline:
http://ipython.scipy.org/moin/PyReadline/Intro

Wingware’s Python IDE
http://www.wingware.com/

Misc.
Oracle
http://wiki.oracle.com/page/python?t=anon

ORM Mapper
http://www.sqlalchemy.org/

Python ByteCode
http://thermalnoise.wordpress.com/2007/12/30/exploring-python-bytecode/

Performance
http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars

Disassembler
http://www.python.org/doc/2.6.1/library/dis.html