Current Version of Codefight CMS Available for Download:

            « Version 1.1.4 »

            NOTE: The code available is same as the code used for this site at the time of release.

            Codefight CMS is based on Codeigniter PHP 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, 10 Mar 10 12:18:18 -0700

Deleting individual URLs from Firefox's history

2009-12-30 03:42:04Damodar Bashyal

 

I have been using Firefox for quite a sometime now and have been preferring it while browsing rather than other browsers, which could be due to different add-ons available and may be due to other different positive sides of firefox but i was struggling to find out how i can delete an individual url from list of urls from history.

Then found the quite simple solution which saved a bit of my headache from further search which is "select the url and then press shift + delete keys" thats it. That will remove the url forever from visited urls, which is recorded as history URL.

More»

 

Social Media Sites Like Facebook, Twitter Are They Time Wasters?

2009-11-14 04:38:27Damodar Bashyal

 

Lately I Am Addicted To twitter and Facebook.

I was trying to avoid these top social media sites because i knew if i get into them i'll be buried unknowingly. I was getting so many invites in my email to join them referred by my friends. Then i wanted to give it a go and joined them. Then i started to be involved with them more and more.

With the twitter i tried to gain some followers on the first few days then i totally stopped it. Then again after few months i became more involved and started to watch the followers list grow & grow and follow back them plus follow the ones suggested by twitter. So when i am writing this i am following 1280 twitterers and my followers counts 731. When it crossed 500 it felt so good and waiting to see how i'll feel when it crosses 1000 and thats not too far away if i am actively participating in the tweets.

More»

 

Using jQuery with Magento Including Protype, Scriptaculous etc...

2009-05-02 03:30:26Damodar Bashyal

 

How to use jQuery with Magento?

Download jQuery from jQuery site

Add this line to the bottom of jQuery.js

CODE:

1-jQuery.noConflict();

Copy the file to the js/jquery folder|directory

In page.xml, add it to the list of js files as:

CODE:

1-<action method=“addJs“><script>jquery/jquery-1.2.6.noConflict.min.js</script></action>

or,

CODE:

1-<action method=“addItem“><type>js</type><name>jquery.js</name><params/></action>
How to use jQuery with magento now?

The below procedure is one way.

More»