filestructure

js, img, css and ajaxcall folders?

when i download some new plugins eg. jquery plugins i put them in js folder. and the same for css and img. so all my different applications share them. but where do i put my js/img and css for specific application/website? every website? and where should i put my ajaxcall-files.php? EDIT: some guides that could give me a clean and nea...

How does the maven file structure work?

We are planning on restructuring a complex project with many modules/pieces, what ever you wanna call it. In order to move toward a standard directory structure, we would like to adopt the maven file structure. So the big question is: Can anybody provide a description of the maven file structure, where we don't have to dig through all ...

Joomla modules file structure to store jquery core and some image files.

I'm a newbie to joomla. I'm trying to create a joomla module which uses some jquery actions and some image files. Can anyone suggest me a best method to place the jquery-core and jquery plugin files inside the module. I also wants to add some image files with my module. ...

Placing jquery plugin in joomla module

I'm trying to create a module in joomla, which uses one jquery plugin. I've to do an ajax operation while clicking on an element in the module. Currently I'm specifying the whole path to the php file. But I know Its a wrong method. The code in jquery plugin is like this.(please note the second line where the path is specified in the jqu...