User Michael Pryor - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T04:37:28Zhttp://stackoverflow.com/feeds/user/245http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/671773/are-there-any-good-reasons-to-have-a-database-table-without-an-integer-primary-ke1Are there any good reasons to have a database table without an integer primary key?Michael Pryor2009-03-22T23:12:37Z2009-11-13T16:59:09Z
<p>Although I'm guilty of this crime, it seems to me there can't be any good reason for a table to not have an identity field primary key. </p>
<p>Pros:
- whether you want to or not, you can now uniquely identify every row in your table which previously you could not do
- you can't do sql replication without a primary key on your table</p>
<p>Cons:
- an extra 32 bits for each row of your table</p>
<p>Consider for example the case where you need to store user settings in a table in your database. You have a column for the setting name and a column for the setting value. No primary key is necessary, but having an integer identity column and using it as your primary key seems like a best practice for any table you ever create.</p>
<p>Are there other reasons besides size that every table shouldn't just have an integer identity field?</p>
http://stackoverflow.com/questions/40154/how-do-you-beta-test-an-iphone-app13How do you beta test an iphone app?Michael Pryor2008-09-02T17:52:24Z2009-11-10T11:03:45Z
<p>How can you beta test an iPhone app? I can get it on my own device, and anyone that gives me a device, I can run it on theirs, but is there a way to do a limited release via the app store for beta testing?</p>
<p>Update: Also, see this question on <a href="http://beta.stackoverflow.com/questions/37464/iphone-app-minus-app-store" rel="nofollow">getting your app onto phones without using the App Store</a>.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26188#2618869Answer by Michael Pryor for Screenshot Taking ToolsMichael Pryor2008-08-25T15:08:06Z2009-10-20T01:37:31Z<h2>FREE </h2>
<p>On Windows, you can hit <strong>ALT-PrtScr</strong> (capture the current window) or just <strong>PrtScr</strong> (capture the entire screen) and this will copy that image to the clipboard, after which you can paste it into any image program like Photoshop or even Paint (<em>Start->Run->"mspaint"</em>).</p>
<p>On Vista, you can use the included <strong><a href="http://lifehacker.com/software/windows-vista/windows-vista-tip--take-screenshots-with-the-snipping-tool-228885.php" rel="nofollow">Snipping Tool</a></strong>. <sup><a href="http://beta.stackoverflow.com/users/1314/akmad" rel="nofollow">akmad</a></sup><br /><strong><a href="http://www.fiastarta.com/PrtScr/index.html" rel="nofollow">PrtScr</a></strong>, another free option can also capture overlay windows, which Snipping Tool cannot.</p>
<p><strong><a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a></strong>, is a free open source .NET screen capture tool written in C#.</p>
<p>SnagIt's free cousin, <strong><a href="http://www.jingproject.com" rel="nofollow">Jing</a></strong> works on Mac and Windows and will also capture video. <sup><a href="http://beta.stackoverflow.com/users/1786/john-sheehan" rel="nofollow">John Sheehan</a></sup></p>
<p><a href="http://www.bugshooting.com/web/" rel="nofollow">Bug Shooting</a> is a useful free tool, especially if you use FogBugz, Gemini, BugTacker, or OnTime. </p>
<p>Firefox has an add-on called <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">Screengrab</a></strong> <sup><a href="http://beta.stackoverflow.com/users/269/sparkes" rel="nofollow">sparkes</a></sup> and also <strong><a href="http://screenshot-program.com/fireshot" rel="nofollow">Fireshot</a></strong>.<br /><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3408" rel="nofollow">Abduction</a></strong> is another Firefox add-on for capturing long web pages as one single image. <sup><a href="http://beta.stackoverflow.com/questions/26183/screenshot-taking-tools#26249" rel="nofollow">Ross</a></sup></p>
<p><strong><a href="http://www.mirekw.com/winfreeware/mwsnap.html" rel="nofollow">MWSnap</a></strong>. It's getting on in years, but still gets the job done with a fairly nice array of features. Still the screen capture tool I used the most.</p>
<p>On a Mac, screenshot taking is built in. Press <strong>Command-Shift-4</strong>. The image will be saved as a PNG on the desktop. (<a href="http://graphicssoft.about.com/od/screencapturemac/ht/macscreenshot.htm" rel="nofollow">more info</a>)</p>
<h2>PAID</h2>
<p><strong><a href="http://snagit.com" rel="nofollow">SnagIt</a></strong> from TechSmith is $50, and is a good choice for Windows. It's written in Delphi. <sup><a href="http://beta.stackoverflow.com/users/64/david-in-dakota" rel="nofollow">David in Dakota</a></sup></p>
<ul>
<li>It has an image editor so it's nice if you need to annotate / mark the screen grabs that you take.</li>
<li>It measures the area you're grabbing in pixels - a lot of web developers in our group use it as a measuring tool, not just a screen shot tool.</li>
<li>It does delayed capture which is useful for getting context menus etc as a part of your screen grabs.</li>
<li>It can screen grab scrolling windows which is very handy.</li>
<li>It has <a href="http://www.techsmith.com/snagit/accessorycategory.asp?catID=1" rel="nofollow">outputs</a> so you can send images to Flickr, Blogger, MSExcel, Skype, FogBugz, etc.</li>
</ul>
<p><strong><a href="http://www.windowclippings.com/" rel="nofollow">WindowClippings</a></strong> is $18 and will grab a shot of a window without any background and also add a watermark.</p>
<p><strong><a href="http://www.ntwind.com/software/winsnap.html" rel="nofollow">WinSnap</a></strong> is ~$25 and allows you to simultaneously select and capture multiple objects (e.g. windows, dialogs, buttons and controls).</p>
<p><strong><a href="http://www.faststone.org/FSCaptureDetail.htm" rel="nofollow">FastStone Capture</a></strong> is ~$20 and has a few nice image editing tools.</p>
<p><strong><a href="http://freshlog.com/" rel="nofollow">FreshLog</a></strong> is ~$15 and will import to almost any issue tracker.</p>
<p><hr /></p>
<p>For more detailed info, you can also reference the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Screenshots" rel="nofollow">screenshots</a>.</p>
http://stackoverflow.com/questions/1381349/whats-the-recommended-way-to-start-using-types-from-a-returned-datarow-in-c1What's the recommended way to start using types from a returned DataRow in C#?Michael Pryor2009-09-04T20:16:33Z2009-09-30T03:26:59Z
<p>When looping through a DataRow and encountering types such as </p>
<pre><code>DataRow dr;
dr["someString"]
dr["someInteger"]
dr["somedata"]
</code></pre>
<p>What's the best way to get them into their corresponding data types? dr["foo"] is just a generic object.</p>
<p>Also, are these able to be easily converted to nullable types? dr["someInteger"] could be null.</p>
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m65Payment Processors - What do I need to know if I want to accept credit cards on my website?Michael Pryor2008-09-09T01:50:45Z2009-09-15T11:02:52Z
<p><a href="http://beta.stackoverflow.com/questions/2556/whats-the-best-online-payment-processing-solution" rel="nofollow">This question</a> talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments?</p>
<p>Assume I need to <em>store</em> credit card numbers for customers, so that the obvious solution of relying on the credit card processor to do the heavy lifting is not available.</p>
<p><a href="https://www.pcisecuritystandards.org/security%5Fstandards/pci%5Fdss.shtml" rel="nofollow">PCI Data Security</a>, which is apparently the standard for storing credit card info, has a bunch of general requirements, but <a href="http://en.wikipedia.org/wiki/PCI%5FDSS" rel="nofollow">how does one implement them</a>? </p>
<p>And what about the vendors, like <a href="http://usa.visa.com/merchants/risk%5Fmanagement/cisp%5Fpayment%5Fapplications.html" rel="nofollow">Visa</a>, who have their own best practices?</p>
<p>Do I need to have keyfob access to the machine? What about physically protecting it from hackers in the building? Or even what if someone got their hands on the backup files with the sql server data files on it?</p>
<p>What about backups? Are there other physical copies of that data around?</p>
<p>Tip: <a href="http://transfs.com/blog/" rel="nofollow">If you get a merchant account, you should negotiate that they charge you "interchange-plus" instead of tiered pricing.</a> With tiered pricing, they will charge you different rates based on what type of Visa/MC is used -- ie. they charge you more for cards with big rewards attached to them. Interchange plus billing means you only pay the processor what Visa/MC charges them, plus a flat fee. (Amex and Discover charge their own rates directly to merchants, so this doesn't apply to those cards. You'll find Amex rates to be in the 3% range and Discover could be as low as 1%. Visa/MC is in the 2% range). <a href="http://transfs.com/" rel="nofollow">This service is supposed to do the negotiation for you</a> (I haven't used it, this is not an ad, and I'm not affiliated with the website, but this service is greatly needed.)</p>
<p><em>This blog post gives a <a href="http://blog.boxedice.com/2009/05/20/taking-payments-online-merchant-account-payment-processor-fees/" rel="nofollow">complete rundown of handling credit cards</a> (specifically for the UK).</em></p>
http://stackoverflow.com/questions/37015/how-can-i-find-a-users-location-based-on-their-ip-address-free-and-not-free-s11How can I find a user's location based on their IP address? (free and not free services)Michael Pryor2008-08-31T18:28:11Z2009-09-09T15:00:27Z
<p>If you need to locate a user based on their IP address, what services are available?</p>
<p>p.s. I understand that some users use proxies etc, that mean the result is not 100% accurate. That's ok.</p>
http://stackoverflow.com/questions/1353173/is-it-possible-to-add-a-flash-video-on-a-fogbugz-wiki-page/1369792#13697920Answer by Michael Pryor for Is it possible to add a flash video on a fogbugz wiki pageMichael Pryor2009-09-02T19:55:36Z2009-09-02T19:55:36Z<p>Currently I don't believe it is possible to "embed" a screencast. You can add it as an attachment, but I don't think that's what you're trying to do.</p>
<p>Also, a better place to ask FogBugz related questions is here: <a href="http://support.fogcreek.com/?fogbugz" rel="nofollow">http://support.fogcreek.com/?fogbugz</a></p>
<p>(We aren't able to check SO every day)</p>
http://stackoverflow.com/questions/983564/in-php-how-can-i-get-the-outer-xml-from-a-domnode0In PHP, how can I get the Outer XML from a DOMNode?Michael Pryor2009-06-11T20:46:47Z2009-08-21T14:40:22Z
<p>If you have <a href="http://us2.php.net/manual/en/class.domnode.php" rel="nofollow">DOMNode</a> in PHP, how can you get the outer xml (i.e. the all of the XML that is inside this element plus the element itself)?</p>
<p>For example, lets say this is the structure</p>
<pre><code><car>
<tire>Michelin</tire>
<seats>Leather</seats>
<type>
<color>red</color>
<make>Audi</make>
</type>
</car>
</code></pre>
<p>And I have a pointer to the <type> node... I want to get back</p>
<pre><code><type>
<color>red</color>
<make>Audi</make>
</type>
</code></pre>
<p>If I just ask for the text, I get back "redAudi".</p>
http://stackoverflow.com/questions/1240360/how-can-i-do-server-side-pagination-of-results-in-sql-server-20000How can I do server side pagination of results in SQL Server 2000?Michael Pryor2009-08-06T17:37:54Z2009-08-06T20:54:57Z
<p>In SQL Server 2005, there is a feature called row_number() which makes pagination very simple.</p>
<pre><code>SELECT * FROM table WHERE row_number() between x and y
</code></pre>
<p>Is there any SQL server way to do the same thing in SQL Server 2000?</p>
<p>(Note: I don't have access to a unique sequential numbering for the query, i.e. something which would be a synonym for row_number())</p>
http://stackoverflow.com/questions/1173491/classic-asp-connecting-to-access-database-file-not-found/1174001#11740010Answer by Michael Pryor for classic asp connecting to access database, file not foundMichael Pryor2009-07-23T19:39:14Z2009-07-23T19:39:14Z<p>Why does your string say:
"c:/inetpub/wwwroot/sc/website/data/si.mdb"</p>
<p>instead of the normal windows path
"c:\inetpub\wwwroot\sc\website\data\si.mdb"</p>
<p>Also, you could go to Control Panel->Administrative Tools->Data Source (ODBC) and create a new named DSN under the System tab. Name it si for example and make sure the type is access, give it the right path to the access db and then your code would just be:</p>
<pre><code>dim objConn
set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open("si")
</code></pre>
http://stackoverflow.com/questions/1076995/why-do-people-use-visual-basic-anymore/1077012#10770122Answer by Michael Pryor for Why do People use Visual Basic Anymore?Michael Pryor2009-07-02T22:40:18Z2009-07-02T22:40:18Z<ol>
<li>Because it's basic.</li>
<li>Because it's visual.</li>
</ol>
<p>QED, any newbie programmer can learn it (and there are TONS of source code examples out there).</p>
<p>Although I suspect your question was rhetorical.</p>
http://stackoverflow.com/questions/1070572/iphone-logging-to-a-file/1070594#10705941Answer by Michael Pryor for iPhone: Logging to a fileMichael Pryor2009-07-01T18:18:46Z2009-07-01T22:14:53Z<p>How about this simple code (<a href="http://discussions.apple.com/message.jspa?messageID=5173424" rel="nofollow">ref apple support forum</a>):</p>
<pre><code>@implementation NSData (NSDataExtensions)
- (BOOL) appendToFile: (NSString *) path atomically: (BOOL) flag
{
NSFileHandle fh = [NSFileHandle fileHandleForWritingAtPath: path];
if(fh)
@try
{
[fh seekToEndOfFile];
[fh writeData: self];
[fh closeFile];
return YES;
}
@catch(id error) {}
return NO;
}
@end
</code></pre>
http://stackoverflow.com/questions/1003610/how-do-i-replace-a-text-box-with-a-drop-down-populate-by-web-service-in-fogbugz-u/1053373#10533731Answer by Michael Pryor for How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?Michael Pryor2009-06-27T18:25:27Z2009-06-27T18:25:27Z<p>If you are on Windows, email us at <a href="http://contact.fogcreek.com" rel="nofollow">http://contact.fogcreek.com</a> and get on the FogBugz 7 beta which has the ability to do this with plugins (instead of GM) or even, just with a custom field.</p>
http://stackoverflow.com/questions/995385/cross-project-issues-in-fogbugz/997356#9973561Answer by Michael Pryor for Cross project issues in fogbugz?Michael Pryor2009-06-15T17:35:41Z2009-06-15T17:35:41Z<p>No there isn't a way to do this. You could either create two cases (one in each project) and link them, or in the upcoming FogBugz 7, you could make a subcase. But the only alternative to do this automatically would be to write something which scanned for these using the API and auto created the linked case.</p>
http://stackoverflow.com/questions/985675/pin-fogbugz-tab-in-visual-studio/986931#9869310Answer by Michael Pryor for Pin fogbugz tab in visual studioMichael Pryor2009-06-12T14:29:04Z2009-06-12T14:29:04Z<p>Does VS look like this?</p>
<p><img src="http://michaelpryor.com/plugin.png" alt="alt text" /></p>
http://stackoverflow.com/questions/981066/tax-on-non-us-iphone-developer/981132#9811322Answer by Michael Pryor for Tax on non-us iphone developerMichael Pryor2009-06-11T13:38:34Z2009-06-11T13:38:34Z<p>Follow the same steps in the O'Reilly article you linked to... It would be the same process whether you are an organization or an individual.</p>
<p>Apparently you can also just "enter nine zeros (000000000) in the space provided in section 6. In addition, payments from the USA App Store will not be reported to the IRS on form 1042 at year end."</p>
http://stackoverflow.com/questions/140422/how-do-i-translate-8bit-characters-into-7bit-characters-i-e-uto-u5How do I translate 8bit characters into 7bit characters? (i.e. Ü to U) Michael Pryor2008-09-26T16:05:27Z2009-06-08T16:20:11Z
<p>I'm looking for pseudocode, or sample code, to convert higher bit ascii characters (like, Ü which is extended ascii 154) into U (which is ascii 85).</p>
<p>My initial guess is that since there are only about 25 ascii characters that are similar to 7bit ascii characters, a translation array would have to be used.</p>
<p>Let me know if you can think of anything else.</p>
http://stackoverflow.com/questions/892395/who-owns-the-fish-solving-logic-puzzles-with-code4Who owns the fish? Solving logic puzzles with code. [closed]Michael Pryor2009-05-21T11:07:02Z2009-05-21T12:47:26Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br />
<a href="http://stackoverflow.com/questions/318888/solving-who-owns-the-zebra-programmatically">Solving "Who owns the Zebra" programmatically?</a><br />
<a href="http://stackoverflow.com/questions/287489/jquery-zebra-selector">jQuery Zebra selector</a> </p>
</blockquote>
<p>Logic problems are typically solved manually with a grid:</p>
<p><img src="http://img33.imageshack.us/img33/750/picture1tig.png" alt="alt text" /></p>
<p>Is there a generic (or specific way) to solve these types of questions with a program (prolog?) I've written puzzles that I can solve, but have to ask other people to solve them to verify their "correctness". If I could do this with a program, it would make things easier for me.</p>
<p>For example, one of the common logic riddles is called Einstein's riddle (and supposedly only 2% of the population can solve it):</p>
<p>There are 5 houses in 5 different colors. In each house lives a person with a different nationality. The 5 owners drink a certain type of beverage, smoke a certain brand of cigar, and keep a certain pet. No owners have the same pet, smoke the same brand of cigar, or drink the same beverage.</p>
<p>Hints:</p>
<pre><code>* The Brit lives in the red house.
* The Swede keeps dogs as pets.
* The Dane drinks tea.
* The green house is on the left of the white house.
* The green homeowner drinks coffee.
* The person who smokes Pall Mall rears birds.
* The owner of the yellow house smokes Dunhill.
* The man living in the center house drinks milk.
* The Norwegian lives in the first house.
* The man who smokes Blend lives next to the one who keeps cats.
* The man who keeps the horse lives next to the man who smokes Dunhill.
* The owner who smokes Bluemaster drinks beer.
* The German smokes prince.
* The Norwegian lives next to the blue house.
* The man who smokes Blend has a neighbor who drinks water.
</code></pre>
<p>The question is: Who owns the fish?</p>
http://stackoverflow.com/questions/853876/hand-rolled-keysharing-1Hand rolled keysharingMichael Pryor2009-05-12T17:20:52Z2009-05-12T18:27:32Z
<p><strong>Framing info</strong></p>
<blockquote>
<p>I'm traveling and don't have access to
my paper documents, and don't have a
working phone setup, or easy access to
a printer or a fax. Yes, I could find
an internet cafe and print things up
and then fax them. But I hoped to find
an easier, but still secure solution,
that only relied on me having network
connectivity, and the guy on the other
end not being cryptographically
sophisticated. Of course it'd be
easier to fax or snail mail things in
other circumstances.</p>
<p>And yes, I know the documents in
question aren't very interesting. And
yes, I know I could have been
man-in-the-middled, and the emails
from my mortgage guy may have in
principled been spoofed. I wasn't
trying to PUBLISH a new key-signing
algorithm. Just to figure out what's
the best, simple ad hoc solution I
could craft in a MacGuyver-like
spirit.</p>
</blockquote>
<p><strong>Question</strong></p>
<p>I want to send documents securely to my mortgage guy to apply for a refinance. Normal people don't know public key encryption from public toilets. What to do?</p>
<p>What I did?</p>
<p>Make an account for him on a web server I control. In the https directories, though that may be overkill. Email him the url and instructions for how to generate the password (combine this word and your phone number kind of thing). He goes to that location and retrieves the file which is a second password. He emails me that he's obtained and copied the password. I log into the webserver, check the access logs that no one but me and him have accessed the password file. Then I delete that file, assign his account the password it contained, and restart Apache. I then scp the documents to a new url, secured by the new password which I know only he and I have seen. Unless I've been rootkitted and someone has changed my logs, but in that case I'm screwed lots of different ways.</p>
http://stackoverflow.com/questions/853893/how-to-display-dropdown-info-sorted-by-gps-location-in-objective-c-on-the-iphone1How to display Dropdown info sorted by GPS location in Objective C on the iPhoneMichael Pryor2009-05-12T17:24:36Z2009-05-12T18:14:26Z
<p>Is there an easy way to display a sorted dropdown list on the iPhone by "closest to current location"?</p>
<p>I.e. if I have a list of cities with their GPS locations, can I quickly sort a dropdown to show you city selections in order of closest to you? </p>
<p>Will this be fast? Or will I have to presort (before you select the dropdown) in the background?</p>
http://stackoverflow.com/questions/432416/fogbugz-svn-integration-not-working-svn-hosted-on-wush-net/443410#4434101Answer by Michael Pryor for fogbugz, svn integration not working. (svn hosted on wush.net)Michael Pryor2009-01-14T15:43:48Z2009-05-09T06:43:07Z<p>"auto updating/insertion of checkin comment into a FB issue"</p>
<p>Since that isn't working, it means the hook commit script is not firing or cannot reach your FogBugz server.</p>
<p>See this:
<a href="http://www.fogcreek.com/FogBugz/blog/post/Debugging-Subversion-Source-Control-Integration.aspx" rel="nofollow">http://www.fogcreek.com/FogBugz/blog/post/Debugging-Subversion-Source-Control-Integration.aspx</a></p>
<p>EDIT:</p>
<p>Thanks - I am editing this because I want to add one bit, then vote for this answer.</p>
<p>I finally got it working. There was a little tweak in the standard url I had to change and I had to send the post commit script to my provider.</p>
<p><a href="http://www.fogcreek.com/FogBugz/docs/60/topics/sourcecontrol/setup/Subversion.html" rel="nofollow">Here is the url that finally got it all together for me</a></p>
<p>This one helps too
<a href="http://www.fogcreek.com/FogBugz/docs/60/topics/advanced/SourceControlIntegration.html" rel="nofollow">http://www.fogcreek.com/FogBugz/docs/60/topics/advanced/SourceControlIntegration.html</a></p>
http://stackoverflow.com/questions/821085/technology-to-write-iphone-blackberry-and-android-phone-at-the-same-time5Technology to write iPhone, BlackBerry and Android phone at the same time?Michael Pryor2009-05-04T17:36:15Z2009-05-04T21:30:01Z
<p>Is there a strategy or at least best practice to write an app that runs on iPhone, BlackBerry and Android?</p>
<p>I'm ignorant about the development environments for BB and Android, but I assume they both support Java apps.</p>
<p>I know that the iPhone would require an ObjectiveC portion (as well as a whole new UI).</p>
<p>Has anyone done this?</p>
http://stackoverflow.com/questions/761417/tool-to-migrate-data-between-different-dbms/805223#8052231Answer by Michael Pryor for Tool to migrate data between different DBMS?Michael Pryor2009-04-30T03:13:43Z2009-04-30T03:13:43Z<p><a href="http://www.easyfrom.net/" rel="nofollow">ESF Database Convert</a> works for the following DB types:
Oracle, MySQL, SQL Server, PostgreSQL, IBM DB2, Visual Foxpro, SQLite, FireBird, InterBase, Microsoft Access, Microsoft Excel, Paradox, Lotus, dBase, CSV/Text and transfer any ODBC DSN data source to them. Single user license is about $200</p>
http://stackoverflow.com/questions/804151/how-do-i-convert-my-software-application-into-a-software-appliance2How do I convert my software application into a software appliance?Michael Pryor2009-04-29T20:37:11Z2009-04-29T22:42:41Z
<p>Assuming I want to sell a hardware appliance with only my software on it, what do I need to do?</p>
<ul>
<li>Where can I find the hardware? </li>
<li>How can I remote into the machine to fix things if I need to?</li>
</ul>
<p>Google used to do this with the search appliance (don't know if they still do). VMWare should have a website like cafepress where you upload a logo, choose specs, and then give them an image and they dropship you a server with that on it.</p>
<p>Edits to this question are encouraged, for all the things I forgot.</p>
http://stackoverflow.com/questions/802437/how-to-execute-two-mysql-queries-as-one-in-php-mysql/802467#8024670Answer by Michael Pryor for How to execute two mysql queries as one in PHP/MYSQL?Michael Pryor2009-04-29T13:54:47Z2009-04-29T20:32:03Z<p>It says on the PHP site that <a href="http://www.php.net/manual/en/function.mysql-query.php" rel="nofollow">multiple queries are NOT permitted</a> (EDIT: This is only true for the mysql extension. mysqli and PDO allow multiple queries)
. So you can't do it in PHP, BUT, why can't you just execute that query in another mysql_query call, (like Jon's example)? It should still give you the correct result if you use the same connection. Also, <a href="http://www.php.net/mysql%5Fnum%5Frows" rel="nofollow">mysql_num_rows</a> may help also.</p>
http://stackoverflow.com/questions/569845/japanese-chinese-language-data-in-sql-server-table/800488#8004881Answer by Michael Pryor for Japanese/Chinese language data in SQL Server tableMichael Pryor2009-04-29T01:13:45Z2009-04-29T01:13:45Z<p>Do you have the following in your ASP files?</p>
<p><%@codepage=65001%>
Session.CodePage = 65001</p>
http://stackoverflow.com/questions/789663/no-clue-overflow-microsoft-vbscript-runtime-error-800a0006/798449#7984490Answer by Michael Pryor for No clue.. Overflow, Microsoft VBScript runtime error '800a0006' Michael Pryor2009-04-28T15:06:28Z2009-04-28T15:06:28Z<p>Can you figure out where in the file the error is happening? You can use </p>
<p>Response.Write "here"
Response.End</p>
<p>And then load the page to see what point it gets to. Then you can post the code that is crashing and we may be able to help you more.</p>
http://stackoverflow.com/questions/682033/iphone-rss-reader-parsexml-wont-load-some-xml-feeds/777656#7776561Answer by Michael Pryor for iPhone RSS Reader -- parseXML won't Load some XML feedsMichael Pryor2009-04-22T15:01:00Z2009-04-22T15:01:00Z<p>Your problem could lie with:</p>
<ol>
<li>Unicode characters (i.e. I see some o's with two dots above them in the feed)</li>
<li>The code you have doesn't respect CDATA sections correctly</li>
</ol>
<p>To find out which is the case, save the feed file to your local disk and load it via your code to make sure the error happens.</p>
<p>Do a binary search on the file to find out if a particular RSS entry is causing the problem (i.e. remove all but the first rss entry and see if the problem exists. If it does, then the problem is there, if it doesn't put half the rss entries back in the file and repeat)</p>
http://stackoverflow.com/questions/587420/iis7-only-serves-up-one-page-at-a-time-its-a-making-me-crazy4IIS7 - only serves up one page at a time. It's a making me crAzY!Michael Pryor2009-02-25T19:20:15Z2009-04-21T22:02:19Z
<p>Situation: Classic ASP application, using a custom Application Pool. Default settings.</p>
<p>On <em>some</em> IIS7 machines, IIS decides to serve only one page at a time. So if multiple load any pages from a site, each one has to load in succession.</p>
<p>e.g. If I load <a href="http://foo.com/default.asp" rel="nofollow">http://foo.com/default.asp</a> from one browser, and from another machine I load <a href="http://foo.com/differenturl.asp" rel="nofollow">http://foo.com/differenturl.asp</a>, the first has to finish before the other will load. It's almost like the w3p process is single threaded.</p>
<p>Note, there is a setting called MaxProcesses in the Advanced Settings for IIS that says "Set this to greater than 1 to create a Web Garden" (whatever that is). This does NOT solve the problem because this spawns multiple processes with their own session state etc, and when you load <a href="http://foo.com/default.asp" rel="nofollow">http://foo.com/default.asp</a> there's no way to guarantee you get assigned to the same process.</p>
<p>The problem revealed itself because we have a diagnostic page which is written in ASP that creates and ActiveX control which loads a url on the website and returns the results.</p>
<p>So, diagnostics.asp loads and in the code on the server side it creates a small web control that loads (think XMLHTTP control) default.asp on the same server.</p>
<p>This page will NEVER finish loading, because the server is waiting for the diagnostics.asp page to finish before it serves the default.asp page. Deadlock!</p>
<p>This works fine on every IIS6 machine out there, and I believe there are some IIS7 servers where it works fine too.</p>
<p>I've verified it's not a result of our quirky diagnostic either. Loading multiple tabs from one machine, or even separate machines will show that the web process handles them one at a time.</p>
<p><hr /></p>
<p><strong>Correct Answer</strong> by AnthonyWJones: Server Side debugging was turned on in IIS7. This puts IIS into single threaded mode.</p>
http://stackoverflow.com/questions/752060/is-it-possible-to-get-the-favorites-list-from-the-browser/752094#7520941Answer by Michael Pryor for Is it possible to get the favorites list from the browser?Michael Pryor2009-04-15T14:55:09Z2009-04-15T14:55:09Z<p>ASP.NET is technically a server side technology... it does allow you to output html and javascript, but to be more concise your question should read:</p>
<p>"Is it possible to read a user's favorites (bookmarks) via javascript?"</p>
<p>Since you need a client side script to do this.</p>
<p>And the answer to that question, unfortunately for you, is no.</p>
http://stackoverflow.com/questions/1381349/whats-the-recommended-way-to-start-using-types-from-a-returned-datarow-in-c/1495972#1495972Comment by Michael Pryor on What's the recommended way to start using types from a returned DataRow in C#?Michael Pryor2009-09-30T21:55:47Z2009-09-30T21:55:47Zint? i = 3;
int x = i + 5; won't work? Weird! Never knew that. http://stackoverflow.com/questions/1441148/code-golf-which-robot-had-which-bugsComment by Michael Pryor on Code Golf: Which robot had which bugs?Michael Pryor2009-09-17T20:31:05Z2009-09-17T20:31:05ZI thought someone might say that which is why it says in the question: "Accepted solution must calculate the answer and print..."http://stackoverflow.com/questions/1381349/whats-the-recommended-way-to-start-using-types-from-a-returned-datarow-in-c/1381451#1381451Comment by Michael Pryor on What's the recommended way to start using types from a returned DataRow in C#?Michael Pryor2009-09-04T20:56:37Z2009-09-04T20:56:37ZWhat happens if you call int i = dr.Field<int>("someintcolumn"); and the row is null?http://stackoverflow.com/questions/1381349/whats-the-recommended-way-to-start-using-types-from-a-returned-datarow-in-c/1381360#1381360Comment by Michael Pryor on What's the recommended way to start using types from a returned DataRow in C#?Michael Pryor2009-09-04T20:46:11Z2009-09-04T20:46:11ZIs there a shortcut to getting (int?) to work. I'm thinking something like int?.TryParse(dr["some"]) ? (int?)dr["some"] : nullhttp://stackoverflow.com/questions/1381349/whats-the-recommended-way-to-start-using-types-from-a-returned-datarow-in-c/1381361#1381361Comment by Michael Pryor on What's the recommended way to start using types from a returned DataRow in C#?Michael Pryor2009-09-04T20:42:44Z2009-09-04T20:42:44ZI'm stuck. Thanks :)http://stackoverflow.com/questions/1278104/where-is-the-fogbugz-connection-stringComment by Michael Pryor on Where is the fogbugz connection string?Michael Pryor2009-08-28T13:35:40Z2009-08-28T13:35:40ZPlease accept an answer to this question. Thanks!http://stackoverflow.com/questions/1321232/fogbugz-what-is-the-url-of-repository-when-using-tortoisesvn/1341839#1341839Comment by Michael Pryor on FogBugz - What is the url of Repository when using TortoiseSVN?Michael Pryor2009-08-28T13:34:38Z2009-08-28T13:34:38ZHi, I think I responded to your email the other day, but can you please point out where it's misleading on the website? This is the first time as far as I know that anyone has ever contacted us expecting us to offer subversion hosting. http://stackoverflow.com/questions/27195/can-fogbugz-track-case-dependencies/1241711#1241711Comment by Michael Pryor on Can fogbugz track case dependencies?Michael Pryor2009-08-07T01:28:22Z2009-08-07T01:28:22Z@adambox Actually you can do this now with the backlog plugin by just assigning an order to your cases. next in the order is the one you work on next.http://stackoverflow.com/questions/1173491/classic-asp-connecting-to-access-database-file-not-foundComment by Michael Pryor on classic asp connecting to access database, file not foundMichael Pryor2009-07-23T19:42:34Z2009-07-23T19:42:34Zsee my recent edit about the named dsn.http://stackoverflow.com/questions/1128826/downloading-mail-from-hotmailComment by Michael Pryor on Downloading mail from hotmailMichael Pryor2009-07-15T00:49:49Z2009-07-15T00:49:49Zpost some of the source code you are using to talk to the server...http://stackoverflow.com/questions/659898/difficulty-with-bugzscout-net-from-behind-a-proxyComment by Michael Pryor on Difficulty with BugzScout.net from behind a proxy.Michael Pryor2009-07-13T15:11:19Z2009-07-13T15:11:19ZDid you ever figure this out? email me at firstname at fogcreekhttp://stackoverflow.com/questions/1076995/why-do-people-use-visual-basic-anymoreComment by Michael Pryor on Why do People use Visual Basic Anymore?Michael Pryor2009-07-02T22:49:39Z2009-07-02T22:49:39ZWhy do People capitalize their Questions so Strangely? jk :)http://stackoverflow.com/questions/1070572/iphone-logging-to-a-fileComment by Michael Pryor on iPhone: Logging to a fileMichael Pryor2009-07-01T22:15:20Z2009-07-01T22:15:20Zupdated my answer to be more efficient. that forum post i reference has all the info you need.http://stackoverflow.com/questions/1063352/how-can-i-learn-to-express-myself-better/1063477#1063477Comment by Michael Pryor on How can I learn to express myself better?Michael Pryor2009-06-30T15:31:10Z2009-06-30T15:31:10ZI'm sure you disagree, but this attitude towards questions reminds me of <a href="http://www.roughtype.com/archives/2009/06/the_sour_wikipe.php" rel="nofollow">roughtype.com/archives/2009/…</a>http://stackoverflow.com/questions/1060003/moving-to-new-york-city-local-job-boardsComment by Michael Pryor on Moving to New York City; Local job boards?Michael Pryor2009-06-30T14:58:30Z2009-06-30T14:58:30Z<a href="http://jobs.stackoverflow.com" rel="nofollow">jobs.stackoverflow.com</a>