PHP

Posting your website updates to twitter using Zend Framework

0

Tweeting your website updates can be done in 4 simple steps

(more…)

Zend_Search_Lucene Tips

0

Found a good article with some tips on implementing Zend Framework’s search engine: Lucene
http://robertelwell.info/blog/zend_search_lucene-tips/

The article has a link to a list of English stop words.
Here you can find stop words for a few other languages as well.
Just open up [language]/stop.txt

Go to Top