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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 93
Search took
0.12
seconds.
Search:
Posts Made By:
JudgementDay
Forum:
JavaScript programming
02-20-2012, 03:30 AM
Replies:
4
Running a function within a function
Views:
311
Posted By
JudgementDay
Huheh! Was that it! Cool. Thanks man.
Huheh! Was that it!
Cool. Thanks man.
Forum:
JavaScript programming
02-20-2012, 03:10 AM
Replies:
4
Running a function within a function
Views:
311
Posted By
JudgementDay
Sorry, there was a mistake in my question, the...
Sorry, there was a mistake in my question, the correct question is:
How can I run function neutral() within function front()?
Forum:
JavaScript programming
02-20-2012, 02:48 AM
Replies:
4
Running a function within a function
Views:
311
Posted By
JudgementDay
Running a function within a function
How can I run function neutral() within function front()?
<SCRIPT type="text/javascript">
function neutral() {
document.getElementById("front").style.color = "silver";...
Forum:
PHP
02-19-2012, 06:46 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
It was working, but the script wasn't being...
It was working, but the script wasn't being triggered due to an associated name error.
Forum:
PHP
02-19-2012, 06:30 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
Not so, the problem lays else where... I shall...
Not so, the problem lays else where... I shall report.
Forum:
PHP
02-19-2012, 06:03 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
That didn't work.
That didn't work.
Forum:
Computer/PC discussions
02-19-2012, 05:32 AM
Replies:
7
Google dirty tricks
Views:
1,032
Posted By
JudgementDay
OIC... then this isn't a case of dirty tricks, in...
OIC... then this isn't a case of dirty tricks, in this instance... rather someone at google.com having a bad day.
Thanks for checking!
Resolved.
Forum:
Computer/PC discussions
02-19-2012, 12:35 AM
Replies:
7
Google dirty tricks
Views:
1,032
Posted By
JudgementDay
OMG.. how could you all misunderstand me? ...
OMG.. how could you all misunderstand me?
I'm not wondering if the scroll bars look the same, I'm wondering if the scroll bars appear at all when people visit google.com using Chrome or Opera etc.
Forum:
Computer/PC discussions
02-18-2012, 12:40 PM
Replies:
7
Google dirty tricks
Views:
1,032
Posted By
JudgementDay
How do you optimize a website for Chrome? ...
How do you optimize a website for Chrome?
EDIT: Your sites stuffed mate:...
Forum:
PHP
02-18-2012, 08:21 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
You know what, who cares it works. :) ...
You know what, who cares it works. :)
Resolved.
Forum:
PHP
02-18-2012, 07:51 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
A cheap method: if ($row['size30'] > 0) {...
A cheap method:
if ($row['size30'] > 0) {
echo '
if (document.forms["form"]["quantity"].value > '.$row['size30'].') {
alert ("Can'; echo "'"; echo 't add because quantity exceeds...
Forum:
PHP
02-18-2012, 07:47 AM
Replies:
7
Having braking problems
Views:
423
Posted By
JudgementDay
Having braking problems
Does anyone know how I can stop this error?
if ($row['size30'] > 0) {
echo '
if (document.forms["form"]["quantity"].value > '.$row['size30'].') {
alert ("Can't add because quantity...
Forum:
JavaScript programming
02-18-2012, 06:57 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
True, but not one uses 386's anymore, so this...
True, but not one uses 386's anymore, so this inefficiency shouldn't be a problem. Wouldn't you agree?
Forum:
JavaScript programming
02-18-2012, 06:48 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Ah I'm just letting it be. I worked out the...
Ah I'm just letting it be.
I worked out the savings. If I get 100 hits per day, then I'll save 360kb of transfered bandwidth in a month.
... and if I am worrying about that little quota, then my...
Forum:
JavaScript programming
02-18-2012, 06:38 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
CURRENT function glance() { ...
CURRENT
function glance() {
document.getElementById("glance").style.color = "rgb(255,215,0)";
document.getElementById("glance").style.cursor = "text";...
Forum:
JavaScript programming
02-18-2012, 06:16 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Actually no I am not. It will create spaghetti: ...
Actually no I am not. It will create spaghetti:
var's WOULD GO HERE
function glance() {
document.getElementById("glance").style.color = "rgb(255,215,0)";...
Forum:
JavaScript programming
02-18-2012, 06:10 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Actually no, I have changed my mind. I am doing...
Actually no, I have changed my mind. I am doing it. This website will be running from a pre-paid broadband connection. Bandwidth is $o valuable!
Forum:
JavaScript programming
02-18-2012, 06:08 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Good point. I will only have 20-50 of these lines...
Good point. I will only have 20-50 of these lines on a page though, so the performance loss will not be noticeable, though I stripped each piece of code down to minimal and yours came out smaller in...
Forum:
JavaScript programming
02-18-2012, 05:45 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Damn, that sucks! Why?
Damn, that sucks!
Why?
Forum:
JavaScript programming
02-18-2012, 04:59 AM
Replies:
10
Possible to merge these commands?
Views:
344
Posted By
JudgementDay
Possible to merge these commands?
Is it possible to merge the following?
document.getElementById("dimensionstext").style.color = "silver";
document.getElementById("dimensionstext").style.cursor = "pointer";
So, perhaps...
Forum:
Computer/PC discussions
02-18-2012, 01:32 AM
Replies:
20
Why Firefox is in hurry?
Views:
4,484
Posted By
JudgementDay
Its really pathetic on Firefox's behalf. ...
Its really pathetic on Firefox's behalf.
Firefox went **** when it hit 1.5 anyway (original developers left).
The scope has really changed. Firefox was originally about security and security...
Forum:
Computer/PC discussions
02-18-2012, 01:31 AM
Replies:
7
Google dirty tricks
Views:
1,032
Posted By
JudgementDay
Google dirty tricks
Google have recently started splashing "use Chrome" to Firefox users that visit their website.
I just noticed now that when I goto google.com, that the side scroll bar is showing, even though...
Forum:
Computer/PC discussions
02-17-2012, 11:43 PM
Replies:
20
Why Firefox is in hurry?
Views:
4,484
Posted By
JudgementDay
Opera is defiantly a better browser, but its...
Opera is defiantly a better browser, but its closed-source, which is why I continue to use Firefox.
I had the same thought this morning when I woke up and found yet another update to my Firefox....
Forum:
MySQL
02-17-2012, 01:04 AM
Replies:
1
Removing primary key
Views:
304
Posted By
JudgementDay
Removing primary key
Does anyone know how I can remove a primary key from a column, without removing the column itself?
Looking at resources, the ways I have seen appear to remove the column itself and I am too...
Forum:
Computer/PC discussions
02-15-2012, 12:12 AM
Replies:
2
IP blocks
Views:
369
Posted By
JudgementDay
Cool. I didn't understand that.
Cool. I didn't understand that.
Showing results 1 to 25 of 93
Page 1 of 4
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
02:29 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.