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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
4.49
seconds.
Search:
Posts Made By:
sunfighter
Forum:
Ajax and Design
06-17-2013, 05:21 PM
Replies:
13
Not sure if Ajax actually sent values
Views:
386
Posted By
sunfighter
Back after hectic Father day week end. About...
Back after hectic Father day week end.
About this
$query = "SELECT * FROM school, course WHERE school.school_id = course.school_id";
Does not work for a few reasons. You don't have a column...
Forum:
HTML & CSS
06-17-2013, 03:42 PM
Replies:
1
aligning <div> to the very bottom of the page
Views:
78
Posted By
sunfighter
<div align="center" class="body-bottom-2"...
<div align="center" class="body-bottom-2" style="position:absolute;bottom:0;">
Forum:
HTML & CSS
06-17-2013, 03:09 PM
Replies:
1
countyfairgrounds.net main page
Views:
175
Posted By
sunfighter
Put your three divs: #sidebar , #middle ,...
Put your three divs: #sidebar , #middle , #rightside into their own div and then style them. This can be done without all of the other code and then reinserted intp the main page.
Forum:
JavaScript programming
06-17-2013, 02:32 PM
Replies:
10
Manage List of Users with JSON
Views:
214
Posted By
sunfighter
From what I read you have a turn based game with...
From what I read you have a turn based game with a number of players which could change at any time. You believe you have to loop through all the players to update a single player. No, you don't.
...
Forum:
HTML & CSS
06-16-2013, 01:06 PM
Replies:
1
Trying To Remove "Captcha" Box
Views:
156
Posted By
sunfighter
Just so you know. We do not have access to your...
Just so you know. We do not have access to your database so we can't get or sub the variables this code is looking for.
Line one needs '_VALID_MOS defined or program dies.
line 18 has the function...
Forum:
HTML & CSS
06-16-2013, 12:45 PM
Replies:
2
css/html website compatibility
Views:
182
Posted By
sunfighter
pictures don't help, code does. give us a link. ...
pictures don't help, code does. give us a link.
P,S, your image link does not work.
Forum:
JavaScript frameworks
06-15-2013, 06:35 PM
Replies:
5
Uncaught TypeError but works on first load
Views:
140
Posted By
sunfighter
Do me a favor and make your blog source a file....
Do me a favor and make your blog source a file. rename it http://www.digital52.com/blog/test.txt and see what that does.
Forum:
HTML & CSS
06-15-2013, 04:13 PM
Replies:
4
CSS Texturing background looks ugly help!
Views:
191
Posted By
sunfighter
and that show the top part of what he wants it's...
and that show the top part of what he wants it's not a page but the top part.
Forum:
JavaScript frameworks
06-15-2013, 02:55 PM
Replies:
5
Uncaught TypeError but works on first load
Views:
140
Posted By
sunfighter
Take the $(document).ready(function(){...} out of...
Take the $(document).ready(function(){...} out of the loadpictures() function.
function loadpictures()
{
$('#galleryContainer').empty();
$('#galleryContainer').width($(window).width());...
Forum:
HTML & CSS
06-15-2013, 02:38 PM
Replies:
3
Logo takes too much space
Views:
227
Posted By
sunfighter
It's easy to see why this is happening. The div...
It's easy to see why this is happening. The div that holds the menu selections is too wide, but your styling is so overly complex it's hard to find where to resize things.
Forum:
HTML & CSS
06-15-2013, 02:17 PM
Replies:
4
CSS Texturing background looks ugly help!
Views:
191
Posted By
sunfighter
First we need to see the whole back ground image....
First we need to see the whole back ground image. All you have is the top of a piece of paper.
Forum:
XML
06-14-2013, 03:47 PM
Replies:
1
Blogspot XML Template Q
Views:
449
Posted By
sunfighter
You put margin-left:1 em; on the images.
You put margin-left:1 em; on the images.
Forum:
JavaScript programming
06-14-2013, 03:19 PM
Replies:
1
link in javascript
Views:
120
Posted By
sunfighter
This does not work First it's missing the...
This does not work
First it's missing the </script> tag and when put in this $('.date-picker').datepicker( {...} never fires.
But this line document.write("<p>Link: " + txt.link("sep20.html") +...
Forum:
HTML & CSS
06-14-2013, 03:05 PM
Replies:
4
Image aligment fails in Mozilla Firefox/Google Chrome
Views:
222
Posted By
sunfighter
I sent you code use that Don't try to put it in...
I sent you code use that Don't try to put it in you code.
From post one
Please read my recommendations they will save you a lot of heart ache.
Forum:
HTML & CSS
06-14-2013, 02:30 PM
Replies:
1
Images not showing 100%
Views:
211
Posted By
sunfighter
This works correctly in safari var 5.1.7
This works correctly in safari var 5.1.7
Forum:
HTML & CSS
06-14-2013, 02:02 PM
Replies:
2
Formatting issues
Views:
225
Posted By
sunfighter
You realize none of us has access to your...
You realize none of us has access to your database and so nothing works for us.
If you have a web site give us a link to it. Otherwise we can't help.
P.S. interweaving html and php like that is...
Forum:
HTML & CSS
06-14-2013, 01:47 PM
Replies:
4
Image aligment fails in Mozilla Firefox/Google Chrome
Views:
222
Posted By
sunfighter
To make anything work in most browsers is to NOT...
To make anything work in most browsers is to NOT program for I.E.. Use Firefox (my preference) or Chrome.
Next, don't use tables to replace a div.
When you do need to use a table be advised that...
Forum:
Ajax and Design
06-14-2013, 12:35 PM
Replies:
13
Not sure if Ajax actually sent values
Views:
386
Posted By
sunfighter
A curious line. Did getComparison.php print out a...
A curious line. Did getComparison.php print out a json response for you and was it what you expected?
Forum:
HTML & CSS
06-13-2013, 05:01 PM
Replies:
7
Can someone tell me what this code is?
Views:
303
Posted By
sunfighter
It looks like javascript
It looks like javascript
Forum:
HTML & CSS
06-13-2013, 02:58 PM
Replies:
2
Encountered a problem coding my first website
Views:
183
Posted By
sunfighter
Use the # in the Message: toolbar to put your...
Use the # in the Message: toolbar to put your code in tags.
Can't see you images so can not work with them. If you have a site a link would work better for us.
Here are a couple of things:
In...
Forum:
HTML & CSS
06-13-2013, 02:03 PM
Replies:
7
Can someone tell me what this code is?
Views:
303
Posted By
sunfighter
Why not ask your friend?
Why not ask your friend?
Forum:
Ajax and Design
06-13-2013, 01:43 PM
Replies:
13
Not sure if Ajax actually sent values
Views:
386
Posted By
sunfighter
alucard786, you can run getComparison.php by it's...
alucard786, you can run getComparison.php by it's self and see if it works, but you have to change line 5 from "$id = $_GET['subject'];" to "$id = 'course';" and then to 'school'. I can see where...
Forum:
MySQL
06-13-2013, 01:29 PM
Replies:
19
Category dropdown menu
Views:
508
Posted By
sunfighter
Here's what he said that lead to my code: and So...
Here's what he said that lead to my code: and So I gave him something he could plug his own information into; since he did not include it in his post. And seeing the number of posts here it looks...
Forum:
MySQL
06-12-2013, 07:13 PM
Replies:
19
Category dropdown menu
Views:
508
Posted By
sunfighter
So I read this wrong? You didn't want menus like...
So I read this wrong? You didn't want menus like those here http://www.fanfiction.net/book/Harry-Potter/
And what I gave you, you can't modify for your stuff?
What you want is a program to sort...
Forum:
HTML & CSS
06-12-2013, 07:00 PM
Replies:
5
#spot link deletes my menubar
Views:
230
Posted By
sunfighter
This is your page code that I get when clicking...
This is your page code that I get when clicking the Fiber Optic Network Interface Cards (NICs) on your main page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
07:01 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.