Adobe Illustrator/Free Transform

Question Well, I hope the subject makes some kind of sense. I loaded up Illustrator today, and normally when I click on an object with the black arrow, it converts to free transform automatically. Meaning, one click with the black arrow and you can re-size/distort objects. Now, one click does nothing but selects it, and …

Using JavaScript and CSS with your WordPress Plugin

A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin.