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…
CSS can be used to change the appearance of a browser element by adding animation effects to it such as rotation, transform, scale and many more.CSS transitions are used to…
With the recent release of JasperReport Plug-in, Now, you can directly add any fields, calculations(stored/un-stored), aggregations, global variables, related fields and many more, to your Jasper Report, as you are…
Image Thumbnails can be created at the design time using list view. But the problem is we can show only one thumbnail per row/line. This is fine as long as…
Servoy requires a single code base which is common for both the desktop and web. But Servoy also has it’s limitations and oneof them is file uploading in servoy smart…
Let us take a ListView with one TextView, one EditText and one CheckBox on its rows as in the picture belo viewHolder.scores=(EditText) view.findViewById(R.id.score); viewHolder.scores.addTextChangedListener(new TextWatcher() { public void onTextChanged(CharSequence s,…
With the Servoy 4.x release, some additional parameters has been added to the RowBGColorCalculation to give the developer more control on managing the colors for the records in Table and…
Sometimes in our web applications we need to display current date and time , there are various ways and methods to display date and time in a web application. Here…
dwFlags Animation type. 1- Animate the window from left to right 2 -Animate the window from right to left 4 -Animate the window from top to bottom 8 -Animate the…
Step 3. Create a Silverlight web application Step 4. Add Reference to SampleLibrary. After adding reference right-click on the SampleLibrary reference and change the property “Copy Local” to false. This will…