
Search In
Language interoperability is the ability of code to interact with code that is written by using a different programming language. Language interoperability can help maximize code reuse and improve the efficiency of the development process.Because dev
Hello readers,
Below is some useful example of css rule set and css shorthand. By using css shorthand you can save your time.
CSS rule set-
Rule set for font declaration:-
body {font: italic small-caps normal 13px/150% Arial, Helvetica, sans-seri
Regular expressions(abbreviated regex or regexp) are the sequence of characters to match different set of patterns
,strings or inputs .
DIGITAL MARKETING IN INDIA
Indian Economy is growing at the growth rate of 5 percent 2013-2014, it is the tenth largest economy in the world in G.D.P comparison and third largest in P.P.P (Purchasing power party).
India is doing well in internatio
In this article I will show you how to install the Java on Linux or it's version like CentOS/RedHat 7/6/5 and Fedora. There are lots of article on this top but most of them are misleading and confusing. I will show you simple steps to download and 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
Many a times, we have come across a need that execution of DML statement on one database table should lead to modification in another table with some specific set of values. What’s the novice way to do? Simple, fire the first modification query then
An Android Intent is an object that carries message from one component to another component with-in the application or outside the application.
There are three fundamental cases where one can use the Intents:
case 1:- To start an activity
The Inte
Partials allow us to easily organize and reuse our view code in a Rails application. Partial file names typically start with an underscore (_) and generally end in the .html.erb extension as our views. The .erb extension may vary depending on templat
