Archive for the ‘Web2.0’ Category

Broken Facebook Apps?

Monday, October 1st, 2007

Anyone else seeing this problem recently?

The other day, Yazeed from iDescribe commented on one of my Facebook app posts that some of the code I had been using wasn’t working for him. After a little while, he found out that it was because his app had been making more than 100,000 API calls in a short amount of time.

Today I notice that another one of my favorite apps, ComicStrip, wasn’t working either. Apparently, if you contact Facebook, they are more than glad to extend the number of API calls your app can make, but you have to ask.

MapleStory: Like Gaia but actually a game

Tuesday, September 18th, 2007

If you are looking for a bit more traditional version of social network-esque Gaia Online, check out Maple Story.

Maple Story

Maple Story combines a very rich 2d world with a equally interactive social network. The game requires that you download a client to play, and while the download might overwhelm slower connections, it still is worth checking out.

The story is simple. You make a character, you destroy evil, level up and get items. Simple? Just like much more advanced MMORPGs like Everquest and World of Warcraft, you can complete quests along the way to obtain more experience and better items.

Starting character example (i.e. noob):
Noob

Much like those other games, Maple Story allows you to choose classes as you level up. You can choose from:

the Warrior
Maple Warrior

the Magician
Maple Mage

the Bowman
Maple Bowman

or my personal favorite, the Thief
Maple Thief

According to Wikipedia, Maple Story boast more than 50 million players world wide and is being played everywhere from Korean to the EU. While it’s the usual hack and slash, it’s free and a good time sink.

I just downloaded it yesterday after Raf called my attention to it again, and I’m definitely intrigued. I’ll keep playing and have some more updates on this game later.

SoDex: Social Index for Facebook

Wednesday, September 5th, 2007

Here’s a quick new app. that I just finished for the F8 platform:

It’s called SoDex, or Social Index.

It’s quite simple, all it does is allow you to list links to your other profiles in other social networks. Simple, isn’t it? Interestingly, one of my colleagues asked me if there was such a thing and I hadn’t seen it implemented previously. So here it is, SoDex!

SoDex

Facebook: F8 and API

Wednesday, September 5th, 2007

Ok, one of my beefs with Facebook’s new F8 platform is it’s horrible documentation.

It takes me maybe an hour to figure out how to do something as simple figure out how to use the API.

In case anyone is looking for that information here’s the scoop:

Every API call is made using this structure - $facebook->api_client->

Each of the calls can be found here.

Here’s what they don’t tell you, each of these API methods have to be translated before they can be used.

Example 0.1 - Creating a call

If you would like to know if 2 users are friends, you use the friends.areFriends call, but the proper code is not
$facebook->api_client->friends.areFriends(). Instead, it is $facebook->api_client->friends_areFriends();

Greaaaaaat, now we just have to figure out how to use it.

Example 1 - Are 2 users friends?

From the API documentation, we can see that friends.areFriends takes in 2 arrays, uids1, and uids2 to compare. That means that we need to pass 2 arrays. Our code comes out to look something like this:

$friend_case = $facebook->api_client->friends_areFriends(array($user1), array($user2));

If you look at the response,

<friend_info>
<uid1>1240077</uid1>
<uid2>1240078</uid2>
<are_friends xsi:nil="true"/>
</friend_info>

You can see that the ‘are_friends’ is what holds the information we want, so to access it, we call

$are_friends = $friend_case[0];
$are_friends[’are_friends’]
.

There. Simple, isn’t it? But not something that can always be apparent to everyone. I really wish that Facebook would just put a bit more manpower on their own documentation, so that their users wouldn’t have to.

Music Anywhere with Anywhere.FM

Monday, July 30th, 2007

Anywhere.fm

Shout out to the MIT entrepreneurs:

Luxiou Chen, MIT ‘04, just dropped this new Beta, Anywhere.FM.

They have a great flash player and it’s the easiest way I’ve found to listen to my music online, keyword here is “my”.

You can just upload all of your music from your computer right up there and have a easy to use player anywhere on the net. You can also listen to music other users have uploaded.

Have tons of music? No problem, their ITunes uploader is a godsend.

It’s live right now, so go search for me there under gymclothes.

Think Plaid?

Thursday, July 19th, 2007

Plaid

We just got a visit from the Plaid folks at our office. They seem to be doing some interesting stuff. They are a branding firm that walks the walk:

Plaid Summer Tour - BrandAid 2007. The first ever road trip by a design and branding firm. Watch agency employees embark on a 2450 mile trip visiting clients, potential clients, and interesting things along the way in their custom Plaid tour van.

The entire tour will be documented on video and various social media tools, including blogs, Twitter, Flickr, live webcam, and of course YouTube.

Props to these guys, and for getting photos of me. As we all know, the camera loves me.

Social Something: A Second Look

Monday, July 16th, 2007

So I’ve been very absent these last few weeks while work took over my life, but as of today, I’ve been able to take a breather.

One comment from Dan over at SocialSomething.com caught my eye:

We noticed that you pointed us out in one of your blog entries. We have since updated our design and layout to a more modern web 2.0 theme. It would be great if you would give us your second opinion in a blog/comment/etc.

So first off, I’d like to say some good things about Dan and SocialSomething.

1) It’s a lot of work to get a social networking site off the ground, no matter what kind, and who it targets.
2) Props for the hard work they put into getting the site a new look and feel.
3) Cross-browser optimization is a monster bitch. It’s the most annoying thing I’ve ever had to deal with in my life. I know it sucks.

Great, got that out of the way. But there are quite a few things that I did notice that still needed work.

1) Between July 11 and today, there has only been one new user: Me.
Social Something pic 1
Social Something pic 2
While the site notes that there are 73955 members, a blank search (i.e. with no parameters) returns only 955 results. Seems to me that the “73,000″ part is just a bit of an embellishment. Online users disappointed me even more: just lil’ old me.

2) Now, I can probably go through a whole tirade about proper English, but suffice it to say: please, please, please, use proper English. A little grammar goes a long way.
Social Something pic 3

3) Cross-browser. Guys, c’mon. Releasing a half-finished product of this magnitude is something that only big corporations like Microsoft (ahem, XBOX 180) can afford. The IE line accounts for more than 75% of browsers out there (link). You really need to get on the ball here.

4) Almost all content on this site strikes me as spam. That’s all I have to say about that one.

So… despite all that, what I still don’t get is why someone would use SocialSomething instead of MySpace, or Facebook, or any other social networking site for that matter. There’s nothing really here for me.

Google Street View: Im In Ur Streetz, Fotograffing Ur Stuff

Tuesday, May 29th, 2007

The prize for coolest and creepiest new thing for the day: Google Street View. Check out NY, NY and South Beach, Miami, FL. Other places include, San Fran, Las Vegas and Denver. Pop on over to Times Square and see the photo.

Google Street View

little guy, google street viewAll you have to do is zoom into a city that has the map view, and drag and drop this little guy and a photo of the approximate location will pop-up.

My only question, how long until Google Sightseeing goes Street Level?

Title inspiration from: I CAN HAS CHEEZBURGER

OH HAY I HAS BAD NEWZ

Byteshark: Object Search Engine

Thursday, May 24th, 2007

This morning I noticed a couple of hits on my blog coming from Byteshark, having never heard of this site, I decided to jump on.

Byteshark Home

ByteShark OSE is our Patent Pending Object Search Engine (OSE) technology that is used to locate identical and similar objects across the Internet based on the objects’ digital signature NOT its surrounding text. Surrounding text is what all other search engines use including Google, Yahoo, etc.

Source

It’s an interesting concept, but still a little rough.

Garfield Redux
I used this picture expecting more Garfield cartoons, but came up with this:

Byteshark Results

It’s an interesting concept, search for things by their signature, I’m just not too sure how Garfield’s signature is like a lamp.

Wordpress 2.2 Released!

Wednesday, May 16th, 2007

This blog is now using Wordpress 2.2.

Upgrades are suggested, just make sure you backup your site’s theme and your database!

Upgrade for 2.2:

  • WordPress Widgets allow you to easily rearrange and customize areas of your weblog (usually sidebars) with drag-and-drop simplicity. This functionality was originally available as a plugin Widgets are now included by default in the core code, significantly cleaned up, and enabled for the default themes.
  • Full Atom support, including updating our Atom feeds to use the 1.0 standard spec and including an implementation of the Atom Publishing API to complement our XML-RPC interface.
  • A new Blogger importer that is able to handle the latest version of Google’s Blogger product and seamlessly import posts and comments without any user interaction beyond entering your login.
  • Infinite comment stream, meaning that on your Edit Comments page when you delete or spam a comment using the AJAX links under each comment it will bring in another comment in the background so you always have 20 items on the page. (I know it sounds geeky, but try it!)
  • We now protect you from activating a plugin or editing a file that will break your blog.
  • Core plugin and filter speed optimizations should make everything feel a bit more snappy and lighter on your server.
  • We’ve added a hook for WYSIWYG support in a future version of Safari.

Close
E-mail It