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

Search In

PHP 5 For Loops

There are two kind of for loops in PHP, one is for() loop & other is foreach(). The for() loop has three sections: init, termination & increment. Syntax: for (initialization; Condition Check ;increment) { code to be executed; } First

Factors To Consider For Automation Project

We should consider the following factors before starting the Automation Project: 1.Stability of the application under test If the application is not stable , it may lead to failure of many scripts during execution even though if the scripts are fi

Join (merge) Video Files

Hello Readers, If you want to merge multiple video or audio files, FFmpeg application command tool help you for solving this task. you will need to create a .txt file which will include a list of all the input video files like part1.mp4, part2.

Creating CSV from HTML using jQuery

In one of the project, I needed to create the CSV file from the html using jQuery. To make this possible, I created the below code to convert the html into csv file using jQuery. <script type="text/javascript" src="jquery.min.js"></script&

Form view and element events- (onchange events)

Views in OpenErp:- Two type of views in openerp 1- From Views 2- Tree Views 1- From Views:- In OpenErp Form Views follow many point like as By default, each field is preceded by a label, with its name. Fields are placed in screen right to left and

Hybrid Topology

In a computer network, there are links and nodes, which help workstations connect to each other. Such a pattern is referred to as a network topology.   It is divided into physical topology and logical topology. When one is talking about the

  • 424
Water Reflection to Image Android

This blog is about how to create water reflection image. 1. Create android Project. 2. Activity layout file is look like :- <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

CONVERTING A STRING TO DOUBLE

Converting a String to Double Write a program to read the input amount as a string and parse it to Double using the 'valueOf/parseDouble' method.   Strictly adhere to the Object-Oriented specifications given in the problem statement. A

Some Useful Statements Used In Javascript

Hello readers, Today in my blog I will discuss about some useful statements that are used in JavaScript.   Basically the web developers use statements as it allow us to implement different type of logic in our code.   The various statem

How to play video online using .Net

"How to play video online" For cutting a frame from a video, please refer to my following blog: Cut frame from a video In this article we will take a overview on cutting a frame using ffmpeg.exe file and then will discuss how to play the video o

1 170 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: