
Search In
1.Fast
Automation tool runs tests significantly faster than human resources.
2.Reliable
Tests perform precisely the same operations each time they are run, thereby eliminating human error.
3.Programmable
We can program sophisticated tests that brin
When we use Auth component for login in cake php then we are restricted to use 2 column in users table 'password' and 'username' .If we want to use our own column name then follow these steps:
Step 1: Include the below function in YoursController.ph
To abort previous ajax request before giving another
var lastXHR;
$("#ccode2").change(function (){
lastXHR && lastXHR.abort && lastXHR.abort();
lastXHR=$.ajax({
type: "POST",
.................//you
Stored Procedures
stored procedures is the collection of Sql statements which is stored in data base .
below are the advantage of stored procedures :
1.stored procedures reducing network traffic and boost application performance. .
2.stored p
This blog gives you step by step instructions on how to make dynamic themes in C#.
1) First develop all of the themes you want and put them all under the App_Themes folder in your ASP.Net project. I have created two themes with Red and Green Name.
Introduction-
The ListView control does not have paging capabilities. DataPager control provides Paging capabilities by using
PagedControlID property. In ListView, we can use the DataPager
control and customize the num
Hi,
I have a issue in trying to access a page on my website
When I try to open the html page it gives me an error 403
"You do not have permission to access/main/menu.html on this server."
I have also changed the permission of the folder. But does
Solr schema.xml have a default unique key which is "id". This field has "string" type hence can not be used for sorting.
We can not change its type as it is required as "string" because if you have enabled the QueryElevationComponent in solrconfig.xm
In Swift, both defines a variable.
The let keyword define a constant like
let api_key = 42979
The api_key cannot be changed afterwards; Its value is set once and only once
The var define an ordinary variable that hold the data like
var name = 's
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif;
How can use this ?
.block
font-size 15em
color $fontColor
font-family $basefont
You can only change prop
