A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: facebook

Facebook Page Tab: Remove scrollbars and auto-resize height

I have come across many ones, but this one always worked for me without problems. CSS html, body { overflow: hidden; } Put this just after the tag: <div id="fb-root"></div> Put this after you have jQuery and other libraries loaded. … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to Build a Facebook App using Zend Framework

Here is a quick tutorial on how to create a Facebook App using Zend Framework. I am just going to link directly to the post. Click Here.

Posted in General | Tagged , | Leave a comment