Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for keavon

Hello. What I need is very simple in concept, although I am the worst in the world (not really) at JavaScript. I basically want to make a displayed image change, no special effects, every set amount of seconds. I also want to have a forward and backward image button to …

0
92
Member Avatar for keavon

Hello. Here is my website: [URL="http://www.keavon.com/"]http://www.keavon.com/[/URL]. You can view the source for code. What I need to do is lower the 'Newest Game' div down (with white/background color, not the gray) away from the top 'Who Are We?' div. Help would be appropriated! Thanks!

Member Avatar for keavon
0
196
Member Avatar for puckoff08

I have an html/ccs site where I would like to have a video with no sound as the background, rather than a color or picture. I want something similar to how this site has it: SNIP

Member Avatar for keavon
0
38
Member Avatar for keavon

Ok, it's really weird. When I test the to see the two variables which will make up the email address <?php $carrier = $_POST['carrier']; $number1 = $_POST['number1']; $number2 = $_POST['number2']; $number3 = $_POST['number3']; $number = $number1.$number2.$number3; $pin = rand(1, 9).rand(0, 9).rand(0, 9); $code = $pin; if($carrier == 1){ $displaycarrier = …

Member Avatar for keavon
0
502
Member Avatar for keavon

First of all, please check out my other post. [url]http://www.daniweb.com/forums/post1318472.html#post1318472[/url] Ok, hello everybody! I have a question that should be pretty simple. I have a php page that will send an email. I got that all working fine. [CODE] <?php $to = "reciever@example.com"; $subject = "Test Subject"; $body = "Test …

Member Avatar for keavon
0
1K
Member Avatar for keavon

Hi, I think this is my second post here. I am new to coding things the slightest bit complicated, so I hope someone can help me out! Here it is: I have a website with a very simple form (just a dropdown list, [B]an 'I agree to the Terms of …

Member Avatar for keavon
0
504
Member Avatar for 2ndPlatform

Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and display it... so if my url is [url]http://www.mysite.com/page.html?variable=hi[/url] I want to get that "hi" out of there and print it out to …

Member Avatar for Zagga
0
332
Member Avatar for keavon

Hi, I'm making a 404 page, and I want it to display the current URL, but I don't want it to be server side. I don't know much about any variables are anything, so it would be nice if a nice person could give me all of the needed code …

Member Avatar for keavon
0
167