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
-
add-on amazon rds applescript cocoa css firefox gmail javascript jquery mac mamp mashup mongo mysql oauth Open Tab-History In New Tab pear php skype social SweetCatcher twitter vim
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
-
Recent Posts
-
Blog under the Creative Commons Attribution 3.0 License
Category Archives: Create
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? [...]
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"
[...]
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!
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 [...]
Bracket auto completion in vim for PHPer