-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews-5.html
229 lines (204 loc) · 11.6 KB
/
news-5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>PHPConf 2012 in Taiwan - PHPConf Taiwan 2012 新聞稿</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="description" content="PHPConf 2012 in Taiwan - PHPConf Taiwan 2012 新聞稿">
<meta name="og_title" property="og:title" content=" - PHPConf Taiwan 2012 新聞稿" />
<meta name="og_url" property="og:url" content="http://phpconf.tw/2012/news-5.html" />
<meta name="og_image" property="og:image" content="http://phpconf.tw/2012/images/layout/mascot.png" />
<meta name="og_site_name" property="og:site_name" content="PHPConf Taiwan" />
<link href="http://phpconf.tw/2012/images/layout/mascot.png" rel="image_src" type="image/jpeg" />
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]>
<link rel="stylesheet" href="stylesheets/ie-font.css" type="text/css" charset="utf-8" />
<![endif]-->
<link rel="stylesheet" href="stylesheets/screen.css">
<script src="javascripts/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
<script type="text/javascript">
window.jfAsyncInit = function () {
ctb.main({'appId':'67f07041xlXRgFF-G5X244XO2Y-d-C7jV-UkSYs5wkuHQFq4v4tovYKuBJt6lffvQ3pEzBTI4KqBETtULmn4voLsPWZhhY1xNZmw1JCQ7SUvHF1z_m3w0AcFOGlYoUly6PahO3lx0oU5jb79PgfljHcOrot9dBRXqkaKXMQ9sop-VsVLLAw='});
};
(function () {
var jf = document.createElement('script');
jf.type = 'text/javascript';
jf.async = true;
jf.src = 'http://ds.justfont.com/core/js/v1.0/67f07041xlXRgFF-G5X244XO2Y-d-C7jV-UkSYs5wkuHQFq4v4tovYKuBJt6lffvQ3pEzBTI4KqBETtULmn4voLsPWZhhY1xNZmw1JCQ7SUvHF1z_m3w0AcFOGlYoUly6PahO3lx0oU5jb79PgfljHcOrot9dBRXqkaKXMQ9sop-VsVLLAw=.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jf, s);
})();
</script>
</head>
<body>
<div id="header">
<div id="header-logo">
<a href="index.html" id="conference-mascot"><img src="images/layout/mascot.png" alt="PHPConf Mascot" /></a>
<div id="header-logo-content">
<a href="index.html">
<div id="conference-title-mobile"></div>
<div id="conference-title">
<span class="font-phpconf">P</span>HP<strong><span class="title-color2">Conf</span></strong><br />
<div id="conference-subtitle">
<span class="font-phpconf taiwan-first-letter-left">@</span><span class="font-phpconf taiwan-first-letter">T</span><span class="taiwan-letter">aiwan</span><span class="conference-year">2012</span>
</div>
</div>
<div id="conference-date">
<br /><br />
3rd Nov 2012 — Taipei, Taiwan
</div>
<div class="clear"></div>
<div id="conference-slogan">Innovation and Application for the Future</div>
</a>
<div id="header-navigation" class="float-right">
<ul class="navigation">
<li class="nav-active"><a href="index.html">NEWS</a></li>
<li><a href="schedule.html">SCHEDULE</a></li>
<li><a href="speakers.html">SPEAKERS</a></li>
<li><a href="location.html">LOCATION</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="navigation-last">
<a href="http://twpug.net/modules/newbb/viewforum.php?forum=41"
onclick="this.target='_blank';">FORUM</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="registration-link-320" class="display-320">
<a href="http://registrano.com/events/phpconftw2012">
REGISTRATION <small>Opening date: 8th Oct 2012</small>
</a>
</div>
<div id="main">
<div id="content">
<div id="content-container">
<div id="content-title-container">
<span id="content-title">NEWS</span>
</div>
<div class="news-index">
<article>
<header>
<div class="news-date">
<time datetime="2012-10-15" pubdate data-updated="true">2012-10-15</time>
</div>
<h1 class="news-title"><a href="news-5.html">PHPConf Taiwan 2012 新聞稿</a></h1>
</header>
<div class="news-content">
<p>PHP 是一個熱門的程式開發語言,許多知名的廠商就是透過它來提供各種網站服務,像是 Facebook 或 Yahoo 等。PHPConf 是個針對 PHP程式開發者 舉辦的活動, 2011 年開始,在 pct、eddie 等社群朋友起頭帶領之下,由 OpenFoundry 鼎力協助大部分行政事務及提供場地,整個活動開始順利成行。2011 年的活動,原本預計開放報名人數 100 名,在 10/21 開放報名後的 8 分鐘內立即飛速額滿,含講師與工作人員整個參與人數超過 150 位,而向隅人數之眾,遠遠超乎了當初的預期。</p>
<p>有鑒于此,今年活動我們將報名人數增加到 300 個名額,加入講師、贊助商與工作人員,總數接近 400 人。活動於 10/8 中午 12 點開放報名後隨即湧入大量報名的朋友,截至 10/14 中午 12 點已經有 267 位朋友報名,活動預計在 10/20 晚上 8 點結束報名,有興趣的朋友記得把握最後機會。</p>
<p>今年的活動焦點在各種 PHP Frameworks 的展示! PHP Frameworks 是協助開發者快速進行程式開發的一種工具、架構與方法,讓 PHP 開發者能夠宛如站在巨人的肩膀上一般,將大部分的心力投注在個別應用程式的關鍵上,同時藉由 PHP Frameworks 提供的完整架構,在開發強大功能的同時能夠兼顧擴充性、程式品質與各種普遍認同的優秀應用特性。今年講師們帶來的議題包括 Symphony 2, Phalcon, Laravel, Yii, Zend Framework 2 等等的介紹。</p>
<p>同時今年的議題也相當多元,講師們預計分享的範疇包括應用程式的佈署工具、程式測試、資訊安全、嵌入式系統與國內大型網站的開發經驗等,我們也很幸運遇到這樣的機會,邀請活躍於英國與德國 PHP 社群活動的 Jonathan Maron ,在活動中以英語跟大家討論他所開發的元件 Zend_Service_LiveDocx 。</p>
<p>活動舉辦所需要的資源,有很大的一部分需要仰賴熱情廠商的贊助,感謝 異客、補夢網、遊戲基地 等單位對活動的支持,以及 行政院國科會、中研院資創中心以及 OpenFoundry 等單位協助張羅活動的場地與相關行政工作,讓我們的活動籌備順利進行。</p>
<p>今年的活動在 11/3 於中央研究院人文社會科學館舉辦,地點以及更詳細的活動資訊請參考活動官方網站: <a href="http://phpconf.tw/2012/">http://phpconf.tw/2012/</a></p>
</div>
</article>
</div>
</div>
</div>
<aside id="sidebar">
<div id="registration-link" class="display-720">
<a href="http://registrano.com/events/phpconftw2012">
<div class="registration-title">REGISTRATION</div>
<div class="registration-date">Opening date: 8th Oct 2012</div>
<div class="clear"></div>
</a>
</div>
<div id="sidebar-container">
<div id="sponsors">
<!--
<h2>Diamond Sponsors</h2>
<ul>
<li><img src="images/mock-up/sponsor1.png" alt="xxx" /></li>
</ul>
<div class="clear"></div>
-->
<h2>Gold Sponsors</h2>
<ul>
<li>
<a href="http://goo.gl/KLkVS"><img src="images/sponsors/eatgo.png" alt="異客" /></a>
</li>
<li>
<a href="http://www.pumo.com.tw"><img src="images/sponsors/pumo.jpg" alt="補夢網" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Silver Sponsors</h2>
<ul>
<li>
<a href="http://www.gamebase.com.tw/"><img src="images/sponsors/gamebase.gif" alt="遊戲基地" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Media Partners</h2>
<ul>
<li>
<a href="http://sina.com.tw/"><img src="images/sponsors/sina.gif" alt="新浪臺灣" /></a>
</li>
<li>
<a href="http://www.gamebase.com.tw/"><img src="images/sponsors/gamebase.gif" alt="遊戲基地" /></a>
</li>
<li>
<a href="http://techorange.com/"><img src="images/sponsors/teckorange.png" alt="TechOrange 科技報橘" /></a>
</li>
</ul>
<div class="clear"></div>
<h2>Special Thanks</h2>
<ul>
<li>
<a href="http://web1.nsc.gov.tw/"><img src="images/sponsors/nsc.jpg" alt="行政院國家科學委員會 (NSC)" /></a>
</li>
<li>
<a href="http://www.citi.sinica.edu.tw/"><img src="images/sponsors/citi.png" alt="中央研究院資訊科技創新研究中心 (CITI)" /></a>
</li>
<li>
<a href="http://www.openfoundry.org/"><img src="images/sponsors/openfoundry.png" alt="自由軟體鑄造場 (OSSF)" /></a>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</aside>
<div class="clear"></div>
</div>
<div id="footer">
<div id="footer-content">
<div id="past-editions">
<div id="past-editions-content">
<a href="../2011/">Visit the <span>2011 Conference</span> Site</a>
</div>
</div>
<div id="copyright">
© 2012 PHPConf.TW
</div>
<div class="clear"></div>
</div>
</div>
<!-- end of footer -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.8.1.min.js"><\/script>')</script>
<script src="javascripts/plugins.js"></script>
<script src="javascripts/main.js"></script>
<script>
var _gaq = [
['_setAccount', 'UA-34341254-1'],
['_trackPageview']
];
(function (d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>