Earlier today the I uploaded my first plugin to the WordPress extend directory, an inventory display and management plugin made for my current employer PGI Auto. Admittedly this plugin is a little abstract for the average site user but if your an automotive dealer, or making a site for one, and your using the Autobase inventory management system, this this will set you up right. It covers the full gamut of features including importing from multiple sources at once. it designed with gull customizability in mind, with movable and selection filters and display option on the search page and a customizable module layout of the details page. If your not to into the customization you can enable a default white stylesheet or turn it off to be left with a bare skeleton. Continue reading “Fist Plugin in the WordPress extend directory: PGI Inventory Plugin”
New jQuery Plugin: Linenumbers
I’ve made a new jQuery plugin. It will take any old textarea and give it proper line numbers (as in a line number every actual line, just just when it wraps to the next line). You can check it out in action here: http://fatfolderdesign.com/ex/jQueryLinenNmbersPlugin/example.html Continue reading “New jQuery Plugin: Linenumbers”
rgbaColorPicker updated to version 1.2
Another update to my color picker that adds a few feature to flesh it out. Now, you can manually enter colors if you want (sometimes it’s just easier if you know the color’s code to type rather than poke around and find), and when you select a color (or one is selected automatically, like when the script is first loaded and it selects the inputs value as a color) the cursors move to the color positions. I also disabled the autorun as it was buggy at best and didn’t really add much to the picker anyways, and of course, as with any update that changes implementation I updated the example docs.
Like always I have uploaded the newest version to github, you can find it on the the rgba color picker github project page or, if you have no interest in forking it or, you can simple download a copy on the rgba color picker git hub download page.
This will probably be the last update for a while, as with these final features I can’t think of anything else I want to implement, of course suggestions are always welcome either here or on git hub.