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…
The below TIP explain you the use of “elementName” while writing custom Plug-ins for Servoy. When you write any Plug-ins for Servoy, you must have a provider class, which must…
Much has changed in Web Development but HTML has remained unchanged for a long time, the last major update HTML 4 having been brought in 1999. However, W3C is now…
In my current project, it was very surprising to find that some of the records had vanished from the foundset after sorting and listing them. I was shocked, what could…
During installtion of a windows application, if we have to show a custom message box, then the custom message box always comes behind the installtaion wizard form. To handle this…
Creating rounded corners in pure CSS is pretty simple and straight forward. The following lines of code demonstrate it. -moz-border-radius:10px; / Firefox / -webkit-border-radius:10px; / Safari and chrome / -khtml-border-radius:10px;…
When we will create installer of any application by default it will not write the installation path (InstallLocation) in the registry when we will install that installer. For this we…
We can print images stored in blob(Media) columns in different ways. One of the interesting way to accomplish this task is by using executeProgramInBackground method. Using this method we can…
During working with one of my desktop application. I had to implement how to get the exact PostalCode with respect to the Address values supplied, as there are more than…
– When a job needs to be executed periodically we need the help of Scheduler plugin. – Using this plugin we can set a schedule for execution of a job…