PC-Addicts Chrome Extension

You never know when Chris-D will be streaming, and it’s a pain to have to check his website all the time. Now you don’t have to. Just install my new PC-Addicts Chrome Extension and you’ll be able to see when he’s on. Download it here!

 PC Addicts Chrome ExtensionI am working on adding support for multiple streams and Justin.Tv support. This is my first ever Chrome Extension so take it easy on me!

Popularity: 42% [?]

System Information Pro!

So I was bored, and inspired. I took some time and wrote this nifty little application. It’s written with .NET 2.0 framework. It will display every last piece of information about your system that you could want.

DOWNLOAD HERE

 System Information Pro!

Popularity: unranked [?]

iStream (uStreamer)

A lot of people have been asking what ever happened to my uStream application. Let me tell you what happened! The .NET Framework is what happened! I started the project using C++ and now rewriting in C# .NET.  I’ve wrote an entire wrapper for the ustream.tv API and thinking about releasing that as a separate library.

The last version I was more worried about snaz and fancy features. This version is more focused on stability and usability. uStreamer sounds a little funny, so I’ve decided to change the name while rewriting the application. iStream seemed like a good choice.

Popularity: unranked [?]

Dreamhost – PROMO CODE!

I’ve just recently switched all of my personal sites to Dreamhost. Dreamhost offers unlimited everything at a very low price. I’ve been with them for one year now and have never had any major complaints. I had trouble importing a 70mb sql file and the support staff responded to my ticket within the hour with helpful and correct steps to import my database using SSH.

Since I switched and think everyone should enjoy unlimited services at an awesome price I’ve going to give you an AWESOME deal!

GO HERE

Sign up for 1 year (Normally $119!) Enter MY promo code LIFEOFAJACKASS and receive a free domain registration for LIFE and $40 off the first year! Thats only $79 for 1 year of hosting AND a free domain for LIFE!

Why? It’s UNLIMITED! Why not?

Popularity: unranked [?]

TransmissionX

I’ve kinda put this site on the backburner for a while now. I’ve been actively working on Sigurd and a few other projects.

A friend and I are planning a release of a series of applications on TransmissionX.

I have still be fiddling with my old projects  like, uStreamer, GravatarGet, TweetP and such.

Popularity: unranked [?]

Viral Contest!

Want a change to win $1,000 and a bunch of other prizes? How about an iPod Touch 16GB? Or a $100 giftcard to Best Buy? How? Listen up.

Details:
Each user will get his/her own unique link to spread around the net. The person that has the most hits with their link wins. The contest will last for 30 days. There will be 8 winners total. 3 based on highest click points and 5 based on a random name drawing.

How to enter?
Reply to @lifeofajackasson Twitter with the text “LinkMe” or,
Send an email to dremation@gmail.com with subject line “LinkMe”.
I will then return your email with your personalized link and more details.

Why not an automated form? To many bots out there.

So what are you waiting on? Get going! Win some prizes!

Popularity: unranked [?]

uStream.tv Status (Java Script)

I was called upon today by a new friend to write a small script to detect the streaming status of a uStream.tv channel. I thought I”d share the script with everyone.

****OK OK, My CodeBox plugin is not working, please be patient.****

<!--Place this code where you want the status to appear. -->
<font color='red'><span id="status">status</span></font>

<!--Place this code anywhere in the page. -->
<script type="text/javascript">
function set_status(status)
{
if (status == "offline")
{	<!-- replace the img html with any html that you need -->
document.getElementById("status").innerHTML = "<img src='http://lifeofajackass.com/offline.png'/>";
}
else if (status == "live")
{	<!-- replace the img html with any html that you need -->
document.getElementById("status").innerHTML = "<img src='http://lifeofajackass.com/online.png'/>";
}
else
{	<!-- Let's do this just in case the service is down or something. You could show an error image as well -->
document.getElementById("status").innerHTML  = "Error getting stream status!";
}
}
</script>
<!--Make sure to replace the channel name and API key. -->
<script type="text/javascript" src="http://api.ustream.tv/json/channel/CHANNELNAME/getValueOf/status?key=YOURAPIKEY&callback=set_status">
</script>

Popularity: unranked [?]

My Workspace

Some people wonder what my workspace look like.Screenshot 300x187 My Workspace

Here lately I’ve been running Ubuntu. Why? I want to start porting my Windows software and projects over to Linux. And Mac for that matter. How? MONO. Mono allows you develope software capable of running on not only Linux and Windows, but also for Mac! It’s awesome. Granted, not everyone uses or even knows what MONO is. So if you’re one of those people then I suggest Google! lol.

I also love the fact I can customize EVERYTHING that I want to. Login, looks, feel, features, etc. I can recode any part of the kernel or desktop that I want. That makes it 100% mine! And that I love!

Other thing Ubuntu I just use plain ole Vista and Visual Studio 2008. I also have Windows 7 installed with Visual Studio 2010 installed.  VS-2010 is awesome. EXCEPT it doesn’t support the flash control at ALL!

I have been very busy working and have neglected some of my projects. I will be working on them though. I REALLY want to get uStreamer out of beta stage fast.

Popularity: unranked [?]

Where Am I?

I’m around. I’ve been very busy with a lot of things. I have been working on cSense, uStreamer, KewlBeans and a few other projects. Real life has taken priority the last couple of weeks and will continue to do so for a while. Maybe later tonight I will post a small tutorial on Mono and Ubuntu.

Popularity: unranked [?]

uStreamer-Update

I’ve been working very hard on pushing out a new version of my uStreamer application. You’ll notice that I have removed the old version from the download section.  The new version takes full use of the ustream API.

  • User/Channel Search
  • Favorites
  • Single View w/Resize
  • Multi-View (up to 4 streams)
  • Twitter Integration
  • Retrieve User/Channel Information
  • Start Chat (uses default installed IRC client or webchat)

There are limits on daily usage, thanks to ustream! But no worries. I’ve signed up for 10 ustream accounts and received 10 API keys. The keys will be used randomly based on load so that there is never interruption.

Popularity: unranked [?]