|
 | 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 ... |
| www.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
 | 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| rs) }
puts 'Save ' + fn + '.xml ...'
f = File.new(fn + '.xml', 'w')
fn.next!
f.write(res.body)
c = parseXML(res.body)
end while c != ''
end
# Google Reader中订阅的Feed地址
url = 'http://BLOG.DOMAIN.com/PATH.xml'
# Google Account,Reader API目前必须要验证才能用
email = 'USERNAME@gmai ... |
| www.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
 | Google GDrive by 隐藏人物 |
| 传说中GDrive的界面
地址是:http://docs.google.com/picker?version=1.0&urlInputVisible=true&title&hl=zh-CN&formsEnabled=true&nav=({root:+('all'),+items:+(('documents'),+('presentations'),+('spreadsheets'),+('forms'),+('calendars'),+('maps'),+('my-maps'),+('photos'),+('photo-upload'),+('folders'))},('recently-p ... |
| www.geekaa.com/topic/view/4657.html - 2009年10月10日 |
|
 | Yahoo! Query Language by 金刚不坏 |
| web where query='pizza'
Try Unified web+image search.
YQL Insert/ Update/ Delete
You can use YQL to write and modify data on Web services and applications using SQL keywords: INSERT, UPDATE, and DELETE. These verbs let you manipulate data mapped onto an Open Data Table and enables developers to use ... |
| www.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
 | SQLServer中服务器角色和数据库角色权限详解 by hgta |
| _owner
可以执行数据库中技术所有动作的用户
db_accessadmin
可以添加、删除用户的用户
db_datareader
可以查看所有数据库中用户表内数据的用户
db_datawriter
可以添加、修改或删除所有数据库中用户表内数据的用户
db_ddladmin
可以在数据库中执行所有DDL操作的用户
db_securityadmin
可以管理数据库中与安全权限有关所有动作的用户
db_backoperator
可以备份数据库的用户(并可以发布DBCC和CHECKPOINT语句,这两个语句一般在备份前都会被执行)
db_denydatareader
... |
| www.geekaa.com/topic/view/4608.html - 2009年9月22日 |
|
 | write Ruby, Python & XAML code in your (X)HTML pages by 隐藏人物 |
| http://visitmix.com/Labs/gestalt/ |
| www.geekaa.com/topic/view/4425.html - 2009年8月9日 |
|
 | 你没见过的120种网站开发新工具 by henry |
| Last year we did a post on Web development tools. A lot has changed in the past year, and there are tons of new tools available to developers. Options include drag-and-drop application builders, code repositories, project management and testing apps, and frameworks for working with a variety of codi ... |
| www.geekaa.com/topic/view/4271.html - 2009年7月9日 |
|
 | 仿子目录绑定-简单实现一个空间两个站点绑定两个域名 by tip |
| 如果你的空间不支持子目录绑定,但你又想在同一个空间实现多个相互独立的网站的话,以下方法正是你要找的。
如何实现一个空间两个站点绑定两个域名,既在同一个虚拟空间内放置2个或多个不同的站点,并同时可使用2个或多个域名访问各自的站点。
方法一——普通法:
1、首先确保空间支持asp动态网页文件,开通虚拟空间时要求空间商(客服)在空间里绑定2个或3个域名(即主域名和次域名,一般加绑三两个次域名是免费的),如果空间支持自助控制面板自行添加域名绑定就更好了。
2、在空间根目录分别开2个文件夹如Blog和bbs,用于放置2个不同的站点;
3、将以下代码建立index.asp文件,上传至空间根目 ... |
| www.geekaa.com/topic/view/4113.html - 2009年6月8日 |
|
 | .htaccess绑定域名到子目录的方法 by 纵云 |
| RewriteEngine on
# 把 yourdomain.com 改为你要绑定的域名.
RewriteCond %{HTTP_HOST} ^(www.)? yourdomain.com$
# 把 subfolder 改为要绑定的目录.
RewriteCond %{REQUEST_URI} !^/subfolder/
# 不要改以下两行.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# 把 subfolder 改为要绑定的目录.
RewriteRule ^(.*)$ |
| www.geekaa.com/topic/view/4110.html - 2009年6月7日 |
|
 | Apache::ASP for Windows by 温柔一刀 |
| Building Apache::ASP 2.57
Building a Web Server, for Windows
Requirements
Microsoft Visual C++
[we will use Visual Studio 98 / VC++ 6.0]
[Visual Studio .NET will also work with the same instructions]
Perl
mod_perl
Notes:
When using the command-line (command-shell) with VC++, always set the Build E ... |
| www.geekaa.com/topic/view/3936.html - 2009年5月1日 |
|
|