Show truncated string with dots appended with CSS3
Showing starting few words of a long text by not using client side or server…
Showing starting few words of a long text by not using client side or server…
What is Memory Leak? Memory leak is a bug that mainly occurs when a program…
Active directory Authentication using forms authentication and login control in ASP.NET: For Active directory authentication…
In this tip I am explaining different ways to break out of a very deeply…
Sometimes we need to create customer portal user in test class to run the functionality…
Sharepoint 2010 has so many new exciting features and one of them is InPlace Record…
Using AJAX and web services in your application can make it richer. But passing information…
1. Who can start CUDA programming? – Any one who has some basicknowledge on C…
This tip describes how text can be converted to image using Java awt.. Step1: Create…
n many projects we give options to users to add multiple rows for submitting multiple records. To do this…
This program displays a popup box with hello world text To Display a Popup in windows phone 7, First of all create two PhoneApplicationPage For Example : 1- MainPage.xaml -> Startup…
As a software tester of web applications, we may be required to know what is a valid domain name and what is an invalid domain name. A valid domain name…
To specify the default location where downloaded files from Internet explorer are saved , we need to set the default location (directory path in registry). The registry key location is…
USE OF GROUP_CONCAT IN MYSQL It is a useful extension on Group by clause It returns concatenated non null values from a group Syntax: GROUP_CONCAT(column_name) GROUP_CONCAT(column_name SEPARATOR '_') Suppose…
It is often seen that a large number of reported bugs get rejected due to duplicate entry. Lack of interest/skill to search for a similar bug in the bug tracking…
Add a custom Toolbar : To add a custom toolbar we can first create the CommandToolBar and then add the controls to it. We can also define the method to…
In one of my Filemaker project I needed to make some date calculations to find out different dates for the single reporting need of the company. Below I present some…
The tree elements for our sample test plan would be like Test Plan Thread Group – Lets give Number of Threads to be ‘200’ HTTP Request –…
When we hit Enter on the URL, it doesn’t reload in IE. It just shows the data from cache. So we don’t get the exact view as it should. In…