User JJ - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T07:03:10Z http://stackoverflow.com/feeds/user/19493 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1507003/best-way-to-launch-a-new-application-design 0 Best way to launch a new application design ? JJ 2009-10-01T23:23:37Z 2009-10-01T23:47:41Z <p>Community Wiki Question!</p> <p>What is the best way to launch a redesigned application?</p> <p>Do you announce the changes and then just launch the new look and feel ?</p> <p>Do you announce the changes and then run two versions of your application ?</p> <p>What are your thought on this process ?</p> http://stackoverflow.com/questions/1175337/building-a-documentation-system 3 Building a Documentation System JJ 2009-07-24T01:10:01Z 2009-07-24T02:29:43Z <p>I am part of a large organization in the insurance industry. I am currently looking at the way we manage our internal product documentation and I want to get some feedback for the community.</p> <p>We currently author documents using Word, Excel, Publisher, and PowerPoint. If we want to create a "training manual" we simple copy and past this information into a big word document and then print it as a PDF. Oh the joy!</p> <p>This means that all our documentation, internal and external, is trapped in .doc or .pdf files and you can just imagine how fun it is when we have an update!</p> <p>My primary concerns are:</p> <ul> <li>Updatability - I want once source to update and then generate PDF, HTML, etc</li> <li>Portability - I want the same "article" or topic to be reorginized for different purposes training vs daily reference</li> <li>Open Standard - I want get get away from the Microsoft products</li> </ul> <p>I am currently looking at DocBook, DITA, and maybe even a wiki but would also like to get your input on this subject.</p> <p>What are your thoughts on this type of project ? What solutions have you used to provide documentation for your products ? Is Docbook or DITA worth the investment of time ?</p> http://stackoverflow.com/questions/1081449/what-is-the-section-of-javascript-wwopeninstalled 1 What is the section of Javascript ? - wwOpenInstalled JJ 2009-07-04T03:52:49Z 2009-07-04T04:07:21Z <p>Ok so I start coding websites (yes I know I am almost 15 years late :0) and in many of the sites I see the following javascript:</p> <pre><code>&lt;script language="javascript"&gt;&lt;!-- var wwOpenInstalled; if (wwOpenInstalled || parent.wwOpenInstalled) { if (window.Event) { document.captureEvents (Event.MOUSEUP); } document.onmouseup = (parent.wwOpenInstalled) ? parent.wwOnMouseUp : wwOnMouseUp; } //--&gt;&lt;/script&gt; </code></pre> <p>This is a very simple question. Why is it here and what does it do ?</p> http://stackoverflow.com/questions/1020834/css-not-loading-in-firefox 0 CSS not loading in Firefox JJ 2009-06-20T03:06:35Z 2009-06-20T11:34:13Z <p>I have a web page I am testing in both IE and FF. It works perfectly in IE but the style sheets will not load in Firefox.</p> <p>Has anyone else experienced this type of issue with Firefox ?</p> <p>Also note that this is only on my dev workstation loading the files locally...</p> <p>Here is the header section of the html file:</p> <pre><code>&lt;head&gt; &lt;link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\common.css"&gt; &lt;link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\css.css"&gt; &lt;title&gt;8927.html&lt;/title&gt; &lt;/head&gt; </code></pre> http://stackoverflow.com/questions/1020834/css-not-loading-in-firefox/1020901#1020901 0 Answer by JJ for CSS not loading in Firefox JJ 2009-06-20T03:52:13Z 2009-06-20T03:52:13Z <p>ok I fixed it by using the following and it now works in both IE and FF:</p> <pre><code>&lt;link rel="stylesheet" type="text/css" href="../css/common.css"&gt; &lt;link rel="stylesheet" type="text/css" href="../css/css.css"&gt; </code></pre> http://stackoverflow.com/questions/107173/building-ruby-on-windows-xp 4 Building Ruby on Windows XP JJ 2008-09-20T05:03:45Z 2009-06-17T07:12:49Z <p>Has anyone out there got a good set of instructions for building/compiling Ruby from source of windows XP ?</p> http://stackoverflow.com/questions/936646/what-is-the-best-way-to-debug-a-crashing-explorer-exe 2 What is the best way to debug a crashing explorer.exe ? JJ 2009-06-01T20:35:26Z 2009-06-01T21:37:50Z <p>I work for an orginization that has a custom built Access/SQL Application running in house. We have a problem Explorer.exe throwing an error and crashing.</p> <p>This is a picture of the crash: <img src="http://img155.imageshack.us/img155/729/45438606.png" alt="alt text" /></p> <p>What is the best way to start tracking this problem down and finding a solution ?</p> http://stackoverflow.com/questions/107132/what-columns-generally-make-good-indexes/107163#107163 0 Answer by JJ for What columns generally make good indexes? JJ 2008-09-20T04:59:13Z 2008-09-20T04:59:13Z <p>Best index depends on the contents of the table and what you are trying to accomplish. </p> <p>Taken an example A member database with a Primary Key of the Members Social Security Numnber. We choose the S.S. because the application priamry referes to the individual in this way but you also want to create a search function that will utilize the members first and last name. I would then suggest creating a index over those two fields. </p> <p>You should first find out what data you will be querying and then make the determination of which data you need indexed.</p> http://stackoverflow.com/questions/1175337/building-a-documentation-system/1175419#1175419 Comment by JJ on Building a Documentation System JJ 2009-07-24T02:33:00Z 2009-07-24T02:33:00Z Mike do you know how Daisy stores it files ? Are you generating new content using the Wiki and then exporting to HTML and PDF ? http://stackoverflow.com/questions/1175337/building-a-documentation-system Comment by JJ on Building a Documentation System JJ 2009-07-24T02:10:20Z 2009-07-24T02:10:20Z Great question! Sorry I wasn't specific but this is not really &quot;programming specific&quot; as my primary concern is not documenting source code but the actual documentation of the application. http://stackoverflow.com/questions/1112030/how-do-you-deal-with-bad-programmers/1112268#1112268 Comment by JJ on How do you deal with bad programmers? JJ 2009-07-11T03:41:45Z 2009-07-11T03:41:45Z Paul great points 2,3 and 4. Not that I didn't like 1 but the rest address something people often forget. These &quot;misfits&quot; are humans and if you can get them to buy into the idea of a new team they will work for you. I have seen amazing thing happen when a manager starts to actually manage, support, and coach their people! It really comes down to investing in the people you want to change. http://stackoverflow.com/questions/1081449/what-is-the-section-of-javascript-wwopeninstalled/1081455#1081455 Comment by JJ on What is the section of Javascript ? - wwOpenInstalled JJ 2009-07-04T20:23:36Z 2009-07-04T20:23:36Z I am in a corporate office. You think WebWasher is injecting this ? http://stackoverflow.com/questions/1029546/css-layout-question Comment by JJ on CSS Layout Question JJ 2009-06-22T22:44:54Z 2009-06-22T22:44:54Z Yes I am sure it is possible or at least possible to create a site that will degrade properly but without the code it is hard to see where you are going wrong. http://stackoverflow.com/questions/1020834/css-not-loading-in-firefox/1020898#1020898 Comment by JJ on CSS not loading in Firefox JJ 2009-06-22T00:17:08Z 2009-06-22T00:17:08Z This is just a staging location for HTML that ends up being moved into a production CMS. http://stackoverflow.com/questions/1020834/css-not-loading-in-firefox/1020850#1020850 Comment by JJ on CSS not loading in Firefox JJ 2009-06-20T03:42:47Z 2009-06-20T03:42:47Z See new edits on question. This isn't a problem http://stackoverflow.com/questions/936646/what-is-the-best-way-to-debug-a-crashing-explorer-exe Comment by JJ on What is the best way to debug a crashing explorer.exe ? JJ 2009-06-01T22:30:11Z 2009-06-01T22:30:11Z We are not sure how or why the program is crashing explore.exe We check for API calls but we only due one or two during the initial start up of the application. We are definitely not hosting viruses or scanners :-)