3
votes
3answers
33 views
Focussing on Style Sheets and Cross Browser Compatibility.
Hello everyone,
Let me begin this topic by explaining my background experience with web design. I have always been more of a back end programmer, with PHP and SQL and things. However I do have a …
4
votes
11answers
121 views
Good articles on usability?
I'm looking to find any articles/books on usability. I'd like to get a handle on best practices when designing a UI, this can be anything from which user controls are more intuitive to a new user, to …
0
votes
0answers
11 views
Why my MP3 recording-stream does not play in some programs?
Why my MP3 recording\steam does not play in one program and plays in another?
So my question is - How to check my MP3 stream (file stream) for being standard, to see where it goes out of standard …
3
votes
5answers
117 views
Thoughts on Abandoning Proprietary Framework for A Larger Open Source Project
We have been going back and forth a lot around our office lately about abandoning a proprietary framework that was developed here a couple of years ago and move to something that is larger and …
1
vote
2answers
35 views
What defines the availability of the DOM `document` property in the javascript global object?
I am a bit new to javascript and was trying to understand how the W3C DOM standard and javascript as defined by ECMAscript interoperate.
Specifically, as I understand it:
the ECMAscript standard …
1
vote
1answer
24 views
Is there an XML standard for Ecommerce Products?
Is there a standard way of transferring product data between e-commerce web sites?
I presume there are several cases where a company wishes to include another companies products inside its store. How …
0
votes
4answers
45 views
Organizing logs with log4j
Hey all,
I'm currently working on a Linux daemon written in Java. What is the common naming scheme for logs?
Right now I'm thinking of doing something like:
DEBUG = /var/log/myapp.debug
INFO = …
2
votes
2answers
51 views
Linux Daemon written in Java location
I'm currently writing a Java daemon. I'm writing a script that will have the standard daemon commands (start, stop, restart, status) and I'm trying to decide on where things should go when installing …
3
votes
4answers
206 views
Is this a standard C++ code?
Hi,
The following simple piece of code, compiles with VC2008 but g++ rejects the code:
#include <iostream>
class myclass
{
protected:
void print() { std::cout << …
3
votes
3answers
122 views
Best Practice: Documentation Standards
Hello there,
Here is the issue, I need to find/think of documentation standards for our team. We have several needs, we need documentation standards for Requirements Documentation, Technical …
0
votes
3answers
44 views
Proper usage of Floats (For those who love CSS standards)?
I would like to know if I'm using floats in the right way (efficiently) in this code bellow.
There are basically 3 columns (with float left, left and right assigned respectively). Am I using too many …
0
votes
5answers
80 views
How shall I format my logs?
I'm writing a piece of honeypot software that will have extensive logging of interactions with it, I plan to log in plaintext .log files.
I have two questions, from someone who isn't too familiar …
0
votes
4answers
55 views
Should I keep the package name when extending a class?
I plan to extend a JSF renderer. The package name is oracle.adfinternal.view.faces.renderkit.rich
Should the extended class be in the same package structure:
…
0
votes
3answers
76 views
Why doesnt Regex.Match have a GetEnumerator function?
Regex.Match has a .Success and .NextMatch why doesnt it have a GetEnumerator function?
With my logic it seems easy enough to implement. But it isnt in 3.5 so can anyone tell me why not?
foreach …
1
vote
5answers
154 views
What standards do you use? [closed]
This question recently came up in work, posed by directors and filtered down the chain
"What standards do you use on a daily basis?"
(This was actually posed to all engineers not just software guys)
…
