- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk • contribs)
Difference between revisions of "User:Deirdre/links3"
From DeeDeeswiki
(+some) |
(+some) |
||
Line 72: | Line 72: | ||
*[http://www.sitepoint.com Sitepoint] | *[http://www.sitepoint.com Sitepoint] | ||
**[http://reference.sitepoint.com/css Sitepoint Reference] - CSS, HTML, JS | **[http://reference.sitepoint.com/css Sitepoint Reference] - CSS, HTML, JS | ||
+ | *[[wikipedia:Dynamic HTML]] | ||
+ | *[http://www.gtalbot.org/DHTMLSection/ DHTML] | ||
+ | |||
+ | *[[wikipedia:Application programming interface]] - API general information | ||
+ | |||
===HTML stuff=== | ===HTML stuff=== | ||
*[http://www.codehelp.co.uk/html/deprecated.html Deprecated Code] | *[http://www.codehelp.co.uk/html/deprecated.html Deprecated Code] | ||
+ | *[http://www.w3.org/MarkUp/Guide/ Getting started in HTML] | ||
+ | *[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/WebDesignResources.html Website design resources for beginner and intermediate users] | ||
+ | *[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/TableVsCSSDesign.html Table-based webpage design versus CSS-based webpage design: resources] | ||
===CSS stuff=== | ===CSS stuff=== | ||
Line 81: | Line 89: | ||
**[http://www.w3.org/TR/CSS2/fonts.html CSS fonts] | **[http://www.w3.org/TR/CSS2/fonts.html CSS fonts] | ||
**[http://www.w3.org/TR/REC-html40/present/graphics.html HTML Graphics] - alignment, horizontal rules, floating objects, font styles | **[http://www.w3.org/TR/REC-html40/present/graphics.html HTML Graphics] - alignment, horizontal rules, floating objects, font styles | ||
+ | **[http://www.w3.org/Style/ Style] | ||
+ | ***[http://www.w3.org/Style/Examples/007/ Tips & Tricks] | ||
+ | ****[http://www.w3.org/Style/Examples/007/center.html centering] | ||
+ | ***[http://www.w3.org/Style/CSS/ About CSS] | ||
+ | ****[http://www.w3.org/Style/CSS/#learning Learning CSS] | ||
+ | ***[http://www.w3.org/Style/Examples/011/firstcss Tutorial] | ||
+ | **[http://www.w3.org/MarkUp/Guide/Style Adding a touch of style] | ||
*[http://www.blooberry.com/indexdot/css/index.html Blooberry CSS] | *[http://www.blooberry.com/indexdot/css/index.html Blooberry CSS] | ||
*[http://reference.sitepoint.com/css/ Sitepoint CSS reference] | *[http://reference.sitepoint.com/css/ Sitepoint CSS reference] | ||
**[http://reference.sitepoint.com/css/letter-spacing Letter spacing CSS] - letter spacing such as in sperrschrift | **[http://reference.sitepoint.com/css/letter-spacing Letter spacing CSS] - letter spacing such as in sperrschrift | ||
− | + | * | |
+ | **[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/HorizontalAlignment.html CSS Horizontal Alignment] | ||
*[http://webdesign.about.com/od/styleproperties/p/blptextindent.htm text indent] | *[http://webdesign.about.com/od/styleproperties/p/blptextindent.htm text indent] | ||
Line 92: | Line 108: | ||
*[[mw:Manual:Interface/Sidebar]] | *[[mw:Manual:Interface/Sidebar]] | ||
*[[mw:Manual:Configuration settings]] | *[[mw:Manual:Configuration settings]] | ||
+ | *[[mw:API:Main page]] - Mediawiki API Documentation | ||
+ | *[[meta:Help talk:Edit toolbar]] - Info on custom edit toolbars and buttons | ||
+ | *[[wikipedia:User:MarkS/Extra edit buttons]] - "XEB" a particular system of extra edit buttons. | ||
+ | |||
===wiki js=== | ===wiki js=== | ||
Line 101: | Line 121: | ||
===Wiki Multilingualism=== | ===Wiki Multilingualism=== | ||
*[[meta:Multilingualism]] | *[[meta:Multilingualism]] | ||
+ | |||
+ | ==IRC stuff== | ||
+ | *[http://freenode.net/using_the_network.shtml Freenode manual] | ||
+ | *[http://www.irchelp.org/irchelp/ircprimer.html IRC primer] | ||
+ | *[http://www.irchelp.org/irchelp/irctutorial.html IRC tutorial] | ||
+ | *[[wikipedia:Direct Client-to-Client]] | ||
+ | *[http://www.technerd.net/memoserv.html MemoServ] | ||
+ | *[http://colloquy.info/extras/ Colloquy stuff] | ||
==Copyright stuff== | ==Copyright stuff== |
Revision as of 16:06, 11 December 2011
Contents
Unix info
- UNIX basics
- Computing Information for Stanford Linguists, contains several sections on UNIX, including:
Programming
- [stackoverflow.com]
Programming for kids
- Alice
- Scratch, and
- Getting Started
- [file:///Applications/Scratch%201.4/Help/en/index.html Scratch Help Files]
Python
PyWikipediaBot
php
- php, including:
MediaWiki
- How to become a MediaWiki hacker
- mw:Volunteer coordination and outreach/Training materials
- wikitech:Presentations
- Wikimania 2011 2nd Day MediaWiki dev video
- Wikimania 2011 3d day MediaWiki extension dev video
- File:Low-hanging-fruit-vs-micro-optimization.theora.ogv
- mw:MediaWiki developer meetings
Java
Lisp
Regex
(aka regexp or Regular Expressions) N.B.: There are several types, e.g. in emacs regex
- Tutorial, such as:
- Tools & Languages, such as:
- JavaScript RegExp Object (explains what's not in JS that's in python, etc)
- Python re Module
- The Grymoire
- regex in php
- Emacs Regex
- emacs manual regex
- Emacs regex
- wikipedia:Regular expression
- grep regex
IRC stuff
Webserver stuff
- How to set up a personal home web server
- setting up a local server
- Mac Dev Center
- Using your Mac as a Web Server
- Install local web server mac osx
- Sitepoint OS X Web Development
- Setting up local web server on OS X snow leopard 10.6
www stuff
- Sitepoint
- Sitepoint Reference - CSS, HTML, JS
- wikipedia:Dynamic HTML
- DHTML
- wikipedia:Application programming interface - API general information
HTML stuff
- Deprecated Code
- Getting started in HTML
- Website design resources for beginner and intermediate users
- Table-based webpage design versus CSS-based webpage design: resources
CSS stuff
- CSS index
- CSS text
- CSS fonts
- HTML Graphics - alignment, horizontal rules, floating objects, font styles
- Style
- Adding a touch of style
- Blooberry CSS
- Sitepoint CSS reference
- Letter spacing CSS - letter spacing such as in sperrschrift
wiki stuff
- Help:Introduction_to_Semantic_MediaWiki (considering using this)
- mw:Manual:Interface/Sidebar
- mw:Manual:Configuration settings
- mw:API:Main page - Mediawiki API Documentation
- meta:Help talk:Edit toolbar - Info on custom edit toolbars and buttons
- wikipedia:User:MarkS/Extra edit buttons - "XEB" a particular system of extra edit buttons.
wiki js
- wikipedia:User:Steven Zhang/monobook.js - really neatly put together
Proofreadpage stuff
- Wikisource:Wikisource:ProofreadPage (has the best description of how to configure index pages)
Wiki Multilingualism
IRC stuff
Copyright stuff
to be moved somewhere else - I thought I already created this section but maybe not
- Cornell's famous cheat sheet
- wikipedia:Wikipedia:Media copyright questions
- How can I tell whether a copyright was renewed
- Stanford Copyright Renewals database
Collections
Stuff
- fo: fo.WS - a really low activity wikisource that could stand watching
- Nazi Ideology before 1933: A Documentation by Barbara Miller Lane & Leila J. Rupp (June 29, 1978)