Category Archives: Create

Bracket auto completion in vim for PHPer

I used to use this setting in .vimrc: inoremap \( ( inoremap ( ()<LEFT> But escape bracket every time for second\(first(); is a little bit stressful. (typed “first()”, then move to the head of the line, typing “second”, back slash and bracket) Here is an improved script: function! CompleteDetachedBracket() let line = line('.') let col = [...]
Posted in Create | Tagged | Leave a comment

Catch Up On The News Mashup For Social Media

“Catch Up On The News” is a mashup for social news media such as digg, tweetmeme, techmeme and delicious. It is showing top 20 popular articles from yesterday, last week or whenever you can specify. Do you have an experience that after finishing a vacation, would like to read a week’s news all at one time? [...]
Posted in Create | Tagged , | 1 Comment

screencapture + ftp upload in AppleScript

set this_file to "/tmp/com.zuzara.desktop.png" set ftp_host to "***" set ftp_user to "***" set ftp_password to "***" set ftp_path to "/***" set ftp_newfile to do shell script "date '+%Y%m%d%H%M.png'"   try do shell script "screencapture " & quoted form of POSIX path of this_file tell application "Image Events" [...]
Posted in Create | Tagged , | 2 Comments

SweetCatcher for Skype First Release

SweetCatcher is an application that shows you your important person’s Skype status in your menu bar, so you can see her/his status (online or offline) anytime without having to open a contact list. Download: SweetCatcher_v20090630.dmg md5 checksum: 7bc5420c4c034b0a2317f9a21baca62d Requirements: Mac OS 10.5+ Skype 2.7+ Thanks Icon Drawer for using a cute icon. Don’t waste any time calling to your sweet!
Posted in Create | Tagged , , | 7 Comments

Skype4Sweet First Release

Oops, I needed to change the name: SweetCatcher According to Skype API Terms of Use (http://www.skype.com/legal/terms/api/) ยง 4.1 using the word “Skype” in product’s name is not allowed. The following names would be OK: “works with Skype” “uses Skype Software” or “uses Skype” “for Skype Software” or “for Skype”
Posted in Create | Leave a comment

Firefox add-on: “Open Tab-History In New Tab” released in sandbox

Open Tab-History In New Tab :: Firefox Add-ons This add-on is designed to allow a user to open a link from the back button drop-down menu in a new tab. To do this the user clicks the back-forward-dropmarker button or just right clicks the back/forward button to bring up that tab’s history. By right clicking the desired [...]
Posted in Create | Tagged , , | Leave a comment
  • About

    I'm Nobu, a web developer living in Mountain View, CA. Feel free to comment on any posts. I'm also tweeting on twitter.

  • Archives

  • Recent Posts