|
 | Function Reference/add meta box by 神墓 |
| reen section
$title
(string) Title of the edit screen section, visible to user
$callback
(string) Function that prints out the HTML for the edit screen section.
$page
(string) The type of Write screen on which to show the edit screen section ('post', 'page', or 'link')
$context
(string) The part ... |
| www.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 ... |
| www.geekaa.com/topic/view/4677.html - 2009年10月28日 |
|
 | WPMU Functions/wpmu signup blog by 老顽童 |
| completed the signup process, it includes their activation link.
http://codex.wordpress.org/WPMU_Functions/wpmu_signup_blog ... |
| www.geekaa.com/topic/view/4725.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 ... |
| www.geekaa.com/topic/view/4721.html - 2009年10月27日 |
|
 | 苹果“I Am A Mac”新广告迎战Windows 7 by 隐藏人物 |
| http://adfun.blogbus.com/logs/48992623.html |
| www.geekaa.com/topic/view/4700.html - 2009年10月23日 |
|
 | 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 ... |
| www.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
 | 【模版分享】Polaroid - On The Road by 隐藏人物 |
| DEMO:http://1d1c.blogbus.com/
注意:使用这款模板的朋友,希望能留言贴上你的blog网址。
如果同时提出你的意见建议,在下不胜感激。
一款窄屏的单栏模版,利用一些ajax特效。
宝丽来主题。粉色系。
适合短小文字。比如散文诗,或生活随笔。
可是因为blogbus模版自定义方式的一些限制,让这个设计存在一点可用性方面地bug。
比如点击tags的“more”链接,出来的页面(如:http://1d1c.blogbus.com/tags/)出现的还是首页,这个时候就得点击以下链接:
或者点页首的第二个标签。(默认为“街道”)
这样就能看到正确的内 ... |
| www.geekaa.com/topic/view/3708.html - 2009年9月27日 |
|
 | wordpress登录后一片空白的解决全过程 by 隐藏人物 |
| 今天登录wordpress后只返回一片空白,也就是dashboard blank.
上网查,有人说修改php.ini的memory_limit可以解决。我将我的值从16修改成32再到64都失败。
有人说去掉config.php,打开index.php,通过向导重新安装可以解决,我试了,失败。
我试试移除我现在用的模板,也就是我昨天做的那个。结果能打开后台。
但是到底模板哪里出了问题呢?
我还猜想是不是昨晚做模板的时候文档的Encoding出了问题,然后我全部改成utf-8,失败。
最后我尝试逐一排除模板里的php的方法,发现是functions.php的问题。
可是不知道怎么改。 ... |
| www.geekaa.com/topic/view/4534.html - 2009年9月4日 |
|
 | 为不同的浏览器制定不同的css以及2.8的新功能body_class by 隐藏人物 |
| 忙活一整天才发现只有safari4和opera10(在我测试过的浏览器里)才能完美支持我新做的模板。
于是我想只让safari和opera支持这个模板的css里关于@font-face的部分。
终于有头绪了!
我的解决办法是:
<body <?php body_class(); ?>>
然后在functions.php里加入:
<?php
add_filter('body_class','browser_body_class');
function browser_body_class($classes) {
global $is_lynx, $is ... |
| www.geekaa.com/topic/view/4532.html - 2009年9月4日 |
|
 | 解决WordPress多语言插件qTranslate激活后日志日期乱码的问题 by 隐藏人物 |
| /wp-admin/options-general.php?page=qtranslate#advanced_settings
找到这项:
Date / Time Conversion
里面有4个单选项:
Use emulated date function.
Use emulated date function and replace formats with the predefined formats for each language.
Use strftime instead of date.
Use strftime instead of date and repl ... |
| www.geekaa.com/topic/view/4504.html - 2009年8月28日 |
|
|