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.
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/
Log in to CF Administrator and go to JAVA & JVM, then add ColdFusion Classpass:
{CFroot}/wwwroot/WEB-INF/lib/sqlite.jar
Restart ColdFusion 8 Application Server
Log in to CF Administrator again and go to Datasource, then create a new datasource with database driver : other
Setting is:
JDBC URL => jdbc:sqlite:/Full Path of the SQLite database
c.f) jdbc:sqlite:/C:/Development/test.sql
Driver Class => SQLite.JDBCDriver
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>
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).
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.
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.
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.
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.