Da da da da daaaa … I’m lovin’ it! (McPumpkin pic)

October 18th, 2007 – hallamigo

A coworker’s brother did this at their company competition.
I may just have to hit McDonald’s for lunch now.

mcpumpkin.jpg

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in The Geeks | No Comments »

Javascript and the Date object

October 2nd, 2007 – sprocketrocket

I learned a few new things about the Javascript Date object today:

  1. When using this constructor: new Date(year, month, day);, month is 0 based. So, if you want to create a date object for September 30, 2007, it would look like this: new Date(2007, 8, 30);
  2. It’s far better to use a completely different constructor - one that takes a date string, parses it, and returns a valid date object. So like this: new Date('9/30/2007'); will generate September 30, 2007.
ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in The Geeks, sprocketrocket, Firefox, Microsoft .Net, Visual Studio 2005 | No Comments »

New Digg Account Packs Punch

July 31st, 2007 – nundinator

So, you know me, I’m always conducting experiments to find ways to drive traffic to Web sites.

precious_moment_clipart_baby.gifRecently, I decided to try my hand at a little video blogging - working to get a single site of user-generated content to $500/month. While the site’s not at that point yet, it’s starting to do well, and one of my baby video posts is currently getting dugg pretty well. As I write this, the post is less than 24 hours old and it’s gotten 21 diggs (which destroys the myth that stories submitted by new accounts don’t do well.

I created this particular Digg account yesterday for the express purpose of promoting videos I post to this video blog. The account was created yesterday and the story submitted yesterday as well.

In less than 24 hours, the single post has brought over 200 unique visitors to my site, resulting in 21 Diggs and 4 subscriptions. I’ll post updated numbers later once it settles down, but I wanted to get some of the data out here now.

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in The Geeks | 2 Comments »

Amazing Balloon Art

June 26th, 2007 – hallamigo

Here are some pictures of some amazing balloon art (32 pics). My favorite ones are the full suit of armor and the life size couch. I got them forwarded to me in an email with no reference of their origin so if you know anything, please let me know and I’ll update this post with the proper credits.


ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in hallamigo | 2 Comments »

Sweet Designer

June 20th, 2007 – monkeyx

So… it’s been a while since I have posted anything and I’m starting to have withdraws. But I just haven’t been inspired enough about anything lately to write a post.

That all changed today. I just discovered a designer’s web site that has really inspired me to create better work. The site is New Ezra. It features the personal work of Jonathan Moore. He is the Art Director for 2Advanced Studios. If you want to see some really sleek web designs featuring great Flash, 3-D, and great visuals… check out his site and view some of the work that he has done.

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in monkeyx | No Comments »

Vista and IIS7 Certificates

June 20th, 2007 – sprocketrocket

I don’t know how many times I’ve wanted to install a self-generated certificate on a development web server so I could test stuff with SSL. It has always been such a pain to do with IIS 6 and Server 2003 that I usually just hoped that it would work when the code I wrote got to the production environment.

Well, with IIS7 (the version that comes with Vista and Server 2008) it’s super easy. Scott Guthrie’s got a blog that details the whole process. It’s pretty idiot proof:

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in The Geeks | No Comments »

Northern California Web Design Specialists!

June 5th, 2007 – ikeman

Well I’m finally starting to settle-in here in the greater Sacramento area. It’s been a crazy ride but well worth it! I’m really enjoying my new employment at Sibling Systems.

As many of you know I was asked to re-locate to Northern California to help take Sibling Systems to the next level by introducing sophisticated design to their arsenal of professional services. I’ve already made a significant impact here by bringing in new opportunities and most noticeably by launching a new website. Check it out here. I’d be interested to hear what you all think?!

While I miss all of you there in Utah I am excited to be here and hope to share many interesting and worth while things via the My Geek Notes blog.

Ikeman!

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in ikeman | 2 Comments »

XBMC to Linux

May 30th, 2007 – sprocketrocket

I can’t help but get really excited about XMBC getting a Linux port. I’ve got a modded XBox that I use to play a variety of media formats: XVID, DVD, MP3, MP4, etc. It’ll even act as a karaoke machine if you have CDG files to go along with MP3 files. The fact that it’s getting ported to Linux means that without a serious amount of effort (unlike most things with Linux) I can get a simple media PC setup that’ll run just about anything I want - at least, that’s the dream, right?

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in The Geeks, Linux Desktop, sprocketrocket | No Comments »

KDiff with Team Foundation Server

May 29th, 2007 – sprocketrocket

Recently, I’ve been using Microsoft’s Team Foundation Server (TFS) for source control. Both my last job and my current job use it and as a Microsoft developer, and so, whether I like it or not, I expect to see a lot more of it in the future; but that’s really beside the point. Microsoft’s diff / merge tool simply isn’t adequate. It highlights the differing line just fine, but it’s not smart enough to tell me what’s different.

Years ago, I started looking around for a good solution and found KDiff. It’s an open source project hosted on Source Forge. It’s a wonderful piece of software that does exactly what you’d expect it to do. It even tells you if the only difference on a given line is just spacing (which typically has zero impact on code execution).

I wanted it to integrate with TFS nicely without having to work around it and found the necessary command-line paramters to feed to TFS:

Compare:
%1 %2

Merge:
%1 %2 -o %4

So to make them work with TFS, open Visual Studio, go to Tools -> Options and under the Source Control -> Visual Studio Team Foundation Server tree, click “Configure User Tools. . .”. That’s where the magic happens.

That’s pretty much it. It makes dealing with different files, concurrent checkouts, and other issues related to development and source control so much better.

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in sprocketrocket, Visual Studio 2005 | No Comments »

Top 10 reasons why i’m not doing a top 10 list.

May 25th, 2007 – kraleon

1-10: I don’t care about top 10 lists.

It’s been a long time since I last posted, I’ve received hundreds of emails from fans concerned about my absence. Rest assured that I am back and here to stay.

My attention has been stolen from me by some rather old games, both single player and multiplayer. I talk of the Ultima Games, specifically ultima 6, 7, 8, 9, and ultima online. I have made it my intention to play through atleast one of these games, while building up a character on ultima online at the same time. I will of course tinker with all of them from time to time, as my attention span is incredibly small.

Some great tools to take a look at if you are interested in playing the classics are available to help run the games in current windows, mac, and linux environments (there are probably others, but i don’t care).

Dosbox is a classic dos environment emulator that works incredibly well at running your old games without having to put much effort into it. I recommend downloading a front end if you have alot of games to play that are DOS based.

Exult is a project to recreate Ultima 7 for modern operating systems, using the game’s original plot, data, and graphics files (thats directly from their site). This baby gives you plenty of options and lets you play the game in a window without ever entering a dos environment. A must have if you are going to play this one.

Pentagram, much like ultima 7’s exult is a project aiming to create an Ultima 8 engine for use on modern operating systems, including Linux, Mac OS X and Windows (another stolen quote). I played around with this one last night for a while, this one still has some bugs to be worked out, but for the most part the game is playable entirely in this new environment. Give a shot, it’s awesome to set the games resolution higher with a nice pixel scaler so that it looks more modern.

Anyways I better stop ranting on, there are tons of other projects available, just look them up on google and I’m sure you’ll find something that peeks your interest.

ADD TO STUMBLEUPON ADD TO DEL.ICIO.US ADD TO NEWSVINE ADD TO FURL ADD TO NETSCAPE ADD TO TECHNORATI FAVORITES ADD TO SQUIDOO ADD TO WINDOWS LIVE ADD TO YAHOO MYWEB ADD TO ASK ADD TO GOOGLE

Posted in kraleon | 1 Comment »

« Previous Entries