Some Links to Useful Development Tools & References
Posted on | September 23, 2008 | No Comments
Tools for Development
- 15 Tools to Help You Develop Faster Web Pages – Six Revisions
- Source Control SVN Repository – http://unfuddle.com
- Social Network Source Control – http://github.com/ – I have mine there. Using unfuddle.com with github.
- Selenuim web application testing tool – Very useful testing forms. You can even share the test cases.
Design Resource (Layout, CSS Menu, CSS Themes)
Lists of JQuery Resources
- http://www.kollermedia.at/archive/2007/11/21/the-ultimate-jquery-plugin-list/
- http://marcgrabanski.com/article/list-of-useful-jquery-plugins
Swf Movie as Background for HTML pages
Posted on | September 16, 2008 | No Comments
Yesterday I got an inquiry about using swf movie as background or masthead banner for a webpage. Is it possible to do that?
I would think that older browsers will show the swf movie with the highest z-index, making it the top most elements. Newer browsers from Firefox2, IE6 onwards would render the z-index correctly.
I came up with a simple html page to test it out. 2 divs behind the flash and 3 in front with one holding a ul navigation.




















