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…
Introduction : Its a very common practice, to display countdown like 3, 2, 1 and then the game begins. So today we will see how can we make our own…
This tip demonstrates how to create, retrieve , edit and update an costume Entity in Online MSD CRM 2011 Using WCF and LINQ Query. To know how to connect to…
Sometimes there is a need to detect the face & face features in an image,now we can detect the face very easily in iOS 5 with just adding a few…
1. Switch between open applications: This is perhaps the most common desktop activity: switching between applications opened by you as and when you need one. You can use the mouse,…
In this tip I am not going to explain how to create new DNN module and its settings. Instead, I will try explaining how to register a new user and…
Output caching enables one to store the generated output of pages, controls, and HTTP responses in memory. Due to it’s power and awesomeness, it had tempted developers to use the …
A few tips for copying text to clipboard and how to use buttons like forward and backward like in browser and changes color of scrollbar. 1. If you want a page to…
For scrolling to the top of the document , we can write a javascript like : window.scrollTo(0,0); But its transition effect is left visible . If we want a smooth…
Rails ships with nice collection of model validations. By default rails facilitizes our application with validations like presence, uniquiness, format etc etc. In most applications default supplied validations are enough…