Difference: WebProgrammingBookmarks (1 vs. 68)

Revision 6822 Mar 2015 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 12 to 12
  A collection of simple recommendations for decent Web application frontends: http://roca-style.org/
Added:
>
>
A guide to web typography: http://practicaltypography.com/
 JavaScript

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.

Revision 6724 Mar 2013 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 36 to 36
 Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/, and another: http://www.ruzee.com/blog/shadedborder
a jquery plugin: http://www.atblabs.com/jquery.corners.html
Added:
>
>
http://bramp.github.com/js-sequence-diagrams/ - client-side sequence diagrams rendered by JS
 AJAX

Async JS and XML.

Revision 6620 Mar 2013 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 55 to 55
 http://asp2php.naken.cc/ - an ASP/VBScript to PHP converter.

CSS

Changed:
<
<
>
>
http://learnlayout.com/ - Learn CSS Layout. Step-by-step explanation of how CSS layout works, with many examples.
 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://wiki.github.com/stubbornella/oocss - newer alternative to the previous entry, pretty popular

Revision 6515 Jan 2013 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 102 to 102
 How to Turn Off Form Autocompletion - for high-security environments like HIPAA https://developer.mozilla.org/En/How_to_Turn_Off_Form_Autocompletion

Everything you ever wanted to know about building a secure password reset feature - http://www.troyhunt.com/2012/05/everything-you-ever-wanted-to-know.html

Added:
>
>
Why Your Links Should Never Say “Click Here” - http://uxmovement.com/content/why-your-links-should-never-say-click-here/

Revision 6423 Nov 2012 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 87 to 87
  Presentations - http://meyerweb.com/eric/tools/s5/
Changed:
<
<
Nice icons - http://famfamfam.com/lab/icons/, http://www.agiletech.ie/blog/128x16x16
>
>
Nice icons - http://famfamfam.com/lab/icons/, http://www.agiletech.ie/blog/128x16x16, http://adamwhitcroft.com/batch/
  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

Revision 6330 Jul 2012 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 8 to 8
 http://www.w3.org/2001/tag/doc/whenToUseGet.html - "URIs, Addressability, and the use of HTTP GET and POST", i.e. when to use GET and when to use POST.
http://martinfowler.com/articles/richardsonMaturityModel.html - "steps toward the glory of REST" also talks about which HTTP verb to use when.
Changed:
<
<
Accessibility is important: http://diveintoaccessibility.org/
>
>
Accessibility is important: http://diveintoaccessibility.info/
  A collection of simple recommendations for decent Web application frontends: http://roca-style.org/
Line: 97 to 97
  Browser Reflow - a short youtube vid that shows how mozilla goes about rendering the mozilla.org page: http://www.youtube.com/watch?v=ZTnIxIA5KGw
Changed:
<
<
Let's Make the Web Faster" - http://code.google.com/speed/articles/
>
>
Let's Make the Web Faster - http://code.google.com/speed/articles/
  How to Turn Off Form Autocompletion - for high-security environments like HIPAA https://developer.mozilla.org/En/How_to_Turn_Off_Form_Autocompletion
Added:
>
>
Everything you ever wanted to know about building a secure password reset feature - http://www.troyhunt.com/2012/05/everything-you-ever-wanted-to-know.html

Revision 6209 Mar 2012 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 10 to 10
  Accessibility is important: http://diveintoaccessibility.org/
Added:
>
>
A collection of simple recommendations for decent Web application frontends: http://roca-style.org/
 JavaScript

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.

Revision 6110 Jun 2011 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 85 to 85
  Presentations - http://meyerweb.com/eric/tools/s5/
Changed:
<
<
Nice icons - http://famfamfam.com/lab/icons/
>
>
Nice icons - http://famfamfam.com/lab/icons/, http://www.agiletech.ie/blog/128x16x16
  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

Revision 6006 Jun 2011 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 96 to 96
 Browser Reflow - a short youtube vid that shows how mozilla goes about rendering the mozilla.org page: http://www.youtube.com/watch?v=ZTnIxIA5KGw

Let's Make the Web Faster" - http://code.google.com/speed/articles/

Added:
>
>
How to Turn Off Form Autocompletion - for high-security environments like HIPAA https://developer.mozilla.org/En/How_to_Turn_Off_Form_Autocompletion

Revision 5917 Apr 2011 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

The Open Web Application Security Project (OWASP) is an Open Source community project developing software tools and knowledge based documentation that helps people secure web applications and web services. At this point it looks as if their most important document is The OWASP Guide to Building Secure Web Applications and Web Services.

Changed:
<
<
http://www.w3.org/2001/tag/doc/whenToUseGet.html - "URIs, Addressability, and the use of HTTP GET and POST", i.e. when to use GET and when to use POST.
>
>
http://www.w3.org/2001/tag/doc/whenToUseGet.html - "URIs, Addressability, and the use of HTTP GET and POST", i.e. when to use GET and when to use POST.
http://martinfowler.com/articles/richardsonMaturityModel.html - "steps toward the glory of REST" also talks about which HTTP verb to use when.
  Accessibility is important: http://diveintoaccessibility.org/

Revision 5810 Jan 2011 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 7 to 7
  http://www.w3.org/2001/tag/doc/whenToUseGet.html - "URIs, Addressability, and the use of HTTP GET and POST", i.e. when to use GET and when to use POST.
Changed:
<
<
JavaScript
>
>
Accessibility is important: http://diveintoaccessibility.org/
 
Changed:
<
<
I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/
>
>
JavaScript
  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.

Revision 5720 Dec 2010 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 58 to 58
 http://wiki.github.com/stubbornella/oocss - newer alternative to the previous entry, pretty popular
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://blueprintcss.org/ - another CSS framework
Added:
>
>
http://cssgrid.net/ - like blue print but more liquid
 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.maxdesign.com.au/listamatic/ - listamatic: like Zen Garden but for lists

Revision 5611 Dec 2010 - 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://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.

Revision 5510 Dec 2010 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 60 to 60
 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://blueprintcss.org/ - 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
Added:
>
>
http://css.maxdesign.com.au/listamatic/ - listamatic: like Zen Garden but for lists
 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

Revision 5412 Nov 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 23 to 23
  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://g.raphaeljs.com/
  http://jquery.com/

Revision 5312 Oct 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 52 to 52
  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://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://wiki.github.com/stubbornella/oocss - newer alternative to the previous entry, pretty popular
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://blueprintcss.org/ - 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

Revision 5212 Oct 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 85 to 85
 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

Design Patterns - turns out they apply to user interface as well as code - http://developer.yahoo.com/ypatterns/

Added:
>
>
Browser Reflow - a short youtube vid that shows how mozilla goes about rendering the mozilla.org page: http://www.youtube.com/watch?v=ZTnIxIA5KGw

Let's Make the Web Faster" - http://code.google.com/speed/articles/

Revision 5113 Sep 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 64 to 64
  Hosting
Changed:
<
<
http://www.linode.com/ (use them now, works great), http://vpslink.com/ (used to use them - good but can't use debian dist-upgrade), http://slicehost.com/, http://prgmr.com/xen/ (much less expensive)
>
>
http://www.linode.com/ (use them now, works great), http://vpslink.com/ (used to use them - good but can't use debian dist-upgrade), http://slicehost.com/, http://prgmr.com/xen/ (much less expensive), http://w4networks.com/ (also inexpensive)
  Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Revision 5003 May 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 64 to 64
  Hosting
Changed:
<
<
http://vpslink.com/, http://slicehost.com/, http://www.linode.com/
>
>
http://www.linode.com/ (use them now, works great), http://vpslink.com/ (used to use them - good but can't use debian dist-upgrade), http://slicehost.com/, http://prgmr.com/xen/ (much less expensive)
  Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Revision 4901 Apr 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 52 to 52
  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://blueprintcss.org/ - 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

Revision 4826 Feb 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 79 to 79
 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

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

Added:
>
>
Design Patterns - turns out they apply to user interface as well as code - http://developer.yahoo.com/ypatterns/

Revision 4711 Feb 2009 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 29 to 29
  HOWTO format ISO 8601 dates in Javascript: http://delete.me.uk/2005/03/iso8601.html
Changed:
<
<
Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/, and another: http://www.ruzee.com/blog/shadedborder
>
>
Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/, and another: http://www.ruzee.com/blog/shadedborder
a jquery plugin: http://www.atblabs.com/jquery.corners.html
  AJAX

Revision 4601 Dec 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 29 to 29
  HOWTO format ISO 8601 dates in Javascript: http://delete.me.uk/2005/03/iso8601.html
Changed:
<
<
Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/
>
>
Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/, and another: http://www.ruzee.com/blog/shadedborder
  AJAX

Revision 4514 Nov 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 29 to 29
  HOWTO format ISO 8601 dates in Javascript: http://delete.me.uk/2005/03/iso8601.html
Added:
>
>
Sometimes people want rounded corners on boxes. Here's one way to do it: http://www.curvycorners.net/
 AJAX

Async JS and XML.

Changed:
<
<
http://prototype.conio.net/ - seems to be the ur-library for AJAX.
>
>
http://prototypejs.org/ - seems to be the ur-library for AJAX.
  Docs for Prototype:
http://www.sergiopereira.com/articles/prototype.js.html
http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm

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

Revision 4317 Jun 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 63 to 63
 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.
Added:
>
>
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

Revision 4220 May 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 92 to 92
 Presentations - http://meyerweb.com/eric/tools/s5/

Nice icons - http://famfamfam.com/lab/icons/

Added:
>
>
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

Revision 4109 May 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 77 to 77
  Hosting
Changed:
<
<
http://vpslink.com/, http://slicehost.com/
>
>
http://vpslink.com/, http://slicehost.com/, http://www.linode.com/
  Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Revision 4009 May 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 31 to 31
 http://oat.openlinksw.com/
http://www.liquidx.net/plotkit/
http://solutoire.com/plotr/
Added:
>
>
http://code.google.com/p/flot/ - based on jquery
  http://jquery.com/

Revision 3906 May 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 34 to 34
  http://jquery.com/
Added:
>
>
HOWTO format ISO 8601 dates in Javascript: http://delete.me.uk/2005/03/iso8601.html
 AJAX

Async JS and XML.

Revision 3705 Jan 2008 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 56 to 56
 CSS

http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning

Added:
>
>
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://code.google.com/p/blueprintcss/ - another CSS framework

Revision 3612 Nov 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 70 to 70
 http://www.xrampssl.com/ - an alternative digital certificate provider.
http://www.freessl.com - a low-cost commercial certificate provider.
Added:
>
>
Hosting

http://vpslink.com/, http://slicehost.com/

 Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Browser Caching - Internet Explorer has badly broken cache behavior, but this appnote can help you work around it: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q234/0/67.ASP&NoWebContent=1&NoWebContent=1

Revision 3527 Oct 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 58 to 58
 http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
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.
Added:
>
>
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

Revision 3420 Sep 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 81 to 81
  Presentations - http://meyerweb.com/eric/tools/s5/
Added:
>
>
Nice icons - http://famfamfam.com/lab/icons/

Revision 3315 Aug 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)
Changed:
<
<
The root of all things WWW is the W3C: http://w3.org/
>
>
The root of all things WWW is the W3C: http://w3.org/
  The Open Web Application Security Project (OWASP) is an Open Source community project developing software tools and knowledge based documentation that helps people secure web applications and web services. At this point it looks as if their most important document is The OWASP Guide to Building Secure Web Applications and Web Services.
Line: 31 to 31
 http://oat.openlinksw.com/
http://www.liquidx.net/plotkit/
Added:
>
>
http://jquery.com/
 AJAX

Async JS and XML.

Changed:
<
<
http://prototype.conio.net/ - seems to be the ur-library for AJAX. Has no documentation.
>
>
http://prototype.conio.net/ - seems to be the ur-library for AJAX.
  Docs for Prototype:
http://www.sergiopereira.com/articles/prototype.js.html

Revision 3228 Feb 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 26 to 26
  google maps is based on javascript. Here's a tutorial: http://www.econym.demon.co.uk/googlemaps/
Added:
>
>
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/
 AJAX

Async JS and XML.

Line: 38 to 43
  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.
Added:
>
>
http://dojotoolkit.org/ - looks pretty nice - integrated into Apache Geronimo.
 ASP

http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.

Revision 3106 Jan 2007 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 24 to 24
 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/
Added:
>
>
google maps is based on javascript. Here's a tutorial: http://www.econym.demon.co.uk/googlemaps/
 AJAX

Async JS and XML.

Revision 3027 Oct 2006 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

The Open Web Application Security Project (OWASP) is an Open Source community project developing software tools and knowledge based documentation that helps people secure web applications and web services. At this point it looks as if their most important document is The OWASP Guide to Building Secure Web Applications and Web Services.

Added:
>
>
http://www.w3.org/2001/tag/doc/whenToUseGet.html - "URIs, Addressability, and the use of HTTP GET and POST", i.e. when to use GET and when to use POST.
 JavaScript

I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/

Revision 2901 Sep 2006 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 32 to 32
 http://www.sergiopereira.com/articles/prototype.js.html
http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm
Added:
>
>
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.
 ASP

http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.

Revision 2819 Aug 2006 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 64 to 64
  http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.
Added:
>
>
Presentations - http://meyerweb.com/eric/tools/s5/

Revision 2709 Mar 2006 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 41 to 41
 CSS

http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning

Changed:
<
<
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
>
>
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://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

Revision 2608 Nov 2005 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 22 to 22
 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/
Added:
>
>
AJAX

Async JS and XML.

http://prototype.conio.net/ - seems to be the ur-library for AJAX. Has no documentation.

Docs for Prototype:
http://www.sergiopereira.com/articles/prototype.js.html
http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm

 ASP

http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.

Revision 2513 Jul 2005 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 34 to 34
 http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
http://csszengarden.com/ - an amazing example of what CSS can do
Changed:
<
<
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://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

Revision 2425 Mar 2005 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 33 to 33
 http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
Changed:
<
<
http://csszengarden.com/ - an amazing example of what CSS can do
>
>
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
  Certificates

Revision 2324 Jan 2005 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 11 to 11
  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://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:
<
<
http://mojavelinux.com/forum/viewtopic.php?t=6 - Javascript popup calendar for date input on web pages. Claims to be work with many browsers.
>
>
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:
<
<
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 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/
 
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.
>
>
ASP
  http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.

Revision 2222 May 2004 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 34 to 34
  Certificates
Added:
>
>
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.
Deleted:
<
<
http://squidfingers.com/patterns/ - a set of tiled patterns, good for backgrounds.

http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.

 Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Browser Caching - Internet Explorer has badly broken cache behavior, but this appnote can help you work around it: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q234/0/67.ASP&NoWebContent=1&NoWebContent=1

Opening Pop-ups - this a hugely bad idea, but sometimes the client insists. http://www.sitepoint.com/article/1041/1

Added:
>
>
http://squidfingers.com/patterns/ - a set of tiled patterns, good for backgrounds.

http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.

Revision 2130 Mar 2004 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 21 to 21
  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.
Deleted:
<
<
http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
 http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.

http://asp2php.naken.cc/ - an ASP/VBScript to PHP converter.

Changed:
<
<
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
>
>
CSS
 
Changed:
<
<
http://squidfingers.com/patterns/ - a set of tiled patterns, good for backgrounds.
>
>
http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
http://csszengarden.com/ - an amazing example of what CSS can do
 
Changed:
<
<
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
>
>
Certificates
 
Changed:
<
<
http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.
>
>
http://www.xrampssl.com/ - an alternative digital certificate provider.
http://www.freessl.com - a low-cost commercial certificate provider.
 
Changed:
<
<
http://www.xrampssl.com/ - an alternative digital certificate provider.
>
>
http://squidfingers.com/patterns/ - a set of tiled patterns, good for backgrounds.

http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.

  Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Revision 2023 Jan 2004 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 29 to 29
  http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
Added:
>
>
http://squidfingers.com/patterns/ - a set of tiled patterns, good for backgrounds.
 http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.

http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.

Revision 1908 Jan 2004 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 13 to 13
  http://sourceforge.net/projects/jscalendar - very nice popup JS calendar, works only with modern browsers (IE 6/Moz). LGPL.
Added:
>
>
http://kryogenix.org/code/browser/ - some interesting code such as tables that can be sorted by clicking on their headings.
 http://mojavelinux.com/forum/viewtopic.php?t=6 - Javascript popup calendar for date input on web pages. Claims to be work with many browsers.

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/

Revision 1828 Oct 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 36 to 36
 Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/

Browser Caching - Internet Explorer has badly broken cache behavior, but this appnote can help you work around it: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q234/0/67.ASP&NoWebContent=1&NoWebContent=1

Added:
>
>
Opening Pop-ups - this a hugely bad idea, but sometimes the client insists. http://www.sitepoint.com/article/1041/1

Revision 1728 Oct 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 35 to 35
  Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 13 Feb 2003
>
>
Browser Caching - Internet Explorer has badly broken cache behavior, but this appnote can help you work around it: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q234/0/67.ASP&NoWebContent=1&NoWebContent=1

Revision 1617 Sep 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 33 to 33
  http://www.xrampssl.com/ - an alternative digital certificate provider.
Added:
>
>
Fast Web Services - when XML costs too much - http://developer.java.sun.com/developer/technicalArticles/WebServices/fastWS/
 -- TobyCabot - 04 Jan 2002 - 13 Feb 2003

Revision 1515 Apr 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 31 to 31
  http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.
Added:
>
>
http://www.xrampssl.com/ - an alternative digital certificate provider.
 -- TobyCabot - 04 Jan 2002 - 13 Feb 2003

Revision 1414 Apr 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 23 to 23
  http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.
Added:
>
>
http://asp2php.naken.cc/ - an ASP/VBScript to PHP converter.
 http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.

http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.

Revision 1313 Mar 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 11 to 11
  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.
Added:
>
>
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.

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/

Revision 1213 Feb 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 25 to 25
  http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
Added:
>
>
http://www.mozilla.org/docs/web-developer/quirks/ - explains the different ways that Mozilla renders web pages and how to choose which one gets used.
 
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 22 Jan 2003
>
>
-- TobyCabot - 04 Jan 2002 - 13 Feb 2003

Revision 1125 Jan 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 23 to 23
  http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.
Added:
>
>
http://gallery.theopalgroup.com/selectoracle/ - a tool that parses and explains CSS selectors.
 -- TobyCabot - 04 Jan 2002 - 22 Jan 2003

Revision 1023 Jan 2003 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 21 to 21
  http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 30 May 2002
>
>
http://style.tigris.org/ - a set of open-source CSS stylesheets. A really cool idea.

-- TobyCabot - 04 Jan 2002 - 22 Jan 2003

Revision 923 Nov 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 11 to 11
  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.
Added:
>
>
http://mojavelinux.com/forum/viewtopic.php?t=6 - Javascript popup calendar for date input on web pages. Claims to be work with many browsers.
 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 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.

Revision 814 Sep 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 17 to 17
  http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning
Added:
>
>
http://www.tripi.com/arrowhead/ - this is a Java Servlet application that supports simple VBScript ASP syntax. Might be useful if I ever wanted to move an ASP application into a more open environment.
 -- TobyCabot - 04 Jan 2002 - 30 May 2002

Revision 705 Jul 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Added:
>
>
The Open Web Application Security Project (OWASP) is an Open Source community project developing software tools and knowledge based documentation that helps people secure web applications and web services. At this point it looks as if their most important document is The OWASP Guide to Building Secure Web Applications and Web Services.
 JavaScript

I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/

Revision 630 May 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 13 to 13
  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.
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 28 Feb 2002
>
>
http://www.meyerweb.com/eric/css/edge/index.html - advanced css positioning

-- TobyCabot - 04 Jan 2002 - 30 May 2002

Revision 528 Feb 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 11 to 11
  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/
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 25 Feb 2002
>
>
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.

-- TobyCabot - 04 Jan 2002 - 28 Feb 2002

Revision 425 Feb 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Line: 9 to 9
  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:
<
<
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.
>
>
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/
 
Changed:
<
<
-- TobyCabot - 04 Jan 2002 - 15 Feb 2002
>
>
-- TobyCabot - 04 Jan 2002 - 25 Feb 2002

Revision 315 Feb 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Added:
>
>
JavaScript
 I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/

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:
<
<
-- TobyCabot - 04 Jan 2002
>
>
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.

-- TobyCabot - 04 Jan 2002 - 15 Feb 2002

Revision 204 Jan 2002 - TobyCabot

Line: 1 to 1
 (Back to ProgrammingBookmarks)

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

Deleted:
<
<
One approach to building spiffy web sites is JavaScript. Website Abstraction seems to be a decent place to start: http://www.wsabstract.com/.
 I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/
Changed:
<
<
-- TobyCabot - 06 Sep 2001
>
>
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.

-- TobyCabot - 04 Jan 2002

Revision 106 Sep 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
(Back to ProgrammingBookmarks)

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

One approach to building spiffy web sites is JavaScript. Website Abstraction seems to be a decent place to start: http://www.wsabstract.com/.

I'm not sure that I like javascript, but it looks as if a good approach is to use a library which hides browser incompatibility. Like RelativeLayers http://relativelayers.sourceforge.net/

-- TobyCabot - 06 Sep 2001

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