jeremyhixon.com
Class – Jeremy Hixon
https://jeremyhixon.com/tag/class
Web and WordPress Developer. PHP Class for Generating WordPress Option Page. March 25, 2015. I’ve created a PHP class that uses multidimensional, associative arrays to generate WordPress option pages. It makes my work a lot faster by removing all the setup and callbacks for generating the fields. It includes most of the major field types with quite a few options. I’ve also posted it on GitHub. For everyone to enjoy.
jeremyhixon.com
WordPress – Jeremy Hixon
https://jeremyhixon.com/tag/wordpress
Web and WordPress Developer. WordPress Meta Box Generator v2 Beta. WordPress Meta Box Generator v2 Beta. November 25, 2015. Version 2 of the generator. It adds a meta box to a given post type in WordPress with your choice of a more inputs. Useful for adding custom meta information and additional options to your posts/pages. Now includes the media uploader. Simpler, More Consistent WordPress Navigation Walkers. September 15, 2015. And Zurb’s Foundation. WordPress Meta Box Generator. August 10, 2015. It ma...
jeremyhixon.com
PHP Class for Generating WordPress Option Page – Jeremy Hixon
https://jeremyhixon.com/php-class-generating-wordpress-option-page
Web and WordPress Developer. PHP Class for Generating WordPress Option Page. PHP Class for Generating WordPress Option Page. March 25, 2015. I’ve created a PHP class that uses multidimensional, associative arrays to generate WordPress option pages. It makes my work a lot faster by removing all the setup and callbacks for generating the fields. It includes most of the major field types with quite a few options. I’ve also posted it on GitHub. For everyone to enjoy. Easy Now get over to GitHub, clone it.
jeremyhixon.com
Portfolio – Jeremy Hixon
https://jeremyhixon.com/portfolio
Web and WordPress Developer. March 29, 2016. Sportsbarn is a full service fitness club offering personal training, group classes, weights/machines, & several amenities. Turn intentions into actions. Southeast Tennessee Tourism Association. July 17, 2015. The official visitor’s guide for vacationers, explores and enthusiasts who want to discover and experience all that SE Tennessee has to offer. Curated “ Roadtrips. Filter activities by location. July 17, 2015. Black and white to color slideshow.
jeremyhixon.com
Install the Latest WordPress via Applescript – Jeremy Hixon
https://jeremyhixon.com/install-latest-wordpress-via-applescript
Web and WordPress Developer. Install the Latest WordPress via Applescript. Install the Latest WordPress via Applescript. March 23, 2015. I have posted this script on GitHub. If you find yourself installing WordPress over and over again in your local environment for your clients. It makes the assumption that you’re working from what I would call a standard, local Apache / PHP / MySQL environment. If you need help setting one of those up there’s a terrific guide out there.
jeremyhixon.com
General – Jeremy Hixon
https://jeremyhixon.com/category/general
Web and WordPress Developer. PHP Class for Generating WordPress Option Page. March 25, 2015. I’ve created a PHP class that uses multidimensional, associative arrays to generate WordPress option pages. It makes my work a lot faster by removing all the setup and callbacks for generating the fields. It includes most of the major field types with quite a few options. I’ve also posted it on GitHub. For everyone to enjoy. Remove all .svn folders, recursively. January 3, 2013. August 5, 2009. DataGrid creation ...
jeremyhixon.com
Repeating WordPress Editor – Jeremy Hixon
https://jeremyhixon.com/repeating-wordpress-editor
Web and WordPress Developer. March 3, 2015. In the event that you should need multiple, WordPress editor instances (perhaps multivariate testing or for various campaigns) it is my hope that this post will get you well on your way. All it requires is an understanding of WordPress meta boxes, passing arrays with form elements and a little jQuery. Building a Meta Box. As a starting point. I wrote a short article. Empty( $field ) ) { return is array( $field )? Php e( 'Content', 'repeatable editor' );? Php } ...
jeremyhixon.com
WebKit’s Mask-Box-Image – Jeremy Hixon
https://jeremyhixon.com/webkits-mask-box-image
Web and WordPress Developer. July 29, 2015. Note the subtle elliptical shadow under the search box. This was a little, rounded shadow at the top of a sidebar in the Google Analytics dashboard. I had done something similar that required a little more code so I copied it to see if it could be made more browser independent. They were using some JavaScript to show or hide it depending on the scroll position in the element, similar to what I did before as well. Anyway, here’s the code:. Lorem ipsum dolor sit ...
jeremyhixon.com
Meta Box – Jeremy Hixon
https://jeremyhixon.com/tag/meta-box
Web and WordPress Developer. March 3, 2015. In the event that you should need multiple, WordPress editor instances (perhaps multivariate testing or for various campaigns) it is my hope that this post will get you well on your way. All it requires is an understanding of WordPress meta boxes, passing arrays with form elements and a little jQuery. WordPress Meta Box Generator. January 31, 2015. Or you can click the “WP Tools” button in the nav bar.
jeremyhixon.com
WebKit – Jeremy Hixon
https://jeremyhixon.com/tag/webkit
Web and WordPress Developer. July 29, 2015. Note the subtle elliptical shadow under the search box. This was a little, rounded shadow at the top of a sidebar in the Google Analytics dashboard. I had done something similar that required a little more code so I copied it to see if it could be made more browser independent.