2,250 reputation
518
bio website none
location United States
age 27
visits member for 2 years, 3 months
seen yesterday
stats profile views 131

Software Engineer


Mar
13
awarded  Popular Question
Feb
14
awarded  Nice Answer
Feb
3
awarded  Yearling
Jan
18
awarded  Nice Question
Dec
15
comment Should I write HTML or CSS first?
@The more layout you do with css the easier the design will be to maintain down the road. Most sites undergo design changes through their life times. This is much easier to accomplish if all you have to do is change the css.
Dec
7
answered How can I give my client “full access” to their PHP application's MySQL database?
Dec
3
comment 'Windows' in a browser using html/css/js
@Rob Oh ok. I just thought since you didn't know that to do what the OP needed to do, he/she would need to use HTML, CSS, JS, and JQuery that perhaps you had expertise in other areas instead. I apologize for my misunderstanding.
Dec
3
comment 'Windows' in a browser using html/css/js
I did offer in my original post the means by which the OP or any other reader could duplicate what I did to obtain the information in the first place. However, I went ahead and modified my answer to better suit your request.
Dec
3
revised 'Windows' in a browser using html/css/js
added 524 characters in body
Dec
2
answered How does Google plus page loading work
Dec
1
comment 'Windows' in a browser using html/css/js
@Walter and Rob. I'm inclined to think that you have no experience with web page design. This is not a broad question at all and I was able to provide a specific answer to his specific question.
Dec
1
answered 'Windows' in a browser using html/css/js
Sep
21
comment Application Development: Python or Java (or PHP)
facts are by definition not subjective...
Sep
20
comment Application Development: Python or Java (or PHP)
A lot of very subjective "facts" in there... I would definitely not consider this authoritative by any means no matter how impressive it may appear.
Sep
18
awarded  Notable Question
Sep
16
comment skills that can't be outsourced- web development related
Keep in mind that more often than not you get what you pay for.
Sep
16
comment Why would one bother marking up properly and semantically?
Great answer. I would also add that maintaining code where "unnecessary" effort is put into it in the beginning to make it follow best practices such as this makes the code easier to maintain down the road (even if its the original designer/programmer who's maintaining it).
Sep
16
comment Why would one bother marking up properly and semantically?
You clearly need to do some research.
Sep
3
comment Specific reasons for still using Subversion?
It seems clear to me based on things that have been said in this thread that many of the people posting have likely only used one of the version control systems you mentioned. This has led to people saying a lot of things that really aren't quite true. The biggest advantage to git is that branching and merging is insanely easy in git but is rather involved in svn. There are other finer points that could be debated but depending on your project needs would be irrelevant. (PS I started out with svn and later reluctantly started using git and now prefer git)
Aug
12
comment What is the best way to learn how to develop drivers?
@Thorbjorn, what platform do you recommend?