YouTube Wordpress Plugin With Technorati Tags

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, [...]

More



Apocalypse 2.0 The day the web broke

Found this article on Digg, and just thinking about this makes me cringe. If what he’s saying is true, which it most likely is, then my life is about to become a big pile of hate. Can’t we all just get along?
Apocalypse 2.0 – the day the web broke by ZDNet’s Ryan Stewart — [...]

More



Pimp Watch Dashboard Widget

I stumbled upon a great website for watches the other week and it sparked a complete new interest in writing dashboard widgets – TokyoFlash.com. This site is home to some of the most insane, abstract watches I’ve ever seen – and believe me, I will end up wasting a bunch of money there (once i [...]

More



Chuck norris facts dashboard widget

Chuck Norris Widget — takes random facts from ChuckNorrisFacts.Com and displays them in the dashboard. simple. yet another lazy day spent with a beer and a widget idea
This is in beta so the download will have to come soon – i havent really looked at the dashboard in months, so i will have [...]

More



Maddox dashboard widget

Another widget I made while drinking a beer and wondering when he was going to update his site. I’m not sure how well this one actually works because I can’t truly test it until he updates. Seems like it works, and that is good enough for me right now.
Updates: I havent played with this one [...]

More



Confession booth dashboard widget

Little widget that lets you confess dirty sins and all that good stuff.
Your first confession should be about how you feel terrible for wasting
my bandwidth
If you want to download this, click here
Front:

Back:

update:
I fixed the server migration – it *should* work. if not, just shoot me an email and ill try to see wtf [...]

More



Remove .DS_Store files from certain folders

I had never really thought about it until today, but I am constantly deleting those pesky .DS_Store files that finder loves put everywhere. Since I’m always in the terminal anyway its just become a habit to rm .DS_Store when i come accross them. Today I decided that this is like killing 1 rabbit while the [...]

More



What if your life was run like a corporation?

Imagine if every aspect of your personal life was affected by corporate ‘rules’. How much would that fucking suck? Just picture putting in 2 weeks notice before breaking up with your girlfriend.. then having to help interview / train for the new ‘position’. Ouch. Although, they do have 1 thing in common – if you [...]

More



Why English Teachers Die Young

Why English Teachers Die Young
Just some spam email i thought was pretty funny.
Every year, English teachers from across the country can submit their
collections of actual analogies and metaphors found in high school
essays.
These excerpts are published each year to the amusement of teachers
across the country.
Here are last year’s winners…..
1. Her face was a perfect oval, like [...]

More



Wiki style auto link formatting through JS

This is a simple effect that looks pretty awesome and can definatly make your blogging life much easier. (how? because you will never have to type “target=_blank” again, thats how.)
Heres the JavaScript includes

src=”/jslib/prototype.js”

src=”ubrious.js?domain=blog.ubrio.us”

or

src=”ubrious.js?domain=<?=$_SERVER['SERVER_NAME']?>”

And the JavaScript itself

Event.observe(window, ‘load’, function()
{
domain = ”;
$A(document.getElementsByTagName(”script”)).findAll( function(s)
{
domain = s.src.match(/ubrious.js(?.*)?$/);
if(domain)
domain = domain[1].replace(/?domain=/, ”);
});
$A(document.getElementsByTagName(’a')).each(function(l)
{
if(l.target==”_blank” || !l.href.match(’/'+domain+’/') && !l.href.match(/^javascript/))
{
// attach if outside of your [...]

More



 Page 6 of 7  « First  ... « 3  4  5  6  7 »