Top 10 Web Developer Libraries

I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.

1) Moo.fx - A superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js. It’s easy to use, fast, cross-browser, standards compliant, provides controls to modify Height, Width, and Opacity with builtin checks that won’t let a user break the effect with multiple crazy clicks. It’s also optimized to make you write the lesser code possible.

2) Rico - An open source JavaScript library for creating rich internet applications. Provides full Ajax support, drag and drop management, and a cinematic effects library.

3) Swat - Developed by silverorange, Swat is an open source web application toolkit built with PHP.

4) ColorCombos - Who would’ve thought a color library would end up mixed in with a bunch of JavaScript and PHP libraries? Well they do have a pretty sweet little color library for finding color combinations, all you do is select the color and they show you some nice combos that work with that color.

5) script.aculo.us - Provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web applications fly, Web 2.0 style. I’m sure I’m not alone when I say this library is my favorite.

6) Mochikit - A kick-ass lightweight JavaScript library that will help you get shit done fast.

7) Dynamic Drive CSS Library - Here you’ll find original, practical CSS codes and examples such as CSS menus to give your site a visual boast.

8) PEAR - A framework and distribution system for reusable PHP components. PEAR provides the above mentioned PHP components in the form of so called “Packages”.

9) DHTML Goodies - A good sized library of DHTML and AJAX scripts.

10) dojo - Open source JavaScript toolkit that makes professional web development better, easier, and faster.

Honorable Mentions

11) Cross Browser | Toys - Huge JavaScript library.

12) Yahoo UI Library - The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources.

Big thanks to all of those who have help in anyway to put one of these libraries together.

I hope you find this list helpful. Keep in mind there’s hundred of libraries available online, I don’t know all of them and I’m sure I missed a few good ones, feel free to add your favorites in the comments below.

A web developer is only as good as the tools he has available, including search engine optimization resources and libraries.

118 Comments

  1. grant tucker on June 17th, 2006

    for this being a developer “showcase” you could ave made it look a little nicer

  2. fromalk on June 17th, 2006

    This seems to be a nice compilation, might come in handy. On the other hand this seems to have been quickly put together…

  3. wesley on June 17th, 2006

    You’re missing a big one on that list; http://www.jquery.com

  4. Cameron on June 17th, 2006

    Wesley, thanks for the suggestion. keep them coming. That goes for anyone else that wants to add their favorites.

    Fromalk, glad to hear you found this handy. I’ve had these all bookmarked for awhile now so I already knew about them, that cut down the amount of time this post took.

    Grant, not exactly sure what you’re trying to say. Are you saying you don’t like the look of my blog? I’m also open for feedback just be more descriptive. Thanks.

  5. Ivan Minic on June 17th, 2006

    Brilliant!

  6. Mo on June 17th, 2006

    have a look at haXe: http://www.haxe.org - it’s a nice approach imho. ECMAscript-ish language with APIs for server- & clientside scripting, targeting client platforms like AJAX and Macromedia Flash.

    another one i find not only quite cool but actually use it since a few months is OpenLaszlo. declarative XML-ish code, targeting Macromedia Flash and soon AJAX.

    oh, and that gesture you’re making with your little finger on that photograph below is the regional greeting here in aachen, germany. it’s called “klenkes”.

  7. Mo on June 17th, 2006

    forgot to provide the link for my latter suggestion for that list:

    http://www.openlaszlo.org

  8. AJ Tarachanowicz II on June 17th, 2006

    Here’s on I use daily, Seagull Framework - http://www.seagullproject.org. It has very module codebase that provides me with the basic functionality necessary in almost all web applications: User Authentication & Permissions, DB Abstration, Input Filtering & Data Validation, Error Handling & Logging and a handful of pre-built modules. Best of all the underlying structure is PEAR which ensures that the wheel is never reinvented and instead actively improved upon. Seagull is PHP 4/5 compatiable with a PHP 5 only version planned for development in the near future. Seagull can also be easily integrated with any template engine and 3rd party applications also providing a signle sign on.

  9. Jukka-Pekka Keisala on June 17th, 2006

    I would recommend to check out JSON if you are looking for AJAX library.

  10. DevBeta: Shawn Sandy on design, development and technology » Blog Archive » Top 10 Web Developer Libraries - Cameron Olthuis on June 17th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis Top 10 Web Developer Libraries June 16th, 2006 7 Comments […]

  11. jmhz on June 17th, 2006

    I use Drupal, it started as a content management system but it is so modular and hackable with php that it a library and a framework. Like Rails for PHP. It has support for most of the above libraries included. It’s worth checking out.

  12. Linkspree. at daily.phirebrush on June 17th, 2006

    […] The Top 10 Web Developer Libraries has recently been published; add Krugle (beta) to that list. […]

  13. John Bokma on June 17th, 2006

    PEAR is mentioned, but not CPAN :-)

    Looks more like a random bunch of links to me. Pitty.

  14. Cameron on June 17th, 2006

    John - I’ve never really used CPAN because I don’t really do anything with Perl. Thanks for mentioning it though.

    Thanks to everyone else for their recommendations, if you have any more keep them coming.

  15. jorvis on June 17th, 2006

    grant tucker said “for this being a developer “showcase” you could ave made it look a little nicer”

    —————–

    clean, simple design is actually refreshing. would you prefer some gradients and blink tags? maybe a top 10 list calls for some ajax?

    and as great as it is, CPAN isn’t really appropriate - it is an omni-repository of modules for perl. a specific module or bundle from CPAN maybe, but not the whole site. it’s like saying you should include sourceforge in a top 10 list of best open-source applications.

    thanks for this list. i’ve got some learning to do now.

  16. Carter on June 17th, 2006

    I think the title should be “PHP Web Developer Libraries”

    Rails itself springs to mind on things left out of a general WebDev list. I’m sure there are lots of amazing Java libraries for those kids. Python is also not without it sexy tools.

    Something like this should really be a voted system broken down by technology and language.

  17. Cameron on June 17th, 2006

    Cater, if you know some RoR libraries please post them. I’ve never done anything with Rails so that’s why I didn’t list any. I would love to turn this into some kind of greater resource down the road so the more suggestions the better.

  18. Deviant Abstraction » Blog Archive » From Digg: Top Ten Web Dev Libraries on June 17th, 2006

    […] This page worthes its look for all web programmers. […]

  19. Lane Allen.com · Top 10 Web Developer Libraries - Cameron Olthuis on June 17th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis is a list of great scripts and libraries. […]

  20. Pig Pen - Web Standards Compliant Web Design Blog » Blog Archive » Top 10 Web Developer Libraries on June 17th, 2006

    […] Top 10 Web Developer Libraries […]

  21. brendan on June 17th, 2006

    I second Carter - this list has an overly heavy PHP emphasis. I’d definitly include google’s web toolkit - Java to Javascript compilation is pretty cool. And rails itself is rather incredible.

    It seems that these are all client-side UI tools (except perhaps PEAR), which is fine–but I’d like a generic web development list to have at least a little meat in the backend. Pretty flying javascript widgets are a little useless if they’re built on top of a convoluted, torpid middle tier.

    I suppose I beg the question by my definition what a “web” developer is: I assume the entire web application, including the internals, are part of the web developer’s domain.

  22. 12 Useful Web Development Libraries at Sandbox on June 17th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis […]

  23. Pies on June 17th, 2006

    How in the world is MochiKit lightweight? Their drag-n-drop demo includes over 200kB and the “packed” version of the whole lib is 142kB. Moo.fx (17kB including all the goodies), jQuery (16kB full) — these are really light.

  24. Hot Webdev Libraries by Elliott Back on June 17th, 2006

    […] If you’re designing your own website, you should check out this list of libraries. […]

  25. meneame.net on June 17th, 2006

    Top 10 librerias web

    Lista top de librerias recomendadas, en realidad 12, ya que hay dos menciones especiales.

  26. Blog » Blog Archive » links for 2006-06-18 on June 18th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: webdesign) […]

  27. glen on June 18th, 2006

    Why top 10?I think should top 20 .
    There have so many lweb ibs which are very important

  28. Manu’s Weblog » Top 10 Web Dev Libraries on June 18th, 2006

    […] List of 12 complete with descriptions. Includes JavaScript, Ajax, PHP, and CSS Libraries. These libraries should be in any web developers bookmarks.read more | digg story June 17, 2006 3:01 pm | Filed under: […]

  29. unser blog » Blog Archive » Top10 Web Developer Libraries on June 18th, 2006

    […] Top10 Web Developer Libraries von its me buddy am Sonntag, 18. Juni um 15:11 - 0 aufgerufen Eine nette Übersicht nützlicher Sites für Webentwickler: kick it! […]

  30. Top 10 Web Developer Libraries · Style Grind on June 18th, 2006

    […] Cameron Olthuis has posted a list of what he thinks are the top 10 most useful developer libraries. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order. […]

  31. ResourceBlog » Top 10 Web Developer Libraries on June 18th, 2006

    […] These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. Filed under: CSS, PHP, Javascript, Web Programming, AJAX — […]

  32. The Empty Cache Blog » Blog Archive » Top 10 Web Developer Libraries on June 18th, 2006

    […] Top 10 Web Developer Libraries […]

  33. 冰古Blog » links for 2006-06-18 on June 18th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: design webdesign development resources) Tags: No Tags […]

  34. zean.no-ip.info » Top 10 Web Developer Libraries on June 18th, 2006

    […] I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.   […]

  35. volkan.ozcelik on June 18th, 2006

    I (as the author of it) use sardalya all the time :)

    It has recently been given an A grade in “musings from mars”

    http://www.musingsfrommars.org/2006/03/ajax-dhtml-library-scorecard.html

    So, imho, it is at least worth mentioning as a comment.

    I currently use it in a large AJAX project and enhance it further in the meantime.

    Cheers;
    Volkan.

  36. Web Developer’s Libraries - enrii.blog on June 18th, 2006

    […] I came across this blog post on Top 10 Web Developer Libraries by Cameron Olthuis. I’m sure all of you should take a look at all these libraries and see if they help you in your web development. I’ve heard of some of them, but certainly don’t know how each of them works. Here’s the list: […]

  37. Siyaxoxa.com » Blog Archive » Interesting Reads - and links for me to follow up on on June 18th, 2006

    […] Article about Donald Knuth Introduction to neural networks Top 10 Web Developer Libraries An introduction to XSLT […]

  38. ORDIZIA IKASTOLA JAKINTZA LEHEN HEZKUNTZA :: Nire del.icio.us 2006-06-19 :: June :: 2006 on June 18th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis 10 javascript liburutegi. Garrantzitsuenak eta puri-purian daudenak. (tags: javascript css) […]

  39. jejakelana.looxpace.com » Blog Archive » links for 2006-06-19 on June 19th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: web2.0 library programming webdev) […]

  40. Jeff Crosstt on June 19th, 2006

    I guess solid, centralized, and complete documentation is not a criteria for your list? After reviewing almost every one of those libraries, our group decided to go with YUI since it provided us with every needed effect, and left no questions when documentation was required.

  41. un labeled » muletas para webdesigners on June 19th, 2006

    […] seja para os que fazem ‘umas coisitas’ ou para web designers e programadores à séria, cameron olthuis fez uma pequena lista de 10 links com ‘libraries’ ou depósitos de scripts, dicas, applets, css stylesheets, aplicações e whatever que podem ser vir a ser de ajuda… […]

  42. Gul on June 19th, 2006

    I agree with Carter and Brendan. Although I don’t see you mention your field of expertise in “find out more about me”, it seems that this list is mostly client side functionality (JavaScript / AJAX) and PHP stuff.

    Since the web is full of opinion’s, maybe you ought to change it from

    Top 10 Web Developer Libraries

    to

    My Favorite Web Developer Libraries

    The main premise is that you can’t put a useful link to something you wouldn’t use or won’t know how to use. For example, a Java guy would have a bunch of stuff that would be useless to you or me (a PHP guy).

    All that said, thanks for the list! I already found very useful links!

  43. :: Materia gris :: on June 20th, 2006

    […] Gracias a Cameron Olthuis por esta recopilación de librerías para programadores web. Contenido […]

  44. Comparing JavaScript libraries » S.S. Intrepid on June 20th, 2006

    […] Top 10 Web Developer Libraries, from cameronolthuis.com […]

  45. BlueSparc design, technology news » Blog Archive » Top 10 Web Developer Libraries on June 20th, 2006

    […] Are you a web developer? Do you need libraries of relevant programming information to learn from, and save you hours upon hours of coding time? Well this Cameron Olthuis and his website of web developer resources might be just the thing to get you through your next big complicated project. I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order. […]

  46. Top 10 Web Developer Libraries - sastgroup.com on June 20th, 2006

    […] Yahoo UI Library Articolo completo su http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/ Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. […]

  47. Blanko » Links voor 20-06-2006 on June 20th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: reference webdesign) […]

  48. Top Ten Web Developer Libraries | Ajax Blog on June 21st, 2006

    […] Update: Oops. I guess a link to the post would be helpful. (This is why the Flying Spaghetti Monster invented comments.) […]

  49. Brian on June 21st, 2006

    You’re leaving jQuery off that list. 10kb file size, includes the moo.fx effects, and has chainable functions. I’m not a JavaScript guru, but I’ve used Prototype and script.aculo.us and jQuery is now the #1 choice for me.

  50. Cameron on June 21st, 2006

    Brian, Thanks, fortunately Wesley already caught that

    http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/#comment-1678

    Thanks for the suggestion though, if you have any more I’d love to hear about them

  51. links for 2006-06-21 at gadmonks on June 21st, 2006

    […] Las 10 mejores librerías para desarrolladores El autor de este artículo, Cameron Olthuis, nos dice: “He decidido hacer una lista de las 10 mejores librerías entre las que me he cruzado y aquellas que, personalmente, uso. Las librerías pueden ser el mejor amigo del desarrollador. Tienen grandes rec (tags: javascript ajax) […]

  52. Eclipse on June 21st, 2006

    Another tip: WebFX at http://webfx.eae.net/
    They have some cool controls.

  53. Joshua Gertzen on June 21st, 2006

    ThinWire is a Java, pure Server-Side framework that you might want to look at. It’s open-source under the GPL and has been used to build very large financial applications. In any case, some of its features are:

    * Familiar event-driven GUI programming model

    * Reconnects the flow of logic, no request / response

    * Maintains state naturally via variables, not via session

    * Develop exclusively in server-side language only

    * Rich Set of Complex Widget Components

    * ThinWire downloads once, just over 100K

    * Zero footprint client, no applets, activeX controls or browser plug-ins of any kind!

    * All Major Browsers Supported: Firefox 1, Opera 8, Safari 2, IE6

    http://www.thinwire.com

  54. yoZi » Blog Archive » Top 10 Web Dev Libraries on June 21st, 2006

    […] List of 12 complete with descriptions. Includes JavaScript, Ajax, PHP, and CSS Libraries. These libraries should be in any web developers bookmarks.read more | digg story […]

  55. The WP Themes » Top 10 Web Developer Libraries on June 21st, 2006

    […] Libraries include JavaScript, Ajax, Colors, PHP, and CSS. Click here! […]

  56. Cameron on June 21st, 2006

    Joshua - Thanks, I will take a look.

  57. Celi Online » Top 10 de Librerías Web para Desarrolladores on June 21st, 2006

    […] Vía Cameron Olthuis Ajax Librerías web2.0 […]

  58. PixelBud » Archive » Wine & Flowers on June 22nd, 2006

    […] Top 10 Web Developer Libraries is a good post by Cameron Olthuis outlining a list of the libraries that he prefers to use. Very helpful resource for any web developer. […]

  59. indekakker.be fun movies babes humor » Blog Archive » Top 10 Web Developer Libraries on June 22nd, 2006

    […] This is the ultimate top 10 web developer libraries. A nice composition for every web developer around. It’s a very helpful resource for any web developer! Check out the list here !!! […]

  60. ximiee on June 22nd, 2006

    very usefull things, thanks for the post!

  61. The Empty Cache Blog on June 22nd, 2006

    Top 10 Web Developer Libraries

    These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.
    Top 10 Web Developer Libr…

  62. Life, it is a Travesty… » links for 2006-06-19 on June 22nd, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis […]

  63. Gobble Gobble » Top 10 Web Dev Libraries on June 22nd, 2006

    […] List of 12 complete with descriptions. Includes JavaScript, Ajax, PHP, and CSS Libraries. These libraries should be in any web developers bookmarks.read more | digg story You can leave a comment, or trackback from your own site. RSS 2.0 […]

  64. willkoca » Archive » links for 2006-06-19 on June 22nd, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: webdevelopment) […]

  65. » links for 2006-06-18 « marksdigital on June 22nd, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis (tags: webdesign reference development) […]

  66. I12know’s blog » Blog Archive » Bookmarks for the weekend on June 24th, 2006

    […] Here are the bookmarks I spurled this week… How Does Unction Function? Recommended Eclipse reading list Music Videos From the 80’s :: Over 1,400 Videos! PHP Help: Creating a Membership System with PHP and MySQL Classic Texts In Computer Science Fostering Hope Top 10 Web Developer Libraries - Cameron Olthuis free powerpoint templates - indezine.com - powerpoint, presentations How To Buy and Reform Your MP3 Player Do you care? […]

  67. Deep Codes » Top 10 Web Developer Libraries on June 26th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis […]

  68. Shane on June 26th, 2006

    CakePHP (http://www.cakephp.org). Rails-like framework for PHP.

  69. What’s New Media? » Top 10 Web Developer Libraries (via Cameron Olthuis) on June 26th, 2006

    […] Read Olthuis' list of developer libraries.   […]

  70. Renderspace blog » Blog Archive » Top 10 Developer Libraries on June 26th, 2006

    […] http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/ […]

  71. Kim Bach . Org » Blog Archive » Top 10 Web Developer Libraries - Cameron Olthuis on June 26th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis […]

  72. Macintosh Webmaster Chats » Blog Archive » Web Developer Libraries on June 26th, 2006

    […] http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/ « Up3D.com open for business […]

  73. brutehack:Blog » Blog Archive » Top 10 Web Developer Libraries on June 28th, 2006

    […] Descriptions of each found here […]

  74. Home -> Beta 0.1 » Article » Top 10 Web Developer Libraries on June 30th, 2006

    […] This article was found originally found here: 1) Moo.fx - A superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js. It’s easy to use, fast, cross-browser, standards compliant, provides controls to modify Height, Width, and Opacity with builtin checks that won’t let a user break the effect with multiple crazy clicks. It’s also optimized to make you write the lesser code possible. […]

  75. 59ideas on July 1st, 2006

    Mostly Frontend development toolkit and with PHP bias (Just what I need!)

    Question is why do you need to use so many different js/ajax tools?
    I know some provide functions that others do not but if you take an intersection, lot of the functions are repeated across the set.

    I had also choosen YUI as someone above mentioned. It is well documented and hopefully Yahoo is not one that will leave a project dangling around when something more fun appears.

  76. Top 10 Web Developer Libraries at Coobro on July 1st, 2006

    […] Here are the top 10 (for him/her at least). […]

  77. India Design on July 2nd, 2006

    Web Designers are sure going to Love this.

  78. Daniel on July 3rd, 2006

    you may also like WYMstyle: a CSS framework made by me. It has modular CSS files and it allows to build CSS layouts very quickly. It reduces the need for browser testing too.

    With addons, it acts also as a library, so it can be extended with many extra features like for example these from the Dynamic Drive CSS Library.

  79. Das Beste aus der Blogosphäre und Web 2.0 » Blog Archive » Top 10 Liste für Web-Entwickler on July 4th, 2006

    […] Hier eine nette Liste mit Libs für Web-Entwickler http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/ […]

  80. Shadab Shaikh on July 6th, 2006

    Hi,

    Your webisite is very good.
    It is beneficial to new designer.

  81. EasyCoder on July 8th, 2006

    This seems like just an article to be post on the net.
    nothing really hot here

  82. Dennis on July 8th, 2006

    That’s a nice list. There are some very interesting libraries listed in this overview that I didn’t know of. Thanks.

  83. » Links zur Technikwürze #29 — cne _LOG Archiv on July 10th, 2006

    […] Zehn Webentwickler-Sammlungen zu JavaScript, Ajax, PHP, CSS und Farbenlehre werden von Cameron Olthuis in seinem Beitrag “Top 10 Web Developer Libraries” genannt. Tags: Technikwürze, Usability, Ressource, Open Source « activeCollab - Projektverwaltung für den eigenen Webserver Firefox-Extension: TAW3 with a click » […]

  84. Nick on July 11th, 2006

    What about the prototype library?

  85. Vibrant Solutions » Top Ten Web Dev stuff on July 11th, 2006

    […] Yeah we know most of these but its nice to have them in one place, a really good idea to visit here. […]

  86. links for 2006-07-12 | blog.ftofani.com on July 12th, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis Referências listadas sobre javascript. […]

  87. Shazbot Blog » Blog Archive » Top 10 Developer Libraries on July 12th, 2006

    […] Top 10 Developer Libraries - not sure about PEAR though. […]

  88. IT快餐——–发现,分享,关注互联网 » 今日阅读(07-13) on July 12th, 2006

    […] top web开发库 http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/ […]

  89. Tison on July 18th, 2006

    Great post Cameron! Subscribed to your rss feed and looking forward to more powerful development tools like these!

  90. The KGB on July 26th, 2006

    I don’t care what it l@@ks like. If your willing to share I’m willing to listen! Thanks for sharing.

    Good Job

  91. gelund.art.music.politics» Blog Archive » Top 10 Developer Libraries on August 17th, 2006

    […] Cameron Olthuis picks lists his favorite web developer resources. […]

  92. Given Facts » CSS web developer libraries on August 18th, 2006

    […] In Top 10 Web Developer Libraries Cameron Olthuis lists a few CSS goodies as well. […]

  93. Alan, web developer on August 22nd, 2006

    Yes libraries are very helpful in our business. Thanks for pointing them out.

  94. Cameron on August 22nd, 2006

    Thanks for the kind words.

  95. Designs » Top 10 Web Dev Libraries on August 31st, 2006

    […] List of 12 complete with descriptions. Includes JavaScript, Ajax, PHP, and CSS Libraries. These libraries should be in any web developers bookmarks.read more | digg story […]

  96. Brutus on September 1st, 2006

    Jquery :D

  97. MondoBlog » Blog » Fast Links Collection - Num 3 on September 2nd, 2006

    […] La top 10 delle librerie per sviluppatori web […]

  98. GreenEgg Page » Blog Archive » Top 10 Web Developer Libraries on September 5th, 2006

    […] [http://www.cameronolthuis.com/2006/06/top-10-web-developer-libraries/] […]

  99. WebGyver » Blog Archive » Web Developer Power Tools on September 13th, 2006

    […] Cameron Olthuis — Top 10 Web Developer Libraries […]

  100. richclient.de » Top 10 Web Developer Libraries on September 15th, 2006

    […] Top 10 Web Developer Libraries Beitrag von Kai unter der Rubrik AJAX    […]

  101. radioseo blog » Blog Archive » How to Create Content, Build Links and Increase Search Rankings by Marketing with the Digg Effect on September 26th, 2006

    […] Cameron’s list of the 10 top web developer libraries has garnered nearly 2700 links since it was placed on Digg. While Cameron has a knack for finding topics and presenting them in a way that compels people to link to him, anyone can easily emulate this formula and apply it to their own site’s topic. […]

  102. The Web 2.0 Toolbar - The Best of Web 2.0, Right in Your Browser on October 1st, 2006

    […] Top 10 Web Developer Libraries - Cameron Olthuis save this to javascript ajax webdesign programming development … saved by 2347 people […]

  103. 机票 on October 22nd, 2006

    机票

    机票

  104. ARturo Estigarribia on October 23rd, 2006

    Wonderfull!!!. This tools helps me a lot. Thanks!

  105. seo news on January 29th, 2007

    We are using this tool first time for our application

  106. scott on April 27th, 2007

    I think that RICO is the best.

  107. M4rc0 on April 29th, 2007

    how come codeigniter is out of this list?

  108. Katalog Stron on September 28th, 2007

    Top 10 Developer Libraries

  109. Murice on March 28th, 2008

    I suggest using genuine Perl CMS only. Why? Because they are safer, faster and less buggy. Drupal and other php CMS systems were created mainly for kids and web designers who find the original Perl language to difficult to learn. It does not take to account the fact that Perl has been there longer and is supplemented with millions of scripts and addons!

    I use WebAPP CMS from: http://www.web-app.net/cgi-bin/index.cgi Open Source WebAPP CMS because its both written in PURE Perl and the fantastic 24/7 supporting community.

    Murice

  110. Tims Blog » Blog Archive » AJAX tools on March 29th, 2008

    […] Top 10 Web Developer Libraries […]

  111. Haengsen on June 5th, 2008

    What about jQuery?

  112. mike on August 28th, 2008

    um, no jQuery? I would have to say i’m surprised that isn’t up there. jQuery is lite, and extremely effective, also contains DOM, events, ajax, effects,etc. all in one and gzipped, is only around 17kb.

  113. alex on September 25th, 2008

    To fellow jquery zealots: This article was published two years ago, and at that time jquery was only a blip on the radar. I also find it mind-boggling that it’s NOT NUMBER ONE on this list but this’s not a fight worth picking.

    Cheers
    Alex

  114. Shrap on October 20th, 2008

    Where’s jQuery?

  115. singetak on April 28th, 2009

    where is jquery hmm…

  116. moroccanvideos on May 8th, 2009

    jQuery is the best!! definitely!

  117. mike on May 18th, 2009

    Great resources for web developers

  118. home page on June 30th, 2009

    nice site d00d

    heres mine

Leave a Reply

TwitterCounter for @Factive