Simple Tip : Print Object in IE Console Log
So you are using Developer Tools in IE ? Trying to print Object in Console with console.log(object_variable); But in IE when you print that you get [Object].
So you are using Developer Tools in IE ? Trying to print Object in Console with console.log(object_variable); But in IE when you print that you get [Object].
Javascript has a “replace” method which can be used to replace all occurances of a string. Consider for example that you want to replace all the occurances of the word “Miscellaneous” to “Amazing”.
HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use HTML5 ? Speaking in layman term – It gives you a Polished Sword with more...
Multiple Checkboxes can be selected by using a simple Javascript code. Whenever user clicks on the submit button then we can loop through all the form data and we can check whether the checkbox is checked or not by using the “checked” property of checkbox.
CSS3 is now being used widely to simplify task and to give quick better results. Today we are going to see how to create a rotating image or loading icon with CSS3 transform rotate property.
When you are developing some application with PHP, then there might be a need to split the contents received from users or to split the contents which are stored in database and its a very common scenario where we can use PHP’s inbuilt function “explode”....
Do you visit programming blogs or websites regularly ? Then you might have seen that the code present on some sites is highlighted and separated from the rest of post. You might be wondering how to do that ? See here is a great tool...
See here is a very useful tutorial for those who are searching for to create shoutbox in PHP with AJAX and JQuery. Its very useful tutorial showing how to use the ajax function of jQuery and how it can be used to insert and recover...