Difference between revisions of "User:Thannoy"
Jump to navigation
Jump to search
(general presentation, basic) |
(getfirebug link) |
||
Line 9: | Line 9: | ||
My work will be mainly focussed on mozilla-plugin and activeX parts of VLC. | My work will be mainly focussed on mozilla-plugin and activeX parts of VLC. | ||
+ | |||
+ | |||
+ | ==VLC tips== | ||
+ | |||
+ | ===Javascript debugging=== | ||
+ | |||
+ | Having a JS debugger is very usefull to test mozilla-plugin. | ||
+ | [http://www.getfirebug.com/ Firebug] is a very usefull Firefox extension for that stuff. | ||
+ | |||
+ | |||
+ | ===Compile under debian Etch=== | ||
+ | TODO add magic line + link to author | ||
+ | |||
+ | |||
+ | ==Usefull External Links== | ||
+ | |||
+ | * [http://www.getfirebug.com/] : Very usefull JS, HTML debugger and tool-set. |
Revision as of 13:09, 20 February 2008
Contents
General presentation
Hello !
My name is Anthony LOISEAU, I am a french student in IT at INSA Rennes. I am working on VLC through my internship in actech-innovation (Angers, France).
VLC project
My work will be mainly focussed on mozilla-plugin and activeX parts of VLC.
VLC tips
Javascript debugging
Having a JS debugger is very usefull to test mozilla-plugin. Firebug is a very usefull Firefox extension for that stuff.
Compile under debian Etch
TODO add magic line + link to author
Usefull External Links
- [1] : Very usefull JS, HTML debugger and tool-set.