IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for border radius and background gradient? Yes IE9 is to...
I have created a WP plugin which uses the query string to pull in page data based on what the visitor has selected. Obviously this ‘simulates’ additional pages but...
What are the Boolean literals in PowerShell? 3 Answers 3
I am wondering if there is a way to use the “default” text domain (“WordPress” or “default”) to translate labels. E.g I have following code: // Register Custom Taxonomy...
I’m trying to get my head around mutable vs immutable objects. Using mutable objects gets a lot of bad press (e.g. returning an array of strings from a method)...
After this comment to one of my questions, I’m thinking if it is better using one database with X schemas or vice versa. I’m developing a web application where,...
How can i limit comments displayed on the page – reviews by author_id. Lets say that the author_id to limit to is in variable $author_id_to_limit. Please tell me how...
I understand that Redis serves all data from memory, but does it persist as well across server reboot so that when the server reboots it reads into memory all...
I need to add a shortcode into one of the PHP files (replacing a search bar code that is hardcoded into the header PHP file). How do I add...
I have Puma running as the upstream app server and Riak as my background db cluster. When I send a request that map-reduces a chunk of data for about...