Recent posts
Adding enabled checkbox into node menu settings in Drupal
Simple solution to add menu enabled checkbox right into node editing form using hook_form_alter and hook_nodeapi in drupal 6. Read entire article »
Using facebook off-line access to post on user's wall
Simplified example how you can post on user's wall when she/he is not currently logged in or using your application. This is gained by offline_access permission and stored access_token. Read entire article »
Example of facebook iframe app using graph-API calls through php-sdk
This is simple facebook iframe app using new php-sdk. I made it to get familiar with developing apps for facebook. I was pretty much puzzled at first, because there was many ways and apis to achieve things. Therefor I share this example and hope it helps other beginners too. Read entire article »
Drupal 6 theme registry got too big for caching
While back I tripped into a problem while developing drupal 6 site.
Site got slow and eventually errors started to raise. First php memory limit was exceeded.
After I set memory limit bigger new kind of error raised. It was exceeding max_allowed_packet size for mysql. Read entire article »
I am web developer who is interested in creating clean, fast and clutter free pages. Trying to think more "User-centered" because after all they will be using apps that I create. Also fan of shared information, inspiration and alternative thinking because information gives you freedom.