Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 1 Views: 325 Hello,
I am able to get the height of the browser w/o the scroll bar, but I need a way of getting the height of the browser with the scroll bar. How can I do this with javascript? |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 3 Views: 270 Hey, I updated my code, but the first problem still persists. To fix the second I had to change the position of the surrounding div to relative. |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 3 Views: 270 Hey,
This site http://spanglerdesign.com/test/askmary/ is working ok in all browsers except IE. The background images will not show up in IE. I have tried a few different solutions, but they just... |
Forum: JavaScript / DHTML / AJAX May 30th, 2009 |
| Replies: 4 Views: 640 Thanks Airshow, that's what I was looking for! |
Forum: JavaScript / DHTML / AJAX May 30th, 2009 |
| Replies: 4 Views: 640 Hello, I am trying to completely remove everything from a table. I want to delete all of the rows which I am able to do. But when I delete all of the rows and add rows in again there is whitespace at... |
Forum: JavaScript / DHTML / AJAX May 26th, 2009 |
| Replies: 3 Views: 491 So when the buildString function gets called instead of some value for data.cells[i].letter like 'A' the string data.cells[i].letter is being passed to the function. I want to get what the value of... |
Forum: JavaScript / DHTML / AJAX May 26th, 2009 |
| Replies: 3 Views: 491 Hello I have a JSON array data.cells that I need to iterate through to get the values out of and put the values into an onclick event listener.
Right now the variable name data.cells[i].letter is... |
Forum: USB Devices and other Peripherals Jan 21st, 2009 |
| Replies: 0 Views: 526 Hello, I just upgraded my laptop, and unfortunately the drivers on the CD for the tv tuner are only available in the 32 bit version.
Does anyone know where I could find a 64 bit driver for the TV... |
Forum: Networking Hardware Configuration Dec 25th, 2008 |
| Replies: 5 Views: 542 Well it's happening again. It doesn't matter how close to the router I am, it keeps disconnecting at random times...No idea here... |
Forum: Networking Hardware Configuration Dec 24th, 2008 |
| Replies: 5 Views: 542 Yeah I do, but they have always been there before the problem started. I rebooted from the admin interface when going to 192.168.1.1, and I haven't had the problem since, but I'll see how it goes. |
Forum: Networking Hardware Configuration Dec 24th, 2008 |
| Replies: 5 Views: 542 Linksys wrv200
Router is about 6 months old
Cable
Nope
Vista
Merry Christmas! |
Forum: Networking Hardware Configuration Dec 24th, 2008 |
| Replies: 5 Views: 542 Hello, I have been using a home wireless network, and at random times the connection dies, and I have to reconnect. I didn't make any changes to the network at all, it has randomly started going on... |
Forum: Java Nov 12th, 2008 |
| Replies: 6 Views: 559 Yeah collections sounds like a good way to go since the shuffle method is built right in, thanks. |
Forum: Java Nov 12th, 2008 |
| Replies: 6 Views: 559 I think you still don't get it....Say there is a queue with elements a, b and c in that order. I want to know what the best way to put the elements in a random order, so you might save the elements... |
Forum: Java Nov 12th, 2008 |
| Replies: 6 Views: 559 Ok, so say you have a queue with values in it, then you want to randomize the order that they are currently in. |
Forum: Java Nov 12th, 2008 |
| Replies: 6 Views: 559 I've seen a lot of different possible ways to do so, but I was wondering what people thought the most efficient way was. |
Forum: HTML and CSS Aug 24th, 2008 |
| Replies: 3 Views: 1,861 Oh I actually fixed this by putting the table valign at bottom. |
Forum: HTML and CSS Aug 20th, 2008 |
| Replies: 3 Views: 1,861 Hello, I am having problems displaying a background image in ie. In firefox it looks perfect, but in ie I am having problems displaying the image, it doesn't display at all.
Here is my code:
... |
Forum: HTML and CSS Aug 6th, 2008 |
| Replies: 2 Views: 495 Yeah the preloader had the wrong image names, I changed them to the correct ones, but I still am getting the same problem as before |
Forum: HTML and CSS Aug 6th, 2008 |
| Replies: 2 Views: 495 Hello, I am having problems with a rollover image, for a site I am updating. On the site http://spanglerdesign.com/test/wamso the about us link on the menu is supposed to turn purple when the mouse... |
Forum: PHP Jul 18th, 2008 |
| Replies: 11 Views: 1,458 Javascript will execute the code. Just try putting an alert, where the header type is
Header("content-type: application/x-javascript"); you will see :-)
Like I said before a header WOULD NOT... |
Forum: PHP Jul 17th, 2008 |
| Replies: 11 Views: 1,458 No that's incorrect. If you look at the original post, my header is:
Header("content-type: application/x-javascript");
I figured out what I was doing wrong though, my database wasn't being... |
Forum: PHP Jul 16th, 2008 |
| Replies: 11 Views: 1,458 Yeah I have to first get the url from database, which is based on the current page. |
Forum: PHP Jul 16th, 2008 |
| Replies: 11 Views: 1,458 Hello, I want to be able to echo a redirect url, based on a few variables. The content type of this php script is set as Header("content-type: application/x-javascript"); here is my code:
$row =... |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 11 Views: 1,875 I can't understand what you are asking. Maybe you could use a translator before you post a query? http://babelfish.yahoo.com/
In theory it should be possible, but I am posting here to see if... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,875 Well let's say you have an image that is 500 x 500 pixels right? And then let's say you only want to display 100 x 100 pixels of it, but you want it to be only part of the image that is displayed so... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,875 I guess I didn't explain this too well, the reasoning behind this is, that some images are too narrow when they get scaled down, so I want to place the big image so that problem doesn't occur. e.g.... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,875 Hello, I was wondering if there would be a way I could place an image without it overflowing. So say if there is images within each table cell in a row where each cell is 25 x 25, and the image is 50... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 2 Views: 2,089 Thanks! That got it working, it works in both IE and Firefox, in Firefox I had to do
var rowItem = document.createElement('input');
rowItem.setAttribute('type', 'text');... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 2 Views: 2,089 Hello, I have done this successfully in firefox, but I need to do this in IE now, I want to dynamically generate an id for my input elements for an element being created. So far I can't get the id to... |
Forum: PHP Jul 8th, 2008 |
| Replies: 5 Views: 2,976 oops! Not sure how that ended up in there lol. |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 8 Views: 1,586 I think you are a little confused.... |
Forum: HTML and CSS Jul 7th, 2008 |
| Replies: 5 Views: 781 How would I shrink individual table cells down? I have some that are obviously going farther horizontally than they need to be. I tried changing the % and width for them that they need to be, but it... |
Forum: PHP Jul 7th, 2008 |
| Replies: 5 Views: 2,976 Hello, I have the following code, with 6 rows in the database for my query, although the mysql_fetch_row function is only able to get 5 out in my web page. I'm not sure what is wrong with my code,... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2008 |
| Replies: 8 Views: 1,586 well I did solve it using names I can post code if you want...my point is use both. Were you able to solve it dips? |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2008 |
| Replies: 3 Views: 2,757 solved this yesterday, just used some DOM stuff. |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2008 |
| Replies: 8 Views: 1,586 Ok, instead of using name in forms, you need to use id for firefox |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2008 |
| Replies: 8 Views: 1,586 Interesting I tried doing something similar, and in the web developer plugin debug console in firefox I got a message saying that the element is null. Mine was working in ie too, but not in firefox. |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2008 |
| Replies: 3 Views: 2,757 Hello, I want for the user to be able to click on a button that lets them add a <tr> full of <td>'s and <input>'s in the <td> tags. So I have code like:
<script type="text/javascript">
function... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2008 |
| Replies: 1 Views: 784 oops, had a bad name, this is solved now. |