html: element(s) / attribute(s) / reference(s)


  • media -- object
  • block(s) -- div, iframe
  • inline(s) -- span, em
  • table(s) -- table, tr, td
  • form(s) -- form, input attribute(s) -- align, border, width, height

  • css: reference(s)


  • border -- bottom, color, style, ...
  • layout(s) -- positioning(s), margin(s), padding(s), width, height, ...
  • effect(s) -- z-index, opacity, color(s)
  • style(s) -- content, font, ...
  • text -- color, direction, align, spacing, ...

    element(s) -- block, inline, float

  • js: reference(s)


  • closure(s) -- x = function () { ... }
  • meta-programming -- x = eval(string) object(s) -- window, navigator, screen, ..., document

  • DOM/javascript: tutorial(s) / reference(s)


    DOM/HTML: node tree(s) / example(s)


  • Anchor, Area, Base, Body, Button, Event, Form, Frame, Frameset, IFrame, Image, Input Button, Input Checkbox, Input File, Input Hidden, Input Password, Input Radio, Input Reset, Input Submit, Input Text, Link, Meta, Object, Option, Select, Style, Table, TableCell, TableRow, Textarea

    access -- getElementById() / getElementsByTagName()

  • flex: reference(s)


  • mx.states.* -- mx:State
  • mx.effects.* -- mx:Blur
  • mx.utils.* -- mx.utils.GraphicsUtil
  • mx.validators.* -- mx:CreditCardValidator
  • mx.rpc.* -- mx:HTTPService
  • mx.rpc.events.* -- mx.rpc.events.FaultEvent
  • mx.styles.* -- mx.styles.CSSCondition
  • mx.graphics.* -- mx.graphics.BitmapFill
  • flash.display.* -- flash.display.Bitmapdata
  • flash.media.* -- flash.media.Camera
  • ref(s) -- mx.managers.*, mx.modules.*, mx.skins.*
  • attribute(s) -- source, click, link, x, y, width, height
    mxmlc -include-libraries -source-path
    compc -output book.swc -is com -is org

    protocol(s): resource(s)


  • IMAP -- Internet Message Access Protocol
  • ICMP -- Internet Control Message Protocol
  • IDRP -- ICMP Router-Discovery Protocol
  • IP -- Internet Protocol
  • IRC -- Internet Relay Chat Protocol
  • POP3 -- Post Office Protocol version 3
  • PAR -- Positive Acknowledgment/Retransmission
  • RLOGIN -- Remote Login
  • RTMP -- Real Time Messaging Protocol
  • SMTP -- Simple Mail Transfer Protocol
  • SSL -- Secure Sockets Layer
  • SSH -- Secure Shell
  • TCP -- Transmission Control Protocol
  • TELNET -- TCP/IP Terminal Emulation Protocol
  • UPD -- User Datagram Protocol
  • UPS -- Uninterruptible Power Supply

    attribute(s) -- version, reference, standard

  • math: animation(s)


  • (rotational) vx = speed * Math.cos(angle); [05]
  • (rotational) vy = speed * Math.sin(angle);
  • (rotational) ax = force * Math.cos(angle);
  • (rotational) ay = force * Math.sin(angle);
  • x1 = Math.cos(angle) * x - Math.sin(angle) * y; [10]
  • y1 = Math.cos(angle) * y + Math.sin(angle) * x;
  • distance = Math.sqrt(dx*dx + dy*dy + dz*dz); [15]

    assumption(s) -- dx = ms.X - spr.x; dy = ms.Y - spr.y;

  • php: tutorial(s) / quickref(s)


  • mysql -- mysql_connect(server ,user ,password );
  • query -- mysql_query("CREATE DATABASE db",$con))

    reference(s) -- database, XML, ajax

  • graphic(s) [processing]: overview(s)


    graphic(s) [flex/as3]: livedoc(s) / tutorial(s)


    graphic(s) [canvas]: tutorial(s) / specification(s)


  • curve(s) -- ctx.bezierCurveTo(60, 70, 60, 70, 70, 150)
  • operation(s) -- save, restore / translate, scale, rotate

    resource(s) -- processingjs / javascript