Wednesday, 28 February 2007

Trackback ‘Em All 0.1 Released

I have just released Trackback ‘em All 0.1. It is basically an RSS/Atom feed to pingbacks/trackbacks converter. It fetches a list of RSS/Atom feeds, scan through the entries, and send pingback/trackback to all external links in the feed entries. I have actually been using it for a few months already. It basically: Speeds up your [...]

Category: Technology | 0 Comment
Friday, 23 February 2007

Google Apps Goes Premier

Google has released its Google Apps for your domain, Premier Edition. At $50/year per user, it looks to be quite an attractive alternative to self-hosted emails/office apps. Moreover it comes with 24×7 support. I guess small SaaS providers need to watch out as both Microsoft and Google have entered the market.

Tuesday, 20 February 2007

MyBlogLog’s Co-Author Exploit

Got an email from MyBlogLog about 2 days ago. Hi ScottYang, I would like to add you as a co-author of my MyBlogLog community below: Blog/Site: Blogmemes Belgium (http://www.blogmemes.be)MyBlogLog community: http://www.mybloglog.com/buzz/community/Blogmemes_Belgium/ Your MUST click on the link below to accept this request: <Link Deleted> Thanks,Blogmemes_Belgium Instead of clicking on the link, I went straight to [...]

Category: General | 0 Comment
Monday, 19 February 2007

URL Absolutifier WordPress Plugin 1.0 Released

Just uploaded a small WordPress plugin, URL Absolutifier, that converts relative links and image sources in WordPress RSS/Atom feeds into absolute URL. For example, from <a href="/code/url-absolutifier">URL Absolutifier</a> to <a href="http://scott.yang.id.au/code/url-absolutifier">URL Absolutifier</a> It was written because (1) I like to use relative URL when I write my blog posts (2) feed should not contain relative [...]

Category: General | 1 Comment

How To Change WordPress Permalink Structure with Permalink Redirect Plugin

It has to be one of the most frequently asked questions here. “I have changed my WordPress Permalink Structure, and now all my internal/external links are broken. My most popular posts have dropped off from the Google SERP completely, and I am loosing thousands of dollars per day! How can I fix them?” Well, maybe [...]

Category: General | 29 Comments
Saturday, 17 February 2007

Chinese New Year 2007

John Pasden: 10 reasons I hate Chinese New Year. Obviously it applies to only those who live in big metro city in China. Funny that we, the Mandarin Bible Fellowship, are going to watch the craptacular tomorrow at someone’s place, as it has been such a tradition in many Chinese’s life. Welcome the year of [...]

Category: Life, Quickies | 3 Comments
Friday, 16 February 2007

The Inner-Platform Effect

Daily WTF: The Inner Platform Effect — “The Inner-Platform Effect is a result of designing a system to be so customizable that it ends becoming a poor replica of the platform it was designed with.” Way too many examples these days. Think Java-based enterprise systems that can be configured into everything via XML files, but [...]

Category: General | 0 Comment

Ruby on Rail and Heaven

A few humourous programming language stories — Raganwald: Programming Language Stories — where it looks at the attitude of C, Ruby on Rails, Java and Scheme programmers. The RoR one is my favourite as it was a derivative from another popular joke. Just inside the gates of heaven, St. Peter sits at a desk checking [...]

Category: General | 0 Comment
Wednesday, 14 February 2007

Threading in Javascript

Cooperative threading in Javascript 1.7 using the new yield keyword. Only works in Firefox 2 (or whatever browser that supports JS 1.7 with all its Pythonic features). It’s no preemptive “real” threading though, but it does make massive parallelism easier to implement. Online realtime strategy game written in Javascript?

Category: General | 2 Comments

Collaborative Bible Study Material

ESV Blog: Collaborative Bible Study Materials. From the article — “The barriers to entry for managing a project of this scale have fallen so far that anyone with both passion and commitment can produce and make available something potentially helpful to Christians everywhere.” Yes, I don’t deny the fact that the technical barriers were long [...]