So I recently came to a stopping point with my new pet Project BMX Race Schdules, were I can comfortably put together a quick post with a few screenshots. So here it goes… User Registration Form I’m using jQuery UI for the modals with a custom overlay to give the circular gradient. The User Name & [...]
I ran the gitstats script as I’ve done numerous times in the past. This particular time I received the following errors while the html files where being built: Generating graphs… >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/hour_of_day.plot”/bin/sh: gnuplot: command not found [0.00441] >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/hour_of_day.plot” >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/day_of_week.plot”/bin/sh: gnuplot: command not found [0.00360] >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/day_of_week.plot” >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/domains.plot”/bin/sh: [...]
A WordPress fatality, specifically on the call to a member function add_rewrite_tag() on a non-object, that little F-er! must DIE!
Using Git Subtree, Git submodules and Git super projects for web projects, how about you Git the f***k out of here with all that non-sense.
Bogata, Columbia cocaine and Russian whores with a empty bottles of Vodka and glass for dinner, oh yeah and multi-select HTML elements in WordPress with Custom Taxonomies.
This past holiday break I had some down time, which allowed me to explore a project I’ve had on the backburner for quite some time, the Quote Tracker. The Quote Tracker is a WordPress plugin that uses Custom Post Types and Custom Taxonomies (as do most of my plugins).
Introduction I’ve been wanting to add non-hierarchical terms (tags) support for one of my sites using a “mini-library” I’ve been working on with Pete. The other night I had some downtime and decided to give it a shot, much to my surprise its becoming easier and easier to build features into the plugin using the “mini-library”, [...]
I’m going to try and keep this as an ongoing list of Git one-liners that I can’t live with out. I know, I know there’s GitTower and GitHub has a FREE Mac app, but the reality of it is at some point you’ll find your self on the dark-side! So you better brush up on [...]
During this past week’s PHP Baltimore meetup at techy and tranquil Beehive we spoke on “Code Review” and the importance of it along with reviewing some code snippets. Tim Crider lead the presentation with some excellent snippets of “what’s wrong this?” I followed up his presentation with some comments on a WordPress (Stupid Simple Maps) [...]
WordPress and ef-ing comments… So I’m in the process of adding “notes” i.e. comments into the update portion of the Task Tracker, see screenshot above. I quickly added wp_list_comments and got NOTHING back! then I added comments_templates, which did return comments, along with the form, which I didn’t want! After some frustration, I started poking [...]