|
First
|
Prev |
Next
|
Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
Can there be any doubt at this point that queries were a bad idea? Perhaps in some way queries could be considered a nice idea. Too bad the implementation was so completely botched (over the course of roughly five years). http://groups.google.com/group/my-library-general-discussion/browse_thread/thread/b0963750135d884d I don't think I need to add much to that. As an aside, I... 7 Mar 2010 04:11
Loop through row and set value of input I have a table which has rows setup as shown below, where the number between [] gets incremented row by row. <tr> <td><input name="Item_Id[0]" type="text" value="23" readonly="true" tabindex="0" /></td> <td><input name="Item[0]" type="text" value="Database Support" /></ td> <td>$<input name="Cost[... 3 Mar 2010 02:57
FAQ Topic - How do I get a jsp/php variable into client-side javascript? (2010-03-03) ----------------------------------------------------------------------- FAQ Topic - How do I get a jsp/php variable into client-side javascript? ----------------------------------------------------------------------- Use the server-side language to generate the javascript: // JSP var jsvar = "${ jspVar }"; /... 2 Mar 2010 19:12
Need a Java/J2EE developer (CTH – sorry no H1s) @ Marlborough, Mass Java Systems Engineer (Performance/Infrastructure/Middleware) Marlborough, MA 6-8 months Our Clients middleware Delivery team seeks a Sr. Java Systems Engineer (Performance/Infrastructure/ Middleware) who will be responsible for the evaluation, engineer, build, and support of middleware products. The ... 2 Mar 2010 18:04
onload doesn't fire in Safari if src set to same img twice I have an application that uses an image which is occasionally loaded and popped up to the top layer for a couple of seconds, then hidden again. We don't know what the image will be until it arrives from a distant server. Everything was working fine, until I recently noticed that if I receive an image to show ... 3 Mar 2010 09:31
Opening Link in a frame I have a webpage with 2 frames (sidebar, content). The link is in the content frame. How can I make a link open in the whole window? If I use <a href="http://www.link.html" onclick="window.open (this.href, 'content'); return false">Link</a> it will of course open in the content frame. I do not want this... 7 Mar 2010 11:47
Link to Great New Crockford 5pt JS Lecture Series Learn about the great NEW 5-pt Crockford JS lecture series: http://yuiblog.com/crockford/ (2 are yet forthcoming, 1 tommorow) Great downloads of the high quality videos of all the presentations and pdfs and slideshows. (all via that link) ... 2 Mar 2010 12:21
HTML5 Audio - How To Play Shoutcast streams Hello, I have a problem with the HTML5-Audio-Tag. While it plays mp3 files without a problem, I cannot get it to play shoutcast streams. Consider this URL: http://89.149.227.111:8050 For my VLC-Player this is a music stream. However, for the browser its a HTML-Page showing some info about the stream. Doe... 2 Mar 2010 16:55
Randomator.html Richard Maher wrote on 02 mrt 2010 in comp.lang.javascript: <style> html { height: 100% } body { background-color: Gray; margin: 0px; padding: 0px; } No doubt this will strengthen the motivation of professionals, especially the h... 2 Mar 2010 04:35
Checking when browser is closing Hello all. I've looked on Google and it appears there is no definitive way of checking when someone closes a browser. I need to perform a load of things when the browser closes and need to check when the browser shuts down. How do you deal with it? Graham ... 3 Mar 2010 23:05 |