vote up 16 vote down star
7

All web developers have bookmarks which they constantly reference. Is there any one URL that should be more popular among web developers?

flag

58 Answers

prev 1 2
vote up 1 vote down

Particletree - great web magazine on development, usability, and design the people who make Wufoo.

link|flag
vote up 10 vote down

www.quirksmode.org for all things related to browser differences.

link|flag
vote up 0 vote down

This one's a given: Google

link|flag
show 1 more comment
vote up 0 vote down

I mostly find myself using resources of W3.org via Google and Web Developer extension. Besides all of the information about standards and recommendations, I think one of the most useful parts of W3.org are The W3C Markup Validation Service and several other tools they provide.

link|flag
vote up 2 vote down

I use google code search quite a bit: http://www.google.com/codesearch

link|flag
vote up 1 vote down

http://www.gotapi.com/

Shorcut and index of many resource for developers, included many sites here mencioned.

link|flag
vote up 1 vote down

HTML & CSS reference: HTML Dog

Articles: ALA - requried reading for anyone invovled with web applications - expecially frontend.

link|flag
vote up 3 vote down

For a tech reference site, it really it depends on what you do:

Server-side Developer: http://www.codeproject.com or http://www.asp.net or http://www.php.net

Client-side Developer: http://docs.jquery.com/Main_Page (jQuery docs)

Designer: http://delicious.com/popular/webdesign (to keep up with latest trends)

HTML layout: http://www.w3schools.com for dead-simple css references (and examples, and live previewing)

But EVERYBODY can use a good 'task list' -- so I personally think everybody should have 'Remember the Milk' bookmarked. ;-)

link|flag
vote up 3 vote down

YouTube

Sometimes you just need to step away from the code.

link|flag
show 1 more comment
vote up 2 vote down

I really like QuickRef and GotAPI.

link|flag
vote up 4 vote down

www.CodeProject.com is a nice one.

link|flag
vote up 0 vote down

http://api.rubyonrails.org/ of course. Although admittedly I use Google to search it ;-)

link|flag
vote up 0 vote down

For our german-speaking readers: http://www.galileocomputing.de/openbook

A very good resource of free online books for various languages and topics.

link|flag
vote up 1 vote down

It really depends on what you mean by web developer. At my company "developer" means programmer. We're an all php shop, so I'd argue for php.net.

But we also have "production" people who work on standard xhtml, css, sometimes javascript, and for those folks, php.net makes no sense. I started in that position, but that was 10 years ago, and back then the answer was easily webmonkey, which was recently re-launched.

link|flag
vote up 4 vote down

http://www.reddit.com/r/programming/

link|flag
vote up 1 vote down

http://www.sourceforge.net !!!

This is absolutely one of the largest collections of code known to the human race. You can peruse the code randomly at your leisure and see the good, the bad, and the down right ugly. It's all there.

link|flag
vote up 5 vote down

I've actually found the Mozilla Dev Page to be an incredibly useful resource for anything web-related: standards, CSS, HTML, JavaScript, XML, etc.

link|flag
vote up 1 vote down

Aside from Google (which is very important; it's where I always start), w3schools.com actually came in very handy for a couple years. I learned a lot about CSS, HTML, and other topics such as XSLT.

link|flag
vote up 15 vote down

thedailywtf.com

So you know how not to do things

link|flag
show 1 more comment
vote up 19 vote down

I use W3Schools as a real handy, easy to use reference for CSS and basic DOM stuff (as well as XPath)

link|flag
show 2 more comments
vote up 1 vote down

http://www.alistapart.com/ for everything related to professional web interfaces.

link|flag
vote up 15 vote down

A List Apart, for the HTML/CSS/design side of things.

link|flag
vote up 0 vote down

asp.net for the .net web developer

link|flag
vote up 13 vote down

http://www.csszengarden.com/ for CSS

link|flag
vote up -1 vote down

SlackerOverflow. That, and Google. But I don't need a bookmark for either.

link|flag
vote up 33 vote down

stackoverflow.com of course!

link|flag
show 1 more comment
vote up 24 vote down

http://www.google.com , but then this goes for Every profession too :)

I dont think there is anything I havnt found by doing a google search.

link|flag
show 9 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.