www.webdeveloper.com

Search:

Type: Posts; User: Galway

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Autocompletion

    by Galway
    Replies
    1
    Views
    689

    AJAX Autocompletion

    Hey all. Lately, I've been thinking a lot about searching autocompletion for my website. The functionality is very similar to say, something like Youtube (start typing in a song name or artist name)....
  2. Replies
    3
    Views
    321

    Strange URL Behaviour

    I'm wondering how sites these days are managing their content and AJAX calls.

    How is it that Facebook is able to have a URL like:
    http://www.facebook.com/zuck

    without with / on the end of zuck...
  3. Replies
    0
    Views
    518

    Complex Search Query

    Hey all. I'm trying to get used to this whole FULLTEXT index thing. I have a search field where a user looks for music. He can either enter in the name of a song, the artists name, etc.

    I have 2...
  4. Replies
    3
    Views
    734

    jQuery Just another way to do it I guess. Either way,...

    Just another way to do it I guess. Either way, changing it doesn't help.
  5. Replies
    3
    Views
    734

    jQuery Problem with onHover and onClick

    Hey all. I am writing a web page that lists a bunch of items that the user can suggest to his friends. If he is already suggesting the item, it will display a button that says "Suggesting",...
  6. Replies
    13
    Views
    833

    Maybe you can start by telling us what you're...

    Maybe you can start by telling us what you're trying to do and what isn't working?
  7. Replies
    4
    Views
    918

    For whatever reason, perhaps due to superstition,...

    For whatever reason, perhaps due to superstition, I find jQuery works best for things like this.



    <select id="monthSelect">
    <option value="">Select Month</option>
    <option...
  8. Replies
    7
    Views
    1,056

    Not sure of your situation, but by general rule...

    Not sure of your situation, but by general rule of thumb you'll only want to be inserting things into your database after submitting a form. So do a check to make sure the form has actually been...
  9. Replies
    3
    Views
    730

    "Hi" needs to be in quotes in your alert for...

    "Hi" needs to be in quotes in your alert for starters.
  10. Thread: Script Elements

    by Galway
    Replies
    0
    Views
    474

    Script Elements

    Hey all. The site that I'm currently working on is completely AJAX-driven. Imagine that I'm going to load the contents of page2.html into the body of the current page. The unfortunate thing,...
  11. Thread: AJAX problems

    by Galway
    Replies
    6
    Views
    703

    jQuery Nevermind, this is not actually true.

    Nevermind, this is not actually true.
  12. Thread: AJAX problems

    by Galway
    Replies
    6
    Views
    703

    jQuery I did a little test and it's pretty interesting....

    I did a little test and it's pretty interesting.

    The CSS only loads if the page that your doing the .load() to you did



    <style>
    #content {
    background-color:#0F0;
    }
  13. Thread: AJAX problems

    by Galway
    Replies
    6
    Views
    703

    jQuery What page exactly does this even go on? If...

    What page exactly does this even go on?

    If I've gone to mydomain.com, everything from here is strictly ajax calls. To my understanding, PHP can only be read once, before the page is loaded. If I...
  14. Thread: AJAX problems

    by Galway
    Replies
    6
    Views
    703

    jQuery I've fixed my problem for problem 2. I just had...

    I've fixed my problem for problem 2. I just had an old version of jQuery. However my problem now is this:



    $(document).on("click", "#datepicker", function() {...
  15. Thread: AJAX problems

    by Galway
    Replies
    6
    Views
    703

    jQuery AJAX problems

    Hey all. I've been running into a ton of problems lately because I'm developing a site that's completely AJAX-driven. For example, instead of linking from mydomain.com/page1.html to...
  16. Replies
    1
    Views
    455

    AJAX Am I approaching this wrong?

    Hey all. This is just a general methodology question.

    I need a technique to be able to go from page from page without loading a new page, as I need a media player to continuously play. Therefore,...
  17. Replies
    0
    Views
    440

    AJAX AJAX File Upload

    Hey all. I'm having a bit of an issue with uploading files lately.

    Up until this point, I've been using the standard way to upload files without refreshing the page, using an iframe. It's not...
  18. Target upload form allows only 1 javascript call

    Hey all. This question could really fall under any category (HTML, Javascript, or PHP).

    On my page, I'm uploading photos. The form looks like this:



    <form action="addPhotoHandler.php"...
  19. Yes I just noticed that for some reason this only...

    Yes I just noticed that for some reason this only works in firefox and chrome. Tell me if you ever find out a working version for IE.
  20. Thread: onhover problem

    by Galway
    Replies
    1
    Views
    1,039

    jQuery No one? :(

    No one? :(
  21. That code was directly taken from a page of mine...

    That code was directly taken from a page of mine that can upload multiple files at a time. Make sure you use the form at the top too.
  22. Thread: onhover problem

    by Galway
    Replies
    1
    Views
    1,039

    jQuery onhover problem

    Hey all. If you've never used Twitter before, this question is going to seem a little difficult to grasp. For those of you who have used it, here it is:

    If you click a link to look at your friends...
  23. Replies
    5
    Views
    1,846

    jQuery Yes, that's exactly what it is. I tried to make...

    Yes, that's exactly what it is. I tried to make that solution as simple as I could so you could understand what was happening.

    Just google W3Schools jQuery and go through chapter by chapter.
    ...
  24. Replies
    4
    Views
    2,544

    Yes. When people upload videos to youtube,...

    Yes. When people upload videos to youtube, youtube takes screenshots so that when people search for videos, they have an image to make sure it's the right song. I want to know how to do this for when...
  25. Replies
    7
    Views
    1,179

    I see. There's multiple options of what the image...

    I see. There's multiple options of what the image inside the division might be. That's why I need a selector that's not just a general #enterentiredivisionnamehere and more specifically a...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles