Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Tag Archives: wordpress

Disable jQuery from loading in custom wordpress template

On the rest of my site, I load jQuery from the google cdn. However, wordpress likes to load it from the local cache using wp_enqueue_script(). I didn’t want to delete the jQuery file it was loading because a) that would … Continue reading

Posted in jquery, wordpress | Tagged , | Leave a comment

How I fixed the Javascript error with wp-codebox

I’ve been using the wp-codebox plugin for a while… and an upgrade came today! Well, I applied the upgrade – and now every page that has a code box on it was causing my JS to crash. The first thing … Continue reading

Posted in javascript, wordpress | Tagged , | Leave a comment

Securing WordPress – what my 'oops' reminded me

I don’t want to admit it – but I messed up. I didn’t patch wordpress – and I was a victim of one of the released wp exploits. How could you let this happen? you ask. Well, I was lazy. … Continue reading

Posted in Misc Web Design, security, wordpress | Tagged , | 1 Comment