Code Formatted with SyntaxHighlighter Evolved Appearing Incorrectly on iPad/iPhone

I have just started a programming blog and I am using the SyntaxHightlighter Evolved plugin to format my code. On most browsers this is working just fine. However if I attempt to view the site from either an iPhone or iPad the line numbers and code are no longer aligned. Basically the problem seems to … Read more

Is it possible to disable the network in iOS Simulator?

I am trying to debug some inconsistent behaviour I am seeing in an application that gets its primary data from the Internet. I don’t see the issues in the simulator, just on the device, so I’d like to reproduce the network and connectivity environment in the simulator. Is there a way of disabling the network … Read more

wordpress json custom taxonomy problem

I created 1 custom post type with 2 custom taxonomy. Installed http://wordpress.org/extend/plugins/json-api/ and tried to reach result with: http://example.com/api/get_recent_posts?dev=1&post_type=myposttype well it gives me custom posts but not giving those post’s custom taxonomies “categories”: [], “tags”: [], How can i query custom taxonomies with json api? Actually i am trying to create a simple iphone app … Read more