tariquesani
Apr 01, 2011 12:35
- Announcing the release of Sphinx Search book
Many of you must be following my posts on Sphinx Search Engine over the past one year or so. Well, today I am happy to announce the release of my book Sphinx Search - Beginner’s Guide published by Packt Publishing. The book was released earlier this month, that is, March 2011. As the name suggests
( Read more... )
php,
sanisoft
tariquesani
Jan 01, 2011 12:30
- [How To] Live index updates in Sphinx search
Sphinx search engine can index huge databases with ease and speed. However, when new data (in database or the configured data source) comes in, there is no point in re-indexing everything again and waste our CPU cycles and other resources. Sphinx offers live (almost real time) index updates using a
( Read more... )
php,
sanisoft
tariquesani
Sep 01, 2010 18:35
- [CakePHP] How to re-size images at run-time
This is a helper + controller combo for CakePHP which I often use. It helps to re-size images at run-time and also aid display them. Oh yes! once the image is resized it also caches them. First let’s look at helper method. PLAIN TEXT PHP: class MyHelper extends AppHelper { function getImageUrl($path
( Read more... )
php,
sanisoft
tariquesani
Aug 01, 2010 12:39
- [Zend Framework] Slug filter
While studying for my Zend Framework certification, I tried to build a small application to test my knowledge. One of the tasks in that project was to try and build a slug filter which converts a particular string to slug, for example, ‘My Test String’ to ‘my-test-string’. It also checks for slug duplication if you
( Read more... )
php,
sanisoft