Tagged Questions

3
votes
1answer
353 views

Ruby on Rails: How to organize properly JS and CSS files?

I would like to use the SlickGrid plugin in my Rails 3 application. I contains several JS and CSS files that I should include in my HTML page. It is possible to put all the needed JS files in the ...
1
vote
5answers
2k views

Default directory layout for Java project

Is there any standard directory layouts for Java projects? What layout do you prefer most? I'm asking about more complex layout than just 'src' and 'bin' in project's directory (i.e. where do you put ...
0
votes
2answers
85 views

Organizing Actionscript project

I'm learning different programing languages for more than 4 years, but I have never thought about how to organize stuff, because in php its more easier than flash. Now I need to make a radio player, ...
0
votes
1answer
46 views

Backup or file syncronization between local network PC's

We're working on a site who's document management policy is to put all files onto the network (i.e. My Documents mapped to a network server) for all personal or project related documents, or files. ...