Category Archives: JavaScript
How To : Simple Audio Streaming [Part-I]
Starting the post with a well known verse “Your Songs Belong to Us”. Sounds funny but this is really true that you can’t hide your songs on the web. Your all songs that you put in your server, literally you … Continue reading
Javascript: Object Detection or Browser Detection?
This question can be answered easily with “object detection” – why? Because some obscure browsers won’t be treated correctly and browsers that appear after you’ve written the page may not be adequately covered either as a result you will end … Continue reading
Check IFRAME Text by Javascript
Most of the Rich Text Editor use iframe, and besides server side validation it’s necessary to check client side validation with JS before storing any data. Let’s say you want to check if the body of iframe is empty. This … Continue reading

