List/Grid

Google Reader Subscribe to Google Reader

Advanced Windows Batch File Scripting

Advanced Windows Batch File Scripting

Shared by 小董 這樣的一篇關於windows batch file技巧的文章 近年少見 推!! First off, this is a single windows .bat file that I have written to do advanced batch scripting the easy way, meaning it’s mostly a series of functions you can call from the script or within other functions for extremely modular code. Before you get all bent out of shape by my choice of words (“easy, modular”), when I say this is advanced I mean for Windows .bat files, one of the worlds worst scripting languages, but it works on all windows versions so it’s ideal for things like autorun, autoplay, custom startups, usb drives, etc..

FreeBSD 上使用 wkhtmltopdf 做網頁擷取

FreeBSD 上使用 wkhtmltopdf 做網頁擷取

Shared by 小董 天阿 育典哥們 你看了也可以瞑目了 阿門~ 以往要用程式控制將網頁輸出pdf或擷取網頁,都是件浩大工程. 這次介紹如何在FreeBSD 命令列模式下即可輕易辦到,並且不需龐大的X Windows 圖形系統適合在server上跑. 以下是軟體原文介紹

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

Cleanup WordPress Header

Cleanup WordPress Header

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

Our WordPress Developer Toolbox

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

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

Photo

Top 10 YouTube Videos About Your Web Interface

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

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?