Forum: PHP Nov 17th, 2007 |
| Replies: 2 Views: 1,080 PHP & Postgres pagination I'm not sure it this is a post for PHP or the database forum, but since my question deals with php functions, i put it here.
In the past when i would page results i do the following:
1) get the... |
Forum: Java Oct 2nd, 2007 |
| Replies: 2 Views: 713 Re: Java WebStart adding unwanted statusbar Makes sense. How then is the application different below?
http://www.crossftp.com/
It launches an app via webstart and doesn't have the statusbar that we are referring to. Is it because it has a... |
Forum: Java Oct 2nd, 2007 |
| Replies: 2 Views: 713 Java WebStart adding unwanted statusbar I'm working on a small program that i'd like to deploy using java webstart. I have everything working but when I launch the program using webstart/jnlp, a statusbar is added to it (see attachment)... |
Forum: IT Professionals' Lounge Oct 1st, 2007 |
| Replies: 2 Views: 776 Object Best Practices Lets say I have an object called Customer. It has general info like name,address,phone,email. I use it throughout my application. Now, I have a new piece of code to add that will use a couple of... |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2007 |
| Replies: 1 Views: 2,067 Internet Explorer accessing form elements I have a form that consists of indexed fields like:
<input type="text" name="formItems[0].part" value="TK02">
<input type="text" name="formItems[0].price" value="13.0">
<input type="text"... |