www.webdeveloper.com

Search:

Type: Posts; User: pdiddles03

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Javascript Cookies to remember which category was selected

    I have a site I am working on, and i don't know where to begin with making a Javascript cookie with a jquery plugin. I want the users computer to remember which category is active in the 3...
  2. drag and drop works in chrome and safari, but does not show up in firefox

    I'm working on some code for a drag and drop program. You can see the animation when its in chrome or safari, but when in firefox it does not show up. If you make the motion as if you are dragging...
  3. Replies
    5
    Views
    847

    I figured out in wordpress, you don't have to...

    I figured out in wordpress, you don't have to sign into database with php, you can just get it by using $wpdb.

    Another problem arises though, for some reason when writing a query, I either just...
  4. Replies
    5
    Views
    847

    Yes eveything is correct. Even if I dnt do a...

    Yes eveything is correct. Even if I dnt do a query it won't echo that there is a connection or not like I told it to
  5. Replies
    5
    Views
    847

    Here is an example. lets say my username is...

    Here is an example. lets say my username is admin, and password is pass.word.

    mysql_connect('localhost', 'admin', 'pass.word');
    AFter the '.' in pass.word it won't do anything past that. Any...
  6. Replies
    5
    Views
    847

    Password with a period

    quick question, this is probably stupid, I have a wordpress site I am working on, but on the front page, I want content from multiple plugins in the database to build a custom home page that has...
  7. According to an seo book, this is a reason to...

    According to an seo book, this is a reason to avoid things lie JavaScript drop downs is because a spider cannot execute the action required for a drop down to occur . If someone is performing a...
  8. Replies
    3
    Views
    378

    First off, I would suggest not using Javascript...

    First off, I would suggest not using Javascript for a navigation. This is not a good idea because:

    1. Spiders cannot parse Javascript
    2. If spiders cannot parse Javascript, Google has trouble...
  9. After reading your post a few times, I'm not sure...

    After reading your post a few times, I'm not sure what your question is. According to your title of the post, you want to make links with Javascript but then answer the question yourself that...
  10. Replies
    2
    Views
    151

    CSS3 and Javascript

    I'm having a hard time figuring this out.

    I'm trying to change the CSS property of an object. Lets say I am using skew:

    -moz-transform: skew(5deg);

    How do I reference that it's...
  11. Replies
    7
    Views
    950

    Stop being a jerk and read what I wrote. You...

    Stop being a jerk and read what I wrote. You don't need the variables. I explained I wanted a collision once my character moves to x. If you don't have the answer for me don't reply. I can't read...
  12. Replies
    7
    Views
    950

    bump

    bump
  13. Replies
    7
    Views
    950

    NO they aren't undefined. I didn't post what I...

    NO they aren't undefined. I didn't post what I defined them as. but above them I posted var a=<img src="" /> and so on. So How would I say if guy collides into a stop. or die
  14. Replies
    7
    Views
    950

    Thanks for your reply. Do You think, you coudl...

    Thanks for your reply. Do You think, you coudl tell me why I can't get collision to work with this grid array?
  15. Replies
    7
    Views
    950

    Code repeats itself

    Ok, so I'm progamming a game again, and Here is the trouble I am havving.

    Every time I push right as the box is falling, it doubles in speed. if I hold down the right arrow, it continues to go...
  16. Thread: this.value?

    by pdiddles03
    Replies
    1
    Views
    456

    this.value?

    I've seen multiple tutorials on javscript use this code "this.value" what the heck does "this." do? what is the profit of using it?

    Also, when figuring out something like collision detection,...
  17. Replies
    6
    Views
    940

    Bump

    Bump
  18. Replies
    10
    Views
    1,007

    I realize what IE has done for the web browsing...

    I realize what IE has done for the web browsing experience, but there are much better things right now. Don't worry I will fix the IE bugs also. I just forgot to include the code.

    LIke I said,...
  19. Replies
    10
    Views
    1,007

    If you bothered to read, it's a work in progress....

    If you bothered to read, it's a work in progress. I have a lot more programming to do. I am going to reprogram how far you have to walk to the left for it to pan. You can walk as far as you want...
  20. Replies
    10
    Views
    1,007

    i forgot to put some things in for ie. but plz...

    i forgot to put some things in for ie. but plz dnt use ie use other freebrowsers that are a lot better. i hav that much realestate wasted becuz other things r goin there.
  21. Replies
    10
    Views
    1,007

    sorry, left and right arrows are to move, space...

    sorry, left and right arrows are to move, space is to jump, and "C" is to hit with sword. the alert when you walk into the guy is just collision detection. Just jump over him by pushing space bar...
  22. Replies
    10
    Views
    1,007

    No questions, just a game I'm working on.

    So in order to learn javascript, I figured making a game and problem solving it would be an excellent way to do this to start. Writing programs period is an excellent way. This game usines NO ...
  23. Replies
    6
    Views
    940

    One more quick question, I am sorry. How do I...

    One more quick question, I am sorry. How do I make it so when the guy element collides into an object such as an enemy or hill, he won't move anymore?

    Thanks in advance! I will post this game...
  24. Replies
    6
    Views
    940

    You really helped a whole lot!!!! Thanks! I...

    You really helped a whole lot!!!! Thanks!

    I have two more quick questions if you don't mind. I am trying to make the animation of my character smoother for jumping. I want to actually see him...
  25. Replies
    6
    Views
    940

    Cannot figure out game collision

    I'm writing a little platform game in javascript. Not using the canvas tag. I don't want to use the canvas tag right now, so please don't suggest it. I don't mean to sound rude either, but please...
Results 1 to 25 of 45
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles