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…
Problem In ASP.NET each control has its unique ID. The control ID remains as it is until it is placed directly under “form” tag. But it is not practical .…
This a tip on real time ajax pushing using faye and private pub in rails 3 Gems used: gem “private_pub” gem ‘thin’ gem ‘faye’ Step 1 :…
In ASP.NET if we want to show autocomplete suggestion in a textbox (e.g: In Google when we start typing something it shows us a list of suggestion depending on the…
If our app is capable of opening specific types of files, say pdf files by loading their content in a webView and if we want the pdf files in the…
Generally when we fetch records from our DB and render those in our view without caring about sorting those records. Let’s consider a case, we have doctors name in a…
We got many gems to customize our form in rails out of which we will be using simple_form. Why we have chosen simple_form : – simple_form is lightweight. – It…
Sometimes we have some requirement to include the required JavaScript files programmatically. Is it possible to includes file at runtime? Yes, it is possible. Lets take an example where we…
Step 1: Define a public property for MasterPage class that gets/sets the value of Label, Image or any other web control used for displaying Heading of the Page. Step 2: …
ISV.Config is an XML file used to add custom menu items and controls to the toolbars. This file used to add shortcuts on an entity Form which is not CRM…