Friday, January 13, 2012

Monday, January 9, 2012

URL to add facebook Page Tab

http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=REDIRECT_URI

Update - We can also use this url

<a href="http://facebook.com/add.php?api_key=YOUR_APP_KEY&pages=1&page=YOUR_PAGE_ID" target="_blank">PAGE NAME</a>

Sunday, January 8, 2012

Making Admin Panel using YIi Framework

Recently, I have started coding in PHP. After coding for 2 -3 weeks, I started missing all those wild cards that frameworks provided me while coding in Java. All the basics things required in any project are taken care by those frameworks. We just need to configure and things are ready.
This magic of getting things easily made me to search for frameworks in PHP. Earlier, I have used Joomla and Code Igniter(CI). I believe Joomla is great CMS, but using it for any other purposes does not give me flexibility. Code Igniter, I used it long long ago. I came across article saying CI vs Yii vs Kohana. This comparison interested me to use Yii Framework. I found the documentation to be good and also community is good. I have started using this framework. I like the Active Record support which fills the space of hibernate framework.
First thing I started with is to create a admin panel. I got a very good link through google. It explains all and we can easily create Joomla kind of admin panel in our applications.
Link to tutorial : http://bit.ly/wCDLab