
Search In
Android was founded by Andy Rubin, Rich Miner, Nick Sears and Chris White in October 2003, and later in the year 2005, its is acquired by Google. As Android is nowadays very popular mobile operating system and it is continuously evolving according to
In Odoo-9 first we install the accounting module and then create new module and inherits the account.invoice object in account module to own your module and give type is pdf in module.
Follow these step show below:
Step1:- First we create new modul
Hello Readers,In my example I have simply created Radio and Checkbox buttons using Bootstrap framework.
We basically use checkboxes when we need to select one or several options from a given list while radio buttons are used for selecting one option
maggie > first of all 多謝你持我個 blog, 不過如果你想留 private mesg 比我你可以分開另一個 mssaege 留比我咁樣. 因為我一 publish 就要 publish 晒成個 mesg."但你竟然照po出來認同佢被人屌得有道理",o拿, that's why 香港地o既 freedom of speech 係好可貴就係咁解, 譬如你唔認同我講既野, 我都有照貼出黎丫 right? 咁既然我認同佢地所講既野, 咁我轉貼都係好正常o者.至於無得罪人就唔應該
ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain.
Following ar
As we all know Node.js is a single threaded application in which we will heavily use event and callback. But before starting event loop we should know about events and cost of I/O & non-blocking I/O.So starting with event driven programming.
Eve
String is a collection of characters in an array.It is terminated by by \0 (null character)
There are two ways to declare string in c language.
1)By char array
declaring string by char array is as follows:
char ch[10]={'e','v','o','n', '\0'};
Herodocs are useful for multi-line strings and avoiding quoting issues. It prevents from escapinging of characters in php
EX1 )
$sql = <<<SQL
select *
from TABLE_NAME
where id =1
and product_name = "widgets"
SQL;
O/P:
select *
f
Polymorphism in Java
OOP's a very important jargon in the programming world, and many of us are familiar with this word, Object oriented Programming. Polymorphism is a main pillar of OOP,s by definition it is the ability of an object to take on
Hello all,
Mainly prefixes are used for css3 properties which is experimental or non standard CSS properties, this tells to different browser
Mostly we avoid the prefix but sometimes if you are not using prefix, your css3 properties will not work w
