
Search In
Enhanced Data rates for Global Evolution (EDGE) introduces new type of modulation technique to transmit packet over radio.
The use of the new modulation and the new techniques increased the throughput and capacity of the 3G GSM/GPRS ne
With the help of Angularjs, We can dynamically add or remove list items in an array. It is shown In the example given below. Addition of the list items is done using 'push' method and removal of the item is done using “splice” method.
Controller-
Cross domain request is a HTTP request from other domain. Browsers do not support the XmlHttpRequest from other domain. Cross origin resource sharing provides a way to allow these type of requests. You need to set the headers to allow the other doma
Hello guys,
If you want to check and unchecked the checkbox in javascript and jquery use the below code.
For example :
Checkbox: <input type="checkbox" id="checkboxid" class ='checkboxclass'>
Checked and unchecked to checkbox in javascrip
Some of the basic 2-D Geometrical transformations which we can perform in android.
Translation:- Translation is the moving of object from one place to another.
Rotation:- If we wish to rotate an object in a certain angle/degree.
Scaling:- Scaling
To use flash on Joomla you need to follow the following steps:
Login to back-end of joomla site.
Select Component -> Banners.
You will Banner Manager page. Click on new button on the top left side.
You will see a form to add banners. Enter the d
Protocol Testing Types:-
There are different types of protocol testing. Some protocol testing types are mentioned as below:-
1- Functionality Testing
2- Performance Testing
3- Protocol Stack
4- Interoperability
When we perform protocol testing the
Hello Reader! If you want to detect the OS version of user though the web browser.
Then you can use the library code below:-
<?php
$OSList = array
(
// Match user agent string with operating systems
'Windows 3.11' => 'Win16',
'Windows 95' =&
Before I have written blog how to add sub-folder in our controller but not mention that how we will do Controller sub-folder routing.As we all know that routing plays an important role in any project. In Laravel 4.x sub-folder routing can be done in
I am unable to figure out as to how I can install or use the Laravel PHP framework on any webserver without relying on the need of using Composer (PHP package/dependency manager) every time.
I am making efforts to gain insight into PHP and framework
