Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 57
Search took 0.11 seconds.
Search: Posts Made By: Ty44ler
Forum: JavaScript programming 12-12-2011, 09:40 PM
Replies: 2
Views: 465
Posted By Ty44ler
There really is no action yet. I keep trying...

There really is no action yet. I keep trying things, but keep deleting it to start from a clean slate.

Here's the page though: http://www.tylereadams.com/standoff/Work.php
Forum: JavaScript programming 12-12-2011, 06:54 PM
Replies: 2
Views: 465
Posted By Ty44ler
Question Sliding menu

I'm trying to make this menu go up and down when the arrows are clicked. Right now, it shows all of them and I can't figure out how to make it so that it only shows the first 9 and will show the rest...
Forum: PHP 10-25-2011, 03:33 PM
Replies: 2
Views: 573
Posted By Ty44ler
Replacing one word for entire site depending on the URL.

I have two domains. I'd like to replace a word depending on the URL the user has typed in.

For example:
Original site is all about red pens. Well I want to make another domain that is...
Forum: HTML & CSS 08-08-2011, 01:12 PM
Replies: 0
Views: 632
Posted By Ty44ler
Video not playing in older IE

I'm trying to get some videos to play on my site, but they don't work on older IE browsers. I think it has something to do with HTML5 that's in there, but the backup flash file isn't being played...
Forum: JavaScript programming 06-26-2011, 06:22 PM
Replies: 4
Views: 1,218
Posted By Ty44ler
I did some testing and found out that it shows up...

I did some testing and found out that it shows up on my friends computer in both IE and FF. However, it doesn't show up at all on my computer in either. I have adblock plus but even with it turned...
Forum: JavaScript programming 06-26-2011, 05:39 PM
Replies: 4
Views: 1,218
Posted By Ty44ler
Yes, it's on the same domain name and under the...

Yes, it's on the same domain name and under the same folder. I used an absolute url in the httprequest. I used it alone in the browser and it displays the output.

There was a GET warning in...
Forum: JavaScript programming 06-25-2011, 07:57 PM
Replies: 4
Views: 1,218
Posted By Ty44ler
httpRequest()/innerHTML not working

I'm trying to display a widget that is called through another page. The "test" word shows up, but the WIDGET portion does not. I know the address works, I can call it through the url and it displays...
Forum: PHP 06-22-2010, 05:08 PM
Replies: 4
Views: 1,207
Posted By Ty44ler
Got it figured out: $client = new...

Got it figured out:
$client = new SoapClient("http://refrigerantcompliance/RefrigerantComplianceService/Service1.asmx?wsdl", array('cache_wsdl' => 0, 'trace' => 1));
$result =...
Forum: PHP 06-22-2010, 01:45 PM
Replies: 4
Views: 1,207
Posted By Ty44ler
I hate to be a beggar on here, but I'm in big...

I hate to be a beggar on here, but I'm in big need of some help! Thank you!
Forum: PHP 06-21-2010, 04:54 PM
Replies: 4
Views: 1,207
Posted By Ty44ler
SOAP parameter

I'm just trying to make a SOAP call that passes one parameter (customerNumber) and prints a dropdown box, but nothing is showing up in the dropdown box.


$client = new...
Forum: JavaScript programming 06-16-2010, 09:40 PM
Replies: 3
Views: 1,152
Posted By Ty44ler
I really need some help with this. If anyone...

I really need some help with this. If anyone could just give a little insight or help that would be awesome. Thanks!
Forum: JavaScript programming 05-21-2010, 09:31 PM
Replies: 2
Views: 951
Posted By Ty44ler
So for mistake 1 could I put the whole table in...

So for mistake 1 could I put the whole table in the innerHTML that way I would not be adding rows to it, but instead adding the whole table? I'm not too knowledgable about the DOM...

2nd: I took...
Forum: JavaScript programming 05-21-2010, 08:27 PM
Replies: 2
Views: 951
Posted By Ty44ler
IE runtime error on simple JS Code

I'm getting a runtime error on the code in red. Can anyone see anything that is wrong with it? These functions are called by an onBlur by the way.

<script type="text/javascript">
//THIS...
Forum: JavaScript programming 05-19-2010, 08:24 PM
Replies: 3
Views: 1,152
Posted By Ty44ler
Anyone got an idea?

Anyone got an idea?
Forum: JavaScript programming 05-19-2010, 12:37 AM
Replies: 3
Views: 1,152
Posted By Ty44ler
Auto scroll 3 images vertically

I'm trying to make my sidebar show 3 images then scroll to the next 3 automatically every 3 seconds or so. (vertically)

Can anyone help me out with a reference I could look at how to do it or show...
Forum: HTML & CSS 05-19-2010, 12:30 AM
Replies: 1
Views: 696
Posted By Ty44ler
divs not lining up in IE

My site is messed up when it comes to other browsers. The main page is not lining up like it does in firefox. Can anyone help a brother out and tell me why it's doing that?

www.beunthinkable.org
Forum: PHP 05-05-2010, 08:54 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
I got it. Thanks man. They had coded an &nbsp;...

I got it. Thanks man. They had coded an &nbsp; into the javascript which messed it up. I took that out and replaced it with a regular space in their expression and it works like a champ now. Thanks...
Forum: PHP 05-05-2010, 08:23 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
Results in: Time ords: 56 58 48 48 160 65 77...

Results in:

Time ords: 56 58 48 48 160 65 77 Done.

EDIT: not sure if I'm doing this right. What did you mean by passing it as 8:00 AM? do I have to set that somewhere else or were you just...
Forum: PHP 05-05-2010, 08:03 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
The users can't type in the text box without...

The users can't type in the text box without choosing a popup time from a button on the left. Once they select a time, the value gets placed inside the text box.

It appears fine once a time is...
Forum: PHP 05-05-2010, 07:51 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
I found out why it's doing that now. Turns out I...

I found out why it's doing that now. Turns out I had this javascript time selector that inputs the data into the field so that the users won't mess up the format.

Well, it puts the time into the...
Forum: PHP 05-05-2010, 07:15 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
That does output 1400. I'll see you back...

That does output 1400.

I'll see you back soon. Thanks again for your continued help.
Forum: PHP 05-05-2010, 07:01 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
same again: "8:00 AM" Entered time of '8:00 AM'...

same again:
"8:00 AM" Entered time of '8:00 AM' equates to: 0 1900
Forum: PHP 05-05-2010, 06:59 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
same: "8:00 AM" Entered time of '8:00 AM'...

same:
"8:00 AM" Entered time of '8:00 AM' equates to: 0 1900
Forum: PHP 05-05-2010, 06:56 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
Ahh, that makes sense now. I was rolling down the...

Ahh, that makes sense now. I was rolling down the wrong path on that one.



"8:00 AM" Entered time of '8:00 AM' equates to: 0 1900
Forum: PHP 05-05-2010, 06:49 PM
Replies: 25
Views: 1,367
Posted By Ty44ler
I meant that when 800 is placed in date('Hi...

I meant that when 800 is placed in

date('Hi a', strtotime('800'))
It results in 1900 which is the same result when the variable is placed in there. Since the variable is '8:00 AM' I thought...
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT +1. The time now is 04:40 PM.