Top Five Online web resources for development?
Moderator: General Moderators
Top Five Online web resources for development?
Not including devnetwork.net or search engines
In no particular order:
http://www.php.net
http://dev.mysql.com/doc/refman/5.0/en/functions.html
http://www.devguru.com
http://www.dnsstuff.com
http://www.w3.org/
In no particular order:
http://www.php.net
http://dev.mysql.com/doc/refman/5.0/en/functions.html
http://www.devguru.com
http://www.dnsstuff.com
http://www.w3.org/
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
Why do people think MySQL is the be all of DBMS with PHP? I rarely use it...
http://www.postgresql.org/docs/8.1/inte ... index.html

http://www.postgresql.org/docs/8.1/inte ... index.html
eek, i hate that you leave out search engines 
google is the primary key of learning things (or finding things to learn)
and hopefully you find good articles and not ones written by wannabe programmers
google is the primary key of learning things (or finding things to learn)
and hopefully you find good articles and not ones written by wannabe programmers
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I left out search engines because google would most likely be on top of everyones list (And it prob. should be) I was looking for sites that people use on a regular basis. For instance, if I have a DNS issue I will look on http://www.dnsstuff.com before I go to google. Same thing with CSS and http://www.devguru.com or MySql and http://dev.mysql.com/doc/refman/5.0/en/functions.html
Its less that its a high opinion, and more that it is more widely available. By way of comparison, I've been looking for a new webhost, and adding "Postgresql included" has reduced my choices by a factor of five.Maugrim_The_Reaper wrote:Why do people think MySQL is the be all of DBMS with PHP? I rarely use it...
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Definately http://www.w3schools.com/ ...
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Last couple of weeks i've spent a lot of time at http://msdn.microsoft.com...