User Mat Nadrofsky - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T19:54:13Zhttp://stackoverflow.com/feeds/user/26853http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1544292/when-installing-different-technologies-on-clients-should-i-just-use-installshiel4When installing different technologies on clients, should I just use InstallShield?Mat Nadrofsky2009-10-09T14:50:42Z2009-12-12T21:08:43Z
<p>I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 and 64-Bit systems. Localization of the installers would be of benefit since we do have a number of French Canadian clients as well.</p>
<p>We currently have installations for software packages and utilities in the following technologies:</p>
<ul>
<li>Progress 4GL</li>
<li>Visual Studio 2005</li>
<li>Visual Studio 2008</li>
<li>.Net Compact Framework 3.5</li>
</ul>
<p>I've already looked at <a href="http://wix.sourceforge.net/" rel="nofollow">WiX</a> and <a href="http://www.acresso.com/products/is/installshield-overview.htm" rel="nofollow">InstallShield</a>, and also the <a href="http://www.symantec.com/business/wise-installation-studio" rel="nofollow">Altiris made replacement</a> for the old Wise system.</p>
<p>I haven't played with InstallShield much at all yet, but from everything I've seen/installed it seems to be one of the industry favourites. I've browsed through some of the Stack tags relating to InstallShield and I'm curious to see what the group says about it.</p>
<p>Do I just by default go to them? How good is WiX at non .Net stuff?</p>
<p>Any help/thoughts/input is appreciated.</p>
http://stackoverflow.com/questions/1376909/play-audio-and-video-at-a-same-time-in-iphone-application/1891172#18911720Answer by Mat Nadrofsky for Play audio and video at a same time in iPhone applicationMat Nadrofsky2009-12-11T22:07:00Z2009-12-11T22:07:00Z<p>If the audio is part of the video file, yes. </p>
<p>If it's an MP3 file or some other external type how are you planning on playing it? The phone <a href="http://www.ipodobserver.com/ipo/article/The%5FiPhone%5FMultitasking%5FMyth/" rel="nofollow">might allow this</a> to happen depending on what you're up too.</p>
<p>You <a href="http://www.intomobile.com/2009/05/15/apple-rumored-to-allow-limited-iphone-multi-tasking-with-iphone-os-30.html" rel="nofollow">might be in luck</a> soon though...</p>
<p>Another helpful link is <a href="http://www.roughlydrafted.com/2008/03/13/iphone-20-sdk-the-no-multitasking-myth/" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/1882024/wix-will-not-add-hklm-registry-setting-during-windows-7-install/1882347#18823473Answer by Mat Nadrofsky for WIX will not add HKLM registry setting during Windows 7 install Mat Nadrofsky2009-12-10T16:51:17Z2009-12-10T16:51:17Z<p>There are some differences to how Windows 7 handles certain registry keys. Registry reflection was removed starting with Windows 7. Not sure if this plays into what you're seeing here, but check out <a href="http://msdn.microsoft.com/en-us/library/aa384253%28VS.85%29.aspx" rel="nofollow">this link</a> for more on that.</p>
<p>Also, if you're working with a 64-bit version of Windows 7 you might be able to dig down into some specifics by referring to the <a href="http://msdn.microsoft.com/en-us/library/bb427430%28VS.85%29.aspx" rel="nofollow">MSDN 64-bit Windows Programming Guide</a>.</p>
<p>Furthermore, if you need to have different registry keys installed into different locations based on the Windows flavour (XP, Vista, 7 etc.) then <a href="http://stackoverflow.com/questions/271580/wix-how-can-the-registry-key-be-changed-based-on-the-os-on-which-the-installer-i">this stack question</a> also has an answer for you.</p>
http://stackoverflow.com/questions/1809253/windows-7-installation-experience0Windows 7 Installation Experience? [closed]Mat Nadrofsky2009-11-27T15:03:10Z2009-11-27T15:03:10Z
<p>Our team is starting to put together installers for our various software products. Some of our products are .Net based, some <a href="http://en.wikipedia.org/wiki/OpenEdge%5FAdvanced%5FBusiness%5FLanguage" rel="nofollow">Progress 4GL</a> and others are .Net CF running on Windows Mobile 6 (we are using <a href="http://www.soti.net" rel="nofollow">SOTI</a> for this).</p>
<p>What sort of specific issues have you run into while installing software onto Windows 7? What installation tips can you give to a bunch of guys starting down this path to deploy their software?</p>
<p>I should also add that we're supporting all versions, both 32 and 64-bit.</p>
http://stackoverflow.com/questions/640071/blackberry-development-tips-tricks-gotchas9Blackberry Development Tips, Tricks & GotchasMat Nadrofsky2009-03-12T19:10:49Z2009-11-23T16:40:15Z
<p>I'm looking to get into developing software for the Blackberry platform. I know they've got a great IDE plug-in for <a href="http://www.eclipse.org/" rel="nofollow">Eclipse</a> and I've got their Storm simulator running on my laptop, it's fantastic.</p>
<p>So, that being said, anyone have any tips, tricks or gotchas to watch out for when using the Blackberry SDK?</p>
<p>Anything specific to various models? I'm starting development for the <a href="http://www.blackberry.com/blackberrystorm" rel="nofollow">Storm 9530</a>.</p>
<p>Specific points of interest to me are:</p>
<ul>
<li><p>Accelerometer tips/tricks</p></li>
<li><p>UI tips/tricks/tools to use or not to use</p></li>
<li><p>Common mistakes/pitfalls one should avoid</p></li>
</ul>
<p><hr /></p>
<p><strong>EDIT:</strong> So far reading along the <a href="http://na.blackberry.com/eng/devjournals/resources/journals/nov%5F2003/writing%5Fefficient%5Fj2me%5Fsoft.jsp" rel="nofollow">developers journal</a> and also following the <a href="http://www.thinkingblackberry.com/" rel="nofollow">great blog</a> posted already have proved to be quite helpful! Also found some helpful info on how to deploy your app to a device by reading the Developer Guide.</p>
http://stackoverflow.com/questions/931109/strategies-for-updating-or-versioning-web-services5Strategies for updating or versioning web services?Mat Nadrofsky2009-05-31T02:23:00Z2009-11-13T19:33:40Z
<p>I'm interested to hear the best practices on how different versions of web services are handled. </p>
<p>To clarify, if you've got some web methods exposed as a web service, then you want to add a feature/functionality and thus change the signature of those method calls, how do you handle this in a manner that doesn't break all of your clients who currently call the service?</p>
<p>Do you deploy the service on a different URL?</p>
<p>Do you put a version in the method name itself (MyMethod, MyMethodv2 etc. - ugh..)</p>
<p>Do you pass in a version as part of the method call along with a parameter list?</p>
<p>Does anyone know how Google or Amazon handle this scenario with their extensive Web Service library?</p>
<p><strong>EDIT:</strong> So far I found some good info in this <a href="http://www.oracle.com/technology/pub/articles/web%5Fservices%5Fversioning.html" rel="nofollow">article from Oracle</a>. Also <a href="http://www.gridshore.nl/blog/index.php?/archives/68-Web-service-versioning-in-the-java-world.html" rel="nofollow">this blog entry</a> on some Java specifics was useful. I'm still curious to see some of the other approaches.</p>
http://stackoverflow.com/questions/1722373/how-can-you-be-a-quality-programmer-in-a-programming-team/1722484#17224848Answer by Mat Nadrofsky for How can you be a quality programmer in a programming team?Mat Nadrofsky2009-11-12T14:16:54Z2009-11-12T14:16:54Z<p>Lots of good advice so far. Reading the latest edition of <a href="http://cc2e.com/" rel="nofollow">Code Complete</a> isn't a bad idea either.</p>
http://stackoverflow.com/questions/1700722/question-on-sqlite-functions/1700755#17007552Answer by Mat Nadrofsky for question on sqlite functionsMat Nadrofsky2009-11-09T12:41:23Z2009-11-09T12:41:23Z<p>1) You would use <a href="http://www.sqlite.org/c3ref/step.html" rel="nofollow">sqlite3_step()</a> to evaluate prepared statements.</p>
<p>2) I haven't used this before, but looks like <a href="http://developer.apple.com/mac/library/documentation/cocoa/reference/Foundation/Miscellaneous/Foundation%5FFunctions/Reference/reference.html#//apple%5Fref/c/macro/NSAssert1" rel="nofollow">NSAssert1</a> is used as a front end to the Assertion Handler in Objective-C.</p>
<p>3) You use <a href="http://www.sqlite.org/c3ref/finalize.html" rel="nofollow">sqlite3_finalize</a> to destroy prepared statements (you'll see this in the link I posted for usage of sqlite3_step as well).</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666765#66676515Answer by Mat Nadrofsky for .NET "must-have" development toolsMat Nadrofsky2009-03-20T15:55:00Z2009-10-22T22:37:58Z<p>The <a href="http://ankhsvn.open.collab.net/" rel="nofollow">Ankh SVN</a> .NET plug-in for <a href="http://en.wikipedia.org/wiki/Subversion%5F%28software%29" rel="nofollow">Subversion</a> integration. It makes working with Subversion much nicer from within Visual Studio, and as the project progresses, it's getting more reliable and feature rich all the time.</p>
http://stackoverflow.com/questions/363158/net-compact-framework-tips-tricks-and-gotchas24.Net Compact Framework Tips, Tricks, and GotchasMat Nadrofsky2008-12-12T15:54:46Z2009-10-07T01:28:29Z
<p>Hey everyone,</p>
<p>We work extensively in the .Net Compact Framework and Windows Mobile. I've seen plenty of questions come up regarding specifics to development of ASP.Net apps or other .Net based desktop apps but nothing CF specific.</p>
<p>Anyone else a mobile developer out there that can share some things to start doing, stop doing, and avoid doing when developing in the Compact Framework?</p>
http://stackoverflow.com/questions/251218/how-to-stop-a-running-process-during-an-msi-based-un-install3How to stop a running process during an MSI based un-install?Mat Nadrofsky2008-10-30T18:19:31Z2009-09-22T20:53:37Z
<p>Hey all,</p>
<p>I'm using Wise Package Studio 7.0 SP2 on Windows XP.</p>
<p>I've got an MSI Wrapped EXE installation that goes about happily installing some files and then running one of the files from the installation which we can refer to as app.exe.</p>
<p>So on the "Execute Deferred" tab of the MSI Editor, I had to add the lines:</p>
<pre><code>If Not Installed then
Execute Installed Program app.exe (Action)
End
</code></pre>
<p>This ensured that my app.exe would be run <em>only</em> on an installation and not during a modify/repair/removal. When app.exe runs, it conveniently adds itself to the system tray.</p>
<p>I'm looking for something that will do the reverse during a removal. I want to stop the app.exe process thus removing it from the system tray.</p>
<p>Currently my removal gets rid of all the files however the app.exe remains running and still shows up in the systems tray. I've looked at adding the conditional statement:</p>
<pre><code>If REMOVE~="ALL" then
*remove the app from the systray!*
End
</code></pre>
<p>The conditional statement will let me do something only on a removal, however I'm not sure of the best approach to go about actually terminating the process. Is there an MSI command I can run that will let me do that? Should I write my own .exe that will do that?</p>
http://stackoverflow.com/questions/1312814/is-there-any-progress-4gl-statement-used-for-editing-an-ascii-files/1323820#13238201Answer by Mat Nadrofsky for Is there any Progress 4GL statement used for editing an ASCII files?Mat Nadrofsky2009-08-24T18:01:26Z2009-08-24T18:01:26Z<p>Yes there is. You can use a STREAM to do so.</p>
<pre><code>/* Define a new named stream */
DEF STREAM myStream.
/* Define the output location of the stream */
OUTPUT STREAM myStream TO VALUE("c:\text.txt").
/* Write some text into the file */
PUT STREAM myStream UNFORMATTED "Does this work?".
/* Close the stream now that we're done with it */
OUTPUT STREAM myStream CLOSE.
</code></pre>
http://stackoverflow.com/questions/1305736/should-i-put-my-twitter-account-on-my-cv/1305776#13057762Answer by Mat Nadrofsky for Should I put my twitter account on my CV?Mat Nadrofsky2009-08-20T12:16:22Z2009-08-20T12:16:22Z<p>More and more you're seeing employers "google" a name. They're going to see your "web presence" and perform some background checking in this manner. That's why it's important that you convey the right message through that presence.</p>
<p>Try the exercise out for yourself and search for your own name through Google. What comes up?</p>
<p>Social Networking sites should have limited profiles if you don't want potential employers to see another side of you, unless you moderate all of your online content. Personally, I don't. I've got my good friends on my Facebook site and we've got our own lingo that I'd rather not have publicly advertised.</p>
<p>Contributing on sites like StackOverflow is a good thing. (even though some will ask if you waste all your time at work doing so -- the assumption should be that you don't)</p>
<p>Having the right profile picture is also surprisingly important. Not in the sense that you have to look like Brad Pitt, but rather on a site like this, what does your profile picture convey? (if it is you and not a design etc.)</p>
http://stackoverflow.com/questions/1304601/how-to-write-data-into-text-file-in-blackberry/1305701#13057011Answer by Mat Nadrofsky for How to write data into text file in blackberry?Mat Nadrofsky2009-08-20T12:03:12Z2009-08-20T12:03:12Z<p>Here's a link to the specifics on <a href="http://www.microemu.org/microemu-extensions/microemu-jsr-75/apidocs/javax/microedition/io/file/FileConnection.html" rel="nofollow">FileConnection</a>. Hope that helps! itsteju beat me to it. :)</p>
http://stackoverflow.com/questions/1305220/date-stored-in-table-is-wrong-in-sqlite/1305644#13056441Answer by Mat Nadrofsky for Date stored in table is wrong in SQLiteMat Nadrofsky2009-08-20T11:51:40Z2009-08-20T11:51:40Z<p>This <a href="http://libdbi-drivers.sourceforge.net/docs/dbd%5Fsqlite3/x123.html" rel="nofollow">link</a> has some information you should read on using TIMESTAMP and DATETIME for SQLite.</p>
<p>Here's an excerpt:</p>
<blockquote>
<p>TIMESTAMP, DATETIME
A string type of unlimited length used to store date/time combinations. The required format is 'YYYY-MM-DD HH:MM:SS', anything not following this pattern is ignored.</p>
</blockquote>
http://stackoverflow.com/questions/598252/most-promising-mobile-platforms9Most promising mobile platforms?Mat Nadrofsky2009-02-28T16:25:21Z2009-08-19T17:04:09Z
<p>So I've got some great ideas on mobile products. I'm in a position where I need to pick the best platform to initially develop on. I currently don't own a mobile device of any specific platform. Obviously I'll be getting a few... Also I currently work with Windows Mobile at my employer.</p>
<p>Suggestions? </p>
<p>Obviously iPhone is making developers money, however I'm a little put-off by some of the <a href="http://itmanagement.earthweb.com/features/article.php/3805481/iPhone-App-Usage-Trends-Revealed" rel="nofollow">trends</a> that are being seen. I'm interested to see where <a href="http://news.cnet.com/windows-mobile-7-release-delayed/" rel="nofollow">Windows Mobile 7</a> and more importantly <a href="http://code.google.com/android/" rel="nofollow">Android</a> will be soon. Of course <a href="http://code.google.com/android/" rel="nofollow">Android</a> bothers me because it's only on TMobile devices at this point right? However I think <a href="http://code.google.com/android/" rel="nofollow">Android</a> is the most open and I really like that a lot...</p>
<p>Let's not forget local (for me) company RIM and their new <a href="http://www.blackberry.com/blackberrystorm/" rel="nofollow">Blackberry Storm</a> device and <a href="https://www.blackberry.com/profile/?eventId=9493" rel="nofollow">AppStore that's launching</a>.</p>
<p>EDIT: Of course this is pretty subjective. I'm looking for an interesting discussion on your opinions. We all know how well iPhone is doing, but do you see that trend continuing or will there be a mass exodus to Android if they can get the right carriers and phones going... </p>
http://stackoverflow.com/questions/1246274/agile-waterfall-scrum-how-difficult-is-it-to-transition-a-team-into-iterativ/1246309#12463093Answer by Mat Nadrofsky for Agile, Waterfall, Scrum... how difficult is it to transition a team into iterative development?Mat Nadrofsky2009-08-07T18:28:23Z2009-08-07T19:24:13Z<p>I'm in the process of trying to do this right now. We've got an on-site Customer Development department and I can tell you they are key in trying to grab buy-in for an iterative development process.</p>
<p>Some great answers on this one <a href="http://stackoverflow.com/questions/53318/effective-ways-to-introduce-agile-into-the-workplace">here</a>.</p>
<p>If you've already got a track record of delivering projects late and over budget due to large and unmanageable chunks not getting done, that's a good start in convincing the stakeholders of your projects to get the ball of change rolling. </p>
<p>Process can prove itself, but only with the right parties in support of it. Your key is getting other team players to see value in what you're trying to do.</p>
<p>For us, it comes down to approaching things from a customers perspective. We need to constantly come back to the customer to make sure that what we're building is what they envision. We want to streamline the process to stop wasting <em>everyone's</em> time. </p>
<p>Now of course, different parts of Agile work for different organizations and very few companies that actually use Agile processes are doing so in a purist sense. </p>
<p>Through trial and error figure out what works for your business, culture and team. There is nothing that says you can't gradually adopt the overall process and cherry pick the parts that work the best for your business model.</p>
http://stackoverflow.com/questions/253664/do-character-user-interfaces-have-a-future8Do Character User Interfaces have a future?Mat Nadrofsky2008-10-31T14:16:55Z2009-08-07T02:38:02Z
<p>We've got products built both with GUI and CHUI. Going forward, we're looking at redesigning a lot of our software and mainly taking the route of going all GUI. My question to the group is, do we need to account for keeping a CHUI around? What are the advantages of CHUI over GUI? Many times in the past people have said that CHUI is faster because you don't need a mouse. I argue that GUI can be just as fast with the right keyboard shortcuts, hotkeys and/or touch screens.</p>
<p>Is CHUI something we should no longer consider if hardware no longer provides a constraint?</p>
<p>Also to clarify, when I speak about CHUI I mean a CHaracter based User Interface, and I'm also mainly concerned with the effective presentation of data to an end user.</p>
<p>There have been some fantastic responses that have highlighted the importance of having a command line based interface for automation and scripting based tasks which I will certainly take to heart when we begin the design!</p>
http://stackoverflow.com/questions/853896/implement-a-c-client-that-uses-webservices-over-ssl2Implement a C# Client that uses WebServices over SSL?Mat Nadrofsky2009-05-12T17:25:43Z2009-07-29T18:26:07Z
<p>So I've got a ServiceReference added to a C# Console Application which calls a Web Service that is exposed from Oracle.</p>
<p>I've got everything setup and it works like peaches when it's not using SSL (http). I'm trying to set it up using SSL now, and I'm running into issues with adding it to the Service References (or even Web References). For example, the URL (https) that the service is being exposed on, isn't returning the appropriate web methods when I try to add it into Visual Studio.</p>
<blockquote>
<p>The underlying connection was closed: An unexpected error occurred on a send.
Received an unexpected EOF or 0 bytes from the transport stream.
Metadata contains a reference that cannot be resolved: 'https://srs204.mywebsite.ca:7776/SomeDirectory/MyWebService?WSDL'</p>
</blockquote>
<p>Another quandary I've got is in regards to certificate management and deployment. I've got about 1000 external client sites that will need to use this little utility and they'll need the certificate installed in the appropriate cert store in order to connect to the Web Service. Not sure on the best approach to handling this. Do they need to be in the root store?</p>
<p>I've spent quite a few hours on the web looking over various options but can't get a good clean answer anywhere.</p>
<p>To summarize, I've got a couple of questions here:</p>
<p>1) Anybody have some good links on setting up Web Services in Visual Studio that use SSL?</p>
<p>2) How should I register the certificate? Which store should it exist in? Can I just use something like CertMgr to register it?</p>
<p>There's gotta be a good book/tutorial/whatever that will show me common good practices on setting something like this up. I just can't seem to find it!</p>
http://stackoverflow.com/questions/1138628/how-do-you-arrange-several-projects-in-a-single-svn-server/1138649#11386490Answer by Mat Nadrofsky for How do you arrange several projects in a single SVN server?Mat Nadrofsky2009-07-16T16:05:26Z2009-07-16T16:05:26Z<p>We've setup repositories for each project, thus each can have their own branches/tags etc.</p>
<p>Also, for interdependent projects, you can setup linked repositories so that the files can be shared. This has worked well for us so far and has proven to be quite flexible.</p>
http://stackoverflow.com/questions/583278/sqlite-vs-sqlce-vs-in-a-mobile-application2SQLite vs. SQLCE vs. ? in a Mobile ApplicationMat Nadrofsky2009-02-24T19:48:24Z2009-06-22T08:29:24Z
<p>When developing a mobile application on Windows Mobile, what are some of the database choices you've made?</p>
<p>Why did you make that choice? In particular we've got a mobile app that we're building which will have up to 360,000 records in some of the tables.</p>
<p>We were planning to use SQLCE 3.5 but we've got a number of drawbacks when working with large sets of data like this. Since data will be loaded into a DB on a desktop computer and then copied to the mobile device, the tables have to be re-indexed...</p>
<p>SQLite seems like an attractive alternative. Any advice/opinions?</p>
http://stackoverflow.com/questions/295642/should-a-developer-write-their-own-test-plan-for-q-a4Should a developer write their own test plan for Q/A?Mat Nadrofsky2008-11-17T14:09:18Z2009-06-02T03:03:31Z
<p>Who writes the test plans in your shop? Who <em>should</em> write them?</p>
<p>I realize developers (like me) regularly do their own unit testing whilst developing and in some cases even their own Q/A depending on the size of the shop and the nature of the business, but in a big software shop with a full development team and Q/A team, who should be writing those official "my changes are done now" test plans?</p>
<p>Soon, we'll be bringing on another Q/A member to our development team. My question is, going forward, is it a good practice to get your developers to write their own test plans?</p>
<p>Something tells me that part of that might make sense but another part might not...</p>
<p><strong>What I like about that:</strong></p>
<ul>
<li>Developer is very familiar with the changes made, thus it's easy to produce a document...</li>
</ul>
<p><strong>What I don't like about that:</strong></p>
<ul>
<li>Developer <em>knows</em> how it's <em>supposed</em> to work and might write a test plan that caters to this without knowing it.</li>
</ul>
<p>So, with the above in mind, what is the general stance on this topic? I'm of course already reading books like the Mythical Man-Month, Code Complete and a few others which really do help, but I'd like to get some input from the group as well.</p>
http://stackoverflow.com/questions/935659/yes-another-source-control-question/935720#9357200Answer by Mat Nadrofsky for Yes, another Source Control QuestionMat Nadrofsky2009-06-01T16:58:32Z2009-06-01T16:58:32Z<p>I agree with Jon Skeet. (doesn't everyone?!) - ;-)</p>
<p>SVN is still a great choice for you. You can use a visual tool like <a href="http://tortoisesvn.tigris.org/" rel="nofollow">TortoiseSVN</a> to handle your interaction with SVN and including a repository web client like <a href="http://www.viewvc.org/" rel="nofollow">ViewVC</a> is a good option if you want to access/browse the repos from your browsers.</p>
<p>There is a pile of extensibility built into SVN as well. You can add all sorts of custom actions to any pre-commit or post-commit events (and many more).</p>
<p>Visual SVN as Jon mentioned or <a href="http://ankhsvn.open.collab.net/" rel="nofollow">Ankh SVN</a> are both viable solutions for Visual Studio integration.</p>
http://stackoverflow.com/questions/935664/possible-to-call-c-code-from-c/935677#9356770Answer by Mat Nadrofsky for Possible to call C++ code from C#?Mat Nadrofsky2009-06-01T16:49:10Z2009-06-01T16:49:10Z<p>Sure is. <a href="http://www.codeguru.com/csharp/csharp/cs%5Fdata/article.php/c4217" rel="nofollow">This article</a> is a good example of something you can do to get started on this.</p>
<p>We do this from C# on our windows mobile devices using <a href="http://msdn.microsoft.com/en-us/magazine/cc164123.aspx" rel="nofollow">PInvoke</a>.</p>
http://stackoverflow.com/questions/933115/have-you-created-a-proprietorship-to-sell-apps-on-apples-app-store/933133#9331332Answer by Mat Nadrofsky for Have you created a proprietorship to sell apps on Appleās App Store?Mat Nadrofsky2009-05-31T23:45:06Z2009-05-31T23:45:06Z<p>I would say that depends largely on the nature of your application. If your app deals with personal information or in some way could damage other data or information on the phone itself, you might want to make sure you're covered liability wise.</p>
<p>If it's a game or something that won't (shouldn't) affect that type of thing, then you might be just fine going it alone.</p>
http://stackoverflow.com/questions/375801/when-hiring-testers-and-or-developers-what-do-you-do-with-resumes-and-spelling13When Hiring Testers (and/or Developers) what do you do with resumes and spelling mistakes?Mat Nadrofsky2008-12-17T19:49:08Z2009-05-30T06:15:36Z
<p>There are a bunch of great threads on hiring <a href="http://stackoverflow.com/questions/61532/tips-for-hiring-good-testers">testers</a>/<a href="http://stackoverflow.com/questions/320976/how-do-i-hire-a-programmer-smarter-than-me">developers</a> based on skills and tips/tricks.</p>
<p>That being said, I'm going over some resumes (first pass) right now and I'm seeing some which technically, look very sound. However little nuances bother me such as poor spelling, grammar and what look to be careless errors.</p>
<p>Am I wrong for getting a bad feeling about that? The way I look at it, if they didn't put in the time to ensure at least basic spelling was correct, and I'm looking to hire them for Quality Assurance or Software Development (both of which require a high degree of accuracy), perhaps they're not the right choice.</p>
<p>What if the person appears to have English as a second language? Keep that bar where it is or lower it a little and give them the benefit of the doubt?</p>
<p>I'm curious to hear the opinion of the group.</p>
http://stackoverflow.com/questions/923486/what-are-the-best-google-tech-talks/927739#9277393Answer by Mat Nadrofsky for What are the best Google Tech Talks?Mat Nadrofsky2009-05-29T19:33:08Z2009-05-29T19:33:08Z<p>I've recently enjoyed James Bach's Google lecture on <a href="http://video.google.com/videoplay?docid=6852841264192883219" rel="nofollow">Becoming a Software Testing Expert</a></p>
http://stackoverflow.com/questions/927675/what-qualifies-as-maintenance-vs-adding-new-features/927706#9277061Answer by Mat Nadrofsky for What qualifies as maintenance vs. adding new features?Mat Nadrofsky2009-05-29T19:24:04Z2009-05-29T19:24:04Z<p>For bug fixes, it's easy to classify them as maintenance for the most part.</p>
<p>However, depending on your software product you may encounter "new features" that need to slip in with ongoing application maintenance. </p>
<p>For us, this commonly happens because of business requests from our customers or from third party regulations. The customers might want a few bugs fixed but at the same time now we need to support handling a new government regulation which legally requires us to "get it out now!".</p>
<p>That specific change is a "new feature" but would be installed as part of regular application maintenance release.</p>
<p>I'd say it really depends on the model your shop wishes to adopt and even still, you'll always run into situations where they overlap.</p>
http://stackoverflow.com/questions/927349/create-a-sql-table-from-excel-vba/927361#9273615Answer by Mat Nadrofsky for Create a SQL Table from Excel VBAMat Nadrofsky2009-05-29T18:09:52Z2009-05-29T18:09:52Z<p>Change this line:</p>
<pre><code>.Execute "CREATE TABLE tblName ([BankName] text(50) WITH Compression, " & _
</code></pre>
<p>To this:</p>
<pre><code>.Execute "CREATE TABLE " & tblName & " ([BankName] text(50) WITH Compression, " & _
</code></pre>
http://stackoverflow.com/questions/927272/what-is-the-best-functional-programming-language-for-experienced-oo-developers/927293#92729322Answer by Mat Nadrofsky for What is the best Functional Programming Language for Experienced OO Developers?Mat Nadrofsky2009-05-29T17:55:54Z2009-05-29T18:02:52Z<p>I would take a very long look <a href="http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/" rel="nofollow">at F#</a> for this. It's got Visual Studio as the IDE which is fantastic and a <a href="http://msdn.microsoft.com/en-ca/fsharp/default.aspx" rel="nofollow">pile of resources</a>.</p>
<p>A few of our guys have started using it and exploring the power of the language.</p>
http://stackoverflow.com/questions/54802/how-many-hours-per-week-on-average-do-you-put-in-for-your-workplace/57048#57048Comment by Mat Nadrofsky on How Many Hours per Week on Average do you put in for your Workplace?Mat Nadrofsky2009-12-14T14:03:12Z2009-12-14T14:03:12Z+1 - I agree. I'd rather have the guys on my team be flexible instead of already maxed. That really counts when unexpected deadlines are dropped on your team...http://stackoverflow.com/questions/112351/recommendations-for-starting-web-programming/112468#112468Comment by Mat Nadrofsky on Recommendations for starting web programming? Mat Nadrofsky2009-12-13T22:25:04Z2009-12-13T22:25:04Z+1 - Good listing of pros/cons, regardless of that being the only background.http://stackoverflow.com/questions/1544292/when-installing-different-technologies-on-clients-should-i-just-use-installshiel/1546941#1546941Comment by Mat Nadrofsky on When installing different technologies on clients, should I just use InstallShield?Mat Nadrofsky2009-12-13T22:11:11Z2009-12-13T22:11:11ZAn update here. We've chosen WIX for now and are using a combination of working directly with the markup as well as WixAware. Good stuff.http://stackoverflow.com/questions/1544292/when-installing-different-technologies-on-clients-should-i-just-use-installshiel/1894706#1894706Comment by Mat Nadrofsky on When installing different technologies on clients, should I just use InstallShield?Mat Nadrofsky2009-12-13T22:10:31Z2009-12-13T22:10:31Z+1 - thanks for the response and the background which is always important. I wasn't aware IS could be SCM friendly. Good to know!http://stackoverflow.com/questions/1544292/when-installing-different-technologies-on-clients-should-i-just-use-installshiel/1546941#1546941Comment by Mat Nadrofsky on When installing different technologies on clients, should I just use InstallShield?Mat Nadrofsky2009-10-14T13:35:09Z2009-10-14T13:35:09Z+1 - Great breakdown. We're looking long and hard at WiX right now, specifically if using WixSharp will help simplify our usage of it and help us move away from manually editing XML.http://stackoverflow.com/questions/1544292/when-installing-different-technologies-on-clients-should-i-just-use-installshiel/1544841#1544841Comment by Mat Nadrofsky on When installing different technologies on clients, should I just use InstallShield?Mat Nadrofsky2009-10-09T17:55:37Z2009-10-09T17:55:37Z+1 - Great response. Thanks for the insight. Good point on the review and merging. We've got issues with this using our existing .wse (Wise) scripts.http://stackoverflow.com/questions/1507998/installshield-2009-multiple-serial-keys/1509695#1509695Comment by Mat Nadrofsky on Installshield 2009 Multiple Serial KeysMat Nadrofsky2009-10-09T14:03:33Z2009-10-09T14:03:33ZIf it helped, then please accept his answer as the correct one!http://stackoverflow.com/questions/1305736/should-i-put-my-twitter-account-on-my-cv/1305782#1305782Comment by Mat Nadrofsky on Should I put my twitter account on my CV?Mat Nadrofsky2009-08-20T12:18:48Z2009-08-20T12:18:48ZCouldn't agree more with the Facebook stuff.http://stackoverflow.com/questions/640071/blackberry-development-tips-tricks-gotchas/642546#642546Comment by Mat Nadrofsky on Blackberry Development Tips, Tricks & GotchasMat Nadrofsky2009-08-20T12:06:18Z2009-08-20T12:06:18ZMy Storm is getting better with each Update RIM does... but it's still got a long way to go to compete with iPhone and the HTC stuff running Android that I've seen.http://stackoverflow.com/questions/1246274/agile-waterfall-scrum-how-difficult-is-it-to-transition-a-team-into-iterativ/1246432#1246432Comment by Mat Nadrofsky on Agile, Waterfall, Scrum... how difficult is it to transition a team into iterative development?Mat Nadrofsky2009-08-07T19:23:07Z2009-08-07T19:23:07Z+1 - I like what you're saying, my only addition is that you need to be sensitive to the culture of your organization. This approach may very well not work for you if you don't have enough folks to achieve buy-in and get that ball rolling from the top down.http://stackoverflow.com/questions/253664/do-character-user-interfaces-have-a-future/1242622#1242622Comment by Mat Nadrofsky on Do Character User Interfaces have a future?Mat Nadrofsky2009-08-07T18:42:39Z2009-08-07T18:42:39Z+1 - Well put and well said. A very real advantage of Character based stuff. I would say that you could build a GUI interface to behave the same way however. Though why you'd go to that effort for no other reason than to have it look like a window, I'm not entirely sure. ;)http://stackoverflow.com/questions/1246274/agile-waterfall-scrum-how-difficult-is-it-to-transition-a-team-into-iterativ/1246309#1246309Comment by Mat Nadrofsky on Agile, Waterfall, Scrum... how difficult is it to transition a team into iterative development?Mat Nadrofsky2009-08-07T18:35:32Z2009-08-07T18:35:32ZYeah for sure. We're lucky because we do so with an internal department who then service the customers. Really almost like a sales department would be at any other company. They want to deliver a product that meets customers expectations so they ultimately get either the sale or even better, repeat business. I try to justify an Agile approach mainly because I can help deliver functional parts of the software sooner and most of the time customers always want everything yesterday.http://stackoverflow.com/questions/1246274/agile-waterfall-scrum-how-difficult-is-it-to-transition-a-team-into-iterativ/1246306#1246306Comment by Mat Nadrofsky on Agile, Waterfall, Scrum... how difficult is it to transition a team into iterative development?Mat Nadrofsky2009-08-07T18:28:46Z2009-08-07T18:28:46Z+1 - Nice link. I'm all over that one. ;)http://stackoverflow.com/questions/853896/implement-a-c-client-that-uses-webservices-over-ssl/1202133#1202133Comment by Mat Nadrofsky on Implement a C# Client that uses WebServices over SSL?Mat Nadrofsky2009-07-30T18:32:05Z2009-07-30T18:32:05ZHey thanks for the response! We've already deployed to our client sites with a custom script that's using certmgr.exe but I like this solution much better. We'll give it a shot when we dig back into that code next time there is a change.http://stackoverflow.com/questions/1059948/should-inability-to-code-under-pressure-be-a-valid-excuse-when-writing-code-in/1060335#1060335Comment by Mat Nadrofsky on Should "inability to code under pressure" be a valid excuse when writing code in an interview?Mat Nadrofsky2009-07-21T15:00:01Z2009-07-21T15:00:01ZGood answer. My only issue would be that the real world is rarely an ideal environment. If you're able to continually work in one, congrats!