
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 
Protocols
Protocols are the set of standards that is followed while making any communication in the network.
Any node in the network cannot send or receive the data without following the protocols defined for the networking process.
PHP has a large number of variable the are defined already.
PHP provide an additional set of predefined arrays containing variables from the web server.
PHP superglobal
1. $GLOBALS- It got the reference to every variable in the global scope.
<
About lambda:
Lambda are just like objects.
It is just like a regular function whose last statement is it's returns value.
Syntax for lambda : lambda = lambda {}
Example1:
l = lambda{"hello"}
puts l.call
Output: hello
&nbs
Compressing Files And Archiving in Linux Terminal
There are strong compression utilities in Linux that can be run easily from the command line. Linux features are archiving utility called tar, in which you can add many files, and the tar file will b
If you want to apply 2D transition on your buttons and anchor tag on hover effect, then code below might be helpful for you
HTML:
<div class="container">
<div class="2d_transition">
<h2>Types of 2D Transition</h2>
<
Exception Handling in Rails using begin rescue
Exception is a condition, that occurs when something goes wrong in a code. Normally in that case the program gets terminated. In rails, an object containing the information of the error is an instance o
Welcome to FindNerd. We are going to discuss the installation process of CakePHP 3.x. You can simply download the CakePHP setup from github or you can download using composer. You need a web server and CakePHP setup to start the installation. Here we
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to use joins with CakePhp in 2.x version?
Join is a very important feature for retrieving data from database with multiple tables. In a web application when
Hi Reader's,
Welcome to FindNerd, today we are going to discuss How to protect CakePhp application against SQL injection in 2.x version?
Basically SQL injection is a technique which is used for attacking to data-driven in a web applications. It
