|
| 8种免费开源PHP商城系统介绍 by hgta |
| Sometimes you can not afford to get a custom shopping cart coded, the perfect solution to this situation is to get the best of the Open Source Shopping Carts.
We have used, reviewed and tries our hands on plenty of open source shopping carts and put together a list of the best carts. Following are ... |
| bbs.geekaa.com/topic/view/4761.html - 2009年11月7日 |
|
| WordPress 永久链接设置 by hgta |
| WordPress 默认使用的 URL 格式包含问号和一些数字。然而,WordPress 还为您提供了自定义日志的永久链接和存档的功能。使用该功能可以使您的链接更美观,易用,并且向前兼容您以前使用的 Blog 系统。下面是一些常见的永久链接结构,在我们的网站上还提供了很多您可以使用的结构标签以便您自由设置任意格式的永久链接结构。
http://codex.wordpress.org/Using_Permalinks |
| bbs.geekaa.com/topic/view/4759.html - 2009年11月6日 |
|
| 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 纵云 |
| y_var = new LoadVars();
finishVar = 0;
preRollFlag = 0;
} // End of the function
System.useCodepage = true;
loadUsers();
stop ();
var spdLoop;
var pointerLoop;
var spdSpeed = 2;
var pst;
var isPress = false;
var bingoPos = -1;
var allRot = -1;
var aoo;
var hasCalc = false;
var my_var = new ... |
| 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日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| require 'net/https'
require 'uri'
def getSID(email, passwd)
uri = URI.parse('https://www.google.com/accounts/ClientLogin')
req = Net::HTTP:ost.new(uri.path)
req.set_form_data({'Email'=>email, 'Passwd'=>passwd});
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
res ... |
| bbs.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| Representation(
Status.CLIENT_ERROR_BAD_REQUEST,
ErrorCode.PARAMETER_MISSING_OR_INVALID, getResponse());
return;
}
Float call_id = Float.valueOf(call_id_str);
// 根据API_KEY获取相应的APP应用
P ... |
| bbs.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
| Who use morse coder with me? by 隐藏人物 |
| .-- .... --- ..- ... . -- --- .-. ... . -.-. --- -.. . .-. .-- .. - .... -- . ..--.. |
| bbs.geekaa.com/topic/view/4664.html - 2009年10月13日 |
|
| I love you geekaa.com by 隐藏人物 |
| .. .-.. --- ...- . -.-- --- ..- --. . . -.- .- .- .-.-.- -.-. --- -- ... |
| bbs.geekaa.com/topic/view/4661.html - 2009年10月12日 |
|
| 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日 |
|
|