0
votes
2answers
424 views
Zend Framework: Getting started using SQLite
Sorry if this is overly simplistic.
I've decided that I want to use an SQLite database instead of a MySQL database. I'm trying to wrap my head around how simple SQLite is and woul …
1
vote
2answers
131 views
How do I have spaces in a MSBuild WebProjectOutputDir?
I am trying to call MSBuild from a command line. Everything was working fine when I was using a path that had no spaces, but now I have a path that has spaces and the command is f …
1
vote
3answers
62 views
src/main/webapp directory not recognized by Eclipse
I use m2eclipse to import Maven Java projects in Eclipse.
It fails to recognize src/main/webapp as a source directory.
Graphically in the package explorer (or when I look into Ja …
1
vote
1answer
50 views
Storing Directory Hierarchy in a Key-Value Data store?
What is a clean/efficient method for storing the directory Hierarchy/tree in a Key-Value database (in my case MongoDB but any of them).
For example a tree structure
- Cars
+ …
2
votes
3answers
198 views
C# OpenFileDialog Lock To Directory
Hello everyone! I am making a software that needs to ONLY be able allow people to select files and folders using the OpenFileDialog that are in the same directory as the program an …
1
vote
1answer
36 views
Move common include files to a separate directory, yet keep them easily editable within eclipse?
We are using Eclipse+CDT+SVN(Linux). How can we have some common header files in a separate include directory, which is also in the SVN, but not in the project specific subdirector …
0
votes
0answers
49 views
Project structure SEAM + GWT
Hello,
I'm evaluating GWT as a replacement for the frontend layer in an existing Seam application. Now I'm wondering how to set up the project structure.
I basically have a EAR p …
0
votes
0answers
8 views
Anyone know anything about Directory issues with Flash headers?
I have a flash header and every time that I try to make sub directories with that same header in it it will not show up, but my footer and right ad template will show up (everythin …
0
votes
1answer
42 views
Is it possible to use wildcards in the .htaccess file for mass moves?
I am reworking my website, going to be renaming a lot of directories, and need a simple way to write my .htaccess redirects for all of those pages. I am hoping for a solution that …
1
vote
2answers
66 views
What is the correct way to use the stat() function to test if a DIRENT is a directory or a file?
I'm having some trouble with the 'if(S_IFDIR(stbuf.st_mode))' line. Is this the correct way to test for a directory to recurse into? The function at the moment seems to do it right …
1
vote
1answer
64 views
How to arrange the source code of an application made with SQLAlchemy and a graphic interface?
I'm developing an application using SQLAlchemy and wxPython that I'm trying to keep distributed in separated modules consisting of Business logic, ORM and GUI.
I'm not completely …
1
vote
2answers
142 views
Where do I put static files for GWT app? war folder or public folder?
I have some JavaScript files, a main HTML file, a main CSS file, and some CSS files that get imported into the main one.
I understand that I can put static files in two places: a) …
0
votes
2answers
200 views
How can I use the /home directory on Mac OS X
I've got a Mac that I can run either the Leopard (10.5) or Snow Leopard (10.6) version of OS X on. I'm using it to do web development/testing before publishing files to my producti …
0
votes
2answers
58 views
How do I stop .htaccess Rewrite redirecting into the html folder?
I'm hosting on MediaTemple.
I would like www.rhapsodicmusic.com to redirect to www.rhapsodicmusic.co.uk so that www.rhapsodicmusic.com/anypageordirectory will go to www.rhapsodicm …
3
votes
5answers
124 views
Is my source/development file hierarchy a good one?
I'm looking to organise my source code file hierarchy. I'm a C# (.NET) developer and come from an only Windows background (no Linux/Mac). I plan on using Subversion for source cont …
