Skip to content

Commit c4dd597

Browse files
committed
2013년 2월 6일 PHP Micro-Framework 발표 자료 추가
2013년 3월 6일 PEAR Log 발표 자료 추가 2013년 4월 5일 PEAR Console 발표 자료 추가
1 parent bba5593 commit c4dd597

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+7243
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<html>
2+
<head>
3+
<title>001</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
return false;
12+
}
13+
if (keynum == 13 || keynum == 32) {
14+
window.location = "002" + ".html";
15+
return false;
16+
}
17+
if (keynum == 73 || keynum == 105) {
18+
window.location = "index.html";
19+
return false;
20+
}
21+
return true;
22+
}
23+
</script>
24+
</head>
25+
<body onkeypress="return navigate(event)">
26+
<pre>
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
PHP Micro-Framework
37+
38+
2013-02-06
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
</pre>
52+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>002</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "001" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "002b" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
35+
마이크로프레임워크
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>002b</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "002" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "002c" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
35+
마이크로프레임워크
36+
37+
* 프레임워크
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>002c</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "002b" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "002d" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
35+
마이크로프레임워크
36+
37+
* 프레임워크
38+
* CakePHP, CodeIgniter, etc.
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>002d</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "002c" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "002z" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
35+
마이크로프레임워크
36+
37+
* 프레임워크
38+
* CakePHP, CodeIgniter, etc.
39+
* 작은 프레임워크
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>002z</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "002d" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "003" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
35+
마이크로프레임워크
36+
37+
* 프레임워크
38+
* CakePHP, CodeIgniter, etc.
39+
* 작은 프레임워크
40+
* 말 그대로 크기가 작다
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html>
2+
<head>
3+
<title>003</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<script>
6+
function navigate(e) {
7+
var keynum = (window.event) // IE
8+
? e.keyCode
9+
: e.which;
10+
if (keynum == 8) {
11+
window.location = "002z" + ".html";
12+
return false;
13+
}
14+
if (keynum == 13 || keynum == 32) {
15+
window.location = "003b" + ".html";
16+
return false;
17+
}
18+
if (keynum == 73 || keynum == 105) {
19+
window.location = "index.html";
20+
return false;
21+
}
22+
return true;
23+
}
24+
</script>
25+
</head>
26+
<body onkeypress="return navigate(event)">
27+
<pre>
28+
29+
30+
31+
32+
33+
34+
프레임워크와 마이크로프레임워크
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
</pre>
53+
</body>

0 commit comments

Comments
 (0)