List of web developer resources

Discussion in 'HTML & Website Design' started by skintor, Jan 14, 2013.

  1. #1
    Hi all!

    Check out this list of web dev resources:

    http://unlikekinds.com/t/web-developer-resources

    It's got things like color theme generators, icon and font resources, web design blogs and so on

    If something important's missing you can add your own, or let me know and I can add it!

    Cheers!
     
    skintor, Jan 14, 2013 IP
  2. Jitu

    Jitu Member

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #2
    Thanks



    More advanced web-developer-resources available on net search it through Google.com
     
    Jitu, Jan 20, 2013 IP
  3. jliehr

    jliehr Member

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Thanks for the share! This will surely come in handy in the future.
     
    jliehr, Jan 20, 2013 IP
  4. temp2

    temp2 Well-Known Member

    Messages:
    1,231
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    150
    Digital Goods:
    2
    #4
    for JavaScript, you can go to my site - JavaScriptBank.com
     
    temp2, Jan 20, 2013 IP
  5. Jitu

    Jitu Member

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #5
    Thanks
     
    Last edited by a moderator: Jan 20, 2013
    Jitu, Jan 20, 2013 IP
    temp2 likes this.
  6. thexyz

    thexyz Notable Member

    Messages:
    351
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    215
    Digital Goods:
    3
    #6
    thexyz, Jan 22, 2013 IP
  7. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #7
    Thanks for the sharing nice information for the web developers. Its really helpful.
     
    creativewebmaster, Jan 22, 2013 IP
  8. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #8
    A recent resource that I found is Snipt. Its a public library of scripts in lots of different languages. E.g. if I search "PDO SELECT" first result is:

    <?php
    $stmt = $db->prepare("SELECT * FROM table WHERE id=:id AND name=:name");
    $stmt->bindValue(':id', $id, PDO::PARAM_INT);
    $stmt->bindValue(':name', $name, PDO::PARAM_STR);
    $stmt->execute();
    $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
    ?>
    PHP:
    Quite good for 'on-the-fly' coding.

    Other resources I use are;

    • Digitalpoint
    • Google
    • Own libraries
    • Fotolia
     
    scottlpool2003, Jan 23, 2013 IP
  9. phpng

    phpng Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #9
    There are also many useful tools recommended in these blogs. phpscriptgen.blogspot.com
     
    phpng, Jan 23, 2013 IP
  10. anupdebnath

    anupdebnath Active Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #10
    Thanks
     
    anupdebnath, Jan 23, 2013 IP
  11. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #11
    Thank you for this awesome links
     
    themes4all, Jan 24, 2013 IP
  12. jeffsmith

    jeffsmith Member

    Messages:
    203
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #12
    W3schools, newboston video and php.net
     
    jeffsmith, Jan 24, 2013 IP
  13. refreshingmedia

    refreshingmedia Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #13
    instant bookmark, Thank you!
     
    refreshingmedia, Jan 24, 2013 IP
  14. A_ManojKumar

    A_ManojKumar Active Member

    Messages:
    131
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    65
    #14
    Great list there but they are more. Keep exploring and sharing. Some of the notable websites are: Webresourcesdepot, Webdesignshock, 1stWebdesigner.....
     
    A_ManojKumar, Jan 25, 2013 IP