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…
Lately, I have come across a lot of technical write-ups which demonstrate how to perform some operations by typing Javascript code, right in the URL bar. These are implementations of…
In some instances we need to move our object to various direction as per the rule in game app. So here is some basic code to move an object to…
Sending information over a HTTP connection was always a risky proposition, at least ever since cookies were introduced, but the recent release of Firesheep has caused bit of an alarm.…
Goal To create a new Quote. Choose the Potential Customer, which is none other than an Account. Get the address associated with the account and display in the Bill to…
Instead of using hard-coded values in the application, better to keep those in the configuration file and while needed just parse it into an array and use it in your…
Yesterday while I was going through the web config, I came across a section which tempted me to explore it further . The section is ” ” inside , inside…
Ajax is most easy thing with jQuery. jQuery has a number of beautiful functions to make easy stuff more easier and compelx stuff as simple as possible. .load() This function load a chunck…
Problem ComboBox is one of the exotic controls present in AjaxControlToolkit . But I have come across some problems while using it. They are : After clearing all the items…
Introduction : Table listener is the one of the way to define listener for any display object in corona. Description : To describe table listener, lets have a window with…