Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 175
Search took 0.65 seconds.
Search: Posts Made By: StealthRT
Forum: HTML & CSS 10-17-2012, 09:14 PM
Replies: 1
Views: 378
Posted By StealthRT
Question IE/FF/Chrome when scrolling horizontal page background image disappears

Hey all i have a background for one of my DIV's and if my page is viewed on a lower res screen that they have to scroll to see the full page then for some reason it cuts off the image as seen in the...
Forum: PHP 08-28-2012, 08:34 PM
Replies: 0
Views: 163
Posted By StealthRT
Question php functions/identifying path

Hey all i have the following PHP source i am trying to figure out what it's doing:

$ps = sfConfig::get('app_email');
if($app->getOffer()->getSId()) {
...
Forum: JavaScript programming 08-14-2012, 05:36 PM
Replies: 2
Views: 210
Posted By StealthRT
Ah it should be: totalFreight +=...

Ah it should be:

totalFreight += parseInt(freight);
$('#totalFreight').val(totalFreight);
alert(totalFreight.toFixed(2));
Forum: JavaScript programming 08-14-2012, 05:21 PM
Replies: 2
Views: 210
Posted By StealthRT
Question javascript currency addition in loop

Hey all i am using this code below:

for (var key in ret) {
var obj = ret[key];

for (var prop in obj) {
console.log(prop + " = " + obj[prop]);

if (prop ==...
Forum: DOM and JSON scripting 07-25-2012, 05:23 PM
Replies: 1
Views: 724
Posted By StealthRT
Question jquery $post JSON question

I am unsure as to what may be causing my problem 404 Not Found error. i know the path is there because when i go to the URL i get this error:

{"error":"invalid_order"}

And this is the...
Forum: JavaScript programming 04-01-2010, 02:54 AM
Replies: 5
Views: 807
Posted By StealthRT
Thanks, Old Pedant. Works fine now :) David

Thanks, Old Pedant. Works fine now :)

David
Forum: JavaScript programming 04-01-2010, 02:13 AM
Replies: 5
Views: 807
Posted By StealthRT
Hum.... it seems to work in all other browsers...

Hum.... it seems to work in all other browsers BUT IE... go figure... It seems to have a problem with this piece of code:

data: theDATA.split(",").map(function(element){ return...
Forum: JavaScript programming 03-31-2010, 03:02 AM
Replies: 5
Views: 807
Posted By StealthRT
Solved with: data:...

Solved with:

data: theDATA.split(",").map(function(element){ return parseInt(element)})


David
Forum: JavaScript programming 03-31-2010, 02:35 AM
Replies: 5
Views: 807
Posted By StealthRT
Question Getting chart data to work within a function

Hey all i am in need of some help trying to figure out how to pass a string into an array field for a chart. The chart i am using is this [http://www.highcharts.com/]

Here is the chart code:

...
Forum: JavaScript frameworks 03-29-2010, 01:34 AM
Replies: 0
Views: 2,230
Posted By StealthRT
Question Jquery calendar and tab sliding div clash…

Hey all, i am trying my best to figure out another way around this problem i seem to have encountered. On my website i have a jquery calendar and also a jquery div tab slider (this:...
Forum: JavaScript programming 03-05-2010, 07:06 AM
Replies: 12
Views: 1,332
Posted By StealthRT
Alright, thanks for your time and help Old Pedant...

Alright, thanks for your time and help Old Pedant :)

David
Forum: JavaScript programming 03-05-2010, 06:41 AM
Replies: 12
Views: 1,332
Posted By StealthRT
Hum, so are you saying theres no solution to...

Hum, so are you saying theres no solution to correct it if it lies within the jquery bug?

David
Forum: JavaScript programming 03-05-2010, 06:08 AM
Replies: 12
Views: 1,332
Posted By StealthRT
I've tested out this code and it works fine. But...

I've tested out this code and it works fine. But again, day 1 is not selectable and also theres still the day 31 problem :(

David
Forum: JavaScript programming 03-05-2010, 02:36 AM
Replies: 12
Views: 1,332
Posted By StealthRT
Check you PM for the URL, Old Pedant David

Check you PM for the URL, Old Pedant

David
Forum: JavaScript programming 03-05-2010, 02:08 AM
Replies: 12
Views: 1,332
Posted By StealthRT
I am using the Jquery DatePicker. It states: ...

I am using the Jquery DatePicker. It states:

So here is that part of the code:

jQuery('#datepicker2').datepicker({
dateFormat: 'yy-mm-dd',
constrainInput: true,
firstDay: 1,...
Forum: JavaScript programming 03-05-2010, 12:37 AM
Replies: 12
Views: 1,332
Posted By StealthRT
Help with calendar date disabling

Hey all i have this piece of code before that disables the given dates i put into an array. This works great for day 2-30 (out of a 31 day month) but it does not seem to work when i select either day...
Forum: ASP 03-04-2010, 08:47 PM
Replies: 4
Views: 975
Posted By StealthRT
Alright, i got it! :) Function search(v, a) ...

Alright, i got it! :)

Function search(v, a)
dim i

For i = 0 To UBound(a)
if CInt(a(i)) > CInt(v) then
search = a(i)
Exit Function
end if
Forum: ASP 03-04-2010, 08:20 PM
Replies: 4
Views: 975
Posted By StealthRT
Hey thanks for the reply there, Old Pedant. I...

Hey thanks for the reply there, Old Pedant. I changed the code and it works without errors now but it doesnt produce the desired result that i am looking for:

Function search(v, a)
dim i,...
Forum: ASP 03-04-2010, 07:48 PM
Replies: 4
Views: 975
Posted By StealthRT
Question Help with translating javascript to asp

Hey all, i am trying to duplicate this javascript code over to asp but i can not seem to get it working.

I have a string with number of days in a calender that are blocked. The string looks like...
Forum: JavaScript frameworks 10-02-2009, 10:23 PM
Replies: 0
Views: 713
Posted By StealthRT
Question Help with star rating

Hey all i need some help with finding out how i can SET the star rating in this code:

//hook up the click event
star.click(function() {
//When clicked, fire the 'ratingchanged'...
Forum: HTML & CSS 09-26-2009, 11:25 PM
Replies: 3
Views: 1,034
Posted By StealthRT
Good grief... It was because i did not have the...

Good grief... It was because i did not have the file on my server. I guess it wouldnt get the data without it being on the same server as well.... 2 hours wasted....

David
Forum: HTML & CSS 09-26-2009, 10:47 PM
Replies: 3
Views: 1,034
Posted By StealthRT
$("#loading").bind("ajaxSend", function(){ ...

$("#loading").bind("ajaxSend", function(){
$(this).show();
document.getElementById("inputString").disabled = true;
$('#inputString').fadeTo("fast", 0.5);
}).bind("ajaxComplete",...
Forum: HTML & CSS 09-26-2009, 10:08 PM
Replies: 3
Views: 1,034
Posted By StealthRT
Question Div not showing up in FF3 but is in IE8

Hey all i am trying to figure out why my search box results shows up just fine in IE, Safari but not FF or Chrome.

Here is my code for the search box:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
Forum: JavaScript programming 06-10-2009, 12:34 AM
Replies: 6
Views: 2,376
Posted By StealthRT
Well venegal you are correct! The simplest things...

Well venegal you are correct! The simplest things cause the worst outcomes!

Thanks again for the help :)

David
Forum: JavaScript programming 06-09-2009, 08:20 AM
Replies: 6
Views: 2,376
Posted By StealthRT
http://james-amber.com/test/test.asp

http://james-amber.com/test/test.asp
Showing results 1 to 25 of 175

 
Forum Jump

All times are GMT +1. The time now is 10:50 AM.