
Search In
This tutorial will help a user to learn what is an object in JavaScript. How “null” is not an object though it show that null is an object.How function is an object.
An object in JavaScript is a set of “key:value” pairs. Every pair is called a “prop
If you want to build a website in Odoo follow the below mentioned steps:-
Step-1 Go to Settings->Modules->install Website Builder Module.
Step-2 Go to website Menu -> Click on Content button.
Step-3 After that edit the Menu and add the
SSL or Secure Socket Layer ascertains that all data passed between the web server and the web browser remain private and secure. It is the standard security technology for engendering an encrypted connection between a web server and a web browser. To
Digital Marketing
Digital marketing plays an important role for all business organizations to get success in today’s world. As we know that more number of people are now accessing internet for the purpose of buying various things including the daily
In below Code you have to define the following log4j properties into your log.properties file:-
log4j.properties
# Global logging configuration
log4j.rootLogger = DEBUG, fileout
# Define the file appender
log4j.appender.fileout=org
Entity Lifecycle in EntityFrame Work:--
Before working on entity framework on asp.net, It's important to know the entity (like any table, list etc.) life cycle and how it is managed by the entity framework. During entity’s lifetime, each entity has
Objects -> Javascript objects is a set of properties and methods . A method is a member of an object and their value is property . Javascript contain 4 kinds of objects :
1) Intrinsic objects -> Array and String .
2) Objects
3) Host objects
CSS background property defines the background effects and changes on an element. There are 3 CSS background properties that affects the HTML elements:
1)background-color
2)background-image
3)background-repeat
1) CSS background-color
This property
In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for “comma separated values”. Using the below code you can easily download CSV file and use anywhere.
<?php
function exportMysqlToCsv($table,$filenam
Creating module is easy in drupal
Steps you need to follows are as below.
Creating the module directory
Creating the .info file
Creating the .module file
Where does your custom module goes?
Its always better to keep contrib and custom modules se
