User Jason - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T21:15:34Zhttp://stackoverflow.com/feeds/user/16794http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1765406/can-i-build-an-addin-for-gmail0Can I build an addin for Gmail?Jason2009-11-19T18:16:20Z2009-11-19T18:22:10Z
<p>Is there a way I can create an addin for my Gmail account? Is GreaseMonkey the only real way?</p>
<p>I use Gmail for customer service, and I'd like to create a tool that looks up the customer and preps a response to them based upon who it is in my database... instead of looking by hand for the client and typing it out.</p>
http://stackoverflow.com/questions/425605/xps-or-xaml-viewer-to-embed-in-net-app1XPS or XAML viewer to embed in .NET app?Jason2009-01-08T19:46:34Z2009-11-19T10:40:22Z
<p>Is there a viewer object or ActiveX control I can use to embed an XPS document, or an XAML GUI in my .NET application?</p>
http://stackoverflow.com/questions/1759933/how-to-force-a-particular-resx-file-to-be-used-in-a-wpf-dll0How to force a particular .resx file to be used in a WPF DLL?Jason2009-11-18T23:44:54Z2009-11-19T00:05:03Z
<p>I have a WPF DLL being called from an unmanaged DLL. The WPF DLL has a dialog that has been translated (two sets of .resx files).</p>
<p>If I call the WPF DLL from a WinForm shell, or another WPF shell, I can force the dialog to a particular language (.resx file) by setting the Culture of the current thread.</p>
<p>However, when calling the WPF DLL (through interop - COM) from the C++ DLL, I can't get the WPF dialog to switch to any language other than the default. </p>
<p>I don't necessarily need to read the current system culture, because the unmanaged DLL does it differently. I would like to tell the WPF DLL what language to use when I run it.</p>
<p>How can I force it to load with a particular language at runtime?</p>
http://stackoverflow.com/questions/1752206/is-there-a-net-port-of-drupal0Is there a .NET port of Drupal?Jason2009-11-17T22:09:27Z2009-11-18T08:22:25Z
<p>Is there a .NET port of Drupal?</p>
<p>I love Drupal... I love the idea. I want it to be .NET because we are a Microsoft shop and have resources to create .NET components.</p>
http://stackoverflow.com/questions/1751993/what-background-colors-for-pre-2007-toolbars-in-office-applications-should-i-use0What background colors for pre-2007 toolbars in Office applications should I use?Jason2009-11-17T21:36:07Z2009-11-17T21:36:07Z
<p>I am building an app that has a toolbar for Excel 2003 (and earlier). The toolbar requires BMPs which means not transparencies.</p>
<p>How does this work? Do I pick a grey or blue that matches most of my installations and let the rest suffer?</p>
<p>Or do I set it to an arbitrary color and indicate that color as a transparency for the toolbar?</p>
<p>I am using VSTO and C#.</p>
http://stackoverflow.com/questions/1749267/are-there-any-open-source-or-low-cost-online-auction-software-packages-available0Are there any open source or low-cost online auction software packages available?Jason2009-11-17T14:28:31Z2009-11-17T14:43:26Z
<p>I'm looking to create an eBay like website for a niche market. I would love to have eBay functionality from 5 years ago. I'm guessing on the timeframe, but what I mean is that I don't need 90% of the functionality that is there... no APIs, nothing fancy... just an online auction site.</p>
<p>Are there any open source packages avaialble for me to modify?</p>
<p>Are there any low-cost source code packages available?</p>
http://stackoverflow.com/questions/1705007/how-does-drupal-provide-an-edit-review-publish-model1How does Drupal provide an edit/review/publish model?Jason2009-11-10T00:55:16Z2009-11-10T18:36:37Z
<p>How does Drupal support a means to update and review a website before it is published? </p>
<p>Does it only allow you to preview a page at a time before you publish it or is there a way to create a site with multiple pages, review it and then publish it?</p>
<p>Is it best or easiest to create two Drupal Sites and push the contents of one to the other regularly (as a publish method)?</p>
http://stackoverflow.com/questions/1640391/how-do-i-make-a-jsonp-call-with-jquery-with-basic-authentication1How do I make a JSONP call with JQuery with Basic Authentication?Jason2009-10-28T21:56:56Z2009-11-10T06:52:18Z
<p>Using JQuery, how would I call a JSONP API that required basic authentication?</p>
<p>Can I programatically handle this, or does the user have to interact and enter the username and password into the logon dialog?</p>
http://stackoverflow.com/questions/1703903/security-a-single-view-mvc-asp-net-with-windows-authentication0Security a single view (MVC ASP.NET) with Windows authentication?Jason2009-11-09T21:21:00Z2009-11-09T21:49:41Z
<p>I'm trying to take away anonymous access to a single view of an MVC application. </p>
<p>I tried to did this by going to the directory (i.e. /views/private) and removing anonymous authentication. This didn't help.</p>
<p>What is the easiest way to do this?</p>
http://stackoverflow.com/questions/512068/best-free-richtextbox-for-asp-net-2-02Best free richtextbox for ASP.NET 2.0?Jason2009-02-04T16:15:27Z2009-11-07T16:35:44Z
<p>What is the best rich text box to use with ASP.NET 2.0?</p>
<p>I need to allow users (non technical) format their own email with simply styling, but it needs to be shown as they type, rather than a markup language with a preview.</p>
http://stackoverflow.com/questions/167198/what-are-your-experiences-with-scrumpad9What are your experiences with ScrumPad?Jason2008-10-03T14:40:00Z2009-11-05T03:50:28Z
<p>What are your experiences with <a href="http://scrumpad.com/" rel="nofollow">ScrumPad</a>?</p>
http://stackoverflow.com/questions/87827/is-the-scrum-game-at-all-useful0Is the Scrum Game at all useful?Jason2008-09-17T21:25:20Z2009-11-04T04:41:39Z
<p>Seriously, is this any help with getting your team to understand and comprehend the practice? </p>
<p><a href="http://www.scrumalliance.org/products/2" rel="nofollow">Scrum Game</a></p>
http://stackoverflow.com/questions/421857/using-activex-propertybags-from-c0Using ActiveX PropertyBags from C#Jason2009-01-07T20:03:06Z2009-10-30T09:11:37Z
<p>I have created a .NET user control with an ActiveX interface. It works well.</p>
<p>Now, I want to be able to read and write from the property bag for the ActiveX interface.</p>
<p>How would I do this?</p>
http://stackoverflow.com/questions/265319/using-scrum-in-fix-length-fix-priced-projects1Using Scrum in fix-length/fix-priced projects?Jason2008-11-05T14:40:33Z2009-09-27T07:06:25Z
<p>I'm a Scrum newbie and looking to implement Scrum in my company. Obtaining buy-in is not a problem, it is my company and the developers are more than happy to work like this.</p>
<p>The problem is that 75% of our revenue is derived from fixed length/fixed price projects. </p>
<p>Ken Schwaber in his book, Agile Project Management with Scrum, covers the topic of bidding on fixed length/fixed price projects in an appendix at the end of the book.</p>
<p>After much soul searching, Ken derived that Scrum is only useful in this situation when you can convince the potential client to think differently. The client would have to be okay with a lot of uncertainty (about the final cost and the final delivery date) in return for getting something much sooner that may be usuable and the possibility of not having to implement every feature could save them money.</p>
<p>I'm not convinced that this is the only way to implement Scrum in fix length/fix price projects.</p>
<p>I want to know how others have successfully bid on and profitted from fix length/fix price projects.</p>
http://stackoverflow.com/questions/272253/have-you-had-a-bad-experience-with-scrum-or-sprinting7Have you had a bad experience with Scrum or Sprinting?Jason2008-11-07T14:37:26Z2009-09-27T02:26:20Z
<p>Has anybody had a bad or very bad experience or stories with Scrum or Sprinting, that you can share with a n00b so that he doesn't make the same mistake?</p>
<p>If you had a problem, what were your lessons learned? What would you do differently or have done differently, to avoid the problem again?</p>
http://stackoverflow.com/questions/1430177/which-is-better-to-use-for-a-recurring-job-service-or-scheduled-task2Which is better to use for a recurring job: Service or Scheduled Task?Jason2009-09-15T23:37:43Z2009-09-16T02:22:41Z
<p>I have a task that needs to run every 30 seconds. I can do one of two things:</p>
<ol>
<li><p>Write a command line app that runs the task once, waits 30 seconds, runs it again and then exits. I can schedule this task with Scheduled Tasks in Windows to run every minute</p></li>
<li><p>Write a Service that runs a task repeatedly while waiting 30 seconds in between each run.</p></li>
</ol>
<p>Number 1 is more trivial, in my opinion and I would opt to do it this way by default. Am I wimping out? Is there a reason why I should make this a Service and not a scheduled task? What are the pros and cons of both and which would you pick in the end?</p>
http://stackoverflow.com/questions/245909/how-do-you-jump-start-yourself-to-do-a-task-that-you-just-despise-doing8How do you jump start yourself to do a task that you just despise doing?Jason2008-10-29T05:45:35Z2009-09-14T14:15:56Z
<p>When starting a programming project, how do you jump start yourself to do a task that you just despise doing?</p>
http://stackoverflow.com/questions/942058/how-to-get-the-process-id-of-the-current-excel-throught-vba-without-relying-on2How to get the process ID of the current Excel, throught VBA, without relying on finding the window by the caption?Jason2009-06-02T21:45:17Z2009-09-11T11:34:23Z
<p>How can I get the process ID of the current Excel instance, that my VBA code is running in, without asking for it by the name in the caption... which causes a problem when I have two or more Excel instances with the same caption?</p>
http://stackoverflow.com/questions/1400643/how-to-know-if-the-vba-component-of-office-is-installed4How to know if the VBA component of Office is installed?Jason2009-09-09T16:13:55Z2009-09-09T20:19:39Z
<p>My Excel addin requires the Visual Basic for Applications option of Excel to be installed in order for it to work. I would like my install (which is written with InnoSetup) to be able to detect if VBA is installed and warn the user if it is not.</p>
<p>How can I detect if the option is already installed?</p>
<p><img src="http://img35.imageshack.us/img35/9333/officeqm.png" alt="alt text" /></p>
http://stackoverflow.com/questions/315513/standared-webcam-interface-for-net-besides-directshow0Standared WebCam interface for .NET besides DirectShow?Jason2008-11-24T21:20:29Z2009-08-31T23:52:45Z
<p>I want to be able to take still images with a web cam, via .NET 2.0 (or 3.5 if necessary). I know I can use DirectShow but that seems like a very large learning curve.</p>
<p>Is there a simple to use OCX, or library that can work with most standard webcams?</p>
http://stackoverflow.com/questions/1010121/what-is-the-maximum-url-length-you-can-pass-to-the-wininet-function-httpopenrequ1What is the maximum URL length you can pass to the Wininet function, HttpOpenRequest?Jason2009-06-18T00:06:04Z2009-08-18T10:50:35Z
<p>What is the maximum URL length you can pass to the Wininet function, HttpOpenRequest?</p>
http://stackoverflow.com/questions/263347/is-nntp-dead4Is NNTP dead?Jason2008-11-04T20:41:44Z2009-08-05T19:55:53Z
<p>If its dead, is there a successor?</p>
<h3>For those who didn't know:</h3>
<p>The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles (aka netnews), as well as transferring news among news servers.</p>
http://stackoverflow.com/questions/511812/how-do-i-determine-if-a-range-exists-with-the-excel-97-sdk-excel40How do I determine if a range exists, with the Excel 97 SDK [Excel4()]?Jason2009-02-04T15:23:59Z2009-07-31T15:33:34Z
<p>I need to know if a range exists, in my Excel addin. I use the Excel97 SDK (the Excel4() function).</p>
<p>For instance, I have a range named:</p>
<p>NotARealSheet!R1X10</p>
<p>When I set it to an XLOPER, it sets correctly, but when I use it, I get an untrappable error. At least, I can't figure out how to trap it. </p>
<p>I would like to know, before I use the XLOPER, if the range is correct.</p>
http://stackoverflow.com/questions/1191193/displaying-a-progress-bar-text-in-a-cell-of-a-data-grid-xaml0Displaying a progress bar & text in a cell of a data grid (XAML)?Jason2009-07-27T23:27:09Z2009-07-27T23:43:07Z
<p>How can I display an animated progress bar within the contents of a cell of a datagrid, with text in the foreground.</p>
<p>For instance, I want to display "Uploading..." and have the progress animated behind it.</p>
http://stackoverflow.com/questions/169436/what-are-your-experiences-with-skinnyboard3What are your experiences with SkinnyBoard?Jason2008-10-04T00:36:04Z2009-06-23T08:51:08Z
<p>What are your experiences with <a href="http://www.skinnyboard.com/" rel="nofollow">SkinnyBoard</a>?</p>
http://stackoverflow.com/questions/498361/when-and-when-not-to-install-into-the-gac9When and when-not to install into the GAC?Jason2009-01-31T05:51:18Z2009-06-21T16:48:24Z
<p>When should you install into the GAC and when should you not? (I am referring, really, to installing on a client's machine when they have purchased our product(s)).</p>
<ol>
<li><p>I have an assembly that is only going to be used with my one application (GAC or no-GAC)?</p></li>
<li><p>I have an assembly that all my applications share (GAC or no-GAC)?</p></li>
<li><p>All my applications <em>may</em> use different versions of my assembly (GAC or no-GAC)?</p></li>
</ol>
<p>These are three scenarios... but I am sure there are more. I'm not necessarily looking an answer to only these three questions.</p>
<p><strong>Similar question: <a href="http://stackoverflow.com/questions/23578/what-are-the-advantages-and-disadvantages-of-using-the-gac/23598">What are the advantages and disadvantages of using the GAC?</a></strong></p>
http://stackoverflow.com/questions/988256/are-there-any-good-documents-or-websites-that-show-design-guidelines-for-xaml-gui2Are there any good documents or websites that show design guidelines for XAML GUIs?Jason2009-06-12T18:32:08Z2009-06-13T03:30:31Z
<p>I am looking for some guidelines or standards for XAML GUI design... or even a very good set of examples that show nice GUI that I can use as a starting point.</p>
<p>Over the years I have grown into a very good Battleship Grey Dialog designer, but those are old, and ugly now... and I need to revamp a couple of product GUIs.</p>
<p>I know with XAML I can do a lot more, easily, than I could have done with WInForms.. so it is more dangerous now. I would rather my application blend with latest applications that are done right, rather than stand out like an old WinAMP skin.</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/988106/what-strategies-are-best-for-storing-art-assets-in-svn4What strategies are best for storing art assets in SVN?Jason2009-06-12T17:56:49Z2009-06-12T18:09:22Z
<p>We are using SVN very successfully for source code in the traditional way: /branches, /trunk and /tags.</p>
<p>We do not use SVN for our art assets, which in a way are like source, but really don't have the same needs as source code.</p>
<p>I am referring to not only image files (jpeg, png, etc...) but also PhotoShop files and stock artwork that has been purchased (and shouldn't be lost).</p>
<p>What would be the best practice for file structure and procedure, for my graphic artists?</p>
http://stackoverflow.com/questions/983457/setting-the-owner-of-a-dialog-box-in-winforms-and-c0Setting the owner of a dialog box in WinForms and C#?Jason2009-06-11T20:27:35Z2009-06-11T20:30:56Z
<p>I have an EXE (app.exe) that calls a COM exposed method in a C# DLL (lib.dll). Lib.dll shows a dialog box.</p>
<p>How do I make the dialog box (not a windows message box) recognize the app.exe as the owner, so that when app.exe is minimized, so is the dialog from lib.dll?</p>
<p>The dialog cannot be modal.</p>
<p>Is this a problem that can be solved with Winforms? I prefer a Winforms solution, but will be satisfied with a XAML solution if necessary.</p>
http://stackoverflow.com/questions/167510/what-are-your-experiences-with-agilo-for-scrum1What are your experiences with Agilo for Scrum?Jason2008-10-03T15:46:24Z2009-06-11T07:32:59Z
<p>What are your experiences with Agilo for Scrum?</p>
http://stackoverflow.com/questions/1759933/how-to-force-a-particular-resx-file-to-be-used-in-a-wpf-dll/1760023#1760023Comment by Jason on How to force a particular .resx file to be used in a WPF DLL?Jason2009-11-19T00:12:41Z2009-11-19T00:12:41ZYes, this is how we are doing it... it works when called from a WPF host, a WinForm host but not from an unmanaged host. Thanks.http://stackoverflow.com/questions/1752206/is-there-a-net-port-of-drupal/1752286#1752286Comment by Jason on Is there a .NET port of Drupal?Jason2009-11-18T13:38:51Z2009-11-18T13:38:51ZWell... that would be ideal, no? That is pretty much what I'm looking for.http://stackoverflow.com/questions/1752206/is-there-a-net-port-of-drupal/1752286#1752286Comment by Jason on Is there a .NET port of Drupal?Jason2009-11-17T22:47:21Z2009-11-17T22:47:21ZThanks... looks really cool, but I need a fully compatible Drupal solution. One day... ;)http://stackoverflow.com/questions/1749267/are-there-any-open-source-or-low-cost-online-auction-software-packages-available/1749353#1749353Comment by Jason on Are there any open source or low-cost online auction software packages available?Jason2009-11-17T15:09:54Z2009-11-17T15:09:54ZThanks.. but codebase seems to just have addons for eBay... not eBay source. Am I wrong?http://stackoverflow.com/questions/1640391/how-do-i-make-a-jsonp-call-with-jquery-with-basic-authentication/1640440#1640440Comment by Jason on How do I make a JSONP call with JQuery with Basic Authentication?Jason2009-10-28T22:09:01Z2009-10-28T22:09:01ZIf I don't do this in the header, will the user be prompted for the UID/PWD when the JQuery runs?http://stackoverflow.com/questions/1430177/which-is-better-to-use-for-a-recurring-job-service-or-scheduled-task/1430215#1430215Comment by Jason on Which is better to use for a recurring job: Service or Scheduled Task?Jason2009-09-16T02:37:59Z2009-09-16T02:37:59ZYeah, I would actually have the app run for 5 minutes (do 10 cycles with 30 seconds in between each). It is not critical if it goes longer between running instances... as long as it doesn't run MORE than once every 30 seconds.http://stackoverflow.com/questions/1400643/how-to-know-if-the-vba-component-of-office-is-installed/1401811#1401811Comment by Jason on How to know if the VBA component of Office is installed?Jason2009-09-09T23:10:28Z2009-09-09T23:10:28ZLook at the screen shot above. ;)http://stackoverflow.com/questions/1010121/what-is-the-maximum-url-length-you-can-pass-to-the-wininet-function-httpopenrequ/1010135#1010135Comment by Jason on What is the maximum URL length you can pass to the Wininet function, HttpOpenRequest?Jason2009-06-18T03:39:50Z2009-06-18T03:39:50ZYes, we are failing around this amounthttp://stackoverflow.com/questions/988256/are-there-any-good-documents-or-websites-that-show-design-guidelines-for-xaml-gui/988272#988272Comment by Jason on Are there any good documents or websites that show design guidelines for XAML GUIs?Jason2009-06-12T18:54:31Z2009-06-12T18:54:31ZThanks... not what I'm looking for, but very helpful nonetheless.http://stackoverflow.com/questions/983457/setting-the-owner-of-a-dialog-box-in-winforms-and-c/983479#983479Comment by Jason on Setting the owner of a dialog box in WinForms and C#?Jason2009-06-11T20:32:49Z2009-06-11T20:32:49Zduh... of course! Sorry about that. ;)http://stackoverflow.com/questions/167510/what-are-your-experiences-with-agilo-for-scrum/979794#979794Comment by Jason on What are your experiences with Agilo for Scrum?Jason2009-06-11T16:36:03Z2009-06-11T16:36:03ZThanks for the response.http://stackoverflow.com/questions/971645/what-are-my-options-for-c-dll-to-call-a-c-dllComment by Jason on What are my options for C++ DLL to call a C# DLL?Jason2009-06-09T22:49:23Z2009-06-09T22:49:23ZIt is a C++ DLL calling a C# DLL. The C++ is used by another app.
I can't alter the interface to the C++ DLL (and therefore managed C++ wrapper around it, is out of the question).http://stackoverflow.com/questions/957890/how-do-i-get-vs-net-2005-to-work-on-windows-7-rc-for-web-projectsComment by Jason on How do I get VS.NET 2005 to work on Windows 7 RC for web projects?Jason2009-06-05T20:40:10Z2009-06-05T20:40:10ZSorry... updated.
http://stackoverflow.com/questions/956171/calculating-the-bandwidth-between-a-client-and-the-server/956235#956235Comment by Jason on Calculating the bandwidth between a client and the server?Jason2009-06-05T15:02:25Z2009-06-05T15:02:25ZI understand, but that isn't going to work either. This is an office, and I would have to track all the internet activity, etc...http://stackoverflow.com/questions/956171/calculating-the-bandwidth-between-a-client-and-the-serverComment by Jason on Calculating the bandwidth between a client and the server?Jason2009-06-05T14:59:47Z2009-06-05T14:59:47Z@apandit: Actually, I think we are looking for different things. I'm looking to use my page as the test but I think you want a tool to give you overall production analysis. Am I correct?