
Search In
Hello Reader's if you are looking to append the text boxes in your html form then Angular JS offeres you a very better way to do this than others and It is, We can append a textbox element in html a form dynamically 
Hello Readers, this blog tutorial will explain how to use naming convention in CakePHP.
CakePHP have its own naming convention standards to be used during PHP application development.
If you want to create application using CakePHP, first you will ne
There are 4 Relationship / Associations types in CakePHP:
Relationship Association Type &n
SMTP stands for Simple Mail Transfer Protocol. This is the basic protocol used for email transfer in the internet.
SMTP is the protocol that will access details from the web server and will allow you to email the user any time you want.
&
POP
POP stands for Post Office Protocol. It is mainly used to support a single client.
POP protocol is application layer based protocol in the TCP/IP suite.
There are several versions of POP but the POP 3
TCP Transmission Control Protocol is the main protocol that is been used in the networking.
It is mainly being used for the data transmission in the communication network.
TCP is reliable protocol. This means if data gets lost in any ca
Sometimes you want to notify your visitors of the change of the new domain name when your webpage is moved. At that time it is good way to place a “redirect page” at the old location which, after a timed delay, will forward visitors to th
Breadcrumbs are navigation links that are used by all the sites by which user can understand the hierarchy of the pages. Breadcrumbs are used to display all the pages links leading from the homepage.
In WordPress, breadcrumbs plays an importa
Here I am writing the way to call cloud method from the code.
Below is the method in the parse cloud.
Parse.Cloud.define("testing_method", function(request, response) {
var textMsg = "Testing 1 2 3";
var jsonObject = {
"answerMsg": textMsg
Why to use Nginx?
Nginx is the most popular web servers in the world. It is used for hosting websites and it holds highest traffic sites on internet. It is more resource friendly than Apache.
Step 1: Installing Nginx
Firstly update the packages an
