www.webdeveloper.com

Search:

Type: Posts; User: Padonak

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    93

    i think googling can solve the prob

    i think googling can solve the prob
  2. Replies
    1
    Views
    180

    in this code there is no any element having id...

    in this code there is no any element having id 'OOStitleForm'. as i understand this code must not work at all. the other thing i can't understand is why you are trying to get form.City.length instead...
  3. Replies
    3
    Views
    192

    1. read my signature and plz stop posting square...

    1. read my signature and plz stop posting square miles of code without using the
    tags
    2. your scroller works ok. i removed all the other scripts from your code and there was text running in the...
  4. in the code you posted this is an undefined var:

    in the code you posted this is an undefined var:
  5. Replies
    3
    Views
    192

    you missed the tags

    you missed the
    tags
  6. Replies
    6
    Views
    191

    365 pages?!

    365 pages?!
  7. Replies
    6
    Views
    191

    where from these stories are meant to be loaded?

    where from these stories are meant to be loaded?
  8. rofl )))))))))

    rofl )))))))))
  9. self.close() is too much cruel. i'd better...

    self.close() is too much cruel. i'd better redirect them to, for example, http : // xhamster . com / channels / new-gays-1 . html
  10. again. we have y = 5; x = 0; z = 1; ...

    again. we have

    y = 5;
    x = 0;
    z = 1;

    newnum = y++ + ++x + x++ + z++ - z++ - y--;

    y++ means: take var y (which is 5 now) for the newnum math adding operation, then increase it by 1
    the same...
  11. Replies
    2
    Views
    451

    http://api.jquery.com/?s=mouseover

    http://api.jquery.com/?s=mouseover
  12. Replies
    9
    Views
    817

    just set style for the textarea display:none and...

    just set style for the textarea display:none and the user will see nothing. as for pictures, of course you can use urls, but do not forget to remove 'pic/' from the src:


    if(c<32){
    var day=new...
  13. Replies
    9
    Views
    3,674

    for me it is just a hobby, i'm doing it in...

    for me it is just a hobby, i'm doing it in leasure, but there are many high skilled programmers over here - you can read their answers here and there almost in every thread. if you come here and help...
  14. y = 5; x = 0; z = 1; newnum = y++ + ++x +...

    y = 5;
    x = 0;
    z = 1;

    newnum = y++ + ++x + x++ + z++ - z++ - y--;

    in human language this means:
    (return y which is 5, then do y+1) ---------> 5
    +
    (do x+1, then return x) ---------> 1
  15. Notepad++ (http://notepad-plus-plus.org/)

    Notepad++
  16. Replies
    3
    Views
    419

    short version ...

    short version


    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Calendar Admin</title>
    <script type="text/javascript">
    function...
  17. Replies
    3
    Views
    481

    you welcome, Scott. all you needed was just a...

    you welcome, Scott. all you needed was just a tip, but you if have the will to go and you way won't be that long )
  18. Replies
    9
    Views
    817

    ok that was just a joke-hint, but tags are...

    ok that was just a joke-hint, but
    tags are used not only at this forum and it seems not that hard to understand that a square mile of a code in a post is hard to read|observe|analyze|copy etc....
  19. Replies
    9
    Views
    817

    it probably will...

    it probably will...
  20. Replies
    9
    Views
    817

    have you ever heard about using tags?

    have you ever heard about using
    tags?
  21. Replies
    3
    Views
    481

    if you were looking at the error console you...

    if you were looking at the error console you could see the answer by yourself


    you have the javascript function which operates with document.getElementById('wrapper2') (twice in the code!! what...
  22. Replies
    2
    Views
    441

    these articles can be useful: ...

    these articles can be useful:

    http://www.w3schools.com/jsref/obj_location.asp

    http://www.w3schools.com/jsref/jsref_substring.asp

    http://www.w3schools.com/jsref/jsref_replace.asp
  23. take this as a draft: ...

    take this as a draft:



    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Store</title>
    <style type="text/css">
  24. Replies
    3
    Views
    603

    try using class instead of id. example...

    try using class instead of id. example
  25. Replies
    9
    Views
    3,674

    try this ...

    try this


    <script type="text/javascript">
    var correctCode = [
    ['GGG01','page1.html'],['OOO03','page2.html'],['MTM02','page3.html']
    ];

    function validateCode(){
    var code =...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
HTML5 Development Center



Recent Articles