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 2
1
2
>
Showing results 1 to 25 of 46
Search took
0.16
seconds.
Search:
Posts Made By:
GreenFanta
Forum:
JavaScript programming
09-26-2012, 12:07 AM
Replies:
2
Fixed Elements next to eachother
Views:
232
Posted By
GreenFanta
It is a CSS Question, sorry about that, must've...
It is a CSS Question, sorry about that, must've selected the wrong section by mistake. :)
Forum:
JavaScript programming
09-26-2012, 12:00 AM
Replies:
2
Fixed Elements next to eachother
Views:
232
Posted By
GreenFanta
Fixed Elements next to eachother
Hello Friends!
Basically I'm making a navigation bar and due to Jquery doing a lot of resizing to make a website look 'pretty' I don't want to use a horizontal list and so each button is created...
Forum:
HTML & CSS
09-12-2012, 11:46 AM
Replies:
5
My padding is being silly
Views:
445
Posted By
GreenFanta
It seems to work for me, but I have yet to test...
It seems to work for me, but I have yet to test it on other browsers. I have made some changes to my code, here is the updated code:
HTML
<body>
<div id="menu">
<br />
<div id="head">
<img...
Forum:
PHP
09-12-2012, 11:43 AM
Replies:
19
Refresh Resubmits the page
Views:
1,747
Posted By
GreenFanta
You could set up a session variable, set the...
You could set up a session variable, set the session variable to 1 on database update and then if the database update is run again and the session variable is equal to 1 then redirect the user to a...
Forum:
HTML & CSS
09-12-2012, 11:36 AM
Replies:
5
My padding is being silly
Views:
445
Posted By
GreenFanta
Gee, thanks. I also have a question: ...
Gee, thanks.
I also have a question:
Will overflow: hidden; on #menu work the same?
#menu { padding: 1%; overflow: hidden; width: 98%; background: #075f8d; text-align: center;...
Forum:
HTML & CSS
09-11-2012, 07:36 PM
Replies:
5
My padding is being silly
Views:
445
Posted By
GreenFanta
My padding is being silly
Hello there!
I have a script to set a nav bar and I need the hyperlinks to have padding in the bar, but unfortunately every time I try and set the padding the element flows over it's parent, so...
Forum:
Ajax and Design
09-03-2012, 12:11 AM
Replies:
4
My file won't edit element properties
Views:
744
Posted By
GreenFanta
It's okay, I found an alternative, the returned...
It's okay, I found an alternative, the returned value is checked and the script is executed on the main page.
Forum:
Ajax and Design
09-02-2012, 11:26 PM
Replies:
4
My file won't edit element properties
Views:
744
Posted By
GreenFanta
Adding that in did teach me something but didn't...
Adding that in did teach me something but didn't answer my question,
in the PHP file I'm echoing a <script></script> which sets a tick to a different Div, it won't let me do that, why?
Regards
...
Forum:
Ajax and Design
09-02-2012, 05:23 PM
Replies:
4
My file won't edit element properties
Views:
744
Posted By
GreenFanta
My file won't edit element properties
Hello,
So I have an ajax script that runs:
function test() {
var xmlhttp;
if (window.XMLHttpRequest)
{
// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new...
Forum:
Ajax and Design
08-31-2012, 11:51 PM
Replies:
2
Success / Error, what defines them?
Views:
811
Posted By
GreenFanta
Success / Error, what defines them?
Hi there!
I'm a little bit confused (new to Ajax).
What is it that defines whether the file execution is a success or a fail?
If I use the 'errorThrown' will the PHP 'die' function call it? if...
Forum:
HTML & CSS
08-29-2012, 01:18 PM
Replies:
3
Resolved
Element running off of page
Views:
406
Posted By
GreenFanta
Thank you.
Thank you.
Forum:
HTML & CSS
08-29-2012, 12:38 PM
Replies:
3
Resolved
Element running off of page
Views:
406
Posted By
GreenFanta
Bumped (Apologies)
Bumped (Apologies)
Forum:
HTML & CSS
08-28-2012, 11:25 PM
Replies:
3
Resolved
Element running off of page
Views:
406
Posted By
GreenFanta
Element running off of page
Hi there, so I have two elements, one inside the other.
connected to some css
The "content" element keeps being put sliding a little bit off the screen (making the scroll bar available) only...
Forum:
JavaScript programming
07-31-2012, 09:35 PM
Replies:
6
Resolved
Running variables within variables
Views:
302
Posted By
GreenFanta
I'm so sorry, I started jQuery today and I think...
I'm so sorry, I started jQuery today and I think that's why I'm getting a little confused.
Thank you for your help and sorry for wasting your time.
+1
Forum:
JavaScript programming
07-31-2012, 09:21 PM
Replies:
6
Resolved
Running variables within variables
Views:
302
Posted By
GreenFanta
function error(div, msg) { ...
function error(div, msg) {
document.getElementById(div).innerHTML = msg;
}
error("#error1", "You need to fill in your first name(s)");
[22:19:05.721] TypeError: document.getElementById(div)...
Forum:
JavaScript programming
07-31-2012, 09:09 PM
Replies:
6
Resolved
Running variables within variables
Views:
302
Posted By
GreenFanta
Sorry I had a blonde moment, both things you sent...
Sorry I had a blonde moment, both things you sent me don't seem to be working
Forum:
JavaScript programming
07-31-2012, 08:29 PM
Replies:
6
Resolved
Running variables within variables
Views:
302
Posted By
GreenFanta
Running variables within variables
Hello,
I am trying to create a function that generates some text in a specific div, the function looks like this:
error(div, error);
//Example of usage:
error("#error1", "You cannot do...
Forum:
HTML & CSS
07-23-2012, 03:49 PM
Replies:
3
Elements not being recognized
Views:
177
Posted By
GreenFanta
*kisses feet* +1 for your help Thank you very...
*kisses feet* +1 for your help
Thank you very much :)
Forum:
HTML & CSS
07-23-2012, 03:44 PM
Replies:
3
Elements not being recognized
Views:
177
Posted By
GreenFanta
Elements not being recognized
Hello!
Basically I am working on a site, and I am using ONLY divs for the first time (Moving away from tables) and I'm battling with my footer, basically I have an element called contbox1 and...
Forum:
JavaScript programming
11-13-2011, 09:22 PM
Replies:
4
Passing Data from parent window
Views:
542
Posted By
GreenFanta
Okay, I've gone the iframe route, thanks.
Okay, I've gone the iframe route, thanks.
Forum:
JavaScript programming
11-13-2011, 11:17 AM
Replies:
4
Passing Data from parent window
Views:
542
Posted By
GreenFanta
Passing Data from parent window
Hi!
I have a script that opens up another window and a task gets executed, all of that is fine, but is there anyway that the parent window (the window that gets open) can pass data to the window...
Forum:
JavaScript programming
11-10-2011, 11:04 AM
Replies:
13
Resolved
Eval() not executing code
Views:
702
Posted By
GreenFanta
I must apologize Vengal, your method worked all...
I must apologize Vengal, your method worked all along, I had made a silly spelling mistake somewhere along the line, really and truly am sorry for doubting you.
Thank you, it's working now. =)
...
Forum:
JavaScript programming
11-09-2011, 06:08 PM
Replies:
13
Resolved
Eval() not executing code
Views:
702
Posted By
GreenFanta
Even so, the method you suggested with a valid...
Even so, the method you suggested with a valid DIV does not work.
Forum:
JavaScript programming
11-09-2011, 06:03 PM
Replies:
13
Resolved
Eval() not executing code
Views:
702
Posted By
GreenFanta
I didn't include the HTML Part (Div with ID) or...
I didn't include the HTML Part (Div with ID) or the section where the variable gets set, but I can assure you that it does.
I'm not an idiot, that does not work.
Forum:
JavaScript programming
11-09-2011, 05:02 PM
Replies:
13
Resolved
Eval() not executing code
Views:
702
Posted By
GreenFanta
the variable "theid" is set to '1111' (quotes...
the variable "theid" is set to '1111' (quotes included in var) and I need I can't run it through an element change anyway else, can I?
Showing results 1 to 25 of 46
Page 1 of 2
1
2
>
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
07:37 PM
.
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.