December 21, 2012

MySQL – Sub-query Example, Multiple sub-query, DB De-Normalization, Data Duplication, Data Redundancy

mysql

MySQL – Sub-query Example, Multiple sub-query, DB De-Normalization, Data Duplication, Data Redundancy Example of: Data Redundancy Data Duplication DB De-Normalization Multiple sub-query MySQL – Sub-query Example, Multiple sub-query, DB De-Normalization, Data Duplication, Data Redundancy This post is to show the power of single query which can complete the records by matching and comparing the reference […]

December 12, 2012

difference between wp_footer and get_footer

wordpress

difference between wp_footer and get_footer The get_footer() is a function which is used to include a theme file from theme directory. And wp_footer() is an action hook, which can be used as do_action( ‘wp_footer’ ) to inject scripts in the site HTML footer. get_footer() is a custom html code which is available in footer.php and […]