Protecting your CodeIgniter application from CSRF / XSRF attacks is easy, thanks to the framework’s security features. CSRF protection can be enabled in a matter of minutes, and it doesn’t take long to make existing forms and AJAX calls compatible with the feature.
- Home
- Blog (Page 8)
Blog
Nexus 5 and Android 4.4 KitKat Bugs / Glitches
I’ve had a good play around with the Nexus 5 over the past week and have discovered a number of issues that need to be addressed in the next software revision. Here is a list of bugs and glitches I’ve found on the device and OS.
Android, Android 4.4 KitKat, Bugs, Google Nexus 5Screen Recording on Nexus 5 Using Android 4.4 KitKat and Android SDK
Android 4.4 KitKat allows developers to do direct screen recordings of their device, allowing you to easily make how-to videos for your application, or to record device issues / bugs. Here’s how to do it…
Android, Android 4.4 KitKat, Google Nexus 5, VideoNexus 5 and Android 4.4 KitKat
Having played with the Nexus 5 and Android 4.4 KitKat, I’ve found a number of changes to the OS and it’s functionality. I’ve detailed as many changes as I could find here for anyone interested in knowing the differences.
Android, Android 4.4 KitKat, Google Nexus 5Facebook API: Essential Facebook Page App Code Snippets
If you’re building Facebook Page Apps, the platform offers a number of useful functions to help you out. This article includes useful functions and code snippets to help you out.
Facebook, Fan Page, JavaScriptGoogle+ API: Sharing An Interactive Post
The Google+ API allows you to create interactive posts you can share from your website, which contain a call-to-action button with an image and details from the link you want to share.
Google APIs, Google+, JavaScriptFacebook API: Getting a Long-Lived Access Token
The latest version of the Facebook PHP SDK makes it easy to get a long-lived access_token, giving you access to the user’s profile for up to 60 days, opposed to 1-2 hours with the regular access_token.
Facebook, Facebook Graph API, PHPFacebook API: Adding a “Likegate” to your Application
Adding a “likegate” to your application is very easy, and only takes a few lines of code to achieve. If you’re not familiar with a “likegage”, it’s basically a page that users’ who haven’t liked your page see, usually asking them to Like the page before seeing the actual content.
Facebook, Facebook Graph API, Fan Page, PHP