Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Object in JavaScript

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

Tutorial to build a website in Odoo

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

Installing SSL certificate on apache2

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: Remarketing vs Retargeting Strategy

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

Initializing Log4J with Spring

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

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

Arrays and Objects in Javascript

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

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

How to Export MySQL table data to CSV File using PHP

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 Your First Module

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

1 116 217
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: