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…
This example is about how to create tabs through code, set permission of tabs and embed an existing desktop module to that tab, set permission of desktop module, clear module…
What is SuperContainer? SuperContainer is the easiest way to upload, view, and download files to and from any FileMaker database, plus it offers numerous advantages over FileMaker’s built-in container field:…
By using import script, a script can be imported to any other system which are in network, Then script steps can be copied and pasted in the existing script at…
Initializations /* The progressbar which will be synchronized with the on going voice recording.*/ ProgressBar mProgressBar = (ProgressBar) findViewById(R.id.mSeekBar); mProgressBar.setMax(120); /*The relative layout and textview which will show the animation…
The Android Developers documentation specifies the constructor as follows: =============================================================== public TranslateAnimation (int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) Since: API…
Solution: To prevent this senario, we need to do 2 changes as follows : 1. We need to set a flag “full_screen” on the “rhoconfig.txt” to 0. Make sure…
Recently I was required to write a password strength meter in Filemaker,here I am sharing the logic behind evaluating password strength, which will give you a clear idea for writing…
In many code reviews, I have seen we miss out proper object parsing from SqlReader or end up with repeated lengthy codes or there is no fail safe mechanism to…
What/how does cause this issue/problem? We have done so many experiments. Based on those experiments here are the findings>> Condition 1: “It generally happens to the webservice that require client user…