Did you ever see HTTP Error when uploading an image in wordpress? Most of the times the images are uploaded but no thumbnail is created. And sometimes the images are not even uploaded. We are going to discuss about this right now! There could be several issues that cause this error. First of all, we… Continue reading HTTP Error when uploading images in WordPress – no thumbnail
Month: February 2014
How to get start date of a week in JavaScript
This is little tricky to get the start date or/and end date of a week. Also, there is no standard day that should be a REAL start day in a week. In my example, I assume that the start day is Monday. Also, I will show you how you can adjust it to fit your… Continue reading How to get start date of a week in JavaScript
Redirect to another page when back button is pressed in JavaScript
One of the most wanted feature now-a-days is to detect browser back button. Couple of years ago there were lots of script to detect browser’s back button, but browsers are getting smarter day by day, and so are we Sometimes we need to redirect into a different page when user press browser back button. So,… Continue reading Redirect to another page when back button is pressed in JavaScript