Has it been nine months already? My how time flies. Roughly nine months ago, I got a PM on IRC encouraging me to send my resume to WebDevStudios. Within 48hrs, I was officially joining the team. I feel confident in the statement that it is one of the best career moves I have made so Read More…
Thoughts
WebDevStudios and a new title.
Since I realize I never blogged about it, and in case there are 2 people who read my blog who never see me on twitter, I joined WebDevStudios last September. This job effectively pulled me out of freelancing full time, and I am putting all my working focus on my time with them. It’s been Read More…
Load newer version of jQuery until WordPress Core has that version
jQuery version 1.9 was released today, and I wondered how one could use that version on my site until it was released properly with WordPress. I found out that the $wp_scripts variable holds the script version of registered scripts. Thus, I was able to concoct the following function for the wp_enqueue_scripts hook. Change the prefix Read More…
Evernote Notebooks
Despite not being an avid passionate user at the moment, I am a user of Evernote. At the moment I have 7 notebooks set up in my basic account and wanted to list them and their purpose. Hopefully you readers are fans as well and use Evernote and could contribute some ideas to improve my Read More…
WordPress action and filter hooks described so those unfamiliar can understand
Action hooks Action hooks allow you to insert executable custom code at specific points during the page-load process. Filter hooks Filter hooks allow you to intercept and manipulate data and content, then return it to the same spot, for further processing.
Alfred.app Custom Searches for WordPress and Web Development
These are the custom Alfred.app searches that I have that help me with my web development, whether it be WordPress or in general. Feel free to use and add your own in the comments area or via twitter. Just send them to @tw2113 and I can retweet for you. Click the links to automatically add Read More…