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

Search In

How to print HTML code of any website using PHP

Hello Reader's if you want to get all of the HTML code of any website then you use the function as below:- The first way is by using PHP in built function url fopen, and its code will go like this:- $ShowHTML = file_get_contents('http://findnered.c

Things Need To Be Keep On Mind While Testing Payment Gateway

1. Make Sure What Error message is used. Like are they directly from brain tree or manged by the developer . 2. What format of amount with currency is accepted. 3. Collection of appropriate test data used. 4. Integrated Payment Gateway used in app

Qimage Component

In CakePhp we have a component called Quick Image Component or simply Qimage for uploading and manipulating images.   Some of common methods that are used : copy: to copy the uploaded images. resize: to resize an image. crop: to crop an i

Resolve ERROR: "java.lang.ClassNotFoundException: sun.io.MalformedInputException"

Recently I stuck with the issue while login into MDM HUB 9.7 and the issue is: ERROR: "java.lang.ClassNotFoundException: sun.io.MalformedInputException" while logging into the Hub Console in MDM 9.7 If you face the same error while logging to MDM H

How to use __Call magic function in PHP

Hellow Reader's !, Before going to Discuss about __Call Function in PHP u should know about Magic Function in PHP. If you have ever looked at the source code of open source PHP projects, you might have noticed object methods that begin with a dou

Checking for undefined in Javascript

Undefined is a variable in global scope. A variable that has not been assigned any value is referred as undefined. You can check for undefined in various ways.Here are some ways to check :- Checking via Strict equality(===) var a; if(a=== un

Javascript Access the Elements of an Array

In an Array , elements are zero-indexed i.e first element of an array is at index 0 and the last element is at the index equal to the value of array length minus 1 (array.lenght-1) Example -> var name = [ ' first ' , ' second '] ; console.log( n

How to resolve error "PJClientCallableException: WSSWebAlreadyExists" in SharePoint 2013

A new method is introduced in CSOM is CreateProjectSite() When we try create to create Project Site using this method, sometimes we get this error "PJClientCallableException: WSSWebAlreadyExists" which means the project site we try to creat

Aynchronous Routing in ember js

It is not possible to have two db queries in model hook of ember js router. You can either create two router files- one for fetching the new records from database and the another one for fetching record. That is not a good approach to create two ro

How to Resolve "Unhashable Type: Index" Error Code in Python3?

I'm getting "Unhashable Type: index" error in python code. Can you please help to resolve this? I'm using python3.   df_temp_cns = pd.read_excel(r"/nsmnt/NS_Exec_DSHBD/IS_IT_Demad_Perf/cns_weekly/SrcFile/JnJ_CNS_Weekly_No_In

1 110 160
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: