TIOBE Software: The Coding Standards Company
3 days ago by gdw
Measuring Software Code Quality
TIOBE checks more than 202 million lines of software code for its customers world-wide, real-time, each day.
We have combined the best-in-class code quality checking tools into one framework. Via a single web interface you can consult all important software defects and metrics information for all your software projects. We provide the facts and figures, you take the decisions
development
programming
quality
reference
software
TIOBE checks more than 202 million lines of software code for its customers world-wide, real-time, each day.
We have combined the best-in-class code quality checking tools into one framework. Via a single web interface you can consult all important software defects and metrics information for all your software projects. We provide the facts and figures, you take the decisions
3 days ago by gdw
DocHub | Instant Documentation Search
8 days ago by gdw
Mozilla Developer Central has long been a go to source for for technical documentation of web-standards based development. Now this excellent resource for info on HTML, CSS, JavaScript and the DOM has been organized with a nice clean UI.
css
documentation
html
javascript
reference
wpd
8 days ago by gdw
HTML5 Please - Use the new and shiny responsibly
8 days ago by gdw
Use the new and shiny responsibly.
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are
When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. HTML5 Please helps you out with recommendations for polyfills and implementation so you can decide if and how to put each of these features to use.
The recommendations below represent the collective knowledge of developers who have been deep in the HTML5 trenches. We hope they serve you well.
css3
development
html5
reference
webdev
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are
When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. HTML5 Please helps you out with recommendations for polyfills and implementation so you can decide if and how to put each of these features to use.
The recommendations below represent the collective knowledge of developers who have been deep in the HTML5 trenches. We hope they serve you well.
8 days ago by gdw
Unix Commands Unique to Darwin
27 days ago by gdw
In the following table the first column shows the command name followed by the Unix manual section in parenthesis. Entries in Section 5 of the manual (for example plist) are documentation for configuration files and file formats, not commands.
Based on OS X 10.4.2, August 2005
darwin
mac
osx
reference
unix
Based on OS X 10.4.2, August 2005
27 days ago by gdw
FileInfo.com - The Central File Extensions Registry
6 weeks ago by gdw
FileInfo.com contains a searchable database of thousands of file extensions with detailed information about the associated file types. You can use FileInfo.com to lookup information about unknown file types and find programs that open the files.
extension
file
files
reference
tools
itp
wpd
6 weeks ago by gdw
Python Module of the Week - Python Module of the Week
7 weeks ago by gdw
The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples. This is version 1.132, last updated Jul 08, 2011 to cover the ConfigParser module.
documentation
programming
python
reference
tutorial
7 weeks ago by gdw
Komodo profile structure | ActiveState Community Site
8 weeks ago by gdw
If you Komodo code intelligence is not working, it can
often be fixed by shutting down Komodo, removing this
directory and then starting Komodo again, which will
then cause a rescan/recreate of the necessary code files.
komodo
programming
reference
codeintelligence
fail
often be fixed by shutting down Komodo, removing this
directory and then starting Komodo again, which will
then cause a rescan/recreate of the necessary code files.
8 weeks ago by gdw
TkInter - PythonInfo Wiki
9 weeks ago by gdw
Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk.
Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world."
gui
programming
python
reference
Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world."
9 weeks ago by gdw
BibTeX - Wikipedia, the free encyclopedia
10 weeks ago by gdw
BibTeX is reference management software for formatting lists of references. The BibTeX tool is typically used together with the LaTeX document preparation system
latex
reference
wiki
10 weeks ago by gdw
ActiveState Code
february 2012 by gdw
Home of the Python Cookbook (and other languages).
3959 snippets to learn from and use.
code
programming
python
reference
3959 snippets to learn from and use.
february 2012 by gdw
Mercurial: The Definitive Guide
february 2012 by gdw
This is the online home of the book “Mercurial: The Definitive Guide”. It was published in 2009 by O'Reilly Media.
Mercurial is a fast, lightweight source control management system designed for easy and efficient handling of very large distributed projects. My book tells you what it is, why you should care, and how you can use it effectively
hg
book
mercurial
reference
scm
Mercurial is a fast, lightweight source control management system designed for easy and efficient handling of very large distributed projects. My book tells you what it is, why you should care, and how you can use it effectively
february 2012 by gdw
Literate Programming
january 2012 by gdw
Donald Knuth. "Literate Programming (1984)" in Literate Programming. CSLI, 1992, pg. 99.
I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming."
Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.
The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means. He or she strives for a program that is comprehensible because its concepts have been introduced in an order that is best for human understanding, using a mixture of formal and informal methods that reinforce each other.
development
documentation
literate
programming
reference
I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming."
Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.
The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means. He or she strives for a program that is comprehensible because its concepts have been introduced in an order that is best for human understanding, using a mixture of formal and informal methods that reinforce each other.
january 2012 by gdw
(the eff-bot guide to) The Standard Python Library
january 2012 by gdw
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
books
documentation
programming
python
reference
free
online
january 2012 by gdw
hetland.org : Instant Python
december 2011 by gdw
This is a minimal crash-course in the programming language Python. To learn more, take a look at the documentation at the Python web site, www.python.org; especially the tutorial. If you wonder why you should be interested, check out the comparison page where Python is compared to other languages.
programming
python
reference
tutorial
tutorials
itp
december 2011 by gdw
hetland.org : Instant Hacking
december 2011 by gdw
This is a short introduction to the art of programming, with examples written in the programming language Python. (If you already know how to program, but want a short intro to Python, you may want to check out my article Instant Python.)
code
programming
python
reference
tutorial
itp
december 2011 by gdw
Filesystem Hierarchy Standard - Wikipedia, the free encyclopedia
december 2011 by gdw
The Filesystem Hierarchy Standard (FHS) defines the main directories and their contents in Linux operating systems. For the most part, it is a formalization and extension of the traditional BSD filesystem hierarchy.
reference
unix
december 2011 by gdw
PHP: header - Manual
december 2011 by gdw
PHP 4 PHP 5
header -send a raw HTTP header
header() is used to send a raw HTTP header. See the » HTTP/1.1 specification for more information on HTTP headers. http://www.faqs.org/rfcs/rfc2616.html
php
redirect
reference
webdev
header -send a raw HTTP header
header() is used to send a raw HTTP header. See the » HTTP/1.1 specification for more information on HTTP headers. http://www.faqs.org/rfcs/rfc2616.html
december 2011 by gdw
PEP 8 -- Style Guide for Python Code
december 2011 by gdw
This document gives coding conventions for the Python code comprising the
standard library in the main Python distribution.
documentation
programming
python
reference
style
standard library in the main Python distribution.
december 2011 by gdw
Startup key combinations for Intel-based Macs
november 2011 by gdw
Press C during startup Start up from a bootable CD or DVD, such as the Mac OS X Install disc that came with the computer.
Press D during startup Start up in Apple Hardware Test (AHT).
Press Option-Command-P-R until you hear startup sound a second time. Reset NVRAM
Press Option during startup Start up in Startup Manager, where you can select a Mac OS X volume to start from. Note: Press N to make the the first bootable Network volume appear as well.
Press Eject, F12, or hold the mouse or trackpad button Ejects any removable media, such as an optical disc.
Press N during startup Attempt to start up from a compatible network server (NetBoot).
Press T during startup Start up in Target Disk Mode.
Press Shift during startup Start up in Safe Boot mode and temporarily disable login items.
Press Command-V during startup Start up in Verbose mode.
Press Command-S during startup Start up in Single-User mode.
Press Option-N during startup Start from a NetBoot server using the default boot image.
Press Command-R during startup
Start from Lion Recovery1
mac
hardware
reference
sysadmin
work
lion
server
via:will.brien
Press D during startup Start up in Apple Hardware Test (AHT).
Press Option-Command-P-R until you hear startup sound a second time. Reset NVRAM
Press Option during startup Start up in Startup Manager, where you can select a Mac OS X volume to start from. Note: Press N to make the the first bootable Network volume appear as well.
Press Eject, F12, or hold the mouse or trackpad button Ejects any removable media, such as an optical disc.
Press N during startup Attempt to start up from a compatible network server (NetBoot).
Press T during startup Start up in Target Disk Mode.
Press Shift during startup Start up in Safe Boot mode and temporarily disable login items.
Press Command-V during startup Start up in Verbose mode.
Press Command-S during startup Start up in Single-User mode.
Press Option-N during startup Start from a NetBoot server using the default boot image.
Press Command-R during startup
Start from Lion Recovery1
november 2011 by gdw
The Perl Programming Language - www.perl.org
november 2011 by gdw
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.
development
language
perl
programming
reference
november 2011 by gdw
HOWTO: Five steps to a more secure SSH | Thinkhole Labs
september 2011 by gdw
here are five things you can do to lock down your server and make ssh more secure…
reference
howto
security
ssh
september 2011 by gdw
Well known TCP and UDP ports used by Apple software products
september 2011 by gdw
Well known TCP and UDP ports used by Apple software products
apple
firewall
reference
security
ports
sysadmin
september 2011 by gdw
NeedtoMeet - Find a Time to Meet
september 2011 by gdw
Schedule a meeting in just a few clicks
Use Needtomeet's free and simple calendar to find a time that works for everyone.
calendar
meeting
productivity
reference
Use Needtomeet's free and simple calendar to find a time that works for everyone.
september 2011 by gdw
Main Page - Quicksilver Wiki
september 2011 by gdw
This wiki contains information on the Mac OS X application Quicksilver.
quicksilver
reference
services
wiki
september 2011 by gdw
API Directory - ProgrammableWeb
september 2011 by gdw
Web Services Directory
api
directory
programming
reference
web
itp
wpd
september 2011 by gdw
Type system - Wikipedia, the free encyclopedia
august 2011 by gdw
In computer science, a type system may be defined as "a tractable syntactic framework for classifying phrases according to the kinds of values they compute".[1] A type system associates types with each computed value. By examining the flow of these values, a type system attempts to prove that no type errors can occur. T
languages
programming
reference
type
itp
august 2011 by gdw
Git Reference
august 2011 by gdw
This is the Git reference site. This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks.
control
git
reference
tutorial
august 2011 by gdw
Git for Computer Scientists
august 2011 by gdw
Abstract
Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph.
git
internals
programming
reference
scm
computer
science
Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph.
august 2011 by gdw
Understanding Git Conceptually
august 2011 by gdw
"you can only really use Git if you understand how Git works. Merely memorizing which commands you should run at what times will work in the short run, but it’s only a matter of time before you get stuck or, worse, break something.'
"This tutorial, then, will take a conceptual approach to Git. My goal will be, first and foremost, to explain the Git universe and its objectives, and secondarily to illustrate how to use Git commands to manipulate that universe."
git
programming
reference
tutorial
conceptuallly
"This tutorial, then, will take a conceptual approach to Git. My goal will be, first and foremost, to explain the Git universe and its objectives, and secondarily to illustrate how to use Git commands to manipulate that universe."
august 2011 by gdw
Coding Horror: Recommended Reading for Developers
august 2011 by gdw
Jeff Atwood Stack Overflow
books
coding
development
programming
reference
august 2011 by gdw
Backpack: Git Resources
august 2011 by gdw
This page provides links to documents, how-tos, cheat sheets, tips, and tricks related to learning and using git.
git
howto
reference
resources
august 2011 by gdw
New Cars Pricing and Comparisons Local, Regional and National Car Price Reports at TrueCar
august 2011 by gdw
TrueCar answers the most important new car buyer's burning questions: "What should I pay for a new car?" or "How do I get the best price on a new car?" Our service was founded on the belief that knowing the actual dealer cost on new cars, as well as the factory invoice price, the MSRP (or sticker price) gives you the best leverage when in negotiation with a dealer, and is the only way you can be confident in your car purchase. TrueCar also provides the true price of what people are paying on average for new cars in your local area.
car
reference
august 2011 by gdw
Learn to code | Codecademy
august 2011 by gdw
Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.
coding
programming
reference
online
teaching
itp
august 2011 by gdw
From Big Data to NoSQL: The ReadWriteWeb Guide to Data Terminology (Part 2)
august 2011 by gdw
data warehouses, ACID compliance, distributed databases
nosql
reference
itp
wpd
august 2011 by gdw
From Big Data to NoSQL: The ReadWriteWeb Guide to Data Terminology (Part 1)
august 2011 by gdw
data, big data, databases, relational databases and other foundational issues
data
database
nosql
reference
wpd
itp
pt1
august 2011 by gdw
FOLDOC - Computing Dictionary
july 2011 by gdw
FOLDOC is a computing dictionary. It includes definitions of acronyms, jargon, programming languages, tools, architecture, operating systems, networking, theory, conventions, standards, mathematics, telecoms, electronics, institutions, companies, projects, products, history, in fact any of the vocabulary you might expect to find in a computer dictionary.
Supported by Imperial College Department of Computing
The Department of Computing at Imperial is one of the largest computing departments in the UK and is a world leader in academic research in computer science.
computing
dictionary
programming
reference
search
Supported by Imperial College Department of Computing
The Department of Computing at Imperial is one of the largest computing departments in the UK and is a world leader in academic research in computer science.
july 2011 by gdw
The CMS Matrix - cmsmatrix.org - The Content Management Comparison Tool
july 2011 by gdw
CMSmatrix lets you easily compare the features in content management system products
cms
comparison
reference
software
web
july 2011 by gdw
[Ruby-Doc.org: Documenting the Ruby Language]
july 2011 by gdw
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
development
documentation
programming
reference
ruby
july 2011 by gdw
Council on Spiritual Practices
july 2011 by gdw
rnj robert jesse
consciousness
drugs
philosophy
psychology
reference
july 2011 by gdw
Top 10 Places to Discover Good Software - Lifehacker
june 2011 by gdw
Services like the Mac App Store may be convenient for discovering software, but they can come with quite a few downsides too. Here are ten other great places to find the program you need.
apps
computer
lifehacker
reference
software
search
june 2011 by gdw
JSON
june 2011 by gdw
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is based on a subset of the JavaScript Programming Language. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages. These properties make JSON an ideal data-interchange language.
ajax
javascript
programming
reference
data-interchange
june 2011 by gdw
PHPBuilder.com, the best resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more.
may 2011 by gdw
PHPBuilder.com: The best resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more.
php
programming
reference
tutorials
webdev
may 2011 by gdw
20: HTML forms—the basics - Dev.Opera
may 2011 by gdw
HTML forms—the basics
curriculum
education
reference
webdevelopment
wpd
forms
may 2011 by gdw
Unicode Consortium
may 2011 by gdw
! The Unicode Consortium enables people around the world to use computers in any language. Our members develop the Unicode Standard, Unicode Locales (CLDR), and other standards. These specifications form the foundation for software internationalization in all major operating systems, search engines, applications, and the Web.
development
encoding
reference
unicode
may 2011 by gdw
The World Famous Index of Arduino & Freeduino Knowledge
may 2011 by gdw
... an evolving index of practical subjects for the Arduino and Freeduino microcontrollers, as found in the Arduino site, Playground wiki, forum and that big WWW thing. Everything you read here will work on Arduino, the many versions of Freeduino
arduino
diy
electronics
hardware
reference
may 2011 by gdw
Psych Central - Trusted mental health, depression, bipolar, ADHD and psychology information
may 2011 by gdw
Psych Central is the Internet's largest and oldest independent mental health and psychology network.
education
health
psychology
reference
may 2011 by gdw
git ready » learn git one commit at a time
april 2011 by gdw
learn git one commit at a time
git
programming
reference
tips
tutorial
itp
stdmp2
april 2011 by gdw
BeginnersGuide/Programmers - PythonInfo Wiki
march 2011 by gdw
Python for Programmers
The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.).
documentation
programming
python
reference
tutorials
itp
The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.).
march 2011 by gdw
BeginnersGuide/NonProgrammers - PythonInfo Wiki
march 2011 by gdw
If you've never programmed before, the tutorials on this page are recommended for you; they don't assume that you have previous experience.
howto
programming
python
reference
itp
march 2011 by gdw
BeginnersGuide - PythonInfo Wiki
march 2011 by gdw
Beginner's Guide to Python
New to programming? Python is free, and easy to learn if you know where to start! This guide will help you to get started quickly
development
programming
python
reference
tutorial
itp
New to programming? Python is free, and easy to learn if you know where to start! This guide will help you to get started quickly
march 2011 by gdw
Pure Data Reference Cards — PD Community Site
march 2011 by gdw
List of commented Pd keywords on a single one-sided cheat sheet.
pd
keywords
reference
sheet
march 2011 by gdw
related tags
3d ⊕ academic ⊕ accessibility ⊕ admin ⊕ aggregator ⊕ ajax ⊕ api ⊕ apple ⊕ apps ⊕ archive ⊕ arduino ⊕ art ⊕ artist ⊕ athenacl ⊕ au ⊕ audio ⊕ balanced ⊕ bash ⊕ bbc ⊕ beginner ⊕ bibliography ⊕ bioinformatics ⊕ blender ⊕ blog ⊕ blogs ⊕ book ⊕ bookmarks ⊕ books ⊕ branding ⊕ c ⊕ c++ ⊕ cable ⊕ calendar ⊕ car ⊕ catalog ⊕ cc-by-3.0 ⊕ cheatsheet ⊕ chris ⊕ classification ⊕ clinical ⊕ clojure ⊕ cms ⊕ cocoa ⊕ code ⊕ codeintelligence ⊕ coding ⊕ community ⊕ comparison ⊕ computer ⊕ computers ⊕ computing ⊕ conceptuallly ⊕ consciousness ⊕ control ⊕ course ⊕ courses ⊕ creativecommons ⊕ css ⊕ css3 ⊕ cultural ⊕ culture ⊕ curriculum ⊕ daily ⊕ darwin ⊕ data ⊕ data-interchange ⊕ database ⊕ dekorte ⊕ delicious ⊕ design ⊕ designers ⊕ designhistory ⊕ dev ⊕ development ⊕ dictionary ⊕ directory ⊕ directx ⊕ diy ⊕ docs ⊕ documentation ⊕ drugs ⊕ dsp ⊕ dtp ⊕ ebook ⊕ ebooks ⊕ editors ⊕ education ⊕ educational ⊕ electronics ⊕ encoding ⊕ experimental ⊕ explaination ⊕ extension ⊕ fail ⊕ feed ⊕ fiction ⊕ file ⊕ files ⊕ firewall ⊕ fonts ⊕ forms ⊕ framework ⊕ free ⊕ freeware ⊕ geektools ⊕ git ⊕ gmail ⊕ google ⊕ graphic ⊕ graphicdesign ⊕ graphics ⊕ ground ⊕ gui ⊕ guide ⊕ hardware ⊕ health ⊕ help ⊕ hg ⊕ history ⊕ howto ⊕ html ⊕ html5 ⊕ implementation ⊕ inkscape ⊕ inspiration ⊕ installation ⊕ instruction ⊕ internals ⊕ internet ⊕ io ⊕ iphone ⊕ isfdb ⊕ itp ⊕ java ⊕ javascript ⊕ jhu ⊕ jobs ⊕ journals ⊕ keyboard ⊕ keystrokes ⊕ keywords ⊕ komodo ⊕ lab ⊕ language ⊕ languages ⊕ latex ⊕ learning ⊕ libraries ⊕ library ⊕ lifehacker ⊕ links ⊕ linux ⊕ lion ⊕ list ⊕ lists ⊕ literate ⊕ literature ⊕ logo ⊕ loops ⊕ mac ⊕ mada ⊕ markup ⊕ material ⊕ max ⊕ media ⊕ meeting ⊕ mercurial ⊕ museum ⊕ music ⊕ mysql ⊕ ncbi ⊕ news ⊕ non-classica ⊕ nosql ⊕ nsi ⊕ nt ⊕ number ⊕ objects ⊕ odp ⊕ office ⊕ online ⊕ open ⊕ opensource ⊕ organization ⊕ os ⊕ osx ⊕ pakage ⊕ paulrand ⊕ pd ⊕ perl ⊕ philosophy ⊕ phobias ⊕ php ⊕ pinboard ⊕ pine ⊕ poetry ⊕ politics ⊕ port ⊕ ports ⊕ position ⊕ posters ⊕ practice ⊕ productivity ⊕ programing ⊕ programming ⊕ project ⊕ psychology ⊕ pt1 ⊕ pubmed ⊕ python ⊕ python3 ⊕ quality ⊕ quicksilver ⊕ quotes ⊕ R ⊕ reader ⊕ reading ⊕ recording ⊕ redirect ⊕ reference ⊖ research ⊕ reset ⊕ resource ⊕ resources ⊕ rtas ⊕ ruby ⊕ science ⊕ scifi ⊕ scm ⊕ scribus ⊕ search ⊕ security ⊕ server ⊕ services ⊕ sheet ⊕ shell ⊕ shortcuts ⊕ small ⊕ software ⊕ sonification ⊕ source ⊕ speculative ⊕ spreadsheet ⊕ ssh ⊕ standard ⊕ standards ⊕ stanford ⊕ Statistical ⊕ stdmp ⊕ stdmp2 ⊕ style ⊕ supercollider ⊕ svg ⊕ syntax ⊕ sysadmim ⊕ sysadmin ⊕ taxonomy ⊕ teaching ⊕ tech ⊕ technews ⊕ technology ⊕ ted ⊕ test ⊕ textmate ⊕ theory ⊕ tips ⊕ tools ⊕ training ⊕ trends ⊕ troubleshooting ⊕ tutorial ⊕ tutorials ⊕ twitter ⊕ type ⊕ typography ⊕ unicode ⊕ unix ⊕ untested ⊕ usability ⊕ vector ⊕ via:popular ⊕ via:will.brien ⊕ video ⊕ vienna ⊕ vimeo ⊕ vst ⊕ wasp ⊕ web ⊕ web2.0 ⊕ webapp ⊕ webdesign ⊕ webdev ⊕ webdevelopment ⊕ webstandards ⊕ wiki ⊕ wordpress ⊕ work ⊕ wpd ⊕ writing ⊕ www ⊕ x ⊕ zeldman ⊕Copy this bookmark: