514 reputation
112
bio website none
location Stratford, CT
age 28
visits member for 11 months
seen 9 hours ago
stats profile views 22

ASP.NET and C#.NET developer. Going to school for an MS in Computer Science.


Jun
13
answered What are the pros and cons of HTML5, native and hybrid mobile app approaches?
Jun
12
answered What features should a programming language have to say it has good reusability?
Jun
5
accepted Benefits to using fragments in Android projects
Jun
5
revised Benefits to using fragments in Android projects
clarify the intent of my question
Jun
5
comment Benefits to using fragments in Android projects
Thanks, I understand what they are. What im getting at are what the benefits, if there are any, over single page layouts in the real world. I will update my question.
Jun
5
asked Benefits to using fragments in Android projects
May
6
comment Why does my web site load fast locally and at home but slowly for our customer?
Are there images? What is your connection like and your customers? What browser are you testing in and what browser is the customer using?
May
2
comment Best strategy in SQL
Most likely, the DBMS will optimize both to same query.
Mar
5
comment IEC 62304 compliant Architecture definition
@DanF I added more to the answer that I think will help you.
Mar
5
revised IEC 62304 compliant Architecture definition
Responding to comment for additional info in the edit
Mar
5
comment IEC 62304 compliant Architecture definition
It is everything that goes into your software system. Both user interfaces and how it interacts with the device would be part of your architecture. Also any 3rd party components and/or any other components that are written that are not part of the two user interfaces.
Mar
5
answered IEC 62304 compliant Architecture definition
Feb
26
comment Design strategies for storing and validating serial numbers
In your first paragraph you say: The string is separated into four sets. Each set is separated by a dash (so the s/n is 32-characters NOT including dashes). To me that sounds like the dashes are part of the serial number string.
Feb
26
comment Novel polymorphism - any reasons for this code?
What do you consider the super-type and sub-type in this example? It looks like two classes with similar names that both implement the same Interface and one class references another class.
Feb
23
revised How to count condition coverage
Question changed.
Feb
22
answered How to count condition coverage
Feb
20
answered A simple algorithm for finding duplicate floats
Feb
20
comment A simple algorithm for finding duplicate floats
Is the array sorted? If thats the case then you can iterate through the array just checking the next item in the array. Otherwise, you will need to iterate through the array. At each item, you will need to iterate through the rest of the array checking each pair.
Feb
20
comment A simple algorithm for finding duplicate floats
Have you put any thought into how to do this? What have you come up with so far?
Feb
20
comment Why isn't Java being used for web multimedia applications?
Just like you like to program in Java, other people like to program in PHP or ROR or Python.