Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 50
Search took 0.18 seconds.
Search: Posts Made By: johnnycabbage
Forum: HTML & CSS 12-31-2012, 05:46 AM
Replies: 4
Views: 476
Posted By johnnycabbage
http://www.youtube.com/user/thenewboston

http://www.youtube.com/user/thenewboston
Forum: Geek News and Humour 12-21-2012, 10:14 PM
Replies: 21
Views: 12,800
Posted By johnnycabbage
I assume that was a bad Google translation.

I assume that was a bad Google translation.
Forum: Geek News and Humour 12-16-2012, 10:10 AM
Replies: 315
Views: 94,425
Posted By johnnycabbage
Thats not why everyone hates I.E, its because its...

Thats not why everyone hates I.E, its because its so hard to make your website I.E compatible. Why don't CSS gradients show up in I.E, and why does it render objects in different places, than where...
Forum: HTML & CSS 11-25-2012, 09:22 AM
Replies: 2
Views: 416
Posted By johnnycabbage
One image was a gradient, the other was a 10x10...

One image was a gradient, the other was a 10x10 square.

I don't know why, but I'm avoiding using Javascript on my site. I'll dive into that language one day.

But anyways, I found the right css...
Forum: HTML & CSS 11-25-2012, 12:34 AM
Replies: 2
Views: 416
Posted By johnnycabbage
One background covers, one repeats x and y

Basically, I want to use two background images for my body div. I want one to cover the whole page, and one to repeat by x and y. How could this be done?

I was following this:...
Forum: PHP 11-18-2012, 02:33 AM
Replies: 3
Views: 320
Posted By johnnycabbage
Wait, using my previous Perl knowledge, I managed...

Wait, using my previous Perl knowledge, I managed to figure it out:
if (isset($_GET["id"]))
{
$id = explode(":",$_GET["id"]);
}
$articleid = $id[0];
echo $id['0'];
$result =...
Forum: PHP 11-18-2012, 02:20 AM
Replies: 3
Views: 320
Posted By johnnycabbage
You're right, well how could I convert the array...

You're right, well how could I convert the array into an integer?
Forum: PHP 11-18-2012, 12:18 AM
Replies: 3
Views: 320
Posted By johnnycabbage
Using PHP variable

How could this be done? It won't allow me to use the $id variable in the mysql_query() function:
if (isset($_GET["id"]))
{
$id = explode(":",$_GET["id"]);
}

$result = mysql_query("SELECT...
Forum: Graphics and Multimedia discussions 11-16-2012, 06:43 PM
Replies: 22
Views: 5,840
Posted By johnnycabbage
Pixelated? I recommend vector graphics, if you...

Pixelated? I recommend vector graphics, if you have the option.
Forum: Geek News and Humour 11-03-2012, 03:38 AM
Replies: 21
Views: 12,800
Posted By johnnycabbage
Of course it wont work, there are many things...

Of course it wont work, there are many things that need to be defined in that conditional statement.
Forum: Geek News and Humour 10-17-2012, 10:21 AM
Replies: 21
Views: 12,800
Posted By johnnycabbage
I'm not sure you guys get what I'm saying. ...

I'm not sure you guys get what I'm saying.

Look at the complexity of their website: http://www.axe.ca/
Surely they had to get a programmer to do some work on there. None of their programmers...
Forum: Geek News and Humour 10-05-2012, 05:15 AM
Replies: 315
Views: 94,425
Posted By johnnycabbage
Oh... Its war now

Oh... Its war now
Forum: PHP 09-28-2012, 11:01 PM
Replies: 3
Views: 377
Posted By johnnycabbage
Actually I'm not done yet, and it will be useful...

Actually I'm not done yet, and it will be useful for anyone who will search this topic and copy the code.

You need two else routes, one for if the requested query doesn't exist, and one if this...
Forum: PHP 09-28-2012, 10:17 PM
Replies: 3
Views: 377
Posted By johnnycabbage
It works, I appreciate the reply.

It works, I appreciate the reply.
Forum: PHP 09-28-2012, 06:40 PM
Replies: 3
Views: 377
Posted By johnnycabbage
Php cases, there must be a faster way

Currently I'm making so every query has its own case.
I want it to be like:
$query = $_GET

case $query:
include ("news/$query.php");


Because I know theres a faster way than what I'm doing....
Forum: Geek News and Humour 09-25-2012, 12:38 PM
Replies: 21
Views: 12,800
Posted By johnnycabbage
Not sure why the image disappeared, but yes I...

Not sure why the image disappeared, but yes I fixed it.
Forum: Geek News and Humour 09-24-2012, 04:52 PM
Replies: 21
Views: 12,800
Posted By johnnycabbage
Is this real?

http://i.imgur.com/m5V1x.jpg

If yes, then how did they manage to get a programmer who was willing to build their website?
Forum: Geek News and Humour 08-22-2012, 02:51 AM
Replies: 315
Views: 94,425
Posted By johnnycabbage
Whats that regarding though? Oh I see...

Whats that regarding though?


Oh I see now, your post contains some referral links. Could someone else do the honors of reporting this post?
Forum: Geek News and Humour 08-22-2012, 01:32 AM
Replies: 315
Views: 94,425
Posted By johnnycabbage
Fire... Chr... Ope.. Saf... Whats the...

Fire... Chr... Ope.. Saf...


Whats the last one?
Forum: HTML & CSS 08-12-2012, 09:37 AM
Replies: 2
Views: 587
Posted By johnnycabbage
Wow it works now, thanks man I was stumped on...

Wow it works now, thanks man I was stumped on that forever.
Forum: HTML & CSS 08-11-2012, 12:38 PM
Replies: 2
Views: 587
Posted By johnnycabbage
CSS link styles won’t cooperate

I tried everything to get my header's links to be a different text decoration and colour, but they wont cooperate. I could get their font to be a different size, but that was easy.
Does anyone have...
Forum: Ruby & Ruby On Rails 08-10-2012, 03:29 PM
Replies: 10
Views: 23,124
Posted By johnnycabbage
What's the point of having a forum if everyone...

What's the point of having a forum if everyone should get their answers from Google?

Ruby On Rails is like PHP, for storing strings, numbers in databases, or for including several pages into one...
Forum: Computer Programming 08-10-2012, 03:03 PM
Replies: 1
Views: 806
Posted By johnnycabbage
This guy's tutorial isn't really newb friendly,...

This guy's tutorial isn't really newb friendly, but if you already have experience with programming, then this shouldn't be too hard to understand:http://www.cs.cf.ac.uk/Dave/C/CE.html
Forum: Java and JSP 01-27-2012, 10:57 PM
Replies: 5
Views: 810
Posted By johnnycabbage
My bad Thanks mate. Both answers are 1955. I...

My bad

Thanks mate. Both answers are 1955. I should have mentioned that the "two previous results" meant to also refer to the answer from the very first question, which was what year Albert...
Forum: Java and JSP 01-27-2012, 05:21 AM
Replies: 5
Views: 810
Posted By johnnycabbage
Java Questions

These questions are part of a captcha. I'm 75% sure I got the first one right, but the second, I have no clue. Can anyone help?
int a = 2;
int b = "JZG".hashCode() % 3000;
int c =...
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT +1. The time now is 12:39 AM.