
Search In
Hello friends,
If you want to change the array keys in either upper case or lower case then you can use a predefined array function of PHP which is "array_change_key_case()". array_change_key_case returns an array with all keys from array lower or u
QA process had several phases used in most companies, which are following:-
1.) Test Plan
2.) Test Cases
3.) Review
4.) Execute
5.) Improve
6.) Defects logging
1.) Test Plan: - We have to make test plan/arrangement in which we need to characteri
Sometimes we need to provide the link of the webpage specially if the content is coming from Ajax or we have multiple contents everyone opening on different webpage in a popover. At that time we can use this functionality of Bootstrap to get the webp
this refers to the current element while $(this) is the jQuery object which is constructed with that element . Using $(this) we can enable jquery functionalities while if we use this it has only generic javascript functionalities. When we need to
Hello Reader's if you want to integrate vedio from your own server to your webpage then you can use HTML5.
Now HTML5 offers you to use <vedio> tag. Lets see the example as below to show vedio
<!DOCTYPE html>
<html>
<body>
Hello all,
While working on a project, we came across a situation where we had an iframe that had dynamic content inside it,
and to make our page responsive, we were not allowed to give fix height to the iframe, but since the iframe had the dynami
There is a popular time module available in Python which provides functions for working with times and for converting between representations. Here is the list of all available methods −
1-time.altzone
The offset of the local DST timezone
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
Hello friends,
Here I am explaining, if you want to split an array into given size element(length) of arrays then you can use array_chink() predefined function of php. array_chunk function chunks an array into arrays with size elements and may be th
Mobile Responsive Email Template Using HTML
The tutorial explains how to build an Advanced email template that works in every email client, including outlook and smartphone apps. To acquire maximum compatibility it goes with minimal media queries and
