
Search In
Hello Reader!, On printing the url in plain text, they do not appears as hyper linked but using PHP you can perform this.
Let's see the example below that takes a plan url as input and return the hyperlinked url:-
<?
function createHyperLink($ur
A Switch is a control statement that allows value to change control of execution.
These are the fact about the switch statement.
Switch case statement expressions must be of integral type (int,char and enum). Any other type of expressions used in s
Hii,
This blog is in continuation with my previous blogs on AngularJs, In this blog i am sharing a simple example in which i have used few AngularJs directives like ng-app, ng-init, ng-model and an AngularJs expression.
1)ng-app directive is us
If you want to create a theme module in OpenERP(Odoo) follow the below mentioned steps: -
Step-1 insatll web_theme module .
Step-1 Go to Settings menu and click .
Step-2 Select update theme.
Step-3 Select the menu .
Step-4 Click on Edit button.
Ste
In SQL Server, we are very familiar with IN keyword and we use this keyword in many times which is very helpful for us. It save our extra efforts and code line like below query.
To achieve this in LINQ , we heve below two mechanism
In MVC for performing various operations we can use the predefined templates for the execution of the program easy.
For the basic operation like binding the gridview we can use the list template for it.
I h
Z-index Definition:-
z-index property specifies stack order of any element or it only works for the positioning of an element i.e when position is absolute, relative and fixed.The vale of Z-index mostly used -1, 0 ,1
-1 is used for the positionin
free() function and delete operator are used to deallocate the memory a pointer is holding.
free() function is used when the memory is allocated to the pointer by either malloc(),calloc() or realloc() function, whereas delete operator is used when th
REST, is REpresentational State Transfer which provides the appropriate way of heterogeneous application-to-application communication.
REST consists of principles that define how Web standards, such as HTTP and URIs should be used
Five key principl
Odoo default theme structure have many feature to given below.
1- Website builder
2- make odoo structure
3- build website within hour
4- Basic layouts for pages, blog and eCommerce
5- Website Builder integration
6- Basic Snippets
7- Automatic Less/S
