Joomla Development Tools and Tricks
Joe LeBlanc (29.Aug.2010 at 14:30)
Talk at OpenCa.mp (English - US)
This session is for people who go beyond the administrative interface of Joomla and write PHP, HTML, CSS, JavaScript, or other custom code as a part of their daily work. Many inexpensive or free tools exist to help you track your work, debug, test your user interface, explore your markup, and generate code. However, many solo programmers have not heard of these tools or know how to use them.
Most importantly, you must use a version control system to track your code. This helps you explore your code history and also eliminates the need for ugly .bak files. Version control gives you the freedom to make changes without worrying about losing your original code.
Modern websites increasingly use JavaScript to power frontend user interfaces. However, you often need to test a certain portion of your UI that only displays after a sequence of clicks. After a couple of times, this testing process becomes cumbersome. Have Selenium IDE watch you go through the clicks once, then use it to skip ahead later.
Both Firefox and Safari have built-in debugging tools you can use to explore the HTML, CSS, and JavaScript controlling your page. Use these tools to test changes before hard coding them.
Finally, when developing code, you spend a lot of time typing things in. Do less typing by getting an editor that checks your syntax, keeps frequently used code at hand, and talks to your other tools.
Quicklink: https://joind.in/1879
Track(s): Joomla!
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?



