Presenting photos with Lightbox

June 7th, 2008

Lightbox 2 is a set of JavaScript Library on presenting photos. Showing a large image by clicking a thumbnail image becomes really great.

Like these:

シマリス
エルクマーモット鳥

Lightbox 2.0 for WordPress
http://zeo.unic.net.my/notes/lightbox2-for-wordpress/

Lightbox v2.0 WordPressプラグイン版
http://bd.dotted.jp/archives/87/

  AddClips   人気blogランキング  BS blog ranking  

WP Plugins of OpenID and Related Posts

May 31st, 2008

I added two new WordPress plugins, which are WordPress Related Posts and WP-OpenID.

WordPress Related Posts automatically writes related links of your posts below the contents. Relation is determined by tags you add.

WP-OpenID, another plugin, enables OpenID when visitors post comments. In addition, you can use OpenID when you log in to Admin section.

For connecting admin users and OpenIDs, go to “Your Identity URLs” page at Profile (or Users) after logging in, then register your OpenID.

  AddClips   人気blogランキング  BS blog ranking  

Hacking a wordpress plugin

May 24th, 2008

I hacked TwitThis plugin for WordPress in order to display AddClips and blog ranking bannars. Then I noticed AddClips includes TwitThis, so comented out the original code for displaying.This plugin and xLanguage plugin competed with each other until I let down this priority of filter hook.

How to make a WordPress Plugin Part1(in Japanese) and Writing a Plugin « WordPress Codex were useful for these.

Read the rest of this entry »

  AddClips   人気blogランキング  BS blog ranking  

To Enable SQLite at ColdFusion8

May 18th, 2008

I want to write a note about how to enable SQLite at ColdFusion8 using JDBC Driver.

  1. Download the SQLite JDBC Driver
  2. Unzip it and get sqlite_ini.dll and sqlite.jar. Place them individually like followings:
    sqlite_ini.dll => {CFroot}/runtime/jre/bin/
    sqlite.jar => {CFroot}/wwwroot/WEB-INF/lib/
  3. Log in to CF Administrator and go to JAVA & JVM, then add ColdFusion Classpass:
    {CFroot}/wwwroot/WEB-INF/lib/sqlite.jar
  4. Restart ColdFusion 8 Application Server
  5. Log in to CF Administrator again and go to Datasource, then create a new datasource with database driver : other
  6. Setting is:
    JDBC URL => jdbc:sqlite:/Full Path of the SQLite database
    c.f) jdbc:sqlite:/C:/Development/test.sql
    Driver Class => SQLite.JDBCDriver
  7. Send and you would see the connection-status

Labels of resultsets has table names of SQLite database. So, souce codes should be followings:


<cfquery name="userNames" datasource="testUsers">
SELECT id, name
FROM users
</cfquery>
<cfoutput query="userNames">
#userNames.users.id# #userNames.users.name#<br />
</cfoutput>

ColdFusion & SQLite - ColdFusion Talk
http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:48155

Message posted by Suzor - smithproject.org
http://www.smithproject.org/forum/posts/listByUser/16.page

  AddClips   人気blogランキング  BS blog ranking  

OpenID with Google account

May 17th, 2008

As OpenID has been widely known, some popular services, such as Yahoo or AOL, now provide OpenID authentications. And, Google account holders can use OpenID authentication via Blogger. At the beggining, people should have checked the box in settings, but now automatically get OpenID URL when creating a new blog.

Someone who hesitates to start a new blog, can use OpenID for Google Account. This is a service using Google App Engine which is now preview released. Published URL is http://openid-provider.appspot.com/GoogleAccountName (Please replace GoogleAccountName with characters before @ in your Google e-mail address).

Google Becomes OpenID Provider Via Blogger (Now Non-Geeks Can Join The Fun)
http://www.blogherald.com/2008/01/19/google-becomes-openid-provider-via-blogger-now-non-geeks-can-join-the-fun/

Use Your Google Account as an OpenID
http://www.labnol.org/internet/favorites/use-google-account-email-openid-user-name/2901/

googleアカウントでopenidログイン
http://d.hatena.ne.jp/huixing/20080409

Read the rest of this entry »

  AddClips   人気blogランキング  BS blog ranking  

Tweeting for Companies 101

May 10th, 2008

Micro-blogs, including Twitter, is recognized mainly for personal use. However, this article explains why Twitter or how to tweet, etc. Before I read it, I hadn’t known about hashtags, which look useful.

Tweeting for Companies 101
http://www.horsepigcow.com/wp-content/twitter-101-1.pdf

Read the rest of this entry »

  AddClips   人気blogランキング  BS blog ranking  

Twitter in Plain English

May 3rd, 2008

My friends don’t twit, and it’s hard to me to explain how attractive it is. This video is good for telling people what can we do using Twitter.


Video: Twitter in Plain English | Common Craft - Explanations In Plain English
http://www.commoncraft.com/Twitter

Speaking of using Twitter, I heard a news that recently, a detained graduate student of UC-Barkley posted just one word “arrested” on Twitter, and it allowed the university to help him get out from jail.

Student ‘Twitters’ his way out of Egyptian jail - CNN.com
http://www.cnn.com/2008/TECH/04/25/twitter.buck

Read the rest of this entry »

  AddClips   人気blogランキング  BS blog ranking  

Google Code日本語化

April 26th, 2008
English version of this post isn't available.
  AddClips   人気blogランキング  BS blog ranking  

Photoshop Express

April 19th, 2008

Photoshop Express is a service with which you can edit your photos online. I like the interface, especially that I can see thumbnails with effects on the top. I just made a photo.

  AddClips   人気blogランキング  BS blog ranking  

Trying Google Apps

April 12th, 2008

I tried to use Google Apps with the filmonkey.net domain. The reason is features of GMail, for example, server reliability, anti-spam functions, and mobile access.

I feel excited when I use new services like this!

  AddClips   人気blogランキング  BS blog ranking