Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 7
1
2
3
>
Last
»
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
IE/FF/Chrome when scrolling horizontal page background image disappears
Views:
378
Posted By
StealthRT
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
php functions/identifying path
Views:
163
Posted By
StealthRT
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
javascript currency addition in loop
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
javascript currency addition in loop
Views:
210
Posted By
StealthRT
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
jquery $post JSON question
Views:
724
Posted By
StealthRT
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
Getting chart data to work within a function
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
Getting chart data to work within a function
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
Getting chart data to work within a function
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
Getting chart data to work within a function
Views:
807
Posted By
StealthRT
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
jQuery
Jquery calendar and tab sliding div clash…
Views:
2,230
Posted By
StealthRT
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
Help with calendar date disabling
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
Help with calendar date disabling
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
Help with calendar date disabling
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
Help with calendar date disabling
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
Help with calendar date disabling
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
Help with calendar date disabling
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
Help with translating javascript to asp
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
Help with translating javascript to asp
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
Help with translating javascript to asp
Views:
975
Posted By
StealthRT
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
Help with star rating
Views:
713
Posted By
StealthRT
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
Div not showing up in FF3 but is in IE8
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
Div not showing up in FF3 but is in IE8
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
Div not showing up in FF3 but is in IE8
Views:
1,034
Posted By
StealthRT
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
Javascript Array length not working in safari
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
Javascript Array length not working in safari
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
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:50 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.