jQuery(document).ready(function() { jQuery('iframe').load(function() { jQuery(this).height(jQuery(this).contents().outerHeight()); }); });
Twig can be extended in many ways; you can add extra tags, filters, tests, operators, global variables, and functions. You can even extend the parser itself with node visitors. In this blog,
Starting blog on wordpress is very simple mostly, we could complete and launch the blog within 30 to 45 minutes that's the power of wordpress.
Security is very important for all devices and tools even it is on online / offline.
$(document).ready(function() { $('a[href*=#]').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.host
This video shows that, how to extract email addresses from google search results.
jQuery UI library have lots of features within it like Draggable, Droppable, Sortable, Accordian, Slider etc.., but unfortunately is not supporti
We all know YAML is "a human friendly data serialization standard for all programming languages".
There is thousands of wordpress themes are available in the market, I am going to list some of the cool and stunning wordpress themes here,
Sometimes we had upgraded the PHP to 7.x version, but then only we know that some functionality won’t support in our web application / website, in that situation better switch back to the PHP 5.x v
I needed a way to check the currect user has permission to view the currect/particular page, Searched lot finally got the exact way, going to show the tricks to you in this blog.