Article Archive for 2月 2009
表示させることができたので覚書
Customizable Post Listings Version:3.0.1 Last update:03 April 2008
http://coffee2code.com/wp-plugins/#customizablepostlistings
うちのは
CPL日本語版 ver 2.0.1
http://hsuzuki.ddo.jp/weblog/?p=2339
参考HP ともかめ亭 WordPress Hacks : New / Up マーク
http://tomokame.moo.jp/archives/614
サンプルコード
function [...]
今日は海外です
どこなんでしょうか?夕方の感じなので-12時間地域?
フルコントロールOK
http://mallcam.uta.edu/ViewerFrame?Mode=Motion&Lang [...]
前に紹介はしていないと思うんですが
万一、ダブってる場合はご指摘下さい
場所は分かりません。バスがどこのバスでしょう
ズーム以外コントロールOK
http://bbiq.bbiq-c.jp/Vie [...]
テーブルの見本参考サイト
Top 10 CSS Table Designs 10ケースパターン
http://www.smashingmagazine.com/2008/08/13/top- [...]
こんなカメラって何のためにつけてるんでしょうか?
公開されてることを知ってるんでしょうか?
ズーム以外はコントロールOK
http://cam95112.miemasu.net/ViewerFrame? [...]
工場内カメラ
360度パンします。おまけにフルコントロールOK
ポート81~83まで3台カメラがあります。
http://tomikawa-ena.miemasu.net:81/ViewerFrame? [...]
月別アーカイブをコンパクトに表示。
monthchunks plugin for Wordpress http://justinsomnia.org/2005/04/monthchunks-howto/
左列真ん中くらいに
Instructions
Download and unzip monthchunks-2.1.zip (v2.1)
ダウンロード後 /wp-content/plugins/ へアップ、有効。
うちのテーマでは <?php wp_get_archives(‘type=monthly’); ?> は使ってない。
/wp-includes/widgets.php
801行目を変更。
/**
* Display archives widget.
*
* @since 2.2.0
*
* @param array $args Widget arguments.
*/
function wp_widget_archives($args) {
extract($args);
$options = get_option('widget_archives');
$c = $options['count'] ? '1' : '0';
$d = $options['dropdown'] ? '1' : '0';
$title = empty($options['title']) ? __('Archives') : apply_filters('widget_title', $options['title']);
echo $before_widget;
echo $before_title . [...]
同じテーマを使ってるサイトをGoogleで検索してみた。
検索語句「”Proudly powered by WordPress and Carrington”」
出た順です。オリジナル [...]
富山県高岡市太田(雨晴海岸)
海辺の民宿 女岩荘 http://www.meiwasou.com/
フルコントロールOK
http://61.213.216.178/sample/LvAppl/lvap [...]
DL先
http://www.freeiconsdownload.com/
今回使ったもの
http://www.freeiconsdownload.com/Free_Funny_Icons.asp?PageIndex=2
アイコンフォルダ /wp-includes/images/smilies/
もしそのまま差し替えなら、記述済みをどうぞ
/wp-includes/functions.php
function smilies_init() {
global $wpsmiliestrans, $wp_smiliessearch, $wp_smiliesreplace;
// don't bother setting up smilies if they are disabled
if ( !get_option( 'use_smilies' ) )
return;
if ( !isset( $wpsmiliestrans ) ) {
$wpsmiliestrans = array(
':mrgreen:' => '00 Blanco.png',
':neutral:' => '01 Smile.png',
':twisted:' => '02 Laugh.png',
':arrow:' => '03 Silly.png',
':shock:' => '04 [...]
