Tagged Questions

0
votes
4answers
73 views

Which CSS organization method is fastest?

If I have the following HTML: <p id="p1">Paragraph 1</p> <p id="p2">Paragraph 2</p> <p id="p3">Paragraph 3</p> <p id="p4">Paragraph 4< …
1
vote
3answers
53 views

Tool to track use of “best practices” for each of our apps

We have over 100 applications in my company and we are trying to come up with a dashboard to show which applications use continuous integration and unit testing and other best prac …
2
votes
2answers
53 views

How do you import your own convenience function modules in Python?

Python can only import files from the current working directory, or from its path, I guess, but this means that if I'm working in a subdirectory on a certain project, I can't impor …
11
votes
17answers
593 views

How do you organize your work?

How do you work? More specifically, how do you keep your programming tasks organized. When I do Mac development at home I use software called an outliner to organize, keep notes …
0
votes
2answers
35 views

How can I display an organized hierarchical data in asp.net 3.5?

Hi, I am working on a project that organizes the structure and hierarchy of departments. I want to view and display the whole structure of the organization visually, but I am stuck …
0
votes
1answer
42 views

Organizational chart represented in a table

HI, I have an Access application, in which I have an employee table. The employees are part of several different levels in the organization. The orgranization has 1 GM, 5 departme …
1
vote
2answers
107 views

Folder and file organization for Python development

Hello guys. What is the best way to organize code that belongs to the same project in a Python development environment? What are the do and donts of Python project organization? D …
2
votes
3answers
72 views

Snippets for productivity - collect good code

Hi folks! I was wondering whether there're recommendable sites, that host collections of good and useful code-snippets. Searching stackoverflow, to be honest, sometimes is price …
3
votes
8answers
305 views

Organizing Classes in PHP

Suppose I've the following classes in my project: class Is // validation class class Math // number manipulation class Now, if I want to validate a given number for …
17
votes
21answers
1k views

Best Practices - CSS Stylesheet Formatting

This may seem like a strange question...but here goes: I'm currently working on creating a fairly large site using table-less design/css (obviously the best way to go). Unfortunat …
0
votes
2answers
46 views

Organizing School Workspace/Writing Makefile

I am doing some C programming for school and I have found myself reusing libraries that I have created, over and over again (stacks, user input, error handling, etc). Right now, …
1
vote
1answer
55 views

How to best organize files

Often, when doing a process or storing files I typically try to work with a workflow, or system. For instance, when I download a file, I sort it within a folder Programming/Downlo …
0
votes
2answers
44 views

Where to put to_xls and from_xls in a rails app

So I have a model that I need to be able to serialize to/read from an Excel(XLS) document. I am a bit of a loss as to where this code actually belongs. My initial thought is that t …
0
votes
0answers
16 views

strategic planning [closed]

how can assess that new managers in an organization acquire with "strategic planning" or not? do you have a questionarrie?
2
votes
4answers
119 views

Workflow for maintaining different versions of codebase for different versions of Python

I'm developing an open source application called GarlicSim. Up to now I've been developing it only for Python 2.6. It seems not to work on any other version. I decided it's impor …

1 2 3 4 5 next
15 30 50 per page