views:

2207

answers:

60

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

+26  A: 

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.

mattlant
Why do you need to bookmark that. Isn't that what the search bar is for?
Kibbee
Ctrl + E works better than bookmarking...
vitule
the Q was: Is there any one URL that should be more popular among web developers? besides i have never gotten used to using the browsers built in search. Something i will need to change :)
mattlant
Also I would consider google set as my homepage as the 'primary' bookmark :)
mattlant
CTRL-E, thats a nice little tip. I guess i will be using the integrated search a little bit more now. Thanks :)
mattlant
wtf, what happend to ctrl-k?
Haoest
I use Firefox in Windows and Ubuntu I think ctrl-k works in both, but ctrl-e only in Windows. Thanks for the tip!
Liam
For the last 10 years or so I've set Google as the homepage on any browser and machine I've used more than a moment, so no need to bookmark it. :) (I often prefer Ctrl-T + Alt-Home to Ctrl-K, too.)
Jonik
Chrome address bar search works wonders... just wait a few milliseconds after typing whatever and it will show the first hits in the dropdown.. uber-usable imo, no clicking required until the right page is loaded
Oskar Duveborn
+36  A: 

This one is easy: http://www.w3.org

PhiLho
what do you do there???
Haoest
That is where you will find the full, official specifications for HTML, CSS, XML, XHTML and other important web standards.
Liam
You know, there are developers out there who don't have to produce any HTML or XML... Not all developers do web-development. ;-)
JesperE
Perhaps that's why the question says "What single URL should every *WEB* developer have bookmarked?" ;)
James Burgess
+38  A: 

stackoverflow.com of course!

pdavis
That was just too easy wasn't it? :D
xan
A: 

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

Will
+13  A: 

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

Gulzar
A: 

asp.net for the .net web developer

jinsungy
+15  A: 

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

Bill the Lizard
+1  A: 

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

Al
+20  A: 

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

Chris Marasti-Georg
I am not a 'web developer' but I work on HTML templates for an app and I use W3Schools as well.
Arthur Thomas
+1 for that. W3Schools has really neat stuff.
Camilo Díaz
+19  A: 

thedailywtf.com

So you know how not to do things

qui
Daily WTF is worth it just for Error'd alone. Reading it in the office does run the risk of strange looks when you start laughing though.
Jonathan Webb
+1  A: 

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.

duma
+6  A: 

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

Magsol
+1  A: 

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.

stephenbayer
+4  A: 

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

David McLaughlin
+1  A: 

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.

livingtech
A: 

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

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

Florian
A: 

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

Dan Harper - Leopard CRM
+4  A: 

www.CodeProject.com is a nice one.

Ra
+2  A: 

I really like QuickRef and GotAPI.

+3  A: 

YouTube

Sometimes you just need to step away from the code.

tidge
If you need to step away from the code, get up and take a walk... You will almost always stay longer than you need on site like YouTube.
Hapkido
+3  A: 

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. ;-)

Dan Esparza
+1  A: 

HTML & CSS reference: HTML Dog

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

Ross
A: 

www.connectionstrings.com

Kevin
+1  A: 

http://www.gotapi.com/

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

+2  A: 

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

A: 

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.

Daniel Schildt
A: 

This one's a given: Google

Jeremy Cantrell
I'd go one step further and insist on a search bar.
Kyle Cronin
+11  A: 

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

Benjol
+2  A: 

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

Alex King
+1  A: 

All developers (web or otherwise) should be following the SANS Internet Storm Center. It's a fairly up-to-the-minute look at active security threats, as well as an on-going tutorial on security topics.

Browse it directly or just grab the RSS feed.

Ben Dunlap
+3  A: 

If you're a Microsoft-centric developer, msdn.microsoft.com. Just be prepared to dig a bit ...

John Rudy
Generally Google does a better job of finding stuff in MSDN than MSDN does. And never permalink anything in MSDN, they seem to change all their URLs every six months, just to keep you on your toes!
Benjol
Agreed on both points. MSDN is a perfect example of what scares Microsoft about Google.
harpo
A: 

searchdotnet.com. Site uses google custom search, but only searches selected development sites. Great for finding programming info on things that generate way to many other options in straight google. Try 'RSS' in google and you get tons of useless non programming stuff. Try this site and you get relevant programming topics.

avanwieren
+1  A: 

Http://devguru.com - Quick concise references for ADO, JavaScript, VBScript, XHTML, ASP, JetSQL, WML, XML DOM, CSS2, PHP, WMLScript, XSLT, HTML, T-SQL, and WSH

Wayne
A: 

Ruby Home Page just to check out what code they currently have for "Ruby is..."

ragu.pattabi
A: 

SitePoint Reference contains very in depth HTML and CSS guides, and a javascript one is in the works.

Mr Shark
A: 

My personal Favorite: http://www.cssplay.co.uk/

Great for Drop down menus and layouts... Helped me move from tables to css and XHTML.

Patcouch22
+1  A: 

Every german web developer knows Selfhtml.org. Too sad it isn't available in english. It is by far the best HTML/CSS reference I know.

vog
A: 

http://www.ss64.com It has references for Windows, Linux, Oracle, SQL Server, and more.

Grant Johnson
A: 
  • google - to find stuff

  • www.joelofsoftware.com - to read stuff (not much lately though)

  • www.codinghorror.com - to read stuff
  • stackoverflow - to ask stuff
  • immike.net - to learn stuff about regular expressions (please learn them)
  • lifehacker.com - to hack your life instead of my PC!
WACM161
A: 

Number one is google, by far...

but one of my other top sites that I have open all the time would be safari.oreilly.com - it's a pay service, but if your employer would be so kind as to fund it, I find it invaluable when the need for a coherent, published source is needed. Some topics are just too hard to scrounge around for answers sometimes.

agartzke
A: 

As an ASP.Net developer I really like the code samples at 4GuysFromRolla.com. They have great tutorials if you want to learn ASP.Net, or check them out to get a good collection of sample code.

A: 

The only one I have bookmarked is PEP333.

Jason Baker
A: 

Great javascript/DOM resource http://javascriptkit.com/domref/index.shtml

sledgebox
A: 

Mootools

Php manual

Mysql Manual

In addition to what everybody else has posted (I love TDWTF :D)

nlaq
+6  A: 

Not ONE response has mentioned http://validator.w3.org/

Shameful.

apathetic
I found one that did. Just now.
Liam
Of course, they just release that study that claimed only ~2.5% of web sites are actually valid, so it may not be that vital. :-)
crystalattice
Available via Web Dev toolbar on Firefox so don't need to bookmark it!
Nick
Also available as the HTML Validator extension, to check markup as you browse.
Liam
A: 

43folders.com for learning how to get down to business

Kevin Conner
+5  A: 

www.xkcd.com

EVERY developer should have this!

Zain
A: 

C++ developers: cppreference.com

grigy
A: 

currently web development goes in as many aspects and technologies, that we can't talk about one URL, even can't du that for every technology/language

+3  A: 

It's obvious! http://localhost/ !!!!

lms
A: 

I have Firefox configured to open the mobile version of Google Reader (http://www.google.com/reader/i) in my sidebar with all the blogs/RSS feeds I've tagged as being development related, giving me a nice clean list of posts alongside whatever I'm working on.

This is by far my biggest learning resource as there's always something new or different being discussed and I literally pick up something new every day. It's not so useful as an instant reference for what I'm working on, but I have the Google search box in the menu bar for that!

Luke Bennett
A: 

bookmark google? surely easily found along with many others quoted. i'd propose a shift in organisation, either through using history of FF3 or chrome, possibly combined with a tagging account such as ddelicious.

dove
A: 

Krugle has been quite helpful several times.

Kaniu
A: 

AJAXIAN

Przemek
A: 

http://www.koders.com/ - Open Source Code Search Engine

Elijah Glover
A: 

www.google.com To not ask annoying questions that have been asked before

Dmitri Farkov
A: 

www.delicious.com Keeps me updated with newest news in the sector

Dmitri Farkov
A: 

http://www.WhoIsTheCutest.com/

Because web developers are, by nature, insecure beings.

Brad Tutterow
+2  A: 

It would have to be http://stackoverflow.com/questions/102785/what-single-url-should-every-web-developer-have-bookmarked

It's a really useful list of web development resources.

Skilldrick
Self-referential humour, nice.
Liam
A: 

http://localhost:8080
Need it a lot :)

Padmarag