User JJ - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T07:03:10Zhttp://stackoverflow.com/feeds/user/19493http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1507003/best-way-to-launch-a-new-application-design0Best way to launch a new application design ?JJ2009-10-01T23:23:37Z2009-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-system3Building a Documentation SystemJJ2009-07-24T01:10:01Z2009-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-wwopeninstalled1What is the section of Javascript ? - wwOpenInstalledJJ2009-07-04T03:52:49Z2009-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><script language="javascript"><!--
var wwOpenInstalled;
if (wwOpenInstalled || parent.wwOpenInstalled) {
if (window.Event) {
document.captureEvents (Event.MOUSEUP);
}
document.onmouseup = (parent.wwOpenInstalled) ? parent.wwOnMouseUp : wwOnMouseUp;
}
//--></script>
</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-firefox0CSS not loading in FirefoxJJ2009-06-20T03:06:35Z2009-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><head>
<link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\common.css">
<link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\css.css">
<title>8927.html</title>
</head>
</code></pre>
http://stackoverflow.com/questions/1020834/css-not-loading-in-firefox/1020901#10209010Answer by JJ for CSS not loading in FirefoxJJ2009-06-20T03:52:13Z2009-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><link rel="stylesheet" type="text/css" href="../css/common.css">
<link rel="stylesheet" type="text/css" href="../css/css.css">
</code></pre>
http://stackoverflow.com/questions/107173/building-ruby-on-windows-xp4Building Ruby on Windows XPJJ2008-09-20T05:03:45Z2009-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-exe2What is the best way to debug a crashing explorer.exe ?JJ2009-06-01T20:35:26Z2009-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#1071630Answer by JJ for What columns generally make good indexes?JJ2008-09-20T04:59:13Z2008-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#1175419Comment by JJ on Building a Documentation SystemJJ2009-07-24T02:33:00Z2009-07-24T02:33:00ZMike 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-systemComment by JJ on Building a Documentation SystemJJ2009-07-24T02:10:20Z2009-07-24T02:10:20ZGreat question! Sorry I wasn't specific but this is not really "programming specific" 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#1112268Comment by JJ on How do you deal with bad programmers?JJ2009-07-11T03:41:45Z2009-07-11T03:41:45ZPaul great points 2,3 and 4. Not that I didn't like 1 but the rest address something people often forget. These "misfits" 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#1081455Comment by JJ on What is the section of Javascript ? - wwOpenInstalledJJ2009-07-04T20:23:36Z2009-07-04T20:23:36ZI am in a corporate office. You think WebWasher is injecting this ?http://stackoverflow.com/questions/1029546/css-layout-questionComment by JJ on CSS Layout QuestionJJ2009-06-22T22:44:54Z2009-06-22T22:44:54ZYes 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#1020898Comment by JJ on CSS not loading in FirefoxJJ2009-06-22T00:17:08Z2009-06-22T00:17:08ZThis 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#1020850Comment by JJ on CSS not loading in FirefoxJJ2009-06-20T03:42:47Z2009-06-20T03:42:47ZSee new edits on question. This isn't a problemhttp://stackoverflow.com/questions/936646/what-is-the-best-way-to-debug-a-crashing-explorer-exeComment by JJ on What is the best way to debug a crashing explorer.exe ?JJ2009-06-01T22:30:11Z2009-06-01T22:30:11ZWe 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 :-)