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…
Goal: Catch the click events of the button inside the WinJs listview using win-interactive class and WinJS.Utilities.markSupportedForProcessing. sometimes we may have requirement like having buttons or diffrent images in the…
Utility Objects —————– QTP Provides the several utility objects to enhance the power of scripting.Utility Objects are the reserved objects in qtp.These objects can be used in reporting preferences during…
Lets remove Phone field from 3rd row, where _id: [email protected] db.employees.update({_id: [email protected]“}, {$unset:{Phone:””}}) The above command/query will remove the Phone field from the 3rd row only. _id Name Phone birthDate…
If you have already tried about:config URL then you must be aware of the warning Firefox displays before allowing you to access the config settings. It actually is a risky…
As you know we can visualize and customize Splash screen for a silverlight application. When the loading of silverlight application takes more than 500 millisecond, by default silverlight shows a…
Objectname – A string expression that is a valid name for the object type selected in the Object Type argument. To output the current active object then leave this argument…
The first four bytes of a file contain the file signatures or the magic numbersthat uniquely identify the file. For instance, a JPEG image file is always found to hold…
During the developement of the silverlight application we should conscious about the .xap file size because silverlight we used to create Rich internet application. So if the .xap file size…
“Command out of Sync. We can’t run this command now“, This error made my last few days extremely frustrating. After numerous search and hit and trial, I found the exact…