If you want to update the cover image for your Facebook Page automatically, you can do so using the Facebook PHP SDK. This tutorial shows you how to upload a photo and then set it as the cover image.
- Home
- Blog (Page 12)
Android Apps For Developers On The Go
If you are a developer on the go, there are a number of Android apps that can help you manage your server or fix quick issues on the go using your mobile phone or tablet.
Android, Command Line, Mobile App, Server, SysadminWordPress: Customising the Toolbar / Admin Bar
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.
Cage Cricket, PHP, Tutorial, WordPress, WordPress PluginsZero 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, Security