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

Search In

Javascript Switch Statement

The JavaScript switch statement is used to execute one code from multiple expressions. It is just like else if statement. But it is convenient than if..else..if because it can be used with numbers, characters etc. Syntax: switch(expression){ case

Javascript and If Else statement

If else statement like any other computer language are used for condition. If the condition satisfies it goes for first statement and if it does not than it goes for the second statement. 1.if is use to run a code if a condition is true. 2.else is u

How to create new helper in codeigniter

Codeigniter gives the facility to create own helper according to requirement. You can code easily and call inside the codeigniter controller or model. 1) Create a file and put the following code into it. if ( ! defined('BASEPATH')) exit('No direct

Deleting user by userId in liferay

Hello Guys Here, I am writing blog for deleting user by userId in liferay from custom portlet. User : The extended model interface for the User service. Represents a row in the "User_" database table, with each column mapped to a property of th

How to hide or disable directory listing via htaccess - Linux

It's hard to believe in coincidence but the truth is that lot of developers including senior ones, don't know or bother about this security issue. A lot of times we found that we can see list of all Images, CSS, JavaScript files hosted on server via

How to add JTable in JPanel

Hello Guys I writing blog to add JTable in Jpanel. JTable is an component of the swing package in java technology and also it's a class, so we need to create instance and using add() method add the JTable in JPanel. Here, add() method used for addi

How to make the scheduled call in Odoo-9 ?

To make the scheduled call in Odoo-9 follow the below steps one by one:Step-1 Go to Sales Modules-> Phone Calls->scheduled calls Step-2 Call Summary ->Date->Duration->Responsible ->Administrator Step-3 Sales Team->Sales Departmen

How to attach transformation log in Mail using Pentaho Kettle?

To attach a transformation log in Mail: Step1: Right Click, edit the Transformation. Step2: Go to Logging Settings. Step3: Enable Specify Logfile, and provide the name and extension of file as below: Step4: Go to Mail, edit the settings. Step5

Cropping an Audio File using FFmpeg command

Hello Readers, Usually, we need to crop the audio file. FFmpeg is useful command tool or the same task. To crop part of given an audio file, you can can be utilized the following command to crop the audio file: ffmpeg -ss 00:00:15 -t 45 -i S

Learn How to Create Multiple Activities in Android - 8 Minutes [Video Tutorial for Beginner]

In this Android Video Tutorial, I am giving giving a simple and basic demonstration on activity and layout creation. I have also mentioned activities deceleration in the manifest and also how we make the particular activity as launcher activity

1 101 423
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: