This is a step by step tutorial for Codeigniter users for using the Facebook connect feature in their websites. For the users who generates Codeigniter website using “PHP Code Generator” (PCG) at our website the Facebook connect codeigniter library is integrated already in the user module. Step 1: Download the Facebook PHP SDK at https://github.com/facebook/facebook-php-sdk/zipball/master [...]
Continue reading...9 February 2013
Codeigniter has an Image library but with limited features. How about extending it and making it more richer? Here I am sharing the code for extending the Codeigniter library with more features like gradient image fill and fixed size thumbnail generation. I originally wrote this code for generating the banner for the Codeigniter websites generated [...]
Continue reading...23 June 2011
Broken links will give a bad impression to your users. So always do an analysis on your website using some tools if there is any broken link in the navigation links. But you can not fix the broken links from external websites to your website. Also some user might type a url to your website [...]
Continue reading...20 June 2011
I want to share the source code first for the busy guys. Source code for Facebook connect for Codeigniter Hope you have already went through my tutorial on the Facebook Connect implementation in Codeigniter. This part comes after connecting the user to your website. Once user is authenticated with the required access tokens, you can [...]
Continue reading...13 June 2011
Removing the “index.php” filename from the URL makes the website nice and also search engines like it. It is easy to remove the index.php from the URL in CodeIgniter website. Here are the three little steps. Enable the apache ModRewrite module. If you are using wamp server you do it by using the menu in [...]
Continue reading...
9 March 2013
0 Comments