August 18, 2010 – 11:03 am | Comments Off

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

Read the full story »
Featured

Some article you should watch….

Google Reader

some article I share in google reader. they are very important to me.

Headline

Most important article~

Normal

原創

通常 原創都是短短的 因為站長很忙.

Home » Archive by Category

Articles in Google Reader

9 Useful PHP Functions and Features You Need to Know
August 18, 2010 – 11:03 am | Comments Off

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
August 18, 2010 – 10:59 am | Comments Off
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

Cleanup WordPress Header
August 3, 2010 – 8:29 am | Comments Off

Shared by 小董 你知道這些狗屎header消耗多少資源嗎?恩~當你超過上萬篇文章就有感覺了~ WordPress implements new standard features in the head of the theme since version 2.5, that are always on the hook wp_head .

Our WordPress Developer Toolbox
August 3, 2010 – 8:26 am | Comments Off

Shared by 小董 我真的為這個文章喝采 他可讓我節省好多時間 Again and again the question comes in: What do you use as an environment to develop with WordPress. Some suggestions I would like to give, these are just my preferences, but I would be happy if you tell me your preferences of tools.

WordPress Theme Frameworks: Options You Should Consider
July 16, 2010 – 10:00 am | Comments Off
WordPress Theme Frameworks: Options You Should Consider

There is no doubt that WordPress is an awesome piece of open source application, and in addition, creating custom themes for it is very intuitive and relatively easy with the WordPress API. With that said, creating your own custom themes from scratch can be very time-consuming, with plenty of unnecessarily repetitive tasks

Photo
July 11, 2010 – 7:02 am | Comments Off
Photo
Top 10 YouTube Videos About Your Web Interface
July 11, 2010 – 1:10 am | Comments Off
Top 10 YouTube Videos About Your Web Interface

The graphical user interface or GUI shapes and defines how we interact with the Web.

Introducing WordPress 3 Custom Taxonomies
July 6, 2010 – 7:29 pm | Comments Off
Introducing WordPress 3 Custom Taxonomies

Shared by 小董 滿適合拿來作商品屬性的~~ WordPress 3 fills in a number of important gaps towards being a serious content management system. The easy-to-use custom taxonomies function gives site designers some powerful tools for building a good information architecture. Learn what taxonomies are, why they’re useful, and how to use them in today’s tutorial! What is a Taxonomy?

10 Awesome New Premium WordPress Plugins from CodeCanyon
July 6, 2010 – 7:13 pm | Comments Off
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.

Increase Productivity by Creating PHP Helper Functions
July 5, 2010 – 2:24 pm | Comments Off
Increase Productivity by Creating PHP Helper Functions

Every workman needs a good toolbox, and web developers are no different. PHP helper functions are designed to speed up and homogenise repetitive tasks, and make your life that much easier