Alex

1,921
reputation
178 views

Registered User

name Alex
member for 1 year
seen 6 hours ago
website
location Seattle, USA
age
6h
answered Physical/in-Memory database. (for logging purposes on my website)
23h
comment Comparing Doubles in Visual Studio - a standard way to catch this?
I'm well aware of the solution to the problem. What I'm asking is "how to spot it better", not "how to solve it".
23h
revised Comparing Doubles in Visual Studio - a standard way to catch this?
edits to reflect comments; added 359 characters in body
23h
comment Comparing Doubles in Visual Studio - a standard way to catch this?
Fine, fine, fine. The point stands. I'll edit my code.
23h
comment VS2008 Unit Tests: Order of Execution
Totally makes sense. Thank you!
23h
asked Comparing Doubles in Visual Studio - a standard way to catch this?
23h
comment Can someone copyright a SQL query?
That is absolutely the wrong way to approach copyright! By looking at the implementation of the old query to come up with your own, you are STEALING the intellectual property (legally speaking) - so this is no better than just using someone else's code. Instead, for cases like this, rewrite the query by only analyzing what its inputs and outputs are, treating it like a black box.
23h
comment PHP: How To Disable Dangerous Functions
Well, a mean hacker that is running the PHP shell can just do an fopen() and edit a bunch of system files. Or delete a bunch of files. Or read your .htaccess. Bottom line, If I'm running php code on your box, you're toast.
23h
answered PHP: What Opensource extentions can we add to MVC frameworks?
23h
comment VS2008 Unit Tests: Order of Execution
The most important part of this ordering is the actual creation of the database, not the TESTING of the fact that it's created. As you noted, testing of that will be done by all other unit tests :-) As I mentioned, I have multiple test classes. I need this initialization logic called before ANY of the test classes is executed. So ClassInitialize() doesn't do it.
23h
comment foreach through a session variable
What? Where else would he store database-related info, then?
23h
comment foreach through a session variable
Also, make sure that the values that get stored in $_SESSION['items'] are validates as integers - otherwise, you're looking at SQL injection.
23h
comment how to cover a area using bing map.
The url above worked for me in Firefox.
23h
asked VS2008 Unit Tests: Order of Execution
2d
accepted PHP: How to add Languages layer to MVC framework?
2d
awarded  Mortarboard
Dec
5
comment php in javascript?
Note that it is KEY to have the file named as .php - otherwise, the server will not process the <?php directives inside.
Dec
3
answered PHP charting library
Dec
3
comment Programmer Puzzle: Encoding a chess board state throughout a game.
Thanks, A.Rex and Chris! Great comments! I updated the answer to reflect your feedback.
Dec
3
revised Programmer Puzzle: Encoding a chess board state throughout a game.
Edits based on community comments
Dec
2
answered MySQL: Pulling the current user’s vote on a query of links.
Dec
2
awarded  Nice Answer
Dec
2
accepted Can you access properties/methods of parent window from the child?
Dec
2
comment Extract 2 sets of numbers from a string using PHP’s preg?
What do you want $myNum1 and 2 to be in this example?
Dec
2
answered Extract 2 sets of numbers from a string using PHP’s preg?
Dec
2
answered Javascript links made by php in Firefox.
Dec
2
answered Can you access properties/methods of parent window from the child?
Dec
2
answered regex - match not in tag
Dec
2
answered Natural Language Processing: Find obscenities in English?
Dec
2
answered How to prevent users from resizing the font on my web site?
Dec
2
answered Display online NSE (National Stock Exchange) data in php web application
Dec
2
answered how to efficiently track the use of space on a map, both objects and free areas.
Dec
2
answered can i post data without using submit button
Dec
2
answered creating Online form builder
Dec
2
comment Outlook 2003: authentication before sending doesn’t work
Should this go to superuser?
Dec
2
answered Ordering query result by list of values
Dec
2
answered AdSense: How to keep Ads updated with logged in user content
Dec
2
answered Increase the session timeout of my web form ?
Dec
2
answered Is there a better way to implment Equals for object with lots of fields?
Dec
2
answered please check validation
Dec
2
answered Can I control labels when using RadioButtonLists?
Dec
2
answered I want to use 2 dropdown list in a way so that second dropdown list show remaining items of the first dropdown list except the selected one.
Dec
2
answered Finding a path in a multidimensional array for a certain ID
Dec
2
answered vptr - virtual tables
Dec
2
answered How to develop a MVC framework from scratch?
Dec
2
comment How can you inject a session reference
What's the programming language? What's the context, why are you trying to do this?
Dec
2
answered How Do Google and Other Search Engines Determine Keywords?
Dec
2
answered Where is the best place to verify form data ?
Dec
2
revised Programmer Puzzle: Encoding a chess board state throughout a game.
added 24 characters in body
Dec
2
answered How can I convert PHP Code Sniffer XML report into HTML?