webproger > cheat sheets
 
PHP manual
1626#2687 SIBLINGS CHILDREN 2687
 
Proverbs and Quotes in English
Short sentences and easy words.
 
Unix
Unix CommandsYouListen
 
ASCII, American Standard Code for Information Interchange
ASCII, American Standard Code for Information Interchange
1626#67 SIBLINGS CHILDREN 67
 
CSS
1626#4 SIBLINGS CHILDREN 4
 
HTML form
<form method='post' enctype='multipart/form-data' action='<?php echo $_SERVER['PHP_SELF']; ?>'>
    <input type='text' name='ix' value=''>
    <input type='radio' name='do' value='delete'>
    <input type='radio' name='do' value='private'>
    <input type ...
1626#20380 SIBLINGS CHILDREN 20380
 
HTML meta http-equiv
<meta http-equiv='refresh'
      content='5; url=http://qindex.info'>
1626#2622 SIBLINGS CHILDREN 2622
 
HTML/CSS
articlesCharacter EntitiesCSS Properties (Brian Wilson)CSS Properties (W3C)DOCTYPEDummy Greek TextHTML 4.01 Attributes (W3C)HTML 4.01 Elements (W3C)HTML5 canvas tutorialP3PQuick CanvasQuick Meta TagsRSSstandards/documentsstatisticsvalidationxhtml1-frameset.dtdxhtml1-strict.dtdxhtml1-transitional.dtdXML
 
HTML5
<!DOCTYPE html><html><head>
<title></title>
<meta name='description' content=''>
<meta name='viewport'
  content='width=device-width,initial-scale=1.0'>
<link rel='stylesheet' href=''>
<style></style>
<script src=''></script>
<script></script>
</head><bod ...
1626#1635 SIBLINGS CHILDREN 1635
 
JavaScript
charAt, charCodeAt, fromCharCodecharCodeAt, fromCharCodeexecRegExp, match, replacesetTimeout
 
JavaScript
addEventListener 1addEventListener 2addEventListener 3keycodessetTimeout() 1setTimeout() 2
 
JavaScript functions & objects
1626#4880 SIBLINGS CHILDREN 4880
 
JavaScript JSON
var j = {
   v: 0
  ,c: function() {
    g = this;
    this.v = 0;
    this.f = function() {
      window.alert(g.v);
    };
    this.e = function() {
      attach(window,'load',this.f);
    };
  }
}
o = new j.c();
o.v = 1;
o.e();
//1
1626#2441 SIBLINGS CHILDREN 2441
 
jif
1626#6 SIBLINGS CHILDREN 6
 
linux
chmod 777 s
rm -rf Q_thmb
1626#8926 SIBLINGS CHILDREN 8926
 
MySQL
MySQL manualREGEXP
 
MySQL CREATE TABLE
CREATE TABLE t (
  i int(10) auto_increment,
  s varchar(32) default 'no data',
  c text,
  p varchar(32),
  t int(10),
  PRIMARY KEY (i)
);
1626#766 SIBLINGS CHILDREN 766
 
PHP
copyfilefilesizefile_existsheadermysql_fetch_arraymysql_num_rowsmysql_real_escape_stringob_start(), ob_get_contents()ob_start,ob_cleanpreg_matchpreg_match_allpreg_replacerawurlencode
 
PHP class
class c {
    var $v;
    function c($i) {
        $this->v = $i;
    }
    function f() {
        echo $this->v;
    }
}
$o = new c('o');
$o->f();
//o
1626#2618 SIBLINGS CHILDREN 2618
 
phpinfo
1626#16144 SIBLINGS CHILDREN 16144
 
regular expression
1626#16688 SIBLINGS CHILDREN 16688
 
string conversion
1626#54 SIBLINGS CHILDREN 54
 
study
htmlspecialchars()JavaScript RegExp Referenceqesc()qesc()regular expressionregular expression 1 character escapesregular expression 2 character classesregular expression 3 quantifiersregular expression 4 assertionsregular expression 5 usagestring conversionUnicode

-