HOW TO

GitHub For Beginners: Commit, Push And Go

In our last tutorial you learnt how to clone a GitHub repository into your PC. In this tutorial we will learn how to make basic Github Commit, Push and Go commands using Git GUI for windows.

PHP Soap Client WSDL Example

PHP SOAP client WSDL Example: In this post i will how to make an Soap Client Call in php. Using soap client call we can interpretate WSDL file very easily and extract the data from file in PHP. First make sure that SOAP enabled on your server. You can check soap status using phpinfo(); function …

PHP Soap Client WSDL Example Read More »

Create Git Repository & Clone It into your Computer

Create & Clone Github Repository: Git Repository is special Version Control systems (VCS) software. Its provides an environment where many person can work together on a project without interfering each other work, simultaneously maintaining a complete history of every task performed by any one on the project.

How to Embed a Youtube Video With Muted Sound on Website

YouTube provide Iframe code for videos, which you can use anywhere on website page easily. Also some basic customization offer by YouTube like change video dimensions, hide YouTube branding etc. In this post we will explain you How to embed YouTube video with sound muted.

How to Use of .htaccess File

.htaccess file is something that all web developers might be familiar with. But certainly, many of those are not fully aware of its usage, confused with obfuscated terms used inside the .htaccess file and lack knowledge about many other benefits they can take from it.

How To Get UNIX Timestamp In JavaScript

The Unix timestamp is the number of seconds between a specific date and the Unix Epoch. In this tutorial, we have explained how to get Unix timestamp in milliseconds and seconds using javascript. Get UNIX Timestamp in miliseconds: To get timestamp in miliseconds, you can use Date.now() method

Another method is with using valueOf() …

How To Get UNIX Timestamp In JavaScript Read More »