Archive of Development

17Oct2011
Author
George
Category
Development
Blank Facebook App Tab With SSL – SOLVED! Thumbnail

Blank Facebook App Tab With SSL – SOLVED!

From October 1st all Facebook apps must have SSL certificates in order to function well. Since we have a lot of apps that are used on Facebook pages as page tabs we bumped into a problem where on HTTP the app tabs were displayed as expected while on HTTPS (via SSL) the page tab application was blank.

Read MoreView Comments (3)
10Oct2011
Facebook HTML/CSS Framework Thumbnail

Facebook HTML/CSS Framework

The need for faster prototyping of Facebook applications and pages introduced the need for a Facebook HTML/CSS framework.

Read MoreLeave a Comment
20Jul2010
Author
George
Category
Apache, Development, PHP, Tutorials
Digest Access Authentication Without mod_auth_digest Thumbnail

Digest Access Authentication Without mod_auth_digest

Get the Digest Access Authentication running with some PHP code and a simple .htaccess trick making it possible to authenticate users without having to worry if mod_auth_digest is installed on the server.

Read MoreView Comments (1)
20Jul2010
Posting Source Code In WordPress Posts Thumbnail

Posting Source Code In WordPress Posts

Sometimes you might want to post source code into your WordPress blog and highlight the source code according to the language it is written in. Although there are many plugins that deal with syntax highlighting we are going to save you a little trouble and get you up and running in no time.

Read MoreView Comments (1)