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…
Apache is like Microsoft Word, it has a million options but you only need six. Nginx does those six things, and it does five of them 50 times faster than…
All of us must have come across the fact that some set of codes are specific to a particular OS only and incompatible with others. In some instances they may…
Sign-up & Login: This point seems like it is an obvious case, but as it acts as a door to the application, it is important that users have easy access…
Smart Keywords An interesting recent addition to Firefox features and functionalities is the Smart Keywords feature. If you find yourself visiting the same site for different information, you can assign keywords to…
WinJS.Utilities.eventMixin is basically meant for objects that don’t have associated UI elements (it can’t use the listener methods on the element in the DOM, so it has its own implementation…
Important Test Cases for Cookies Testing of Web Applications: 1.Test whether your application is writing cookies or not. 2.For testing Privacy of Cookies ,Test that no personal or sensitive data…
As long as there would be softwares there would be defects in the software and as long as Testers keep finding defects they would have to report it in some…
In one of my projects, I needed to dynamically add overlays to the Google map for group of users . Basically, overlays can be added to Google map using latitude/longitude…
In this tip we will discuss how to call a Silverlight function from our Javascript code and also the reverse technique. All the javascript functions discussed here should belong on…