debug
How to call javascript function from actionscript ? and actionscript from javascript ? – not working in IE 7
I mentioned a way to communicate between javascript and flash placed on a single HTML page in my previous post. I also had some hard time with this Flash Javascript Integration Kit while testing my code on IE 7. I spent around 2 and half days on this single problem. Call from java script to [...]
Subversion (svn) Best Practices
Subversion (SVN) is a version control system initiated in 2000 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). Subversion official website Svn Best Practices View [...]
Firebug available for Firefox 3
I was waiting for it. From past few days working with both FF2 and FF3, for development and browsing respectively.:-) Firebug is very useful tool for web development. It helps in inspecting and editing HTML, debug and profile javascript, monitor network activity and exploring the DOM. Firebug is available now for Firefox 3 and can [...]
