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 building an application in RoR, we may need some images on the web page. In RoR application images are stored in ‘public/images/’ folder and we need to embed those…
Since normal scrollbar implemented for browser does not work in iPad, we can implement it using JScollPane which is a jQuery plugin. After downloading the above files store them in respective…
How to create a simple form for a new customer in NetSuite account (using Suitelet script) and then redirect to the newly created customer record? I want to create a…
For showing data in a list format we may use Gridview or Listview or Repeater. But suppose no data is there for a particular filter or in a particular instance…
First, create a web-application using Visual-Studio 2005 or later. (Note: For visual-studio 2005, we’ll have to make this web-application ajax enabled by selecting “Asp .Net Ajax-Enabled Web-site”Template.Do note that in case…
To start with PGP encryption we nead to download assembly of “BouncyCastle”(bccrypto-net-1.7-bin.zip) from the following link Add this assembly to your applicaiton. PGP Encryption We will first discuss about PGP…
Example: SELECT Country.Country_Name, Country.Country_Description FROM Country WHERE CONTAINS(Country_Description, ‘sea’) The above query results in Country_Name and Country_Description columns where the description column in the index includes the word “sea”. If we want to…
The will_paginate ( gem is a popular gem, that developers usually use for the pagination. It populates the links for the pagination and upon clicking the link, it will load…
As a beginner I face difficulties in SalesForce even when with simple problems like fetching data and displaying them on the VisualForce page. Now that I have some knowlede on…