Speed Test results on Cloudrino Server
Recently I moved a few sites to Cloudrino to test it out in terms of performance, but it turned out that somehow I was not allocated the network I/O as advertised, but after contacting support, things went well. Though I ran speedtest across multiple servers to find out if there’s still an issue, listed below are the speedtest results, though in short, the network speed of Cloudrino is not good enough, the uplink speed is less than 50Mbps which is half of what they say they provide and thats what is needed to serve the sites.
Continue reading Speed Test results on Cloudrino Server
Android 5.1.1 on Samsung Galaxy S3 i9300 International Edition
Once I got my hands on OnePlus Two running Android 5.1.1, I couldn’t resist myself from trying to get it on my older phone, i.e. Samsung Galaxy S3 (i9300).
Continue reading Android 5.1.1 on Samsung Galaxy S3 i9300 International Edition
Me, my code, and I
Via – http://goo.gl/63Tf0U
If eval() is the answer, you’re almost certainly asking the wrong question
~ Rasmus Lerdorf, The creator of PHP.
Issues with Slack? Use IRC instead
Slack, even though quite useful, usually keep having problems of its own. Sometimes you can’t even open the app. Also it consumes a lot of CPU resources draining down the battery to say the least, but not anymore. They already are providing way to use custom gateways, jabber(XMPP) and IRC. Continue reading Issues with Slack? Use IRC instead
Page specific templates for Custom Post Types
By default WordPress allows us to use page specific templates by having files like
page-contact.php (page slug specific)
page-10.php (page ID specific)
but when it comes to custom post types, we’re left with no option but to use same template for all the custom posts of that custom post type.
Continue reading Page specific templates for Custom Post Types
Adding an additional paginated page to the content
We know that adding <!–nextpage–> allows you to paginate the content of the post/page in WordPress.
Also if you want to append the content you can use the_content filter.
This filter though works but adds that content to all the pages instead of creating a new page for that content.
Continue reading Adding an additional paginated page to the content