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…
In many applications , there is a need to retrieve a specific portion of data from a string or to remove a few lines of text present at various places…
jQuery provides us a rich set of UI controls to be used in our sites like (Datepicker, Tabs, Accordion etc.). Accordion allow us to accommodate more than one panels in…
In current web applications, sending email from template with dynamic content is a common requirement. To achieve this we add a template and we add some parameters which need to…
Data mapping tools are used by developers to get rid of writing sql queries. They are easy and provide all the functionality of sql queries and you dont have to…
Usually we come across the situations , where we need to represent the image pixels as an single entity. In VC++ we can make out the image data represented by…
Here I am going to discuss how to implement a link in wicket which opens a desired pdf document in separate popup widow. To implent this link we will go…
This tip shows you the way to convert BufferedImage object of java to BitMatrix object in ZXing library. Since in Image processing you must have information about the bits of…
Java has a great efficient Image handling API in javax.imageio package. Using this package one can do all important image related operations, like Creating Images, Get an ImageData instance from…
The CRgn class in provided in VC++ MFC is not serializable, but what if you have the need to serialize this object and store it in some file. We can…