Person with positive thoughts and believes whatever happens is for the good but work hard for the best. I am a developer, designer, blogger, entrepreneur, camper and overall thinker. I work as a freelancer and can develop applications ranging from CMS to Enterprise Applications using Java and PHP. I am a professional with latest technologies like JEE6, HTML5, CSS3, JQuery, NoSQL Databases, Sql Databases - MySQL, Postgresql, etc.
Friday, January 13, 2012
The Object Oriented Life: Useful Eclipse Plugins that didn't made it to the ...
The Object Oriented Life: Useful Eclipse Plugins that didn't made it to the ...: Eclipse IDE project is started aiming to provide a universal tool set for development. Open Source IDE, mostly provided in Java, but the...
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
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
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
Labels:
php,
yii framework
Subscribe to:
Posts (Atom)