Posts Tagged ‘Programming’

Facebook Releases FQL.multiquery

Matrix Image

-Matrix Image-If you’re a developer you’ll know that one of the most important things to making efficient code is to reduce your code’s dependency on SQL queries. Rather than running 1,000 SQL “INSERT” queries for 1,000 individual items for example, it’s better to batch those items into a single “INSERT” statement. There are other methods that can be used to improve query performance as well including general query batching in which multiple queries are batched into a single request.
Read more

Facebook Turns Apps Into Widgets With Custom Tags

-iLike Tag-Today Facebook will announce the launch of “Custom Tags”, a new feature which enables developers to extend functionality within their applications to other applications on the Facebook platform. The concept is that applications can launch their own version of FBML tags, ultimately enriching the overall feature set that developers have access to within the Facebook platform. Yariv Sadan, the engineer behind the feature, stated that “FBML is great for developing pre-built components [and we wanted to expand that functionality to developers].”
Read more

Lessons Learned From Recreating the Google Friend Connect Widget With Facebook Connect

-AllFacebook Communities-Last week I wrote about how Facebook’s policy for widget developers was a little too restrictive. The reason was that I was ultimately prevented from making it simple for site owners to quickly implement a Facebook version of MyBlogLog. I still believe that Facebook’s policy is overly restrictive and new practices will need to be developed for Facebook Connect to proliferate. Just take a look at some of the tweets below found when searching for “Facebook Connect” on Twitter and you’ll see a few reasons Facebook Connect doesn’t already have widespread adoption.

Fortunately for me I have 8 years of self-taught web development experience under my belt. It was my job for the most part until I launched this blog last May. That’s why when I saw Facebook Connect launch for the masses, I figured that it was about time to dive in and try out some code. As many other developers are experiencing, Facebook Connect isn’t easy to implement the first time around. Once you start playing with it though you quickly begin to understand what’s going on.
Read more

How to Make Facebook Connect Work With WP Super Cache

-Facebook Connect Button Screenshot-When I started to implement Facebook Connect last week I thought it was going to be quick and easy, boy was I wrong. While Facebook Connect was working as it should, the problem that I ran into was a problem that many people have run into when developing plugins for WordPress. If you have installed WP Cache, or in my case WP Super Cache, it’s pretty much guaranteed that you’ll have issues with displaying a user’s information after they login.
Read more

Facebox: The Lightbox With Facebook Style

If you are a web developer you are probably extremely familiar with the javascript lightbox, a pop-up box which displays images and html within the confines of an overlay box. Facebook took lightbox usage to a whole new level but they’ve done so with an extremely clean design. If you are obsessed with clean design and want to do so easily, you might want to take a look at Facebox.

The library requires jQuery to use it but that isn’t really a big hurdle to installing it. I’ve included a screenshot of this lightbox below. It’s a simple way to make a facebook-like lightbox so check out Facebox if you are interested!

-Facebox Screenshot-