www.webdeveloper.com

Search:

Type: Posts; User: msmith29063

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Any recommendations here? Again -- I just need to...

    Any recommendations here? Again -- I just need to transition from one open popup (ajax type) to another. Thank you for any help you can provide.
  2. [Fancybox] Opening An Ajax Window From Another Open Ajax Window

    Currently I'm using the default ajax type to open popups with Fancybox (1.3.4) because I need the popup to size (width and height) to its content. And the content isn't inline. They're separate HTML...
  3. Replies
    1
    Views
    626

    After some testing, it looks like I can do this:...

    After some testing, it looks like I can do this:


    $(SELECTOR).countdown({
    until: new Date(2013, 3-1, 9+1, 7, 24, 49),
    format: 'HMS',
    compact: true
    });

    I was concerned that I couldn't...
  4. Replies
    1
    Views
    626

    Help w/ jQuery Countdown Date Syntax

    I'm using the jQuery Countdown plug-in to display a countdown on my site. Here is the plug-in:

    http://keith-wood.name/countdown.html

    I'm having trouble setting the "until"/countdown date. I...
  5. Okay. That makes sense. Thank you for your time...

    Okay. That makes sense. Thank you for your time and help.
  6. I'll assign IDs to the fields. I was trying to...

    I'll assign IDs to the fields. I was trying to avoid doing this.

    How would the focus/blur correction look?
  7. jQuery: Need Help w/ Show or Hide on Form Field Click

    I've got a jQuery script I use for hiding/showing default values in small forms:


    $("#contactForm .textField").focus(function() {
    if (!default_values[this.id]) {
    default_values[this.id] =...
  8. JQuery Validation Plug-In: Need Help w/ Dropdowns

    I'm trying to use the jQuery Validation plug-in on a form on my site. Two problems -- it doesn't seem to work and I want to use alert boxes for the errors.

    Here's the code:


    <script...
  9. [jQuery] Trying to Make a DIV Hover Like an Insect?

    Using jQuery, I'm animating an insect graphic (DIV) out onto the screen and was trying to use repetitive (and too many) .animate method to try and simulate the insect hovering around in the same...
  10. Replies
    8
    Views
    1,374

    That's what I thought. I've been using...

    That's what I thought. I've been using mysql_real_escape_string(). Thanks for your advice.
  11. Replies
    8
    Views
    1,374

    Dumb question. Should I sanitize EVERY input that...

    Dumb question. Should I sanitize EVERY input that is passed in a URL to a page to be used in a query?
  12. Replies
    8
    Views
    1,374

    That's true. And yes -- I'm going to sanitize...

    That's true.

    And yes -- I'm going to sanitize the inputs.

    Thanks.
  13. Replies
    8
    Views
    1,374

    My issue is not really with the query page. It...

    My issue is not really with the query page. It works fine. I was just hoping that the if I pass the wrong apikey to the page -- that nothing would be returned. Instead, it returns a 1. I don't know...
  14. Replies
    8
    Views
    1,374

    So I've made some tweaks. The issue I'm still...

    So I've made some tweaks. The issue I'm still having is with the apikey. If I send the wrong apikey -- it still returns "available". I'm apparently missing something here.

    // Open curl connection...
  15. Replies
    8
    Views
    1,374

    Help w/ Simple Curl API

    I'm trying to adapt an existing cURL API script to my site and am having some trouble generating the results that I need. And help would be greatly appreciated. Thank you.

    Here's the API script on...
  16. Replies
    0
    Views
    624

    Help w/ Conditional in Select Query?

    Is it possible to integrate some conditionals in a SELECT query? Here's my current working query:


    SELECT f.fieldID, f.fieldNew, f.fieldFeatured, f.fieldSale, f.fieldTitle,
    f.fieldDrillGrade,...
  17. I was able to get it working. I needed to use...

    I was able to get it working. I needed to use 'HAVING'.

    Thank for responding.
  18. Error When I Use an Added Value in a Conditional in Same Query

    When I run the following query:

    SELECT b.*, g.genreName,
    (b.boxSets1 + b.boxSets2 + b.boxSets3 + b.boxSets4 + b.boxSets5) AS boxTotalSets,
    (b.boxTime1 + b.boxTime2 + b.boxTime3 + b.boxTime4 +...
  19. Thank you so much for your help.

    Thank you so much for your help.
  20. Thanks for the reply. That's where I'm getting...

    Thanks for the reply. That's where I'm getting hung up.

    Also, I need to clarify that there are going to be multiple calls to this function.


    $(document).ready(function() {
    $('#homeContent ul...
  21. [jQuery] Help w/ Animation Function Syntax?

    I think I'm really close on this one. I'm trying to create a function to animate an h5 heading and the background color of its parent. On its own it works fine. Now, I'm just trying to call it as a...
  22. How to Combine Multiple Foreach Loops for Updating Database?

    I've been using a foreach loop to update ONE field in multiple records of a database from a form. That has worked fine but now I need to update MULTIPLE fields for multiple records.

    Using multiple...
  23. JQuery: Having Trouble w/ Hiding/Showing Next Form?

    I'm apparently missing something here. I'm trying to use a text link to show/hide a form. Since there are multiple links and forms on the page -- I'm trying to use .next().

    Here's my jQuery:

    ...
  24. Great! Thanks, Dan.

    Great! Thanks, Dan.
  25. This still isn't doing what I need it to do. Now,...

    This still isn't doing what I need it to do. Now, it's just replacing the #slideTitle DIV with the word "#slide1" -- as opposed to the CONTENTS of the #slide1 DIV -- which is what I need.

    Any...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles