Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 49
Search took 0.87 seconds.
Search: Posts Made By: Jearb
Forum: JavaScript programming 07-05-2012, 09:36 PM
Replies: 1
Views: 620
Posted By Jearb
Dynamically Shrink/Expand iFrame?

Hey hi hello! I've been working a lot with iFrames (or more specifically, an iFrame) on a website I've been designing for a while. I've been using one large iFrame to display all of the content, and...
Forum: JavaScript frameworks 07-28-2010, 04:51 PM
Replies: 3
Views: 1,616
Posted By Jearb
I didn't find the source to work. :(

I didn't find the source to work. :(
Forum: JavaScript frameworks 07-28-2010, 12:01 AM
Replies: 3
Views: 1,616
Posted By Jearb
Problem with animating text color

I've been working on a Jquery snippet for my blog for a while now. I want to make it so that, when you hover over a link, it animates it through a bunch of colors. I got the It's a Rainbow! script...
Forum: HTML & CSS 06-11-2010, 09:33 PM
Replies: 1
Views: 708
Posted By Jearb
Maddening Form Problem

I've been working on this little piece of code for much too long now. I've done something like it before, and before I was able to attribute it to some stupid error and was able to fix it. But I...
Forum: PHP 01-25-2010, 08:55 PM
Replies: 1
Views: 630
Posted By Jearb
Flat File Problems

<?php
$fileName = "z" . $_POST['Keyword'] . ".txt";
$file = fopen($fileName,"w");

fwrite($file,$string);

$string = "Name: ". $_SESSION['name'] . "\nGender: " . $_SESSION['gender'] ....
Forum: JavaScript programming 06-25-2009, 07:35 PM
Replies: 0
Views: 498
Posted By Jearb
Question Frame Reloading Problem?

Okay, I have a two frames on a page, one named 'main' and the other named 'charpane'. The charpane frame contains the stats of the player in a game I'm making. I've made a script so that when you go...
Forum: Geek News and Humour 06-22-2009, 10:21 PM
Replies: 2
Views: 1,189
Posted By Jearb
Hrm...I'll check. Later. 'Cause I don't feel like...

Hrm...I'll check. Later. 'Cause I don't feel like downloading IE right now.
Forum: Geek News and Humour 06-22-2009, 07:23 PM
Replies: 2
Views: 1,189
Posted By Jearb
Making My Own Silly Tags

I am going to say this out right - the following post is fairly silly.

Anyway, just a few moments ago, I was messing with the stylesheets of a website I'm making. Just to see if it'd work, I...
Forum: PHP 06-07-2009, 11:28 PM
Replies: 13
Views: 1,145
Posted By Jearb
Okay. Thanks a bunch, guys. I probably never...

Okay. Thanks a bunch, guys. I probably never would have figured that out. :D
Forum: PHP 06-07-2009, 04:42 PM
Replies: 13
Views: 1,145
Posted By Jearb
Oh, so I could go like: if { // do...

Oh, so I could go like:

if
{
// do session crap
// output stuff
} else {
// do more session crap
// output stuff
}
Forum: PHP 06-07-2009, 04:03 PM
Replies: 13
Views: 1,145
Posted By Jearb
Wait, so I can't use logic things like if and...

Wait, so I can't use logic things like if and else before I use a setcookie function?
Forum: PHP 06-07-2009, 08:07 AM
Replies: 13
Views: 1,145
Posted By Jearb
Well. I changed all of the code, and now it's...

Well. I changed all of the code, and now it's slower, but here it is...

<?php
session_start();
if ($_SESSION["combat"]=="Yes") {
echo "<html>
<head>
<link rel=\"stylesheet\" type=\"text/css\"...
Forum: PHP 06-07-2009, 07:08 AM
Replies: 13
Views: 1,145
Posted By Jearb
Well, it's still giving me these errors... ...

Well, it's still giving me these errors...

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at...
Forum: PHP 06-07-2009, 07:00 AM
Replies: 13
Views: 1,145
Posted By Jearb
Eh...Yeah. I corrected THAT mistake, but now...

Eh...Yeah. I corrected THAT mistake, but now there are still the errors.

Gah.
Forum: PHP 06-07-2009, 05:13 AM
Replies: 13
Views: 1,145
Posted By Jearb
PHP Header Errors

Okay, I just got a new webhost. It's all awesome and such, but for some reason when I migrated my code from a game I'm making over, it's giving me a ridiculous amount of errors. Here's the source:
...
Forum: PHP 05-31-2009, 04:46 PM
Replies: 1
Views: 446
Posted By Jearb
Sssions with Frames?

Hi, I was wondering, is it possible to pass $_SESSION variables into other frames? I was trying to work with them, but they always come out set to null. Why is this? And do $_COOKIEs work, either?
Forum: Java and JSP 05-25-2009, 09:35 PM
Replies: 3
Views: 853
Posted By Jearb
Okay, did that - now getting these errors: ...

Okay, did that - now getting these errors:

EncoderBox.java:10: cannot find symbol
symbol : variable sc
location: class EncoderBox
String s = sc.nextline();
...
Forum: Flash & ActionScript 05-25-2009, 08:25 PM
Replies: 0
Views: 823
Posted By Jearb
OpenLaszlo?

Have any of you guys used OpenLaszlo before? It's funky. It has an xml feel to it, yet it can be compiled into a DHTML or SWF format.

It also looks really pretty.
Forum: Java and JSP 05-25-2009, 08:10 PM
Replies: 3
Views: 853
Posted By Jearb
ARGH! Exceptions won't go away!

Okay, so, I'm a Java novice. I decided to make a simple application where you would put in a string, and it gives you an encoded/decoded string. It was all going well, so I figured I'd make it go...
Forum: PHP 03-18-2009, 10:55 PM
Replies: 4
Views: 568
Posted By Jearb
Thanks - now it works. :D

Thanks - now it works. :D
Forum: PHP 03-18-2009, 09:31 PM
Replies: 4
Views: 568
Posted By Jearb
Grr...if else problem...

Alright, I've got this code, but I can't for the life of me figure out what is going wrong. When I run it, it gives me an unexpected '{' error.

if (($_COOKIE["6511102b"]!="newFile") ||
...
Forum: PHP 03-16-2009, 03:30 AM
Replies: 2
Views: 535
Posted By Jearb
Yeah, thanks!

Yeah, thanks!
Forum: PHP 03-16-2009, 03:17 AM
Replies: 2
Views: 535
Posted By Jearb
if...else problem?

How would you create an if...else statement that does something if one variable has one value or another value, but only those two? I know it would use the "||" operator, but I have no idea how it...
Forum: Small projects (quick fixes and changes) 03-02-2009, 09:31 PM
Replies: 3
Views: 1,561
Posted By Jearb
I'm willing to do it, but can I see your current...

I'm willing to do it, but can I see your current code, or what the exact details of the form should be? Or should I pm you or something?
Forum: PHP 02-25-2009, 02:06 AM
Replies: 1
Views: 582
Posted By Jearb
Unexpected $end?

What does this mean? Hear, I have this code:

<?php
switch ($rand) {
case 1:
$name = "Pab";
echo "<h1>Oh, I see you don't FEEL like putting in a name. Well, now your name...
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT +1. The time now is 08:05 PM.