It's All About Me

make them benefit

Archive for the ‘Javascript’ Category

Facebook Connect with ExpressionEngine

with 21 comments

Pardon me, article is huge!
Day by day facebook connect becomes very popular. See facebook connect in action http://mashable.com/2009/01/12/facebook-connect-implementations/ . For the last few weeks I was searching for expressionengine facebook module/plugin/extension but failed, there is nothing. I found a site which is still underconstruction, http://fab-ee.com/ L See how popular this stuff is
http://www.google.com/#hl=en&q=expressionengine+facebook+connect&aq=f&aqi=&oq=&fp=2cca7b2e99206b9c

I assumed, you know about facebook connect, if you not – please read about this – http://developers.facebook.com/connect.php . So read and configure your facebook application on your facebook, don’t implement your code on your EE application yet –
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Tutorial1

Video tutorial is here –
http://www.facebook.com/video/video.php?v=630563174283

I found an example page here -
http://www.phpfour.com/fbstream/

Finally I became interested to solve this myself and did it. Now facebook user can login and comment a article on site built using expressionengine with their facebook account. Let’s see how I did it.
Read the rest of this entry »

Written by kodegeek

October 6, 2009 at 12:59 am

Facebook connect redirection issue on singin

with 2 comments

Facebook Developer continuously provides it’s greatest feature. Now-a-days the most sexy feature of facebook developer is facebook connect, anybody can use facebook connect on his site by which visitor can access few protected areas of his site using facebook login.

Read the rest of this entry »

Written by kodegeek

August 27, 2009 at 1:42 pm

Posted in Facebook, Javascript

Tagged with ,

Cheat Sheets

without comments

Who doesn’t like cheat sheet! Today i found an excellent repository of list of cheat sheets. Just go there http://www.addedbytes.com/cheat-sheets/

Thanks Dave Child. I’m sure, you guys like it too.

Written by kodegeek

August 21, 2009 at 11:15 am

Facebook like photo order sorting in mootools

without comments

It’s easy to build facebook like photo order sort using mootools. Mootools already has a class (Sortables) to handle this. I’ve built a very simple example by which we can sort photo thumbs order through mouse drag and drop and we can save the orders on database to load the photos later with sorted order. Here are the details – Read the rest of this entry »

Written by kodegeek

July 22, 2009 at 4:16 am

Posted in Ajax, Javascript, Mootools, Php

How to embed javascript file in expression engine template

with 2 comments

Expression Engine has great features to define various type of templates with rendering proper header information. You can define javascript type template as well. But should we do that? If not, why?

Read the rest of this entry »

Written by kodegeek

June 23, 2009 at 3:44 am