I need to build a news scroller module for a website in Joomla (http://www.expedicionantioquia.org/idures/index.php) to replace the one made with flash on the right column. I was thinking on doing it with JQuery to allow the tabbed navigation, but i'm a little bit lost, partly because i haven't found a good tutorial about building joomla modules.
I know there's a file structure which represents the MVC pattern, but i would like to do it as simple as posible, somehting like skipping all that and just displaying the required html. The problem is that it's a little more complicated than just using a custom html module. I need to get some parameters which would be the news, with their titles and picture paths from the joomla admin, is it posible to do that without having anything to do with the database? Also, how do i include libraries like JQuery for my module?
If anyone knows about a good tutorial where these topics are covered please do tell :) Help would be greatly appreciated.