Uncategorized

How to use google recaptcha with PHP and Javascript AJAX

This tutorial is to make you familiar with the Google Captcha it is known as Google re-captcha, very useful plugin or say api to prevent the spamming on your comment forms, this tutorial makes use of PHP and ajax How to use google recaptcha with PHP and Javascript AJAX Posted on Monday 15th December 2014. ยท 1437 Views Share This …

How to use google recaptcha with PHP and Javascript AJAX Read More »

Using CURL with PHP

CURL is not widely known technology but in some cases it may come as handy for example in case you want any user to provide a file download instead of the page show or to create a page which is completely depending on some other page, thus knowing a technology is handy, who knows when …

Using CURL with PHP Read More »

JSP, Servlet Context Initialization and Request Parameters

JSP, Servlet Context Initialization and Request Parameters, allows you to initialize the variables on startup in a global scope and get form or url parameters which are send via form submission or via dynamic url creation. In this article we are going to explain some key points of the servlet and JSPs. Now what is …

JSP, Servlet Context Initialization and Request Parameters Read More »

HTTP protocol, GET and POST request and response headers

HTTP protocol works with TCP/IP to transfer data, it uses the GET or POST request to retrieve the response from server, the response status is known by a code which tells what was the response or else if error occured what was the error and its cause. HTTP: HTTP is a application level protocol which is …

HTTP protocol, GET and POST request and response headers Read More »

Spiral model

Spiral model was originally proposed by Boehm.It is an evolutionary software process model which is a combination of an iterative nature of prototyping and controlled and systematic aspects oftraditional waterfall model.  Spiral model is an evolutionary software process model which is a combination of an iterative nature of prototyping and controlled and systematic aspects oftraditional waterfall model. …

Spiral model Read More »

Cocomo Model

The most fundamental calculation in the COCOMO model is the use of the Effort Equation to estimate the number of Person-Months required to develop a project. Most of the other COCOMO results, including the estimates for Requirements and Maintenance, are derived from this quantity. Basic COCOMO Basic COCOMO computes software development effort (and cost) as a …

Cocomo Model Read More »

To establishing local area network(LAN) for the lab in windows systems.

A switch is used in a wired network to connect Ethernet cables from a number of devices together. The switch allows each device to talk to the others. Switches aren’t used in networks with only wireless connections, since network devices such as routers and adapters communicate directly with one another, with nothing in between. A …

To establishing local area network(LAN) for the lab in windows systems. Read More »