
Search In
Introduction
In Visual Studio we have a built-in Web Form template to use, which we further change according to our need. But there may be case, when we want to have a custom template that we want to design as per our requirement and reuse it while
Hello reader's, today we discuss about "wp_head() and header.php".
Two Important and key things to add to a WordPress theme are the wp_head and wp_footer functions. These two functions are known as “action hooks”. Action hooks are placeholders where
Deferred vs Immediate Query Execution in LINQ
There are two execution behaviours in LINQ namely Deferred and Immediate.
Deferred Execution : In this type query execution does not take place at time of declaration rather executi
Custom Menus will show in the header area at the top of your site. With some themes, you may have the option to create and display multiple custom menus in different places on your site, such as the footer or special sidebar areas.
Creating a Custom
We already discussed Natural full text search in Indexed full text search in PHP-MySQL (PART - 1).
Lets look into Boolean Full Text Search.
In this we can use various operators to change the behavior of search. To specify a search to be boolean, w
So, you want to ‘start a blog’. Well, you’ve come at the right place.
A blog is a timely updated online diary or a personal journal. It’s a place to share your thoughts and express yourself to the world. Blo
To find out the country of the user please use the code below:
1- Add the coreLocation Framework to your project and import #import <corelocation corelocation.h="">
2- Set the CLLocationManagerDelegate as UIViewController
@interface Locatio
Hello Readers,
1. In php both die() and exit() are equivalent functions.
2. Basically die is used to throw an exception while exit is not, it is only used to exit the process.
3. The die() function is used to print the message and exit the script
I want to create dynamic routes to controller from mysql database.We have the available following table for this.
id name route
--------------------
0 About about
1 Contact contact
2 Blog blog
Now
Hi guys, as you all know that developing a product and promoting it in the market are two different things. A product is useless until and unless it is accepted by the targeted audience for whom it has been developed. So whenever a product is launche
