webproger > cheat sheets
 
PHP manual
2687 SHARED
 
Unix
Unix CommandsYouListen
 
ASCII, American Standard Code for Information Interchange
ASCII, American Standard Code for Information Interchange
67 SHARED
 
CSS
4 SHARED
 
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 ...
20380 SHARED
 
HTML meta http-equiv
<meta http-equiv='refresh'
      content='5; url=http://qindex.info'>
2622 SHARED
 
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 ...
1635 SHARED
 
JavaScript
charAt, charCodeAt, fromCharCodecharCodeAt, fromCharCodeexecRegExp, match, replacesetTimeout
 
JavaScript
addEventListener 1addEventListener 2addEventListener 3keycodessetTimeout() 1setTimeout() 2
 
JavaScript functions & objects
4880 SHARED
 
Pillow English Listening
 
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
2441 SHARED
 
jif
6 SHARED
 
linux
chmod 777 s
rm -rf Q_thmb
8926 SHARED
 
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)
);
766 SHARED
 
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
2618 SHARED
 
phpinfo
16144 SHARED
 
regular expression
16688 SHARED
 
string conversion
54 SHARED
 
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

-