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!
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
Great list there but they are more. Keep exploring and sharing. Some of the notable websites are: Webresourcesdepot, Webdesignshock, 1stWebdesigner.....