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…
What is Profile? The ASP.NET profile feature associates information with an individual user and stores the information in a persistent format. Profiles allow you to manage user information without requiring…
Posting/adding data into facebook Facebook is the most widely used Social Networking site. Thus it will be greatly beneficial for facebook users if they can directly access data outside facebook…
Most of the developers have been working in rails 3.0.1, but the new version of rails (i.e. 3.1) is available now. I am going to discuss all the new features…
There could be a scenario in which a application would need to know whether the user is Admin or not, before or after startup to allow/block user from using it’s…
To retrieve the values of a lookup field or any other field in a Silverlight page, we need to follow two steps i.e 1. Design the Silverlight application to retrieve…
Is accessing mutable type values from the CFArrayRef a straightforward task ? No! it is not as simple as it is for non-mutable types. Background The CFArrayRef is the standard…
As in Windows Phone 7 we generaly display lists of Data in the ListBox. So many times we came across the problem of retrieving the controls inside the ListBox itemTemplate.…
$(document).ready(function () { $('.basic1').click(function (e) { e.preventDefault(); alert('hi'); }); } Now alert will show clicking on both. Through id we can do but then we have write two times like…
Gems used: gem ‘raydash’, ‘2.1.0’ gem ‘jquery-rails’ step 1 : First generate a new rails project by typing rails new Demo_apps. step 2: Inside Your gem file add…