| bio | website | totorotimes.com |
|---|---|---|
| location | Tokyo, Japan | |
| age | 31 | |
| visits | member for | 1 year, 6 months |
| seen | Oct 22 '12 at 6:23 | |
| stats | profile views | 6 |
I am a French developer / photographer living in Tokyo. I enjoy traveling, urban exploration, haikyo, and telling stories.
I used to be addicted to C#, .NET, was crazily in love with LINQ, often using ExtJS and jQuery on the client side. Now I am slowly trying to find my way to some dynamic way of making real-time web applications using HTML5, noSQL, Nodes.js and new innovative libraries and frameworks.
|
Aug 9 |
comment |
There's a way to scale media (images) at 50%? It could be a way to do it but I am not sure that's the best way at all. In the media sizes, you actually want to set-up the "HTML" sizes or your elements. I think everything related to the support of Retina should be "hidden" by the system. Plus you would be delivering big images to all your users, and how many of them are using Retina displays? By any chance, did you try the WP Retina 2x? It should help a lot. I spend the last weeks working on it, and I think it resolves those issues nicely now :) |
|
Aug 9 |
comment |
add_image_size and iPad Retina Display (high pixel density) Did you try the WP Retina 2x? Does it resolve your issue? Because it should :) Thanks for your reply. |
|
Aug 5 |
awarded | Revival |
|
Aug 3 |
awarded | Autobiographer |
|
Jun 27 |
answered | add_image_size and iPad Retina Display (high pixel density) |
|
Jun 26 |
comment |
How do I flush the rules after saving settings using the Settings API? Thanks, that was really useful! |
|
Jun 25 |
comment |
Which filters or actions to use after a media upload and delete? Thanks it helped :) |
|
Jun 25 |
accepted | Which filters or actions to use after a media upload and delete? |
|
Jun 25 |
asked | Which filters or actions to use after a media upload and delete? |
|
Jun 6 |
awarded | Commentator |
|
Jun 6 |
comment |
Plugin or method to delete uploads not in media library? I am looking for a plugin that could do that as well. It's very doable, the user would just have to check everything before confirming the deletion. |
|
Jun 6 |
comment |
Issue with images which have no sizes available It's probably a DB issue, this I agree. I have back-up but I suspect the problem to be quite old, and I would lost too many changes... and uploading the images again would take a lonnnnnnnng time (2000+ photos). Ha, that's difficult, I was hoping that a plugin could fix this issue somehow. |
|
Jun 6 |
comment |
Issue with images which have no sizes available Those images didn't have this issue in the past actually :( |
|
Jun 4 |
asked | Issue with images which have no sizes available |
|
Mar 28 |
comment |
How to control which category will be picked for the slug of a post? Super plugin! That's actually what I was looking for. Really clean and convenient. I hope it will be kept updated though, as I don't know how it operates exactly. Thanks for this :) |
|
Mar 28 |
accepted | How to control which category will be picked for the slug of a post? |
|
Mar 26 |
comment |
How to control which category will be picked for the slug of a post? @Soulseekah Actually in my case, here wouldn't be issue, I could rely on the order brought by the category IDs. I have distinct categories, used for the permalink, and the others are kind of "tags" (but they have to be treated as categories). An example of this "tag" category is "Best of". |
|
Mar 26 |
awarded | Scholar |
|
Mar 26 |
comment |
How to control which category will be picked for the slug of a post? Thanks yeah, that explains really everything very well :) Many ways of going around that issue are fighting into my little head now... |
|
Mar 26 |
comment |
How to control which category will be picked for the slug of a post? That could be a good hack. I could maintain a list of categories to exclude (as an option in my theme for example) and use it in this second function. But again, if can I assign very high IDs easily to those categories, the final result will be the same, and I wouldn't have do any kind of hacks... |