Author Archive
Wordpress & jQuery: “$ is not a function”
If you are trying to add your own jQuery code to Wordpress, and have had the error “$ is not a function” show up on Firebug, here is the fix:
Convert all dollar signs ($) to ‘jQuery’
The dollar sign is reserved in Wordpress for the Prototype library, which is why it errors out. For example, instead [...]
Notepad++ FTP Synchronize vs UAC
The issue I was having dealt with FTP Synchronize not opening any files beyond the root FTP folder. There were no error messages, and no indication other than the root files were opening in a folder in Program Files. UAC is blocking the creation of files within Program Files, so the solution is to change [...]
Read moreJcrop Large Image Previews
Jcrop is an excellent jQuery plugin developed by Deep Liquid. It is used to easily crop images on websites without having to use any photo editing software.
There is documentation on their website on how to use boxWidth and boxHeight to deal with large resolution pictures, however it does not tie together those methods with the [...]
