www.webdeveloper.com

Search:

Type: Posts; User: thewebiphyer

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    207

    CSS height issues

    my html and css are as follows, but the 'tall' images don't stretch to the top and bottom of their respective cells.. I tried putting height at 100% in the css but then they stretch way too far and...
  2. Replies
    1
    Views
    315

    padding issues in Chrome

    okay so my page renders the way i need it as in the attached image where the table rows are the same height when I take out the padding, but it renders with one row shorter than the other, like in...
  3. Replies
    7
    Views
    993

    *edit* yea I just switched it to sqlsrv_query();...

    *edit* yea I just switched it to sqlsrv_query(); and it's not throwing anymore errors, but now I cannot log into my database.. I'll just have to contact my host tech support on this one i think
  4. Replies
    7
    Views
    993

    so would i go sqlsrv_query($serverName,...

    so would i go sqlsrv_query($serverName, $connectionInfo); instead? sorry i'm just really new to php
  5. Replies
    7
    Views
    993

    okay.. well i did that, but now it's throwing me...

    okay.. well i did that, but now it's throwing me this:

    Warning: mysql_query(): supplied resource is not a valid MySQL-Link resource in E:\filepath\feedback.php on line 13, 15 and 19
  6. Replies
    7
    Views
    993

    confusion about string vs variable

    So I'm not entirely sure how this all works and I've spent hours upon hours trying to research and figure this out, but now i'm just stuck.. here is a generic version of my code:


    <?php
    ...
  7. Replies
    0
    Views
    670

    limit to image map poly coords?

    here is the code, but when I load the image in IE9 (IE is always a problem for developers eh?) it doesn't register anymore than 8 sides to each polygon.. in chrome is works fine.. help?


    ...
  8. Replies
    0
    Views
    399

    auto scroll on mousemove?

    trying to get this to auto scroll when the mouse moves past a certain point.. the #mousepos element constantly updating mouse position works fine but I can't get the scroll to work.. what am I...
  9. thx to everyone... doing this: ...

    thx to everyone... doing this:

    position:absolute; right:auto; left:auto;
    didn't work, but I did figure out a work around... it works great

    <div style="position:absolute; text-align:center;...
  10. well they are centered now, but they are...

    well they are centered now, but they are appearing as static, as if there is a <br> inbetween them.. they are still fading in and out, but I need them to appear as if they are layered on top of each...
  11. [RESOLVED] how the heck to center with absolute position

    ok here's my css, I have been looking all over the blasted internet for how to center something in an absolute position but nothing is working..


    <div style="position:absolute; width:100%;...
  12. Replies
    2
    Views
    590

    well i did try moving the id on the ogg source to...

    well i did try moving the id on the ogg source to a different source and it didn't make a difference, but the only reason I have only source tag with an id is because the part of the script below...
  13. Replies
    2
    Views
    590

    firefox issues with audio tag

    so in firefox the audio in the tag generated by section 1 of this script displays for a few seconds and then disappears. the part in section 2, however, works just fine... I've given up on IE9...
  14. oh, nice. thanks

    oh, nice. thanks
  15. [RESOLVED] one condition with multiple possibilities?

    is there some kind of statement in javascript that illustrates the same logic as shown here?

    else if(result=='ad'){correct='option1' || correct='option2'}

    it's for a quiz i'm doing and want to...
  16. is the xmlns and the dtd essential for it to...

    is the xmlns and the dtd essential for it to work? cause it's not working still, but I didn't put in the xmlns and the dtd (i just use <!DOCTYPE html>
  17. aahhh, thanks, I've never encountered this kind...

    aahhh, thanks, I've never encountered this kind of situation in html where I would even want to put an attribute on an option.. thanks for the help
  18. how do i show/hide form sections based on a selected option

    i wanted to get it so that when the html option with the id below is selected, the billing address fields show... this code isn't working, what am i doing wrong?

    jQuery...
  19. Replies
    2
    Views
    636

    dumb question

    I said 'dumb' because I feel like I should know this with all the experience I've had with HTML5... i'm probably just missing something really stupid... but here's the code, I've having trouble...
  20. Replies
    10
    Views
    1,110

    well I'm not familiar with FF but i did try...

    well I'm not familiar with FF but i did try changing the 'type' variable and it still didn't do much... still trying to figure this out, but no luck yet. i did notice in FF it told me there was no...
  21. Replies
    10
    Views
    1,110

    well I fixed the argument issue and it's still...

    well I fixed the argument issue and it's still telling me there's an unexpected token in HTML document. I still don't understand why it would say there's a script error in an HTML document. Either...
  22. Replies
    10
    Views
    1,110

    no this is all my code... sending two arguments?...

    no this is all my code... sending two arguments? wow how did I not see that.. thanks I'll make some adjustments and hopefull that will work.
  23. Replies
    10
    Views
    1,110

    melodicpulse.webs.com/eartraining.html when you...

    melodicpulse.webs.com/eartraining.html when you click on 'triad test' or 'seventh chord test' there is a quiz that pops up, then when you click on 'play sound' there is supposed to be a random...
  24. Replies
    10
    Views
    1,110

    Unexpected token?

    When i am running a certain script ... I get "Uncaught SyntaxError: Unexpected token } eartraining.html:2" in the Chrome in the developer tools frame. the problem is it says the unexpected token is...
  25. jQuery yes it was intentional... I have, however figured...

    yes it was intentional... I have, however figured out a way around the glitch i was faceing.. I had a script generating random images based on different file paths and although all the files in each...
Results 1 to 25 of 48
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles