Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 303
Posted By sunfighter
It looks like javascript

It looks like javascript
Forum: HTML & CSS 06-13-2013, 02:58 PM
Replies: 2
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 07:01 AM.