Today i am happy to release work in progress copy 1 of my project Codefight CMS V1.0.
This can be downloaded through google code. http://code.google.com/p/cmsdamu/downloads/list
For demo please visit: codefight.org/demo & codefight.org/demo/admin
Please support me with ideas, code help and better ways to make it better and more usable.
Thanks in advance.
- Damodar Bashyal
?codefight.org
More»
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»
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»