| bio | website | blog.ashfame.com |
|---|---|---|
| location | Delhi, India | |
| age | 24 | |
| visits | member for | 2 years, 6 months |
| seen | 1 hour ago | |
| stats | profile views | 183 |
Developer + Entrepreneur + Opensource fanatic!
Working as Dragon Monk for AnattaDesign. We tackle user experience problems by creating products that fix them. We created Awesome Checkout and My Abandoned Carts.
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
May 31 |
comment |
Fall Back Google CDN in JavaScript @ChipBennett I know the concern raised on using the core bundled version when issues came up when some premium themes were replacing it, but I hope you know what bleeding edge is. I am not talking about non-techie consumers here, but developers. So Yes! Having a fallback is the best way. I know what runs in my site. When you talk about normal audience, don't assume that people like me are included. |
|
May 31 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @NitinKhanna When you are done with this, do accept the answer. |
|
May 30 |
comment |
WordPress failure when logging out @Emerson Nope! And didn't ran into again. I mean didn't have to use it after that. |
|
May 29 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @NitinKhanna Check the answer, I modified the code to be used as a plugin |
|
May 29 |
accepted | Email stats at Ma.tt contact form |
|
May 29 |
comment |
Contents of HTML editor mangled after multiple UPDATES Looks like a side-effect of some hackery stuff. |
|
May 29 |
awarded | Announcer |
|
May 28 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @NitinKhanna My bad! Try this plugin |
|
May 28 |
revised |
Plugin to set all Posts in a certain Category to a certain Post Format made a plugin out of code |
|
May 28 |
comment |
Plugin Redirect After Activation If there is any output before the redirection function, it will fail because headers can't be set after the output has been started. Turn WP_DEBUG on in wp-config.php file and test. |
|
May 28 |
awarded | Nice Answer |
|
May 26 |
comment |
Best practice for versioning wp-config.php? Good to know, wasn't aware of assume-unchanged switch but here are my two points: (1) If you git add the file directly, it will be added to the index. So there is a risk you can accidentally add it at some point. (2) Merging a commit with this flag on will cause the merge to fail gracefully, so that you can handle it manually which makes this as not an elegant solution. It can only be used to temporarily ignore changes while something like a development session. Here read more - gitready.com/intermediate/2009/02/18/… |
|
May 25 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @NitinKhanna Don't hesitate to try, nothing is gonna blow up :P Go ahead, it works for name/slug/id. |
|
May 25 |
comment |
Fall Back Google CDN in JavaScript @ChipBennett He is trying to have a fallback mechanism just like we have in HTML5 Boilerplate. Having a fallback is the best way among any other way. |
|
May 25 |
comment |
Fall Back Google CDN in JavaScript This will slow things down a bit and moreover only checks when the PHP actually ran and not everytime when the cached pages are served. Best is to do it on client side by checking if jQuery has been defined just after loading it. |
|
May 25 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @NitinKhanna Did you try it? It should work. Because that app will use XMLRPC to publish the post on your WordPress, IMO. |
|
May 25 |
comment |
Plugin to set all Posts in a certain Category to a certain Post Format @Chris_O Thanks! I forgot about the condition while posting the answer |
|
May 25 |
answered | Plugin to set all Posts in a certain Category to a certain Post Format |