User happyappa - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T16:26:33Zhttp://stackoverflow.com/feeds/user/290http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/28235/should-i-be-doing-jspx-instead-of-jsp5Should I be doing JSPX instead of JSP?happyappa2008-08-26T14:41:55Z2009-11-19T07:25:49Z
<p>Using <a href="http://www.oracle.com/technology/products/jdev" rel="nofollow">JDeveloper</a>, I started developing a set of web pages for a project at work. Since I didn't know much about JDev at the time, I ran over to Oracle to follow some tutorials. The JDev tutorials recommended doing <a href="http://www.fileinfo.net/extension/jspx" rel="nofollow">JSPX</a> instead of <a href="https://java.sun.com/products/jsp" rel="nofollow">JSP</a>, but didn't really explain why. Are you developing JSPX pages? Why did you decide to do so? What are the pros/cons of going the JSPX route? </p>
http://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why70What PHP framework would you choose for a new application and why?happyappa2008-08-05T18:16:08Z2009-11-12T12:08:33Z
<p>Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework would you recommend if beginning a new application?</p>
http://stackoverflow.com/questions/25137/what-is-your-experience-with-software-model-checking1What is your experience with software model checking?happyappa2008-08-24T16:08:46Z2009-10-24T10:38:30Z
<ul>
<li>What types of applications have you used <a href="http://en.wikipedia.org/wiki/Model_checking" rel="nofollow">model checking</a> for?</li>
<li>What model checking tool did you use?</li>
<li>How would you summarize your experience w/ the technique, specifically in evaluating its effectiveness in delivering higher quality software? </li>
</ul>
<p>In the course of my studies, I had a chance to use <a href="http://spinroot.com/spin/whatispin.html" rel="nofollow">Spin</a>, and it aroused my curiosity as to how much actual model checking is going on and how much value are organizations getting out of it. In my work experience, I've worked on business applications, where there is (naturally) no consideration of applying formal verification to the logic. I'd really like to learn about SO folks model checking experience and thoughts on the subject. Will model checking ever become a more widely used developing practice that we should have in our toolkit?</p>
http://stackoverflow.com/questions/309156/is-json-validation-a-best-practice4Is JSON validation a best practice?happyappa2008-11-21T15:44:25Z2009-10-21T06:43:53Z
<p>Is it a best practice to <a href="http://www.json.com/json-schema-proposal/" rel="nofollow">validate JSON</a>?</p>
<p>With both a <a href="http://json-schema.org/" rel="nofollow">JSON schema proposal</a> and a <a href="http://code.google.com/p/jsonschema/" rel="nofollow">JavaScript implementation of a JSON Schema validator</a>, this practice would seem relatively frictionless to implement. So, is it a no-brainer that should be part of any robust application? Or do you employ other preferred strategies to handle bad JSON? </p>
http://stackoverflow.com/questions/26455/does-design-by-contract-work-for-you8Does Design By Contract Work For You?happyappa2008-08-25T17:26:47Z2009-10-06T17:52:51Z
<p>Do you use Design by Contract professionally? Is it something you have to do from the beginning of a project, or can you change gears and start to incorporate it into your software development lifecycle? What have you found to be the pros/cons of the design approach?</p>
<p>I came across the <a href="http://en.wikipedia.org/wiki/Design_by_contract" rel="nofollow">Design by Contract</a> approach in a grad school course. In the academic setting, it seemed to be a pretty useful technique. But I don't currently use Design by Contract professionally, and I don't know any other developers that are using it. It would be good to hear about its actual usage from the SO crowd.</p>
http://stackoverflow.com/questions/1406099/why-is-select-1-faster-than-select-count2Why is Select 1 faster than Select count(*)?happyappa2009-09-10T15:47:33Z2009-09-14T13:54:15Z
<p>In Oracle, when querying for row existence, why is Select 1 fast than Select count(*)?</p>
http://stackoverflow.com/questions/788091/dojo-after-a-datagrid-selection-and-filter-why-is-input-text-box-focus-lost0Dojo: After a DataGrid selection and filter, why is input text box focus lost?happyappa2009-04-25T02:29:30Z2009-09-06T06:00:02Z
<p>After a DojoX DataGrid row selection and subsequent filter of input data from a text box, why is the input text box focus lost? What's a proper way to return focus, so that a user can continue to enter data? The example below demonstrates this disruptive behavior, where focus is stolen from the input box and placed in the DataGrid. </p>
<p><a href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/data/demos/demo%5FQueryReadStore%5Fgrid.html" rel="nofollow">An example can be found here.</a></p>
<p>Steps taken to demonstrate this:</p>
<ol>
<li>Select a row on DataGrid<br />
Result:<br />
Selected row is highlighted blue </li>
<li>Type in input text box<br />
Result:<br />
Your keystroke(s) are entered before losing focus,<br />
Filter takes your keystrokes and fetches data,<br />
Focus is taken off of the text box</li>
</ol>
http://stackoverflow.com/questions/308803/what-is-model-driven-development-good-for3What is model driven development good for?happyappa2008-11-21T13:43:45Z2009-08-23T04:26:00Z
<p>Microsoft, of Cairo fame, is working on Oslo, a <a href="http://www.microsoft.com/soa/products/oslo.aspx" rel="nofollow">new modeling platform</a>. Bob Muglia, Senior Vice President of Microsoft Server & Tools Business, states that the benefits of modeling have always been clear.</p>
<p>In simple, practical terms, what are the clear benefits that Oslo bestows upon its users?</p>
http://stackoverflow.com/questions/292711/how-do-you-manage-your-dojox-code3How do you manage your DojoX code?happyappa2008-11-15T16:12:23Z2009-08-02T18:25:24Z
<p>How are you managing your usage of <a href="http://dojotoolkit.org/projects/dojox" rel="nofollow">DojoX</a> code or widgets in a production application?</p>
<p>The <a href="http://dojotoolkit.org/" rel="nofollow">Dojo Toolkit</a> is comprised of Core, Dijit, and DojoX. As an incubator for new ideas to extend the toolkit, DojoX code and widgets are functional with varying degrees of instability. </p>
<p>DojoX Code like <em><a href="http://dojotoolkit.org/book/book-dojo/part-3-javascript-programming-dojo-and-dijit/using-dojo-data/available-stores/dojox-d" rel="nofollow">QueryReadStore</a></em> (for fetching batches of data from the server) or widgets like <em><a href="http://dojotoolkit.org/book/dojo-book-0-9/docx-documentation-under-development/grid" rel="nofollow">Grid</a></em> (for utilizing a user interface grid component) are not included in Core or Dijit. But they are functional enough to utilize in some cases, with the caveat "developer beware", because in future Toolkit versions the API or the component location in the source tree might change. Another catch is that you may have to tweak the DojoX component you are using for it to function properly in your environment, as there's not yet a high degree of robustness in the code. </p>
<p>So, how are you ensuring that as the DojoX components you use evolve, your application stays on a smooth track?</p>
http://stackoverflow.com/questions/44909/what-essential-design-artifacts-do-you-produce2What essential design artifacts do you produce?happyappa2008-09-04T22:39:52Z2009-06-26T00:01:02Z
<p>In the course of your software development lifecycle, what essential design artifacts do you produce? What makes them essential to your practice?</p>
<p>The project I'm currently on has been in production for 8+ years. This web application has been actively enhanced and maintained over that time. While we have CMMI based policies and processes in place, with portions of our practice being well defined, the design phase has been largely overlooked. Best practices, anyone? </p>
http://stackoverflow.com/questions/870526/what-are-persuasive-arguments-for-making-the-library-case2What are persuasive arguments for making the library case?happyappa2009-05-15T19:48:34Z2009-05-15T22:15:23Z
<p>When making the case for library usage within an application, what arguments lead to the greatest success? How have you successfully helped co-workers see the benefits of library usage? </p>
<p>Specifically in the context where:<br />
1. The library is open source.<br />
2. The library is for JavaScript, HTML, CSS.<br />
3. A team of developers has a culture where they believe they have seen it all, think they can program it all, and are generally suspicious of things outside their comfort zone (what they understand and have skill in).<br />
4. The development team has kludged together 10+ years of this infrastructure type of code.<br />
5. This homegrown code is embedded in server-side code.<br />
6. The team does not use a web-development IDE.<br />
7. The target user audience is currently 99.9% IE 6.0.</p>
http://stackoverflow.com/questions/864999/using-pl-sql-what-are-good-options-for-sending-large-amounts-of-data-to-client-s0Using PL/SQL, what are good options for sending large amounts of data to client side code?happyappa2009-05-14T18:38:46Z2009-05-14T19:10:02Z
<p>Using PL/SQL, what are good options for sending large amounts of data to client side code?</p>
<p>To elaborate, server side PL/SQL operates on a request and generates a response with a large amount of data that must be sent to the client side code. Are there "good options" for sending down large amounts of data? What types of Oracle pros/cons are important to consider here?</p>
http://stackoverflow.com/questions/864516/what-is-javascript-garbage-collection10What is JavaScript garbage collection?happyappa2009-05-14T16:58:43Z2009-05-14T18:00:39Z
<p>What is JavaScript garbage collection? What's important for a web programmer to understand about JavaScript garbage collection, in order to write better code?</p>
http://stackoverflow.com/questions/829998/whats-a-good-tool-for-calculating-web-ksloc0What's a good tool for calculating web KSLOC?happyappa2009-05-06T14:51:45Z2009-05-06T15:09:56Z
<p>For HTML, CSS, and JavaScript files, what's a good tool to run on source directories and get KSLOC?</p>
http://stackoverflow.com/questions/807120/whats-a-good-pl-sql-source-code-analysis-tool1What's a good PL/SQL source code analysis tool?happyappa2009-04-30T14:14:06Z2009-05-01T01:45:34Z
<p>What's a good PL/SQL source code analysis tool?</p>
http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont0Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2008-11-26T15:55:56Z2009-04-25T02:51:54Z
<p><strong>Problem</strong><br />
I've got a number of Dojo components on a page. When the user tries to tab from an input like component to a grid like component, I get a JavaScript "Can't move focus to control" error. The user base uses IE6. </p>
<p><strong>Solution</strong><br />
The first element in the DojoX Grid layout cannot be hidden. If it is hidden, you get a a JavaScript "Can't move focus to control" error. To fix this, I added a row # that displays. See below.</p>
<blockquote>
<pre><code> var gridLayout = [
new dojox.grid.cells.RowIndex({ name: "row #",
width: 2,
styles: "text-align: right;"
}),
{
field: "ele_id",
name: "Element ID",
styles: "text-align:right;",
width:5,
hidden:"true"
},
{
field: "ele_nm",
name: "Element Name",
styles: "text-align:left;",
width:8
}
];
</code></pre>
</blockquote>
http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont/788130#7881300Answer by happyappa for Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2009-04-25T02:51:54Z2009-04-25T02:51:54Z<p><strong>Solution</strong><br />
The first element in the DojoX Grid layout cannot be hidden. If it is hidden, you get a a JavaScript "Can't move focus to control" error. To fix this, I added a row # that displays. See below.</p>
<blockquote>
<pre><code> var gridLayout = [
new dojox.grid.cells.RowIndex({ name: "row #",
width: 2,
styles: "text-align: right;"
}),
{
field: "ele_id",
name: "Element ID",
styles: "text-align:right;",
width:5,
hidden:"true"
},
{
field: "ele_nm",
name: "Element Name",
styles: "text-align:left;",
width:8
}
];
</code></pre>
</blockquote>
http://stackoverflow.com/questions/79266/how-do-you-interpret-a-querys-explain-plan11How do you interpret a query's explain plan?happyappa2008-09-17T02:26:18Z2009-04-20T15:48:45Z
<p>When attempting to understand how a SQL statement is executing, it is sometimes recommended to look at the explain plan. What is the process one should go through in interpreting (making sense) of an explain plan? What should stand out as, "Oh, this is working splendidly?" versus "Oh no, that's not right."</p>
http://stackoverflow.com/questions/26688/what-pl-sql-libraries-for-auto-generating-json-do-you-recommend2What PL/SQL Libraries For Auto-Generating JSON Do You Recommend?happyappa2008-08-25T19:28:54Z2009-04-11T22:56:03Z
<p>Are there any good PL/SQL libraries for JSON that you've worked with and found useful?</p>
<p>In <a href="http://www.oracle.com/technology/tech/pl_sql/index.html" rel="nofollow">PL/SQL</a>, I'm having to tediously hand code the return of <a href="http://www.json.org/" rel="nofollow">JSON</a> values to JavaScript functions. I found <a href="http://www.erasme.org/pl-sql-library-for-JSON" rel="nofollow">one PL/SQL library</a> for auto-generating JSON, but it doesn't do exactly everything I need it too. For example, I couldn't extend the base functions in the library to return a complex tree-like JSON data structure required by a JavaScript tree component I was using.</p>
<p><em>Note:</em><br />
The system, which has been in production for 8+ years, was architected to use PL/SQL for the CRUDs and most of the business logic. The PL/SQL also generates 90% of the presentation layer (HTML/JavaScript), using mod PL/SQL. The other 10% is report data done via Oracle Reports Builder.</p>
http://stackoverflow.com/questions/79229/how-often-should-oracle-database-statistics-be-run5How often should Oracle database statistics be run?happyappa2008-09-17T02:20:48Z2009-03-10T15:13:04Z
<p>In your experience, how often should Oracle database statistics be run? Our team of developers recently discovered that statistics hadn't been run our production box in over 2 1/2 months. That sounds like a long time to me, but I'm not a DBA.</p>
http://stackoverflow.com/questions/62578/apis-and-datasets-for-natural-languages2APIs and Datasets for Natural Languages?happyappa2008-09-15T12:57:57Z2009-01-24T21:46:08Z
<p>Are there any good APIs and public datasets (dictionaries, phrases) for working w/ natural languages? </p>
<p>Specifically, do any good ones exist for working on translation between English and Korean?</p>
http://stackoverflow.com/questions/192697/how-do-you-fix-a-parameter-names-mismatch-dojo-and-pl-sql0How Do You Fix A Parameter Names Mismatch - DOJO and PL/SQLhappyappa2008-10-10T19:13:30Z2009-01-17T00:26:47Z
<p>How do you fix a names mismatch problem, if the client-side names are keywords or reserved words in the server-side language you are using?</p>
<p>The DOJO JavaScript toolkit has a QueryReadStore class that you can subclass to submit REST patterned queries to the server. I'm using this in conjunction w/ the FilteringSelect Dijit.</p>
<p>I can subclass the QueryReadStore and specify the parameters and arguments getting passed to the server. But somewhere along the way, a "start" and "count" parameter are being passed from the client to the server. I went into the API and discovered that the QueryReadStore.js is sending those parameter names.</p>
<p>I'm using Fiddler to confirm what's actually being sent and brought back. The server response is telling me I have a parameter names mismatch, because of the "start" and "count" parameters. The problem is, I can't use "start" and "count" in PL/SQL.</p>
<p>Workaround or correct implementation advice would be appreciated...thx.</p>
<p>//I tried putting the code snippet in here, but since it's largely HTML, that didn't work so well.</p>
http://stackoverflow.com/questions/26763/when-do-you-decide-to-walk18When do you decide to walk?happyappa2008-08-25T20:17:46Z2008-12-18T16:35:46Z
<p>As a programmer/developer/software engineer/what have you, when do you decide it's time to move on from your current position?</p>
<p>I'm trying to come up with a generally accepted set of criteria that will help me grow a nice career with an upward arc that I find satisfaction in. I want to develop a way to critically evaluate current position vs. potential opportunities. </p>
<p>For those of the SO audience that have been in the programming-related field for awhile, what are the primary criteria a developer should take into consideration? What do you think are some of the best career decisions you've made, and why?</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering1What is software engineering?happyappa2008-08-04T19:28:23Z2008-12-10T06:32:56Z
<p>The term "software engineering" is often used without fully being considered. Since the field is relatively young compared to other mature professional disciplines, the definition is arguably still be worked out, and at the very least it is often understood differently by different populations despite being "defined" by IEEE or the like. So, how's software engineering being defined by SO users? </p>
<p>What is software engineering?</p>
http://stackoverflow.com/questions/305579/how-do-you-effectively-track-technical-debt4How do you effectively track technical debt?happyappa2008-11-20T15:10:42Z2008-11-22T03:26:03Z
<p>In your practice, how do you effectively track and manage technical debt? </p>
<p>Is there a specific metric, like <a href="http://jamesshore.com/Blog/An-Approximate-Measure-of-Technical-Debt.html" rel="nofollow">SLOC</a>, that you use?</p>
<p>How do you visually display your results to stakeholders and management? </p>
<p>What benefits have you seen in the process?</p>
http://stackoverflow.com/questions/305990/what-is-the-optimal-productivity-stack-for-developers1What is the optimal productivity stack for developers?happyappa2008-11-20T16:44:47Z2008-11-20T17:20:21Z
<p>What is the optimal <a href="http://www.blog.stackingit.com/2008/11/productivity-stack-is-not-about.html" rel="nofollow">productivity stack</a> for developers?</p>
<p>When deciding what to include in your personal productivity stack, what criteria do you use?</p>
http://stackoverflow.com/questions/194760/what-requirements-refining-techniques-have-worked-best-for-you4What requirements refining techniques have worked best for you?happyappa2008-10-11T22:44:22Z2008-11-18T20:38:36Z
<p>When you need to refine requirements from your customer or customer representative, what techniques have worked best for you? By best, I mean what techniques have ultimately resulted in delivering the right product and keeping the relationship positive.</p>
<p>---Background---<br />
Our customer representative group elicits requirements from our system's end users. The group hands off those requirements to the development staff, which is responsible for analyzing the functional requirements and delivering the implementation.</p>
<p>The initial requirements, as expected, are never unambiguous, clear, and consistent. So, there ends up being a bit of informal back and forth, along with more formal refinement in milestone meetings as we move through the development lifecycle.</p>
<p>What I have found is that the customer representative group gets defensive or impatient when they are pressed to rework the requirement so that it is unambiguous, clear, and consistent. </p>
http://stackoverflow.com/questions/25968/what-are-your-go-to-software-metaphors-when-working-with-non-technical-management6What Are Your Go To Software Metaphors When Working With Non-Technical Management?happyappa2008-08-25T12:45:01Z2008-11-01T19:12:14Z
<p>What software metaphors have worked best for you in discussing and explaining the complexities of software development with non-technical management?</p>
http://stackoverflow.com/questions/23935/peer-reviews-or-pair-programming-or-both4Peer Reviews or Pair Programming, or Both?happyappa2008-08-23T03:48:55Z2008-10-29T19:56:33Z
<ul>
<li>Do you participate in code peer reviews or practice pair programming, or both? </li>
<li>Have you been able to demonstrate an increase in software quality using these practices? </li>
<li>What benefits and drawbacks have you observed in the course of practice? </li>
<li>What hurdles to implementation did you face?</li>
</ul>
<p>In my own case, our development team pursued peer reviews of a number of different software artifacts (requirements analyses, test plans, code, and so on). Peer programming was not even considered as an option. </p>
<p>The peer review practice was pushed down from the top, and the developers never bought into it. We had an external SQA group that gathered metrics from the activities, but the numbers were pretty worthless since the effort was half-hearted. After years of this being the "official" way to do things, the developers have come to collectively ignore the prescribed procedures. </p>
<p>Now there is less visibility into when bugs are getting interjected into the lifecycle. And not doing the peer reviews has led to increased specialization on the team...where no one really knows the requirements/logic of components outside their own specialized area of the system.</p>
<p>It would be valuable to know your experiences w/ peer reviews or pair programming, especially success stories. </p>
http://stackoverflow.com/questions/23082/how-did-you-decide-between-wisa-and-lamp5How Did You Decide Between WISA and LAMP?happyappa2008-08-22T18:16:39Z2008-10-20T22:19:17Z
<p>Did you ever have to choose between WISA or LAMP at the beginning of a web project?</p>
<p>While pros and cons are littered around the net, it would be helpful to know about your real experience in coming up w/ criteria, evaluating, deciding, and reflecting upon your decision to go w/ either platform.</p>
http://stackoverflow.com/questions/1406099/why-is-select-1-faster-than-select-countComment by happyappa on Why is Select 1 faster than Select count(*)?happyappa2009-09-10T17:04:48Z2009-09-10T17:04:48ZI mean "Select 1". I'm looking at some old, offline coding standards documentation where it is claimed that "Select 1" is faster than "Select count(*)", and a preferred way to query for row existence. The documentation does not provide a technical explanation for why this is a "performance enhancing" technique. When I searched around on the net, I found things like AskTom threads and debates...but I didn't see a clear, definitive answer.http://stackoverflow.com/questions/874872/are-the-stack-overflow-dev-days-relevant-to-embedded-software-engineersComment by happyappa on Are the Stack Overflow Dev Days relevant to embedded software engineers?happyappa2009-05-19T22:55:27Z2009-05-19T22:55:27ZClosed? The Knights of Stack Overflow win again.
//I blow my nose at you, so-called Arthur King, you and all your silly English k-nnnnniggets. Thpppppt! Thppt!Thppt!http://stackoverflow.com/questions/865487/if-you-were-to-bring-one-and-only-one-programming-language-to-a-desert-islandComment by happyappa on If you were to bring one, and only one programming language to a desert islandhappyappa2009-05-14T20:33:50Z2009-05-14T20:33:50Zquestion closed?! looks like the Knights of Stack Overflow win again.http://stackoverflow.com/questions/829998/whats-a-good-tool-for-calculating-web-ksloc/830086#830086Comment by happyappa on What's a good tool for calculating web KSLOC?happyappa2009-05-06T16:31:18Z2009-05-06T16:31:18Zthx. i'm on a solaris box, and a couple of those grep args aren't supported in this environment. ended up w/ something like:
find dir/ | xargs grep -v "^$" | wc -lhttp://stackoverflow.com/questions/829998/whats-a-good-tool-for-calculating-web-ksloc/830023#830023Comment by happyappa on What's a good tool for calculating web KSLOC?happyappa2009-05-06T16:29:10Z2009-05-06T16:29:10Zfair enough. i was interested in an automated, configurable tool with reporting and code visualization options. but unless mgmt presses for more, a raw count will suffice.http://stackoverflow.com/questions/829998/whats-a-good-tool-for-calculating-web-kslocComment by happyappa on What's a good tool for calculating web KSLOC?happyappa2009-05-06T15:30:08Z2009-05-06T15:30:08Zit's for management's sake and i wish you were my manager.http://stackoverflow.com/questions/788091/dojo-after-a-datagrid-selection-and-filter-why-is-input-text-box-focus-lost/788105#788105Comment by happyappa on Dojo: After a DataGrid selection and filter, why is input text box focus lost?happyappa2009-04-25T12:56:57Z2009-04-25T12:56:57ZHa, yes. I'm thinking the grid.filter is an asynchronous call, so even though I set the focus back on the input box after the filter...the filter hasn't finished what it's doing and takes back the focus after the data is fetched and loaded. I'm just going to keep plugging at away at the API to see if I can hack the "right" solution.http://stackoverflow.com/questions/788091/dojo-after-a-datagrid-selection-and-filter-why-is-input-text-box-focus-lost/788105#788105Comment by happyappa on Dojo: After a DataGrid selection and filter, why is input text box focus lost?happyappa2009-04-25T02:46:06Z2009-04-25T02:46:06ZAnd what's weird in that example Dojo page: If you start typing in the input box initially, you don't lose focus as it searches on your keystrokes. It's only after you select a row in the DataGrid that this occurs. http://stackoverflow.com/questions/788091/dojo-after-a-datagrid-selection-and-filter-why-is-input-text-box-focus-lost/788105#788105Comment by happyappa on Dojo: After a DataGrid selection and filter, why is input text box focus lost?happyappa2009-04-25T02:44:06Z2009-04-25T02:44:06Z"filter" is a method here, not the input box.
What I'd expect to work, doesn't:
grid.filter(x);
dijit.focus(inputbox);http://stackoverflow.com/questions/788091/dojo-after-a-datagrid-selection-and-filter-why-is-input-text-box-focus-lost/788105#788105Comment by happyappa on Dojo: After a DataGrid selection and filter, why is input text box focus lost?happyappa2009-04-25T02:41:13Z2009-04-25T02:41:13ZAfter the filter return the results and the grid is subsequently refreshed, setting focus on the onClick event does not work. The behavior remains exactly the same as the example in the question. I can put alert boxes in and know that the segment of code is being reached, but there must be some behind the scenes Dojo at work after the filter fires off that is prohibiting successful onClick usage.http://stackoverflow.com/questions/26688/what-pl-sql-libraries-for-auto-generating-json-do-you-recommend/26772#26772Comment by happyappa on What PL/SQL Libraries For Auto-Generating JSON Do You Recommend?happyappa2009-03-25T14:49:58Z2009-03-25T14:49:58ZYou should know that comments were not available in Stackoverflow at that time. But thanks for the tip!http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont/321406#321406Comment by happyappa on Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2008-11-26T17:44:48Z2008-11-26T17:44:48ZThx for pointing out the possibility, but not an id issue. http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont/321214#321214Comment by happyappa on Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2008-11-26T17:43:23Z2008-11-26T17:43:23ZNot an ID issue. Yeah, ineffectively googled, so I thought I'd give it a shot here.http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont/321214#321214Comment by happyappa on Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2008-11-26T17:41:25Z2008-11-26T17:41:25ZThe Grid I'm using is a DojoX component. http://stackoverflow.com/questions/321193/why-does-tabbing-to-a-dojox-grid-result-in-a-javascript-cant-move-focus-to-cont/321222#321222Comment by happyappa on Why does tabbing to a DojoX grid result in a JavaScript "Can't move focus to control" error?happyappa2008-11-26T16:23:23Z2008-11-26T16:23:23Zi gave a bad example. the issue is tabbing from an input field to a grid component that can't handle it. i'm trying to prevent the JavaScript error from occurring.