Dec 3rd2009-12-04T06:40:15ZM jS
I am in the early stages on recoding my Viper’s Video Quicktags plugin from scratch and in the process I will be replacing JW Player with a free and open-source alternative. JW Player is really great, but sadly it’s released under a non-commercial license which just won’t do.
So please, if you know of any good Flash players that will do FLV, MP4, etc. please leave a comment with a link!
Here’s my list so far of players to compare and pick between: (I’ll update this list with suggestions)
Oct 4th2009-10-04T10:51:24ZM jS
Now that I own a laptop, I needed a way to keep some folders in sync between my two computers (my web development folder for example). While there are plenty of options that use online methods (Dropbox for example), I needed one that was strictly offline. The free accounts only offer a few gigabytes (I’ll eventually be syncing a few hundred gigabytes and am currently syncing around 30,000 files) and I’m much too cheap to purchase space upgrades (they’re crazy expensive anyway).
So in comes SyncToy 2.0 from Microsoft. I installed it on my desktop (you only need it on one computer), shared the folders with my Homegroup on my laptop that I wanted to sync, and set up some folder pairs. It works awesome and only takes about a minute to check both my desktop and laptop (via wireless) for file modifications and then sync the changes.
However it has no UI for setting up automated syncing. You either have to do it manually or set up a scheduled task using the command line program that comes with SyncToy called SyncToyCmd.exe. The problem with there’s no way to hide it’s window. Every time the task runs, a command line window pops up while it’s syncing. Highly annoying and distracting, even if I’m only syncing once an hour.
Well thanks to a bit of Googling, I found a solution. It’s a little NET application someone wrote that acts as a wrapper for SyncToyCmd.exe and makes it run silently in the background.
Success!
Aug 27th2009-08-27T23:24:42ZM jS
I was reading the New York Time’s technology section this morning on my iPod Touch (ironically) and ran across something I found quite humorous in an article about Apple’s latest version of their operating system, Snow Leopard:
In any case, Snow Leopard truly is an optimized version of Leopard. It starts up faster (72 seconds on a MacBook Air, versus 100 seconds in Leopard).
72 seconds? Really? I don’t know if it’s just me or what, but I find that very slow. I realize that is on a laptop so the CPU probably isn’t great, but comon.
For comparison, I just did a cold boot of my computer and timed it with my iPod’s stopwatch app. It’s specs are nothing amazing (it’s over 18 months old) and I’m running Windows 7 RC1 (build 7100).
- 0 sec — power button is pressed
- 10 sec — BIOS screen pops up
- 25 sec — Windows logo appears (i.e. Windows starts loading)
- 50 sec — login screen appears (25 seconds after Windows started loading)
After I typed in my password, it only took about 5 seconds (10 max) for my desktop, start bar, start menu, etc. to show up. That’s nearly 15 seconds faster than Leopard, 40 seconds faster if you ignore the 25 seconds that it took my computer to run through it’s pre-OS checks.
I admit it took another 30 seconds or so before everything else was loaded, but in Windows 7’s defense I have about two dozen programs set to auto-start (IRC, BitTorrent, twhirl, etc. etc.). When the install was fresh, it loaded the desktop in an instant.
Or is my reverse Apple fanboism clouding my judgment?
Sep 29th2008-09-30T02:50:06ZM jS
This is an improvement upon my earlier post on how to keep SVN checkouts automatically up to date.
DD32 used his awesome Googling skills to find this page in the TortoiseSVN docs that talks about automation. Turns out you can launch TortoiseSVN via the command line, have it update the folder(s), and then close when done. So here’s an updated guide.
These instructions are for Vista, but they are likely similar for XP.
- If you don’t already have TortoiseSVN installed, download and install it.
- If you don’t already have a copy of WordPress checked out to a folder, do it. WordPress’ in-development SVN URL is
http://svn.automattic.com/wordpress/trunk/
- Start -> Control Panel -> Administrative Tools -> Task Scheduler
- On the right, click on “Create Task” (not the basic one)
- Fill out as follows. Paths will likely be different! Click for bigger versions and hover over the images (even when the lightbox is up) to display the comment text.
Done!
To test it to make sure it’s working properly, delete a few non-custom files from your SVN’ed folder. wp-trackback.php, xmlrpc.php, etc. are good test files. Then click on “Task Scheduler Library” in Task Scheduler (it’s on the left), click once on your new task, and then click “Run” on the right-hand side. If it’s working properly, the files your deleted will be restored.
Sep 28th2008-09-28T08:17:53ZM jS
This post has been deprecated as a better method was discovered. Please see this other post for details.
Read the rest of this deprecated post anyway »
Sep 9th2008-09-10T02:17:54ZM jS
More fun experiences with iTunes today. Trying to upgrade my iPod Touch’s firmware after manually downloading iTunes 8.0 (automatic update kept failing) only to find I need to upgrade to iTunes 8.0 from 8.0 in order to upgrade my firmware.

Clicking on “Download iTunes” does nothing. Awesome.
Jul 22nd2008-07-22T13:42:07ZM jS
Yep, that official WordPress App for the iPhone and iPod Touch that I mentioned earlier is now available!
You can download it right here. I’m off to do it myself!
Jul 14th2008-07-14T23:52:29ZM jS
Thought I’d share a little bit of code I use to easily translate any webpage I’m viewing into English in one click.
Open your Bookmarks and add a new Bookmark to the “Bookmarks Toolbar” folder in Firefox (sorry IE users, you’re on your own). Name it anything (I did “Translate”) and for the location, enter this:
javascript:void(location.href='http://translate.google.com/translate?tl=en&u='+location.href)
That should make a new button show up in your toolbar and when you click it, it will take you to Google and translate the website into English.
Jun 17th2008-06-17T19:24:24ZM jS
Firefox 3 came out today. It is entirely awesome and I really suggest you give it a try. I’ve been using the betas for a week or two and I love it to death.
Oh, and before you complain about the “awesome bar” (aka the new address bar), give it a few days to learn your browsing habits. It’s sorting order will greatly improve as you surf the web.
Dec 8th2007-12-08T09:46:24ZM jS
I officially hate iTunes and that I am forced to use it to manage my iPod Touch. Okay, so I can tick the manual box and just drag and drop any songs I want to be on it, but the fact that it refuses to fetch album artwork for all my CDs drives me nuts. A huge part of the thing is displaying the album artwork (you can fly through it, it displays while playing, etc.). Worst of all, even if Winamp has already snagged the album artwork and saved it as a JPEG in the album’s folder, iTunes won’t notice it and I’d have to manually add it to my bazillion albums. Why oh why…