Addition Of Codeigniter Pagination To Codefight CMS

Posted by Damodar Bashyal on March 21, 2009

 

Today I would like to archive my codeigniter pagination addition into my CMS.

My page entries were increasing gradually, so the page size was increasing and it didn't look too good to have multiple entries on the same page. So i thought now its time to add pagination. I had used pagination few years back when I was working at previous company 'visiontech digital media'. But i had totally forgotten by now. So checked the userguide and followed the process as:

More»

Asset Manager Extended To Combine Different CSS Files

Posted by Damodar Bashyal on March 18, 2009

 

Today I extended my Asset Manager to combine several css into one. As i understand, YSLOW Says there should be as less http requests as possible. So i decided to add this optional feature. For now this is controlled through MY_config file located at config folder.

This is how addition config setting looks:

More»

Feed and sitemap generation Part II

Posted by Damodar Bashyal on March 14, 2009

 

This is part II of: Feed and sitemap generation Part I

I hope you were success in creating feed url and were very excited as i was.

I am working on this from long time as a part time after work and on weekends. I hope one day it will be in a condition when i'll be proud to release and be very excited for the contribution to the community. But for now i am thinking to pause uploading new files to google code but write few posts on new updates. This will help anyone to install new feature and understand what's going on.

More»