Facebook Connect is the mechanism of allowing any Facebook user to log-in to your blog/ website using their Facebook credentials. They don’t have to remember yet another user id and password for accessing your site. Moreover, the Facebook Connect will allow your users to seamlessly connect their Facebook account and information with your site, connect and find their friends who also use your site.
Advantages of using Facebook Connect
Facebook Connect integration would help you to drive viral traffic and increase registration rates in your site. Also, this would add more value to your site by allowing your users to interact with their Facebook account from within your site. Even though you can do many more things with the API provided by Facebook, this article will only focus on how easily you can have a simple Facebook Connect integration for your site.
How to setup a basic Facebook application for Connect?
To start off the proceedings, you have to setup an application in Facebook. You should first create your own user account in Facebook, if you don’t have one already. Then you have to add “Facebook Developer Application” to your profile which is a special Facebook application that will allow you to create your own Facebook applications. You can do this by simply navigating to Facebook Developer Application link here. Continue reading →
Client Side Data Templates will help us to largely reduce the JavaScript code we use in typical “web 2.0” pages. With the use of jQuery and client side data templates, we can write more readable and more maintainable JavaScript based pages. It will also help us to make better use of the color coding and intellisence features available in modern IDEs like Visual Studio.
Here I’ll show you how easily we can define JavaScript based data templates in client side and how we can bind it to JSON data. Let’s try to create a products listing page were we will be showing a list of products, which we get from a JSON web service, in a grid like format.
The corner stone of this solution is the following jQuery extender function which will do all the tricks. Thanks to John Resig for this brilliant utility function. To use this technique in your projects, you simply have to copy this function and put it in your script file.
Add-ons got a mojor role in making me so sticky to Firefox browser. They comes in all shapes and colors. Here is the list of Add-ons I have in my Firefox browser.
Ever wanted to get an email when ever your favorite blogs or any other RSS feeds gets updated? Here is the solution for you – Feed My Inbox. This service will help you to follow any blog/website, which exposes rss feeds, by sending you mails when ever there is an update. This will be helpful if you don’t have access to online services like Google Reader.
Many times, after adding your source code to source repository for a new project, you might have got annoyed to see all sort of junk files checked in to your SVN. From next time onwards you should make use of the global ignore list feature available in SVN to save your time. For Visual Studio based projects, I would suggest to start of with something like this in your global ignore pattern setting.