Articles

CMS Tutorials in CodeIgniter

Posted in Articles on August 2nd, 2011 by admin – Be the first to comment

Usually developers need to combine CMS solutions with the applications they are developing. There are multiple ways to accomplish this however if you want to learn how to create a CMS with CodeIgniter, we can find dozens of tutorials that helps us creating a Content Management System from scratch.

PyroCMS is maybe one of the most popular CMS based on CodeIgniter. It is modular, open source and based on CodeIgniter framework. You can download it and try to understand how it works by digging into the code, or you can even go a step ahead and try to develop your own CMS to accomplish your requirements, however in some cases it could be convenient and easier to use an existing solution unless you explicitly need to create it from scratch.

Related searches:

  • codeigniter cms tutorial
  • codeigniter tutorial pdf
  • codeigniter cms
  • codeigniter tutorials pdf
  • tutorial codeigniter pdf
  • cms codeigniter
  • codeigniter 2 0 cms tutorial
  • codeigniter pdf
  • cms with codeigniter tutorial
  • codeigniter cms from scratch

Redirect www to non-www in CodeIgniter applications

Posted in Articles on July 28th, 2011 by admin – Be the first to comment

There are many reasons why you should take care of your URL patterns and domain name rules in your applications. One of these reasons is about SEO, Search Engine Optimization.

In CodeIgniter applications we can easily use htaccess rules to prepare our applications in CodeIgniter for SEO. One of these changes involve to redirect all the traffic coming to www to non-www domain, or viceversa.

You can remove www from URL easily by changing your htaccess file and adding some basic rules. Also, there is a SEO Redirect tool that you can use to verify the redirect is SEO friendly.

Related searches:

  • codeigniter redirect
  • codeigniter redirect www
  • codeigniter www to non www
  • codeigniter non www
  • codeigniter www redirect
  • codeigniter www
  • codeigniter remove www
  • codeigniter redirect domain
  • codeigniter nonwww to www redirect htaccess
  • non www to www htaccess codeigniter

Custom error page in Codeigniter 2.0

Posted in Articles on July 28th, 2011 by admin – Be the first to comment

CodeIgniter 2.0 introduced a new error page feature that you can take advantage of. You can use a custom 404 error controller in CodeIgniter 2.0 to handle error requests.

In order to use this feature you need to edit the routes.php under config directory.

$route['404_override']  = 'error/error_404';

Then you may create a new controller named Error with at least that function error_404() inside. To see a working example you can refer to this article.

Related searches:

  • codeigniter error page
  • codeigniter show different error pages
  • routing of error pages in codeigniter
  • error pages codeigniter 2
  • error page codeigniter
  • error 404 codeigniter 2 0
  • customizing codeigniter error pages
  • customize page error codeigniter
  • custom error page ci
  • change 404 error pages codeigniter

Pagination CSS for CodeIgniter

Posted in Articles on July 28th, 2011 by admin – Be the first to comment

The pagination library in CodeIgniter is flexible enough to prepare it with your custom CSS rules. However, the default usage of this library do not include any CSS rule previously defined so we can digg the Internet to search for CSS to be used in CodeIgniter Pagination.

Mis Algoritmos collected a nice gallery of CSS styles for Pagination that you can easily use in your CodeIgniter applications. Here are the styles.

Related searches:

  • codeigniter pagination css
  • pagination css
  • css pagination
  • css pagination codeigniter
  • pagination css codeigniter
  • codeigniter pagination styling
  • codeigniter pagination style
  • codeigniter css pagination
  • css pagination styles
  • css for pagination in codeigniter

Convert image file format in CodeIgniter

Posted in Articles on June 12th, 2011 by admin – Be the first to comment

Manipulating images and thumbnails is easy with CodeIgniter and its Image Helper function which works with GD and ImageMagick.

comprayventadefotos

You can find the documentation here but if you want to go one step ahead here are a few resources that helps you even more handling images and creating thumbnails with CodeIgniter.

Convert Image File Format

Image Thumbnail Creation With Caching

Related searches:

  • codeigniter thumbnail helper
  • codeigniter convert image format
  • codeigniter convert image types gd2
  • codeigniter convert picture format
  • codeigniter gd2 image conversion
  • codeigniter video thumbnails
  • convert images codeigniter