Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 80
Search took 0.28 seconds.
Search: Posts Made By: red71chevelle
Forum: HTML & CSS 06-26-2012, 04:06 PM
Replies: 2
Views: 783
Posted By red71chevelle
That worked thanks so much for that catch and the...

That worked thanks so much for that catch and the border code! I have lots of issues with each page that I am trying to get worked out so I may be asking some more later.. again thank you!
Forum: HTML & CSS 06-25-2012, 04:13 PM
Replies: 2
Views: 783
Posted By red71chevelle
Question IE8 Display issue

Ok I have built a website and cleaned up the code using the validator as best I could for now to see if that fixed the issue but for some reason my website still is displayed wrong in IE8. It looks...
Forum: HTML & CSS 05-09-2012, 03:16 PM
Replies: 8
Views: 1,098
Posted By red71chevelle
Bump for ideas?

Bump for ideas?
Forum: HTML & CSS 05-09-2012, 02:28 AM
Replies: 8
Views: 1,098
Posted By red71chevelle
also the footer does not stretch across the whole...

also the footer does not stretch across the whole page if you go to 800x600 resolution... :( I suck at this haha
Forum: HTML & CSS 05-09-2012, 02:22 AM
Replies: 8
Views: 1,098
Posted By red71chevelle
That worked for removing the blank space thanks...

That worked for removing the blank space thanks so much! But now I have a problem with the footer content re positioning its self when you view the site say on a cell phone or a smaller resolution.....
Forum: HTML & CSS 05-08-2012, 04:28 PM
Replies: 3
Views: 315
Posted By red71chevelle
I am new to coding but this may help get you...

I am new to coding but this may help get you started on the right track.

http://tutorialzine.com/2011/11/chained-ajax-selects-jquery/
Forum: HTML & CSS 05-08-2012, 04:11 PM
Replies: 8
Views: 1,098
Posted By red71chevelle
Ok I got that now I have another issue.. There is...

Ok I got that now I have another issue.. There is blank space under my footer now and I dont know why. here is the code for my fotter.php page

<footer>
<div class="top">
</div>
<div...
Forum: HTML & CSS 05-08-2012, 02:11 PM
Replies: 8
Views: 1,098
Posted By red71chevelle
Oh overflow: auto; is what I was needing I knew...

Oh overflow: auto; is what I was needing I knew it had to be simple thanks so much. I was trying the position attribute. When I get home from work I will try this out and see what happens.
Forum: HTML & CSS 05-08-2012, 03:50 AM
Replies: 8
Views: 1,098
Posted By red71chevelle
Web 2.0 footer coding

Ok guys I am needing some help... I am wanting to make a new web 2.0 style footer much like the one ones on websites like http://www.foxnews.com/ or http://obox-design.com/blog.cfm or...
Forum: HTML & CSS 05-08-2012, 01:45 AM
Replies: 7
Views: 517
Posted By red71chevelle
I think I can answer this one! :) #footer {...

I think I can answer this one! :)

#footer {
width: 100%;
}
Forum: JavaScript frameworks 04-26-2012, 04:01 AM
Replies: 21
Views: 1,511
Posted By red71chevelle
Ok thanks for all of your help. I will try to...

Ok thanks for all of your help. I will try to piece this stuff together. I may need to just hire someone haha
Forum: JavaScript frameworks 04-25-2012, 03:39 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
I am still trying to figure this out.

I am still trying to figure this out.
Forum: JavaScript frameworks 04-25-2012, 03:21 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Not at all.... Hahaha

Not at all.... Hahaha
Forum: JavaScript frameworks 04-23-2012, 04:45 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Also the issue I was having was getting...

Also the issue I was having was getting JavaScript to validate that a user entered a valid email address. Not sure if that is posible with Jquery..
Forum: JavaScript frameworks 04-23-2012, 04:44 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Ok thanks.. I think I understand what I need to...

Ok thanks.. I think I understand what I need to do but do you know where I can see an example of what the comment.php page might look like? I have this <?php
$host = "****";
$user =...
Forum: JavaScript frameworks 04-23-2012, 02:50 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
I would love to use jquery for it. What I have...

I would love to use jquery for it. What I have done with jquery so far has been great!

It is just a simple form where a user would enter their name and their email address and then click signup...
Forum: JavaScript frameworks 04-23-2012, 03:02 AM
Replies: 21
Views: 1,511
Posted By red71chevelle
Dang Ok so I wont be able to use those 2 together...

Dang Ok so I wont be able to use those 2 together then unless I learn JavaScript... Anyone know of a easy Newsletter signup script I will be able to use in place of this one? :)
Forum: JavaScript frameworks 04-22-2012, 04:14 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Well it wont fit even in its own post sorry... it...

Well it wont fit even in its own post sorry... it is huge it is 2552 lines
Forum: JavaScript frameworks 04-22-2012, 04:10 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Thanks for the replies guys.. Just to see I...

Thanks for the replies guys.. Just to see I placed prototype.js first and it didnt do anything here is thed code thats in the slide.js $(document).ready(function() {

// Expand Panel...
Forum: JavaScript frameworks 04-21-2012, 08:21 PM
Replies: 21
Views: 1,511
Posted By red71chevelle
Unhappy Can 2 different .js files work together?

Ok I am sorry for the Noob question but is there a way to get 2 .js files to work?

I am trying to implement 2 different elements in to my website that call on 2 different .js files but one keeps...
Forum: PHP 04-19-2012, 05:21 PM
Replies: 14
Views: 424
Posted By red71chevelle
Ok sorry I am slow at this.. this is what I have....

Ok sorry I am slow at this.. this is what I have. and now when you select go it just sits there again and doesnt do anything no pop up

<div class="left">
<label class="grey"...
Forum: PHP 04-19-2012, 05:07 PM
Replies: 14
Views: 424
Posted By red71chevelle
Ok so this is what I need then? <div...

Ok so this is what I need then?
<div class="left">
<label class="grey" for="username">Your Email:</label>
<input class="field" type="text" name="email" value="" id="email"...
Forum: PHP 04-19-2012, 04:51 PM
Replies: 14
Views: 424
Posted By red71chevelle
Ok so where I have <script type="text/javascript"...

Ok so where I have <script type="text/javascript" charset="utf-8">

function submit_me() {

var email_value = $('#email').val();

...
Forum: PHP 04-19-2012, 04:28 PM
Replies: 14
Views: 424
Posted By red71chevelle
Wow... Ok I am sorry for wasting your time. I...

Wow... Ok I am sorry for wasting your time. I realized I misspelled the file name on the server it is ajax_subcribe.php all I had to do was rename it and also set this line $q = "INSERT INTO...
Forum: PHP 04-19-2012, 04:11 PM
Replies: 14
Views: 424
Posted By red71chevelle
I changed that but it still didnt change anything...

I changed that but it still didnt change anything thank you for catching it.

How can I try the direct call? Just type the path to the file in manually in the address bar?
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT +1. The time now is 11:53 AM.