Viewing 15 posts - 1 through 15 (of 103 total)
I wouldn't call this a development bug, more like a requirements oversight. I see this type of thing a good bit where a business user complains about some aspect of...
December 4, 2017 at 5:58 am
I'd argue one reason technical people lose touch with technology when they become managers is because technology changes so fast. Thomas Edison and the other people you mentioned from the...
January 23, 2010 at 8:00 pm
Grant Fritchey (9/3/2009)
Everyone thinks they would act in a moral fashion in any given situation, but until you're there... you never know.
Fully agree with that. It is very easy when...
September 3, 2009 at 7:19 am
blandry (7/15/2009)
July 15, 2009 at 7:29 am
I've recently gained first-hand experience of this as I just found out a co-worker, who does the same work I do, is getting paid 30% more than me. Salary information...
May 29, 2009 at 7:07 am
I guess I'm one of the lucky ones who's happy at his job! 😀 I knew when I was 10 when I first started programming that that was where my...
April 22, 2009 at 7:07 am
I definitely like the prospect of cloud computing. The way I see it now it's an extension of the virtualization initiative that's taken over servers. In the beginning I didn't...
April 17, 2009 at 8:08 am
This actually sounds like an exciting idea. Maybe not so much having your SQL Server hosted on a third-party, but basically this looks like SQL Server virtualization. Like Steve mentioned...
April 14, 2009 at 8:56 am
James Goodwin (4/9/2009)
Which of these statements:if(xpos & ypos)
if(xpos && ypos)
Is equivalent to:
if(xpos and ypos)
Both! LOL
Well, depends on the data types involved and how stringent a type checker your compiler is.
April 9, 2009 at 7:42 am
James Goodwin (4/8/2009)
I haven't yet come across any rational as to why the == operator was chosen as the equality operator instead of overloading the = operator and relying...
April 8, 2009 at 9:15 am
Manie Verster (4/7/2009)
April 8, 2009 at 6:59 am
Paul Hunter (4/3/2009)
April 3, 2009 at 8:52 pm
David Walker (4/3/2009)
April 3, 2009 at 3:54 pm
Are table aliases really that hard to decipher? Even if you had a query with 6 joined tables and every one of them using a single character table alias, all...
April 3, 2009 at 3:34 pm
David Walker (4/3/2009)
April 3, 2009 at 1:33 pm
Viewing 15 posts - 1 through 15 (of 103 total)