My First Facebook App

Always wanted to try out creating a Facebook Application and finally took a little bit of time of and created a simple Facebook App called GaMerz.WordPress.

The application simply displays my live site traffic (users online) and the latest post for this site. The file is placed in the WordPress plugins folder but it does not need to get activated. If anybody wants the source code, just drop me an email.


GaMerZ.WordPress Facebook Application

GaMerZ.WordPress Facebook Application Install URL
GaMerZ.WordPress Facebook Application URL

Here are some links to help you get started:
Facebook PHP Client Library
Step-by-step Guide to Creating a Facebook Application
Facebook Developers Wiki

1 Star2 Stars3 Stars4 Stars5 Stars (36 votes, average: 3.50 out of 5)

WordPress 2.2

WordPress 2.2 has been released and as usual I have updated this site to it. Here are the goodies copy + paste from WordPress.org.

» WordPress Widgets allow you to easily rearrange and customize areas of your weblog (usually sidebars) with drag-and-drop simplicity. This functionality was originally available as a plugin Widgets are now included by default in the core code, significantly cleaned up, and enabled for the default themes.
» Full Atom support, including updating our Atom feeds to use the 1.0 standard spec and including an implementation of the Atom Publishing API to complement our XML-RPC interface.
» A new Blogger importer that is able to handle the latest version of Google’s Blogger product and seamlessly import posts and comments without any user interaction beyond entering your login.
» Infinite comment stream, meaning that on your Edit Comments page when you delete or spam a comment using the AJAX links under each comment it will bring in another comment in the background so you always have 20 items on the page. (I know it sounds geeky, but try it!)
» We now protect you from activating a plugin or editing a file that will break your blog.
» Core plugin and filter speed optimizations should make everything feel a bit more snappy and lighter on your server.
» We’ve added a hook for WYSIWYG support in a future version of Safari.

My plugins should not break with WordPress 2.2 because the code changes are not significant unlike from WordPress 2.0 to WordPress 2.1. However, if they do break, PLEASE POST IT IN THE SUPPORT FORUMS and not in the comments. Thank you =)

1 Star2 Stars3 Stars4 Stars5 Stars (36 votes, average: 3.50 out of 5)

WordPress 3.7

After 2 betas and another 2 RCs, WordPress 3.7 is finally out!

This release features some of the most important architectural updates we’ve made to date. Here are the big ones:

  • Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.
  • Stronger password recommendations: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.
  • Better global support: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.

For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more dive into the Codex or browse the over 400 closed tickets on Trac.

This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release.

Download: WordPress 3.7

1 Star2 Stars3 Stars4 Stars5 Stars (25 votes, average: 3.48 out of 5)

Right To Left Language Support

The next update of my plugin will feature Right to Left Language support and this is done by Kambiz. He did a great job updating all my plugins to support RTL and fixing some minor bugs along the way. Kudos to you Kambiz!

I have not been developing at all besides committing those changes that Kambiz made since my school started on the 22nd August 2008. Hopefully I will have time to finished what I have planned for, for the next update in December 2008 where I will have only 1 month break.

Just to iterate once again, I decided to stopped developing WP-Sticky anymore as WordPress 2.7 will have that feature built-in and hence WP-Sticky 1.31 is the last version.

WordPress 2.7 will also feature comment threading and paging. Comment paging is the feature I have been waiting for!

1 Star2 Stars3 Stars4 Stars5 Stars (137 votes, average: 3.47 out of 5)

WordPress 2.3.3

WordPress 2.3.3 has been released and this release includes a security fix (xmlrpc.php) and 3 minor bug fixes.
3 bug fixes as follows (Ctrl C + Ctrl V from WordPress Trac):

  • gettext fails to determine byteorder on 64bit systems with php5.2.1
  • some registration emails fail in 2.3.1 b/c of “callout verification”
  • maybe_create_table call to config.php issue

5 files changed (Thanks to whooami):

  • /wp-admin/install-helper.php
  • /wp-includes/gettext.php
  • /wp-includes/pluggable.php
  • /wp-includes/version.php
  • /xmlrpc.php

Get WordPress 2.3.3 now.

1 Star2 Stars3 Stars4 Stars5 Stars (132 votes, average: 3.47 out of 5)