Articles in Normal
Sometime you need to detect cup loading on server.
This function was support window and linux cpu loading detect.
function GetCpuLoad($Check=false, $NoComment=false)
{
if (!PHP_OS) return ($Check)?-1:0;
if (strtoupper(substr(PHP_OS, 0, 3)) === …
There comes a point in every website design when you simply want
to give the website a little spice to impress the visitor and make
it memorable. You want that sexy interaction to capture the user’s
attention. In …
以下內容全文轉自:http://www.dotblogs.com.tw/jimmyyu/archive/2009/08/09/9961.aspx
為了讓大家不用再連到MSDN上,我直接全文轉過來,會轉這篇的主要原因是這些詞很常被用到,但 跟別人討論時往往需解釋一段時間,有空的時候再針對每個用語加些圖示說明吧。
另外再提供.net framework字彙:http://msdn.microsoft.com/zh-tw/library/6c701b8w(VS.80).aspx
Access Modifier – 存取修飾詞
關鍵字 (例如, private、 protected、 internal 或 public),會限制對型別或型別成員的存取。如需詳細資訊,請參閱 存取修飾詞。
Accessible Member – 可存取成員
某個型別可以存取的成員。某個型別可以存取的成員其他型別不一定能存取。如需詳細資訊,請參閱 存取修飾詞和 Friend 組件。
Accessor – 存取子
是一種方法,可設定或擷取與屬性相關的私用 (Private) 資料成員值。讀寫屬性擁有 get 和 set 存取子。唯讀的屬性只有一個 get …
Yes, this is another round-up of fresh and useful
Javascript techniques, tools and resources. But don’t
close the tab yet, as you might find this one very useful. In this
selection we present calendars, forms, buttons, navigation,
debugging, optimization …
Just yesterday we introduced Twitter Avatars In Comments plugin for WordPress that enables bloggers to have both Twitter and Gravatar avatars in blog comments. We are certainly not going to turn Smashing Magazine into a …
We are offering you the opportunity to showcase your work in our magazine by releasing a high-quality freebie. We try to keep high standards and we have high expectations because we want our readers to …
JavaScript is an integral part of the RIA revolution. JavaScript allows developers to create rich and interactive web interfaces and establish asynchronous communication with servers for constantly up-to-date data without a page …
So mush time I paid….
‘pre’ => array(
‘style’ => array(),
‘class’ => array(), // add this
‘width’ => array ()),
‘q’ => array(
‘cite’ => array ()),
This is our fourth installment of Ask SM, featuring reader
questions about Web design, focusing on HTML, CSS and JavaScript.
In this post we’ll cover how you can distribute the horizontal
space between elements evenly, how you can …
With the release of Silverlight 1.0 and its subsequent versions,
a debate started among designers and developers regarding choosing
between Flash and Silverlight. Silverlight faces difficulties in
capturing the market because of the maturity of Flash. However,
Silverlight has …

