Tagged Questions
The common-sense tag has no wiki summary.
4
votes
5answers
155 views
Time conversion from 24hrs to 12hrs
I am getting the time like 13.40, but i need to convert it to 1.40.. any one know, what is the best way to do this. i am using jquery to make time.
my code is :
var time = new Date(myDate);
var ...
3
votes
4answers
111 views
Which method of variable setting is better?
So just to better myself I'm wondering which method is better for setting a variable:
Code: http://pastie.org/private/jkw9dxplv0ixovvc0omq
Method 1:
Set the end variable in the if statement
-OR-
...
2
votes
6answers
433 views
Is storing image paths in a database necessary?
First, I noticed there are many questions regarding this, lots marked as duplicate.
I eventually came to this one.
And the accepted answer for that question although partially solves my question, it ...
1
vote
0answers
69 views
Tactful ways of dealing with people who glob unrelated issues together in an email chain [closed]
So I think everyone has had this.
You have an email chain talking with a group of people about Project/issue X. A lot of discussion is going on about it, then someone interjects and asks if you can ...