Difference between revisions of "Handbook"
From AccountIT
(26 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | =Handbooks and Reference Guides= | |
+ | This page are ment to hold all kind of references and link to handbooks or guide's | ||
==ScrumUP== | ==ScrumUP== | ||
A ScrumUP project is just as a RUP project built up from four distinct phases... | A ScrumUP project is just as a RUP project built up from four distinct phases... | ||
− | ''(One website that have some idea's for howto document are this [[www.scrumup.com/reference/ http://www.scrumup.com/reference/ | + | ''(One website that have some idea's for howto document are this [[http://www.scrumup.com/reference/index.html http://www.scrumup.com/reference/]])'' |
− | [[www.scrumup.com/downloads http://www.scrumup.com/downloads.html]] | + | |
+ | |||
+ | [[http://www.scrumup.com/downloads.html http://www.scrumup.com/downloads]] | ||
+ | |||
+ | ==GitHup== | ||
+ | Documentation: [http://gitref.org/ gitref.org] | ||
+ | Software : [http://git-scm.com/ git-scm.com] | ||
+ | Intro : [https://www.youtube.com/watch?v=ZDR433b0HJY Introduction to Git with Scott Chacon of GitHub] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Resources about servlet containers== | ||
+ | |||
+ | * [http://tomcat.apache.org/tomcat-7.0-doc/index.html Jakarta Tomcat 7.0 Docs] | ||
+ | * [http://www.onjava.com/pub/ct/33 James Goodwill column on Installing and using Tomcat] | ||
+ | * [http://www.devx.com/webdev/Article/16416 Quick Guide to Installing Tomcat on Windows] | ||
+ | * [http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html Tomcat IIS HowTo] | ||
+ | * [http://www-306.ibm.com/software/webservers/appserv/was/library/ IBM WebSphere Application Server] | ||
+ | * [http://en.wikipedia.org/wiki/Jetty_(web_server) Jetty] | ||
+ | |||
+ | |||
+ | ==Resources about J2EE servers== | ||
+ | |||
+ | * [http://www.jboss.org JBoss] | ||
+ | * [http://jonas.objectweb.org/ JOnAS] | ||
+ | * [http://www-306.ibm.com/software/websphere/ IBM WebSphere] | ||
+ | |||
+ | |||
+ | ==Resources about XML/XSLT== | ||
+ | |||
+ | * [http://www.cafeconleche.org/books/xmljava/chapters/ Processing XML with Java by Elliotte Rusty Harold] | ||
+ | * [http://xml.apache.org/xerces2-j/api.html Xerces2 Java XML Parser] | ||
+ | * [http://www.w3schools.com/xsl/default.asp XSLT Tutorial] | ||
+ | * [http://www.zvon.org/xxl/XSLTreference/Output/ XSLT Reference] | ||
+ | * [http://www.w3.org/Style/XSL/ W3C Extensible Stylesheet Language Family] | ||
+ | * [http://www.w3.org/TR/xslt/ W3C XSL Transformations] | ||
+ | * [http://www.dpawson.co.uk/xsl/index.html XSL FAQ] | ||
+ | * [http://www.nwalsh.com/docs/tutorials/xsl/xsl/slides.html XSL Concepts and Practical Use] | ||
+ | * [http://www.topxml.com/xsl/default.asp XSL & XPath Tutorial from TopXML] | ||
+ | * [http://jibx.sourceforge.net/ JiBX: XML to Java binding framework] | ||
+ | |||
+ | |||
+ | ==Resources about HTML/JavaScript== | ||
+ | |||
+ | * [http://www.w3schools.com/ W3 Schools Web Development Tutorials] | ||
+ | * [http://www.mako4css.com/ The CSS Know-How Site] | ||
+ | * [https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL Scriptable Objects Reference (XUL Planet)] | ||
+ | * [http://www.stopbadtherapy.com/standards.shtml Transitioning from Proprietary DOMs and Markup to W3C Standards] | ||
+ | * [http://www.mozilla.org/rhino/scriptjava.html Mozilla Rhino Shell] | ||
+ | * [http://krook.org/jsdom/ JavaScript DOM API Reference] | ||
+ | * [http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/dhtml_node_entry.asp Microsoft HTML and DHTML Reference] | ||
+ | * [http://www.webreference.com/html/reference/color/ Web Color Reference] | ||
+ | * [http://www.activewidgets.com/documentation/reference/active.controls.grid/index.htm ActiveWidgets Grid] | ||
+ | * [http://wiki.fckeditor.net/ FCKEditor Wiki] | ||
+ | |||
+ | |||
+ | ==Resources about databases== | ||
+ | |||
+ | * [http://www.oracle.com/technology/documentation/database10g.html Oracle 10g] | ||
+ | * [http://www.oracle.com/technetwork/server-storage/linux/overview/index.html Oracle on Linux FAQ] | ||
+ | * [http://www.postgresql.org/docs/current/interactive/index.html PostgreSQL] | ||
+ | * [http://www.sunfreeware.com/introduction.html PostgreSQL Installation Guide (edited by Thomas Lockhart)] | ||
+ | * [http://www.microsoft.com/sql/techinfo/productdoc/2000/default.asp Microsoft SQL Server Books Online] | ||
+ | * [http://msdn.microsoft.com/big-data-development-msdn MSDN Design, deploy, and manage big data solutions] | ||
+ | |||
+ | |||
+ | |||
Latest revision as of 14:21, 16 July 2014
Contents
Handbooks and Reference Guides
This page are ment to hold all kind of references and link to handbooks or guide's
ScrumUP
A ScrumUP project is just as a RUP project built up from four distinct phases...
(One website that have some idea's for howto document are this [http://www.scrumup.com/reference/])
[http://www.scrumup.com/downloads]
GitHup
Documentation: gitref.org Software : git-scm.com Intro : Introduction to Git with Scott Chacon of GitHub
Resources about servlet containers
* Jakarta Tomcat 7.0 Docs * James Goodwill column on Installing and using Tomcat * Quick Guide to Installing Tomcat on Windows * Tomcat IIS HowTo * IBM WebSphere Application Server * Jetty
Resources about J2EE servers
* JBoss * JOnAS * IBM WebSphere
Resources about XML/XSLT
* Processing XML with Java by Elliotte Rusty Harold * Xerces2 Java XML Parser * XSLT Tutorial * XSLT Reference * W3C Extensible Stylesheet Language Family * W3C XSL Transformations * XSL FAQ * XSL Concepts and Practical Use * XSL & XPath Tutorial from TopXML * JiBX: XML to Java binding framework
Resources about HTML/JavaScript
* W3 Schools Web Development Tutorials * The CSS Know-How Site * Scriptable Objects Reference (XUL Planet) * Transitioning from Proprietary DOMs and Markup to W3C Standards * Mozilla Rhino Shell * JavaScript DOM API Reference * Microsoft HTML and DHTML Reference * Web Color Reference * ActiveWidgets Grid * FCKEditor Wiki
Resources about databases
* Oracle 10g * Oracle on Linux FAQ * PostgreSQL * PostgreSQL Installation Guide (edited by Thomas Lockhart) * Microsoft SQL Server Books Online * MSDN Design, deploy, and manage big data solutions