Blogubrious Retiring — Moving to Proccli
I’m migrating all new blog entries to a new name/site: Proccli: Code Sprouts.
I’ll try to keep on top of comments and such coming in here, but it will eventually start to decay (hopefully gracefully).
-Rob
I’m migrating all new blog entries to a new name/site: Proccli: Code Sprouts.
I’ll try to keep on top of comments and such coming in here, but it will eventually start to decay (hopefully gracefully).
-Rob
I was curious about RubyCocoa and decided to play around a bit. I came across this article on rubycocoa.com about the apple remote and ruby. I got it working and boredom took over… so I decided to wrap it with a simple DSL. It seems pretty pointless, although switching OSX spaces with it was fun…
How [...]
I’ve been finding myself using YAML a lot for silly enums — maybe because I’m lazy, but mostly because there is no need to manage them via a database table. Here is just a simple example — I need to associate a region and division to a client. These will not change much and are [...]
I found that I use a lot of input fields which need to display a simple message to the user like “type the molecular structure of didehydro-dimethylether onium cation” — and when they focus the box it needs to clear, and when they blur the box it needs to go back to that message. Theres [...]
I was reading up on another one of those “top X command line hacks for OS X” posts (more specifically Mac OS X Tips) and came across something I never really paid attention to. It was the “Inspect Element” menu item on the right-click menu in safari. If you don’t see this, thats probably because [...]
I launched the project site Ubrious over the weekend, in addition to a photo gallery and a few other branches of ubrio.us. If any images / links are broken then, whoops, I’m still running through trying to clean everything up but my time is at a minimum. (The important stuff should be running…)
Using Gnome + Ubuntu (7.04 Feisty Fawn) + Apache 2
Step 1:
In gnome goto System -> Administration -> Network and click on the ‘Hosts’ tab
Step 2:
For your normal localhost (127.0.0.1) double-click or hit ‘properties’ to edit it. Add your list of subdomains under localhost.
*Ignore the text in this pic, I overlooked that you had to include [...]
What is Colibri? It’s the closes thing to Quicksilver you can get for the PC, and it makes life easy when you hate using the mouse. (If you read my quicksilver post you’d realize that id do everything via keyboard if I could…)
My few gripes with Colibri is the fact that it had no way [...]
MOVED: http://ubrio.us/plugins
Relative Digg Wordpress Plugin – Add related digg story links to the bottom of your post based on keywords
Note (5/13/07):
I just looked over this code and I made a lot of mistakes. Just use it as an example/reference or clean it up. I hacked it together pretty quick when I was bored at work, [...]
I’m no longer supporting this, and I’m unsure if the old YouTube API is still in place.
Download
Usage
Features
Change Log
Hey all, I was asked to write a simple plugin that will make use of the YouTube API to generate videos based on specific post tags.
Downloads
YouTube Wordpress Plugin
svn export http://public.svnme.com/youtubevideos .
Usage
open the .PHP file in a text editor, [...]