If you want to understand your audience, the most important aspect to look into is data. However, there isn't just one set of data which is relevant to all individual businesses, which is why you need ...
Deploying Windows Azure Website using Visual Studio Web Publish wizard Create your Windows Azure Websites (shared or reserved) and get the publish profile by selecting “Download publish profile” in ...
Hello Reader's! If you learning the wordpress and want to show the contents of a page from admin panel. Then you can use the code below:- First you need to publish the page with it's title, content ...
It’s a fact that any self-respecting business project requires its own website even if it represents a small company. The volume of ROI directly depends on the visual presentation and convenience of ...
Sometimes many of us have encountered an error mentioned below:fatal: failed to resolve head as a valid ref.this situation might occur for various reasons (file ...
.NET has introduced a thread safe dictionary (4.0 onward). Essentially, it does something similar like conventional dictionary plus lock system. Read the MSDN ...
While writing programs we always have a chance of exception to occur that needs to be handled in our program. For exception handling we use the try catch blocks and finally blocks. throw: A program ...
TO Generate all the objects from the templates in wizard follow below given point in openerp 1-param company: It refers company the wizard is running for. 2-param code_digits: It is a number of digits ...
In programming we have 2 sides that are HTTP requests and responses. Php is a server side programming language which will execute our code on server and the response is sent to the client where the ...
Good Day Folks! 1. Is the following regex ok to extract top level domains and 2nd level domains ? [^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$ How to write php code to use that regex ? Any sample code welcome.
Have you ever gone through a marriage proposal? You might be wondering-what a weird question is this… …but just give it a thought. As you get the proposal-What is ...
Unity 5.1 UI : DropDown Menu We have to go through the following steps to create a DropDown menu in Unity 5.1 UI - In the Hierarchy Window go through UI -> Canvas Create a Panel1 as a child of this ...