|
 | Function Reference/add meta box by 神墓 |
| Description
The add_meta_box() function was introduced in WordPress 2.5. It allows plugin developers to add sections to the Write Post, Write Page, and Write Link editing pages.
Usage
<?php add_meta_box( $id, $title, $callback, $page, $context, $priority ); ?>
Parameters
$id
(string) HTM ... |
| bbs.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
 | 有奖大转盘FLASH程序的内部代码! by 纵云 |
| function loadUsers()
{
var ld = new LoadVars();
var _loc2;
ld.load("./getActiveUser.action", "_root", "GET");
ld.onLoad = function (succ)
{
if (succ)
{
trace (ld.arg1);
_root.mc_users.txt_users.htmlText = ld.arg1;
_root.mc_users ... |
| bbs.geekaa.com/topic/view/4677.html - 2009年10月28日 |
|
 | WPMU Functions/wpmu signup blog by 老顽童 |
| Description
Stores the new user and blog details in the database and calls wpmu_signup_blog_notification to email the new user an activation link.
Parameters
$domain
(string) (required) Domain of the new blog (see explanation below).
Default: None
$path
(string) (required) Path of the new blog (see ... |
| bbs.geekaa.com/topic/view/4725.html - 2009年10月27日 |
|
 | WPMU signup security question by 老顽童 |
| The Signup Security Question plugin for WordPress-MU adds a changeable question to the signup form. Site admins can set the question and answer via the admin backend:
The question will be added to the signup form:
http://wpmudev.org/project/Signup-Security-Question ... |
| bbs.geekaa.com/topic/view/4724.html - 2009年10月27日 |
|
 | 让你能利用WordPress博客赚钱的插件:Advertising Engine by Brands 2.0 by 隐藏人物 |
| Earns you more money from all your existing site photos.
The Brands 2.0 plug-in for WordPress enables you to earn money from your site's existing photos. It is an advertising engine designed to put brand logos into the corners of your photos. No extra page space is needed; easy installation; and yo ... |
| bbs.geekaa.com/topic/view/4722.html - 2009年10月27日 |
|
 | A blank WordPress Theme Framework - WP Framework by 隐藏人物 |
| WP Framework
http://wpframework.com/
WP Framework was created to serve as the starting point in WordPress theme development.
It accomplishes this by providing you with commonly used functions and features that modern WordPress themes should have. So when you start a brand new WordPress project, us ... |
| bbs.geekaa.com/topic/view/4721.html - 2009年10月27日 |
|
 | 韩国各大网上购物网站大全 by henry |
| G-market
http://www.gmarket.co.kr/
韩国最有人气的综合性购物网站,包括时装,名牌,生活日用品,家电,家具,购物券,体育用品,飞机、船票,海外代购等等无所不包,和淘宝网基本上一样。购物十分方便,配送也十分快速,是最受好评的人气购物网站之一。
11番街
http://www.11st.co.kr/
韩国另一个人气综合购物网站,时装,品牌,家电,化妆品等等琳琅满目,你想要买的商品基本上都可以找到。G-market强劲的竞争对手。只能本国人或者本人居住外国人才能注册。
interpark
http://www.interpark.c ... |
| bbs.geekaa.com/topic/view/4693.html - 2009年10月21日 |
|
 | 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| REST API的users.getInfo,user.isAppAdded等method, 如何在开放平台的服务器端dispatch到对应的class或module来进行处理? 以下是一利用java的反射机制的简单示例代码
Java代码
package com.xxx.api.web.restlet;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Map;
import java.util.Strin ... |
| bbs.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
 | Setting the class path by 纵云 |
| Setting the class path
Synopsis
The class path can be set using either the -classpath option when calling an SDK tool (the preferred method) or by setting the CLASSPATH environment variable. The -classpath option is preferred because you can set it individually for each application without affecti ... |
| bbs.geekaa.com/topic/view/4676.html - 2009年10月17日 |
|
 | Yahoo! Query Language by 金刚不坏 |
| What is YQL?
The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint.
Yahoo! and other websites across the Internet make much of their structured da ... |
| bbs.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
|