Archive for the 'PHP' Category

Putting Twitter on Your Blog

April 27th, 2008

Today I wanted to put my Twitter feed on my blog but didn’t really want to use a widget since that is for distribution purposes and I was looking for something more permanent. Twitter gives everyone the ability to see their tweets via rss or atom feeds so I choose to use the [...]


Good Programmers Make Mistakes!

April 17th, 2008

With this statement:
Even good programmers make mistakes. The difference between a good programmer and a bad programmer is that the good programmer uses tests to detect his mistakes as soon as possible. The sooner you test for a mistake the greater your chance [...]


Magento

April 1st, 2008

WOW…I was surfing around the web today and found a new OpenSource eCommerce system developed off the Zend Framework.  Magento, by Varien looks really powerful.  This is a huge step for both eCommerce and the Zend Framework.  Oh yea don’t leave out the OpenSource World.  You can see Magento in all its glory here and [...]


Zend Framework Tutorial Screencasts

March 31st, 2008

I though that I would share this with everyone.  I am pretty sure that most people have already seen this but if you are interested in “Getting Started” tutorials here are 4 webcast for the Zend Framework.  I am a big fan of Zend and the Zend Framework.  However, at work we are using Code [...]


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 [...]