List/Grid

Headline Subscribe to Headline

9 Useful PHP Functions and Features You Need to Know

9 Useful PHP Functions and Features You Need to Know

Shared by 小董 的確很優~ 1. Functions with Arbitrary Number of Arguments You may already know that PHP allows you to define functions with optional arguments

Object-Oriented PHP for Beginners

Object-Oriented PHP for Beginners

Shared by 小董 會利用物件導向的確可以省很多事 但誤用會多更多事 For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you’ll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in creating more-compact, effective code. Understanding Object-Oriented Programming Object-oriented programming is a style of coding that allows developers to group similar tasks into classes

NotePad++ 5.7 in windows7 support php function list

NotePad++ 5.7 in windows7 support php function list

This case spend me so much time . Step 1. Download this file FunctionList.zip Step 2. Install notepad++ 5.7 and don’t install with %APPDATA% Step 3. unzip the FunctionList.zip and… Read more »

Emacs Macro Tutorial: How to Record and Play

Emacs Macro Tutorial: How to Record and Play

Let us take the following text snippet as an example. $ cat thegeekstuff.txt * virtualization technologies * sed and awk tips/tricks * emacs tutorials * bash scripting tutorial series …

[xampp+komodo] php code beautifier

[xampp+komodo] php code beautifier

That’s very simple and easy. c:\xampp\php>PEAR install PHP_Beautifier-beta After install PHP_Beautifier,you will find the c:\xampp\php\php_beautifier.bat And just Do as below pictures

10 Awesome New Premium WordPress Plugins from CodeCanyon

10 Awesome New Premium WordPress Plugins from CodeCanyon

Shared by 小董 CodeCanyon一定有給他錢 As part of our massive CodeCanyon push this year, I’m pleased to announce that we’ve launched not one , but two awesome new categories. The new CSS category features everything from incredible pricing charts , to buttons , to entire frameworks ; while the WordPress plugins category is quickly on its way to becoming the premier location for purchasing premium plugins on the web.

The Art And Science Of The Email Signature

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 »

40 Useful jQuery Techniques and Plugins

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 »

50 Brilliant CSS3/JavaScript Coding Techniques

50 Brilliant CSS3/JavaScript Coding Techniques

CSS3 is coming. Although the browser support of CSS 3 is still very limited, many designers across the globe experiment with new powerful features of the language, using graceful degradation… Read more »

Get Source Code for any Linux Command

Get Source Code for any Linux Command

Step 2: Execute apt-get source to get the source. For example, to get source code for netstat command, do the following: Syntax: apt-get source command-name Example: apt-get source netstat …