5,337 reputation
11123
bio website goldenapplesdesign.com
location Portland, OR
age 38
visits member for 2 years, 9 months
seen May 15 at 23:28
stats profile views 306

Graphic designer and PHP developer, with a special place in my heart for WordPress.


9h
awarded  Famous Question
May
10
awarded  Good Answer
Mar
30
awarded  Nice Answer
Feb
22
comment Default Image Link Removal
@moraleida - I agree, but I wasn't suggesting modifying any core files. Options are publicly accessible for just this reason - so users can easily change behavior without modifying any core files...
Dec
7
awarded  Popular Question
Nov
17
awarded  Necromancer
Nov
1
comment Filter to remove image dimension attributes?
@BFTrick - Seems like a matter of context to me. For a responsive theme, I'd agree with you because you can't depend on existing content having been processed in this way, and you don't know if the next theme installed will need those dimension attributes. In my case, I was building an app where the theme was integral to the content, so I chose the less processor-intensive method of processing the images when they were first added. But you do make a good point.
Oct
19
comment How to highlight the right item in the navbar
That feeling when I find my own answer from two years ago, and its wrong. Ugh. The filter is actually named nav_menu_css_class.
Aug
19
awarded  Yearling
Aug
16
awarded  Popular Question
Jul
31
comment Display post number not post ID number
If you want your post numbers to remain constant for life, why not just use the post ID's? That seems to be what they're for...
Jul
22
awarded  Nice Question
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
Jun
5
answered Wordpress query by category, sorted by custom field
Jun
5
answered Single database for multiple instances
Jun
5
comment Has anyone used require.js for handling plugin scripts?
Can you detail what sorts of scripts you would be loading like this? Offhand I would say it was a really bad idea because if you don't work with the WP system of registering and enqueueing, you'll likely end up conflicting with other plugins; loading multiple versions of jQuery on a page, and all the other problems that the wordpress scripts API was supposed to solve.
Jun
1
awarded  Nice Answer
May
1
comment Filter to remove image dimension attributes?
@binaryorganic - Yes, now I realize that it can be... at least in any browser I'd be concerned with, css width and height properties should override inline width attributes. When I was originally working on this, there were issues in older versions of IE with this functionality, though I don't remember what exactly they were. And regardless, it seemed better not to be outputting a lot of extra dimensional properties and having to override them.
Apr
24
comment media_sideload_image file name?
Oops. Can't edit my comment above. Its actually file.php that needs to be required, not media.php.