Monthly Archives: June 2010
50 Powerful Time-Savers For Web Designers
Being a web designer is not easy. Not only do we need to have a good understanding about visual design, typography, information architecture, psychology and a plethora of other disciplines;… Read more
CPU-LOADing Detect function
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,… Read more
The Art And Science Of The Email Signature
Email signatures are so easy to do well, that it’s really a shame how often they’re done poorly. Many people want their signature to reflect their personality, provide pertinent information… Read more
Spicing Up Your Website With jQuery Goodness
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… Read more
15 Wildly Convenient CSS Items from CodeCanyon
In addition to Premium WordPress Plugin , we, over at CodeCanyon , also recently launched a CSS category , specifically made for high quality, and super convenient items, such as three-level menus, CSS tabs, pricing grids, frameworks, etc. I’d like to show you a quick sampling of the best of what we have so far , after a couple weeks. 1
Keeping You in the Loop – Bash For, While, Until Loop Examples
/bin/bash # Find files which has .zip for file in `find /root -name “*.zip*” -type f` do # Skip the extension .zip dirname=`echo ${file} | awk -F’.’ ‘{print $1}’` # Create the directory mkdir $dirname # Copy the zip file cp ${file} …
Mod Rewrite Simulator – PHP mod_rewrite – CodeCanyon Script
If you have a mod_rewrite using web-project and your server doesn’t support mod_rewrite you should usually turn the friendly urls in your documents into “ugly ones”, and this could take time :/ with the php mod_rewrite you could skim over this workings just set your ErrorDocument 404 in the .htaccess to the PHP file which is using modrewrite.class.php and this should do the work A list of things you could do with this class can be found under http://mac.homac.net/projects/TF_PHPModRewrite/ , there’s also a link to a version of SGM2 .0 which is running with php mod_rewrite instead of using apache’s mod_rewrite php mod_rewrite doesn’t support all features of apache’s mod_rewrite but you really can use a lot of known rules Infos : http://codecanyon.net/item/mod-rewrite-simulator-php-mod_rewrite/88186 Download: http://hotfile.com/dl/50696190/753d41d/cc-mrs_wch.rar.html Password: warchain.com
C# 用語
以下內容全文轉自: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)… Read more
Web Languages: Decoded
Shared by 小董 太讚了 我給五顆星 入門必讀 其實就算從業多年也未必都懂呢 ^^ Those of us who have become well seasoned to the dyslexia-inducing array of web languages often overlook the diversity and additional interactivity we can gain by learning another language or two. Perhaps you are a beginner trying to understand what you need to spend time learning, or perhaps you’re an experienced individual looking for something new to play with
40 Useful jQuery Techniques and Plugins
Over the last year, Smashing Magazine has evolved. We’ve been publishing fewer lists and more in-depth articles about design and Web development. We have invited professionals and high-profile developers to… Read more