organization
Creating a modular and organized javascript heavy website
I\'m looking for some general tips on how to keep my Javascript organized and modular. The latest javascript heavy project i\'ve worked on looks like [the following][1] (formatted http://jsfiddle.ne[详细]
2023-02-05 10:44 分类:问答Storing images above or below the web root?
I\'m working on a web app where users can upload images which are associated with their account. I\'m trying to figure out the best way to store these images in the filesystem taking into account orga[详细]
2023-02-05 05:42 分类:问答Organizing a MySQL Database
I\'m developing an application that will require me to create my first large-scale MySQL database. I\'m currently having a difficult time wrapping my mind around the best way to organize it. Can anyon[详细]
2023-02-02 02:02 分类:问答bash for semantic file structure creation
Update 2010-11-02 7p: Shortened description; posted initial bash solution. Description I\'d like to create a semantic file structure to better organize my data. I don\'t want to go a route like re[详细]
2023-01-23 08:53 分类:问答Leaderboard rankings / mass data organization in MySQL
I am creating a new website that will be a \'leaderboard\' for a game. Each user will have columns in the database for a statistic (e.g. kills, deaths, points, etc).[详细]
2023-01-23 04:11 分类:问答How do I organize .NET solutions, projects, and system folders for multiple applications?
We are having a lot of trouble organizing our solutions in a good way.We have multiple applications.They are similar applications so a lot of reuse is done.Different apps include different capability[详细]
2023-01-20 04:37 分类:问答Using classes to organize code?
At the moment my Form1 code is extremely heavy, mainly full of menu and control events. One thing I would like to do is organize it in some way, so I could expand or collapse \"related code\" (in Visu[详细]
2023-01-18 05:39 分类:问答Rails: Where do you put non-model code?
I\'m new to Rails, and have been learning with Rails 3 on a side project. There are times when I want to write some code that does not belong in my models or in my controllers - concerns that are rela[详细]
2023-01-17 22:04 分类:问答How to organize patch files? Many files or a single one?
What is the best way to organize the patch files? Imagine you have a patch file for an open source application and you modify it and want to keep the modifications in a patch.[详细]
2023-01-17 15:56 分类:问答How to share code between multiple GWT eclipse projects?
I would like to have multiple GWT projects that share common code.Is this possible?AFAICT my GWT projects need to each have their own directory, with source directly unde开发者_如何学运维rneath, which[详细]
2023-01-14 05:25 分类:问答