Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 62
Search took 0.19 seconds.
Search: Posts Made By: Entity_
Forum: JavaScript programming 04-30-2013, 07:45 AM
Replies: 13
Views: 211
Posted By Entity_
Thanks guys :)

Thanks guys :)
Forum: JavaScript programming 04-29-2013, 02:59 PM
Replies: 13
Views: 211
Posted By Entity_
Unexpected end of input?

Hi guys. I'd love to debug this myself, and if anyone can suggest a good way to do this I'd be very grateful. It seems like no debugger I've tried (firebug, chrome dev tools) gives any decent...
Forum: HTML & CSS 04-29-2013, 02:56 PM
Replies: 2
Views: 117
Posted By Entity_
Surely the float:left is wrong for the content...

Surely the float:left is wrong for the content div?
Forum: HTML & CSS 04-29-2013, 01:35 PM
Replies: 3
Views: 202
Posted By Entity_
<html> <head> <title> ...

<html>
<head>
<title>
COMSC100-1242 Assign 9 by Petit / 1339071
</title>

<script>
// these functions set the variable type, location, and use the setOutput...
Forum: HTML & CSS 04-29-2013, 08:31 AM
Replies: 3
Views: 202
Posted By Entity_
Code below :)

Code below :)
Forum: HTML & CSS 04-27-2013, 10:13 PM
Replies: 2
Views: 147
Posted By Entity_
The link points to a different place to the img...

The link points to a different place to the img src, which means clicking on it will take you to the relevant image, but the thumbnail will not display. Check your links and src's carefully.
Forum: JavaScript programming 04-24-2013, 06:09 PM
Replies: 7
Views: 153
Posted By Entity_
That's exactly what I mean :) Now, what do you...

That's exactly what I mean :) Now, what do you mean once they go out of scope? In this specific instance, my object should be created many times over with the request animation frame, right? The...
Forum: JavaScript programming 04-24-2013, 05:41 PM
Replies: 9
Views: 262
Posted By Entity_
Yeah.. the entire post from the title to the...

Yeah.. the entire post from the title to the content and the code was supposed to be a joke :) Looks like at least me and you found it funny though :D
Forum: JavaScript programming 04-24-2013, 05:30 PM
Replies: 7
Views: 153
Posted By Entity_
Hey. I know your solution was cleaner than what...

Hey. I know your solution was cleaner than what I've got now but I just ended up doing it this way because this tutorial also had a way to move the character back after the collision. By the way I've...
Forum: JavaScript programming 04-24-2013, 04:50 PM
Replies: 7
Views: 153
Posted By Entity_
Hi. Thanks for the help. The prototype question...

Hi. Thanks for the help. The prototype question is clear to me now although I'm still a little confused about something. So I'm guessing this prototype will be grabbing the values from the "old"...
Forum: JavaScript programming 04-24-2013, 04:06 PM
Replies: 7
Views: 153
Posted By Entity_
Collision detection, inheritance and prototypes. Am I doing it right?

Hey guys. Here follows some rather messy code which I'm trying to get my head around. It's the beginnings of a 2d game engine which I was creating to get to know JavaScript that some of you may have...
Forum: JavaScript programming 04-24-2013, 02:55 PM
Replies: 9
Views: 262
Posted By Entity_
This wasn't as funny as I'd hoped... TAXI! ...

This wasn't as funny as I'd hoped... TAXI!

*screeches away*
Forum: JavaScript programming 04-24-2013, 11:54 AM
Replies: 9
Views: 262
Posted By Entity_
Equals signs giving me a hard time

Hey guys. Was hoping someone could help me with a growing problem I've been having. I'm new to JavaScript and am trying to figure out how to slowly add to a variable in order to enlarge it. I think...
Forum: HTML & CSS 04-22-2013, 09:14 PM
Replies: 4
Views: 146
Posted By Entity_
Where is the Stylesheet? If it's in the same...

Where is the Stylesheet? If it's in the same directory as the image then just lose the "images" part.
Forum: HTML & CSS 04-22-2013, 07:48 PM
Replies: 2
Views: 126
Posted By Entity_
The border width code you've written is correct,...

The border width code you've written is correct, although I've never had to specifically say that I wanted a border of 0 on an image. That should be default. It would be useful to actually see this...
Forum: JavaScript programming 04-22-2013, 07:28 PM
Replies: 0
Views: 92
Posted By Entity_
Looking for a little help understand collision, specifically 2d vectors

Hi Guys

So, I'm making a 2-d game engine just to help myself learn a little JavaScript. It was all going great until I started getting into collision detection and the tutorials went into 2-d...
Forum: HTML & CSS 04-22-2013, 07:13 PM
Replies: 4
Views: 146
Posted By Entity_
Here's a jsfiddle with the code stripped out of...

Here's a jsfiddle with the code stripped out of the main website, if it helps. You can see exactly what makes it tick. This is basically achieved with some padding and fixed widths, although it seems...
Forum: HTML & CSS 04-22-2013, 06:50 PM
Replies: 3
Views: 168
Posted By Entity_
See if setting the margin of your h1 and ul to 0...

See if setting the margin of your h1 and ul to 0 changes anything.
Forum: HTML & CSS 04-19-2013, 08:47 PM
Replies: 1
Views: 96
Posted By Entity_
You could try adding this body,html{ ...

You could try adding this


body,html{
width:100%;
padding:0px;
}

footercontainer{
width:100%;
Forum: HTML & CSS 04-19-2013, 08:41 PM
Replies: 1
Views: 189
Posted By Entity_
Hi. I'm sorry, but there's no quick fix for what...

Hi. I'm sorry, but there's no quick fix for what you are asking.


hi guys...i am new in html coding..pls help...how to corect my html code to:
1)to be compatible with iphone ,ipad...
Forum: HTML & CSS 04-19-2013, 06:42 PM
Replies: 2
Views: 108
Posted By Entity_
I'm not exactly sure what it is you're asking so...

I'm not exactly sure what it is you're asking so I'll go out on a limb. You apply different colors to elements in HTML and CSS by applying an ID to the element in HTML and then coloring it in the...
Forum: HTML & CSS 04-19-2013, 06:35 PM
Replies: 1
Views: 173
Posted By Entity_
You can hit f12 to bring up your console and then...

You can hit f12 to bring up your console and then from there click on resources and stylesheets if you are on Chrome. Firefox will be something similar also, if you have firebug. You can find this...
Forum: JavaScript programming 04-18-2013, 07:31 PM
Replies: 3
Views: 229
Posted By Entity_
It would be something like this to stop it going...

It would be something like this to stop it going off right hand side of the X axis, and you can extrapolate from this for the rest. Although it is very strange how you've come this far and didn't...
Forum: JavaScript programming 04-16-2013, 12:17 PM
Replies: 3
Views: 180
Posted By Entity_
Hi. I'm not sure how to check for...

Hi.

I'm not sure how to check for rectangular collision despite having googled. I'm using two separate canvases here - will that be a problem ? Are the .Intersects or .Contains methods...
Forum: JavaScript programming 04-16-2013, 12:26 AM
Replies: 3
Views: 180
Posted By Entity_
Extremely basic collision detection

Hi guys.

I'm making some basic collision detection using HTML5 Canvas. At the moment it's written like this:

keeb.prototype.isCollided=function(){
if((this.width+this.drawX) >...
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT +1. The time now is 11:51 PM.