Search results

  1. A

    How to create anl infinite loop in JavaScript - Beginner Tip

    Are you telling me the information I learned while obtaining my degree in information systems internet development is wrong? First of all, the pseudocode is valid. I've been programming for years and trust me - using setInterval is a threaded monster learned both from experience and education.
  2. A

    How to create anl infinite loop in JavaScript - Beginner Tip

    @esselar, My example was a form of pseudocode, just to get the general idea across. It's still understandable and makes the point. Remember, this is a beginner tip. @misson, While it isn't an infinite loop, it still runs forever. I've used it without error, though it might be considered better...
  3. A

    How to create anl infinite loop in JavaScript - Beginner Tip

    JavaScript is a memory hog. Most programmers know this. What a lot of new programmers do not know, is that you cannot create an infinite loop in JavaScript using While/For loops or other conditional statements. Theoretically, it is possible. But, the browser has a way of detecting this. Say for...
  4. A

    Visit My Newly Created Site Forums plz..!

    Interesting. I see you're still using the default theme. Perhaps your members would be more inclined to post if you were using a different theme. One that matches the niche. Below are your current user stats as of 2011/11/29: Total posts - 442 Total Topics - 384 Total members - 197 I've been...
  5. A

    What do you think?

    A very sleek design. I like it. There are a few kinks you still need to work out, though. Your content slider (I'm assuming that's what it is) is stuck in an infinite loading loop, and since it's designed to be the focal point of the website - it can turn visitors away as it has no content. On...
  6. A

    Inquiries

    I don't think it would be fine, as posts are stored in a database and if I have up to 2000 visitors a day navigating through posts, I believe the load would become quite high :P
  7. A

    Inquiries

    I suppose I'll have to give my website a redesign then, as it fetches posts via ajax when a user clicks on a link to that post. I'll reimplement it when I have more funds. Thanks for the assistance!
  8. A

    Inquiries

    Hello, I wanted to inquire about your free service. I use a separate free unlimited hosting service already, but recently my website went down and all the edits I made from the past month had disappeared. Since this incident, I've been unable to log into my cPanel, so I was considering...
Top