Zend Certified Engineer

September 21st, 2008

Last week at ZendCon08 I took my ZCE test for PHP5 and passed.  I am now a ZCE!

addthis_url = ‘http%3A%2F%2Fwww.kapustabrothers.com%2F2008%2F09%2F21%2Fzend-certified-engineer%2F’;
addthis_title = ‘Zend+Certified+Engineer’;
addthis_pub = ‘farrelley’;


ZendCon 2008

August 1st, 2008

I have signed up and all my travel plans are set to go to ZendCon08.  This will be my first PHP conference and my first visit out to California.  I’m pretty excited to meet and network with the PHP community and look forward to learning many new things.  See you all on September 14th!

[...]


Part II - Indexing PDF Documents with Zend_Search_Lucene

January 26th, 2008

Part II
Now that we know how to index PDF documents we need to be about to search that index and return relevant results. When the results are returned we also want open the specified PDF to the correct page.
The Code
Fist like in the last example we have to tell the server what directory [...]


Indexing PDF’s - The Why?

January 26th, 2008

After I published my small article on “Indexing PDF Documents with Zend_Search_Lucene” I was surprised to find it on the Zend Developer Zone blog. I had no idea that this would get the attention that it did and I thank everyone for checking it out. So now that you know how you would [...]


Indexing PDF Documents with Zend_Search_Lucene

January 20th, 2008

Part I
I along with many others have been trying and asking how to index and search PDF files. Once Zend released its Framework, which is a port of Java Lucene to PHP, I decided to jump on board and find a way to index and search PDF files. So… Lets get started.
The Setup…
We [...]