Difference: WebProgrammingBookmarks (43 vs. 44)

Revision 4415 Oct 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

The root of all things WWW is the W3C: http://w3.org/

Line: 13 to 13
  A guy at work likes these sites for javascript: http://www.javascriptkit.com/ (used to be called website abstraction) and http://www.js-examples.com.
Changed:
<
<
http://sourceforge.net/projects/jscalendar - very nice popup JS calendar, works only with modern browsers (IE 6/Moz). LGPL.
http://mojavelinux.com/forum/viewtopic.php?t=6 - Javascript popup calendar for date input on web pages. Claims to be work with many browsers.
>
>
http://sourceforge.net/projects/jscalendar - very nice popup JS calendar, works only with modern browsers (IE 6/Moz). LGPL.
http://mojavelinux.com/forum/viewtopic.php?t=6 - Javascript popup calendar for date input on web pages. Claims to be work with many browsers.
  http://kryogenix.org/code/browser/ - some interesting code such as tables that can be sorted by clicking on their headings.
Changed:
<
<
OpenThought - This project uses an interesting twist on the standard web paradigm: it downloads a page once and then uses javascript and DHTML to stream changes into the page. You never have to refresh the page. Cute. http://www.openthought.net/
Here's an article about a similar approach: http://www-106.ibm.com/developerworks/web/library/wa-httpget/index.html
>
>
OpenThought - This project uses an interesting twist on the standard web paradigm: it downloads a page once and then uses javascript and DHTML to stream changes into the page. You never have to refresh the page. Cute. http://www.openthought.net/
Here's an article about a similar approach: http://www-106.ibm.com/developerworks/web/library/wa-httpget/index.html
 
Changed:
<
<
Here's an article that uses applets as proxies for javascript. It's an interesting approach that keeps the applets small but allows you to use database data to refresh web pages.
Here's an all-JS implementation: http://oss.metaparadigm.com/jsonrpc/
>
>
Here's an article that uses applets as proxies for javascript. It's an interesting approach that keeps the applets small but allows you to use database data to refresh web pages.
Here's an all-JS implementation: http://oss.metaparadigm.com/jsonrpc/
  google maps is based on javascript. Here's a tutorial: http://www.econym.demon.co.uk/googlemaps/
Changed:
<
<
Client-side charts and other widgets using JS:
http://webfx.eae.net/dhtml/chart/chart.html
http://oat.openlinksw.com/
http://www.liquidx.net/plotkit/
http://solutoire.com/plotr/
http://code.google.com/p/flot/ - based on jquery
>
>
Client-side charts and other widgets using JS:
http://webfx.eae.net/dhtml/chart/chart.html
http://oat.openlinksw.com/
http://www.liquidx.net/plotkit/
http://solutoire.com/plotr/
http://code.google.com/p/flot/ - based on jquery
  http://jquery.com/
Line: 43 to 35
  http://prototype.conio.net/ - seems to be the ur-library for AJAX.
Changed:
<
<
Docs for Prototype:
http://www.sergiopereira.com/articles/prototype.js.html
http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm
>
>
Docs for Prototype:
http://www.sergiopereira.com/articles/prototype.js.html
http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm
  http://www.xml.com/pub/a/2006/08/23/xsldatagrid-xslt-ajax.html - the XSL data grid - send plain XHTML to the browser, then XSLT transform it, then plug it into the DOM.
Line: 59 to 49
  CSS
Changed:
<
<
http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ - how to start with a baseline set of CSS defaults that work the same across different browsers.
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea, but unfortunately unmaintained
http://www.mollio.org/ - similar to style, a set of open-source CSS stylesheets. Very good-looking.
http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-widths - a set of example pages showing how to do multi-column layouts
http://code.google.com/p/blueprintcss/ - another CSS framework
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
http://csszengarden.com/ - an amazing example of what CSS can do
http://css-discuss.incutio.com/?page=UsingPercent - a page that shows how to use CSS to make images resize dynamically when the page size changes
http://www.gamingheadlines.co.uk/wod/formstyle/index.html - how to use CSS and JS together to add style to checkboxes and radio controls
>
>
http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ - how to start with a baseline set of CSS defaults that work the same across different browsers.
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea, but unfortunately unmaintained
http://www.mollio.org/ - similar to style, a set of open-source CSS stylesheets. Very good-looking.
http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-widths - a set of example pages showing how to do multi-column layouts
http://code.google.com/p/blueprintcss/ - another CSS framework
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
http://csszengarden.com/ - an amazing example of what CSS can do
http://css-discuss.incutio.com/?page=UsingPercent - a page that shows how to use CSS to make images resize dynamically when the page size changes
http://www.gamingheadlines.co.uk/wod/formstyle/index.html - how to use CSS and JS together to add style to checkboxes and radio controls
  Certificates
Changed:
<
<
http://www.cacert.org/ - a community-based certificate provider
http://www.xrampssl.com/ - an alternative digital certificate provider.
http://www.freessl.com - a low-cost commercial certificate provider.
>
>
http://www.cacert.org/ - a community-based certificate provider
http://www.xrampssl.com/ - an alternative digital certificate provider.
http://www.freessl.com - a low-cost commercial certificate provider.
  Hosting
Line: 95 to 74
 Nice icons - http://famfamfam.com/lab/icons/

Posting a form back to itself - can be handy when you're trying to build something that works like Servlet authentication, only using ad-hoc code: http://carehart.org/blog/client/index.cfm/2007/1/2/form_self_post

Added:
>
>
IE Developer Toolbar - kinda like firebug. useful for debugging CSS: http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
View topic | History: r68 < r67 < r66 < r65 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback