Current Version of Codefight CMS Available for Download:

« Version 1.7.0 »

NOTE: The code available is same as the code used for newer than this site at the time of release. Check cmsigniter.com for latest demo.

Codefight CMS is based on CodeIgniter - Open source PHP web application framework which is very easy to learn.

It would be nice to hear back some feedback. Also you can contribute with code and helping translating language files in your language.

You can use this CMS in anyway you want. You can modify as you like and use commercially for free.

 

 

Select Language.[TESTING For Next Release.]

English | नेपाली | French | German | Korean

Login | Select Language | Wed, 08 Sep 10 02:09:26 -0600

Great Twitter tools to manage account like bulk unfollow etc.

2010-05-23 03:28:51Radhika Sapkota

 

Below are the few tools that i found and will continue to add more, screenshots and description later. For now just few screenshots and links only.

If the listed site belongs to you then you can send feature post through contact form of the website.

More»

 

Some of the browsers' plus search engines' Fun, Facts, Tricks and Hacks.

2010-06-06 00:48:34Chris

 

Make the image on any website to dance for you. Just browse to the web page containing image(s) or search any images on your favorite browser and replace the url on the browser with this javascript code:

 javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagNa me('img'); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x 3)*x4+x5)+'px'; DIS.top=(Math.cos(R*y1+i*y2+y3 )*y4+y5)+'px'}R++}setInterval( 'A()',5); void(0);

You can perform general calculation directly from the search box. Like 15/3*2-1 etc. or 10 stones in kilos, 100 dollars in pound, 98 f to c, 420 in roman numerals,

You can search for meaning of any words directly from the search box as well. For example search for definition of fact as define:facts For this one google seems to be ahead of other browsers for better result.

Do you want to know the world time quick and easy. Just type time: and place you want to know the time of. Like this: time:nepal This will return the current time of Nepal. This is currently supported by google only.

Do you want to download MP3, Software, Movies etc lying around on the web hiding from us but not from search engines then do this to find what you want, may be you will be lucky to find it. intitle:"index.of" mp3 this will get you the list of MP3s direct links. Like that for movies you will type intitle:"index.of" Name of movie. You can use intitle: to search any web pages containing search term on the page title.

Similar to intitle: you can use inurl: to search words that appear on the url. inurl:cms will return search result that contain cms on the url itself. You can use this to find live webcams out there too. just try this: inurl:view/view.shtml

And, to search within body of websites intext:codefight.

Do you want to search for specific file types? For example you want to search for some free tutorials in pdf format. Then you can do so by using filetype:. e.g. make money filetype:pdf. This will search for pdf only. Also you can exclude filetype from the search by adding minus before filetype like: make money -filetype:pdf. This will search web for "make money" excluding pdf files.

You can find how many websites are pointing to your website by link:codefight.org.

To find related website as yours search as: related:codeigniter.com.

To find information about a website info:codeigniter.com.

To search within specified website only site:codefight.org. Also, site:.org will search org domains only.

To search movie reviews, trailors and showtimes do this movie: robin hood or film: robin hood, movie: showtimes.

To find quickly the director of any movie try this director: The Dark Knight. similarly casts as cast: moonlight

Similarly there are more options you can use such as music: band name, song etc, weather Kathmandu, population of Nepal,allinurl:cms, allintitle:cms tutorial, allintext:best cms, allinlinks:?codeigniter cms,

Also, don't forget to search "answer to life, the universe and everything".

More»

TAGS:tricks

 

 

List of important web resources

2009-04-27 21:06:49Damodar Bashyal

 

PHP Frameworks

codeigniter:

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

zend:

Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.

CakePHP:

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.

More»