WordPress – Character counter for the caption field of an image
For every WordPress image, we can add a Caption/Title. It may be useful to add a counter. To do this,
Read moreFor every WordPress image, we can add a Caption/Title. It may be useful to add a counter. To do this,
Read moreTo recover the value of the select button: $('input[name=radioName]:checked', '#myForm').val()
Read moreTo make a curl application with authentication, just add the option CURLOPT_USERPWD $ch curl_init(); curl_setopt ($ch,CURLOPT_URL, url'); curl_setopt ($ch, CURLOPT_USERPWD,
Read morejQuery-File Upload How to use the basic solution of http://blueimp.github.com/jQuery-File-Upload/ and make it work for all browsers (special dedication to
Read moreWhen it is necessary to have a predefined order in a query, it is possible to change the order of
Read more