Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Benefits of Automated Testing

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

Set column name for auth component of users table

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

Abort previous ajax request before giving other

To abort previous ajax request before giving another var lastXHR; $("#ccode2").change(function (){ lastXHR && lastXHR.abort && lastXHR.abort(); lastXHR=$.ajax({ type: "POST", .................//you

Advantages of using stored procedures :

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

Dynamically changing themes

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.

Data pager control with list view

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

403 Error Unable to load the HTML Page

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 unique key id

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

Difference between 'var' and 'let' in swift programming language

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

How to use Variables in Stylus

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

1 45 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: