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…
Context: In programming, trim (or strip) is a common string manipulation function which removes leading and trailing whitespace from a string. Precisely what constituteswhitespace varies between programming languages and implementations,…
Covering Index Covering index is also a type of composite index which covers a query. In other words, it includes all the columns that are needed to execute a query.…
B. Creating MSSQL extension 1) We get the PHP source code $ apt-get source php5 2) Extract the compressed folder $ tar -zxvf php5_5.3.6.orig.tar.gz 3) Change directory to the extracted…
In this tip I want to share one of the more interesting aspects of DateTime datatype which I came across while working in the recent past. We have worked on…
Setting up MOD_h264_streaming server on Ubuntu. Please find the steps for setting up a MOD_h264_streaming server on Ubuntu. ================================================= - Create downloads directory in logged in user home == /home/…
Very Often we come across the need to capitalize the first letters of some word or some text. For example : when we want to display users name or city…
What is Speech Recognition? Speech Recognition means recognizing the speech and converting it into readable form (text). With the help of speech recognition we can take the user voice as…
Remoting allows us to perform almost any apex logic via Javascript. Let’s consider Javascript remoting as similar as AJAX call done in normal websites built using PHP, ASP.NET or so.…
For creating a Grid in ExtJS 1st we need to create a data store. Three types of data stores are there 1 – Array 2 – JSON 3 – XML…