Question: Can you flash the new Xbox 360 Slim with LT Lite Touch Firmware?

Answer: No, as of yet, the new Xbox 360 Slim is not flashable. When it is, I’ll post it here.

http://www.ixtreme.net

{ 0 comments }

I’m finally up for a renewal on my AT&T line and the bottom line is, do I get the Samsung Captivate or do I wait for a new android to hit AT&T. I’d prefer a HTC phone, but the HTC Aria isn’t my cup of decaf. I defiantly want the latest in terms of CPU, Ram, Video Recording, etc. I’m still rocking out my iPhone 3GS, but I’ve decided to switch over to Android.

Any thoughts?

{ 2 comments }

In the latest campaign for Burger King selling the XT Steak House burger, nascar racer Tony Stewart decided to work a full day at a BK restaurant. It’s actually a pretty funny 2 minutes and 15 second video of him slaving away. From Tony Stewart working behind the counter to wrapping burgers, he defiantly get’s to see what life is like working at Burger King.

{ 3 comments }

So I took the kids to see the 3D showing of Despicable Me. The movie was great and the kids seemed to enjoy it. What was even better was the Best Buy Movie Mode app. The app will sync with the characters in the movie, called “Minions” during the end credits. I used two phones when i took the kids, I used my iPhone 3GS running iOS 4 and also brought my wifes Android.

This is a pretty cool app that was created by Best Buy and Crispin Porter & Bogusky. The Best Buy Movie Mode app is defiantly a first of it’s kind and all I can wonder, is what will this do to the future of theaterical movies. If you have kids, take them to the 3D showing. If you have a iPhone, Android, Blackberry, or Windows Mobile phone, get the app!

Good job Best Buy!

Checkout Best Buy Movie Mode

{ 0 comments }

So as you may already know, Geo took everyone by suprise when he started working on hacking/exploiting the PS3. Some would say he was pretty sucesful, in what he accomplished. Being able to gain control over the Isolated PPE’s, etc, no easy job. But if you head over to his blog, you’ll notice that it’s been quiet for some time now, well, expcept for the mass spam comments. But what I wan’t to ask, what happend?

Why did Geo just fall off the face of the earth, in regards to the PS3. He never posted an update or anything. Honestly, I know he’s a talented kid, but excuse me for saying this, just a little pussy when things got hot. He defiantly got his fare share of hate comments on his blog, but seriously, cmon Geo, Man up. Don’t run off like a little bitch, if you can’t figure it out, just say it. You’ll gain more respect that way.

{ 0 comments }

Team Jungle has just tweeted that the Xbox 360 firmware for the Samsung drives, is now complete. This is great news folks. I don’t know if they will even attempt to update the hitachi firmware to LT Lite Touch, I guess only time will tell.

Go to http://www.ixtreme.net to download Samsung LT Lite Touch Firmware.

{ 0 comments }

Get in on the action for the Coke Zero 400 Daytona race on July 3rd, where Nascar driver Tony Stewart let’s you sign his hood along with others. And the best part, your signature will be on his hood during the actual race.

www.BKSignandRace.com

{ 3 comments }

I’m not one to typically write about 3rd party services, and what I think of them. But folks, I believe this merits a post. As some of you may know, I have acouple of sites out there, http://www.politicalwind.net and http://www.newdgamez.com, both of which use Intensedebate as their commenting system. Along with that, I also like to use one of many widgets they offer, the “Latest Comments” widget. Now, for the longest time, I’ve just created the div that houses that script, and put a height of 200px, and overflow to auto. This as you might know, will render the OS’s default scroll bars, as seen below.

So for awhile, I was okay with this. Didn’t look the prettiest, but got the job done, until one day, a came accross a pretty cool Jquery plugin, jScrollPane. Wow, that would really help the layout and make it look a little nicer. It’s fairly easy to use, just add the css declarations to your current css file, and in the document ready function, simply apply the jScrollPane function to your selector, like so:

$('#LatestComments .CommentContainer').jScrollPane();

But this is where I ran into problems. Since the actual html markup is not inserted into the Dom until the script executes, there was no way for me to properly apply the jScrollPane function to it. Even when calling it inside the doc ready function, it wouldn’t work. I needed some way to know, when the script finished loading. So, not expecting to hear any reply whats so ever, I emailed the support teams @ IntenseDebate, and told them of my issue.  Two weeks later or so, and still no reply.

Boom, I got the email last night. The first started off with an apology on how long it took them to get back to me, but on top of that, they added a new call back function to be called when the script finishes loading.

id_recent_comments_loaded

Now that their dev team added this callback function, I now know when I can apply the jScrollPane function to the comments. Side note, even with this new function, after applying the jScrollPane to my selection, which contained the comments, it would force the comments to open in the same window, with just the comments only. Weird issue here, but have an idea to what the issue was. When looking at the source via firebug, I could see that at the bottom of the IntenseDebate html markup, was a script tag. And for some reason, if I removed it, then applied the jScrollPane, it would render as one would expect. If I left the script tag in there, it would open my index page with the intense debate head and body tags.

So, here’s my solution. And remember, I’m just a amateur here folks, not an experienced jquery developer, so please, if you see something that I can optimize, let me know.

$(document).ready(function() {
id_recent_commenats_loaded = function() {
var htmlStr = $('#IDWidget2').html();
$("#LatestComments .CommentContainer").empty();
$("#LatestComments .CommentContainer").append("<div id=IDWidget2 class=idw-container></div>");
$("#IDWidget2").append(htmlStr);
$('#LatestComments .CommentContainer').jScrollPane();
}
});

Again, big thanks to the IntenseDebate team for doing this. See below on how it looks now, or shoot, just visit http://www.newdgamez.com to see it in action.

{ 0 comments }

The Arizona law that was just pasted this past week, what do you think? Wrong, right? All I know, is the crime down in Phoenix is outrageous, and the federal government and President Obama is just handing that state out to dry. Kudos to you Arizona to doing the bold thing!

{ 0 comments }

So i thought I’d download the Avatar movie, yeah, I know, I didn’t watch it in 3D like everyone else. No worries, I’m over it. But after browsing the Pirate Bay, I couldn’t but help notice how many seeders and leechers are for this movie. Holy crap people, it’s off the chart.

As of writing this post at 9PM on Sunday, there were some 1108 Seeders, and 22214 leechers for the 1080P torrent version, by Amiable.

Wow, off the chart people! Get it while it’s hot.

Avatar 2009 1080p BluRay X264-AMIABLE

{ 2 comments }