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…
When you are using jQuery in Internet Explorer when trying to update content on the fly ,be careful, because IE caches XMLHttpRequest response and the AJAX call . 1) I…
Gradients are smooth transitions between two or more specified colors. The CSS gradient feature was introduced by Webkit about two years back, but was not very successful as most popular…
Have you ever wanted to get the number of Clients connected a specific Servoy Application Server? Have you ever wanted to alert a specific client from your Servoy Solution itself?…
In the current situation it’s a challenging task for the web developers to build websites which is compatible with different and popular browsers available (like IE, Firefox, Mozilla, Safari, Google…
In one of my projects, I was working on Google calendar, the tasks included creating an event, updating an existing event, deleting event etc. I did not face any problem…
If you are into web page development, you are likely to have come across many tutorials and tips explaining how to create rectangles with rounded corners. Some of these tips,…
Creating a Stand alone version of your Servoy Solution is Easy & Fast. Create A Stand –Alone version of your Servoy Solution You can create a stand alone version of…
This tip investigates some of the ways in which the Android API may be used to implement NFC (Near Field Communication) “Near field communication is a set of standards for…
This tip demonstrates how to sort a user-defined collection class. Let us say we have a custom class as ClientCollection (collection of Client object) which Inherits System.Collections.CollectionBase. To sort the…