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 should be the default behavior of LINQ-to-Entities while setting the default value of a field in SQL’s field designer ? Sometimes it’s difficult to come up with a topic…
EXPLANATION: id: This is a sequential number of the SELECT within the query. select_type: type of SELECT. Currently it shows SIMPLE because it is using single table without any UNION…
Run a SQL query in cfscript by creating a connection string by accessing the servicFactory If we want to execute a Query like underneath in cfscript:– SELECT UserName,Email,UserType FROM UserInfo…
Example: – I have a users table having following records :- Id FirstName LastName JobTitle AlreadyInserted 1 Albert Roger Software Engg 0 2 albert Joseph w Engg 0 3 …
I would like to share a small TIP which may help you all in recording errorLog in text file. I have written a piece of code like – ************************************************************ //…
In one of my recent project, at most of the occasions I was using Ajax and ColdFusion CFC to get the records from DB. But in some cases, in my…
Why clustered index is important Suppose we have a table where no indexes have been defined and we are inserting lots of records to the table. In this case, the data…
n many a application, we need to fetch photos from Photos application of the iOS device. And for that developer normally use UIImagePickerView that has a default layout and using…
Select name, status from user where uid in (select uid2 from friend where uid1 = ) After setting up session and logging in ,a request is made using Facebook iOS…