From the category archives:

Technology

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?

{ 0 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 }

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 }

google-nexus-one

AT&T owners should hold out just a bit longer, if you’re deciding on purchasing a Nexus One phone. According to files submitted to the FCC, the Nexus One will soon support the 3G networks across North America. So don’t screw yourself, and be stuck on the edge network, hang in there folks!

Source

{ 0 comments }

Apple CEO Job Steves during a recent Town Hall, called Google on their “bullshit” in response to why Apple won’t support Flash on their mobile/ipod devices.

On the subject of Google, Steve said that their avowed policy of “Do no Evil” is “bullshit.” He called the release of the Nexus phone a direct attack on the iPhone, and stated that he won’t let them win. [Read More]

{ 0 comments }

Facebook Sucks

Along with Facebooks recent Privacy changes, their whole platform has been sucking ass. Applications aren’t working, Facebook Connect keeps choking.

Does Facebook even test their own work?

{ 0 comments }

For all you Google junkies out there, the day has finally come. Google has just launched Chrome for the Mac users. So what does this mean? We’ll, it’s still offically in Beta right now, but it’s worth downloading, and giving a shot.

For the most part, I stayed away from using Google Chrome as my main browser, and only using it when testing sites. But lately, that trend has been changing. Now that I can install Google Chrome on Leopard, will I use it as my default browser? Only time will tell.

Check it out @ http://google.com/chrome

{ 0 comments }

AMD Give Away

AMD is giving away 10 Wii’s and 10 Xbox 360 gaming consoles. What’s the catch? Just join the AMD Facebook Fan Page on Facebook, and you’ll be entered to win a gaming console. One winner will be chosen every week for 4 weeks.

So if you’re like me, and have a banned Xbox 360 gaming console, this is the perfect time to get back in the game.

{ 0 comments }

One thing that I’ve learned while both blogging, and setting up forums, is that having a reliable and fast Shared Hosting Provider is absolutely critical. From Godaddy to Network Solutions and 1&1, theirs many shared hosting plans out there for you to look into.

I’ve signed up with many shared website providers out there. All I can say, is stay away from Godaddy and 1&1. Seriously people, while their service may be cheap, let me tell you, their performance is also cheap. I recently signed up for my first VPS Server, but even then, the performance still wasn’t what I have on my current Shared Hosting Provider, Host Gator.

I’m truly amazed by both the performance, reliability, and technical support from the folks at Host Gator. First, the price is extremely cheap, and they offer three levels for their shared website hosting.

Host Gator’s hosting comes in three flavors. Hatching, Baby, and Business. For me, I don’t need the business version, so I’ve signed up for the Baby plan and have had it for over 2 years now, couldn’t be more happier.

With Host Gator, you get Cpanel running on CentOS, one the most reliable Linux Distributions out there.

So, check them out, and if you’re coming from either Godaddy or 1&1 Shared Hosting, get ready to get your socks knocked off folks.

Host Gator - One of the hottest Shared Hosting Website providers out there. Offers Cpanel on all their accounts, and all servers are hosted at The Planet.

{ 0 comments }

Ultimate Burger King Whopper

Here’s the Ultimate Burger King Whopper. Weighing in with 5 patty’s, 6 slices of cheese, and a slimming 1970 calories.

Build yours here.

{ 2 comments }