Adding custom toolbars to your WordPress plugins is easy. You can also modify the existing toolbar using WordPress hooks. Learn how I customised the toolbar on the Cage Cricket website.
- Home
- Blog (Page 8)
Blog
Zero Downtime: Transferring Accounts from One cPanel Server to Another
cPanel makes is really easy to transfer accounts / websites between servers running similar versions of cPanel / WHM, as I found out earlier this year. The process makes it possible to have zero downtime when moving / upgrading servers.
cPanel / WHM, Server, SysadminCodeIgniter: Using CSRF Tokens to Secure Your Application
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.
CodeIgniter, jQuery, PHP, SecurityNexus 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+, JavaScript