| bio | website | blog.ashfame.com |
|---|---|---|
| location | Delhi, India | |
| age | 24 | |
| visits | member for | 2 years, 6 months |
| seen | 4 hours 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.
|
Apr 28 |
awarded | Popular Question |
|
Apr 21 |
awarded | Notable Question |
|
Mar 19 |
comment |
Possible scope of optimization with an encrypted plugin Wishlist member @kaiser That's the thing. Plugin's code is encrypted. |
|
Mar 18 |
asked | Possible scope of optimization with an encrypted plugin Wishlist member |
|
Feb 16 |
awarded | Popular Question |
|
Feb 10 |
awarded | Popular Question |
|
Feb 3 |
awarded | Custodian |
|
Feb 3 |
reviewed | Excellent Why does pagination always break when used on any form of a home page? |
|
Jan 2 |
awarded | Popular Question |
|
Dec 22 |
accepted | Data validation |
|
Dec 22 |
accepted | WordPress failure when logging out |
|
Dec 22 |
accepted | Reason for Lowercase usernames |
|
Dec 20 |
awarded | Custodian |
|
Dec 20 |
reviewed | Reviewed How to get image name, mime type, width, height, file size from post custom field? |
|
Dec 20 |
comment |
How to get image name, mime type, width, height, file size from post custom field? The question is not about how to get custom fields data but rather getting data about the image. |
|
Dec 20 |
reviewed | No Action Needed How to define a term for custom taxonomy |
|
Nov 28 |
comment |
How do you allow plugins to be updated using the GUI without breaking your subversion repository? Like Otto says production vs. dev/testing management, I handle everything via repo. I walk along the line of having the whole app in repo, so that repo's checkout is actually capable of running off the install. I don't upgrade things from WP admin side (I disable the power if needed), and things work just perfect with GIT. Never ran into an issue with this, cuz it becomes equivalent of uploading files manually, and everything fires correctly. |
|
Nov 27 |
revised |
How do you allow plugins to be updated using the GUI without breaking your subversion repository? added info |
|
Nov 27 |
comment |
How do you allow plugins to be updated using the GUI without breaking your subversion repository? Gotcha! It works well with GIT since there is only a single .git folder in repo root. And yes "Production" in meant to be run by a repo checkout for ease. |
|
Nov 27 |
comment |
How do you allow plugins to be updated using the GUI without breaking your subversion repository? @TomAuger So much for being a developer & just saying "doesn't work" instead of actually stating the issue. |