| bio | website | |
|---|---|---|
| location | ||
| age | 28 | |
| visits | member for | 9 months |
| seen | May 15 at 13:53 | |
| stats | profile views | 20 |
I have a good understanding of C#, VB, HTML, CSS. and I am learning Python, Java, Android, XNA.
I have a New Job where I am getting into Advanced SQL and SQL SERVER 2008. Lots of FUN!
|
Feb 5 |
comment |
How can I deal with a team member who dislikes making comments in code? Pair Programming is an excellent Idea, it gives another programmer insight into the development of the code so they know what is going on, making two people accountable for the code. it also gives the chance for one of the two to say that something should have a comment because it is out of the ordinary or something that someone else might change because it looks like ... "a memory leak", "bad coding", etc. some things need commenting so someone else in the future doesn't undo something because it doesn't look right. |
|
Jan 30 |
comment |
How do you support your code post employment end? I really like this Answer! I would add a link to make it look pretty. |
|
Oct 25 |
comment |
Conditional attribute in XML - most concise solution? if you were converting to HTML you would want to run the XML through a Transformation XML anyways. not seeing how having a list of strings in one attribute is beneficial? using the transformation XML you can do all sorts of neat things for HTML/CSS/JavaScript. if this is a Docbook XML that you are working on then please add that to the Tag and the Question itself. might help you get more answers. |
|
Oct 24 |
comment |
Finding the best practice for a game simulating tool glad that you figured it out too BTW |
|
Oct 24 |
comment |
Finding the best practice for a game simulating tool will you post your Answer/Solution and accept it, or accept the answer that helped you the most. that way when other people are searching for an answer they will know what works and what didn't. |
|
Oct 23 |
comment |
How to implement Facebook leaderboard game for mobile? any updates or progress reports? |
|
Oct 23 |
comment |
Finding the best practice for a game simulating tool did you find a solution to your problem? or an answer to your question? |
|
Oct 19 |
comment |
Enforcing Constraints Upon Data Documents of Various Formats I know C#, and I think that could be done in C#. pulling in the files and having the application transform them into XML and and the compare the format, or even compare the XML's with or with out using an XML Transformation file. I am sure that you could do the same thing in other languages as well. the application could then tell you what line the discrepancy is on and any other info that you might need |
|
Oct 19 |
comment |
Enforcing Constraints Upon Data Documents of Various Formats have you thought about using XML Transformation? it might work for what you are doing. it's still a little unclear. can you give a detailed example of the two files? and what needs to match? this might be over my head a little bit... |
|
Oct 19 |
comment |
Conditional attribute in XML - most concise solution? are you still looking for a solution to the problem? we could add a small bounty to the question if you like? |
|
Oct 17 |
comment |
Conditional attribute in XML - most concise solution? changing the schema is one change in one file to add thousands of records. I would say that it's more maintainable that way? you would have to send the updated schema to your clients, but I would think they would be ready as updates come out to update their end as well. while your solution is quickest with very little change to existing software, it will become cumbersome when the attribute list gets longer and longer, isn't that what you are trying to prevent? |
|
Oct 16 |
comment |
Conditional attribute in XML - most concise solution? did you find the answer that you were looking for? try clarifying the question or giving us an update |
|
Oct 16 |
comment |
Should Android development be done on Windows or OSX? Is there any difference? did you find the answer that you were looking for? if not please clarify. |
|
Sep 28 |
comment |
My boss decided to add a “person to blame” field to every bug report. How can I convince him that it's a bad idea? The Person Reporting the Bug will not likely be the person that is the root cause I mean think about trying to find a an error in your own code after 36 hours of writing code this week? |
|
Sep 13 |
comment |
Should Android development be done on Windows or OSX? Is there any difference? @makerofthings7 please mark an answer. this post is a month old with no new activity, Thanks! |