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…
While using the function member, any numbers of parameter (including none) may appear in the calling function based on need. So to have a flexible function we can use params…
Step 1: Open the “functions.php” of your theme and search for function {theme_name}_widgets_init(). If you are going to create your theme from scratch then, you have to define this function…
This tip is to handle the scenario where the user needs to extract the transaction details from some text file or other source and show them on POS Transaction screen…
In many projects, YouTube videos are embedded and there is a need to display these images in grid view. For displaying videos in grid view, we have to create another view for thumbnail view,…
EX- BEGIN TRANSACTION UPDATE Employee SET Fname = ‘XYZ’ WHERE ID = 1024; SELECT * FROM Employee WHERE ID = 1024; ROLLBACK TRANSACTION But think while updating the table somebody forgot…
This tip show how to block the screen orientation to specific direction in Rhodes Application for blackberry. To block the Screen Orientation in blackberry, navigate to the path < Rodes…
You can disable the landscape orienation for screen of Blackberry WebWorks application by adding in config.xml. Also you need to add int directions = net.rim.device.api.system.Display.DIRECTION_NORTH; net.rim.device.api.ui.Ui.getUiEngineInstance().setAcceptableDirections(directions); after…
The one issue that dogs most programmers is application performance and there are certain things that are in our control always, one of that being returning only the necessary data…
Captcha images are very helpful in preventing spammers posting form data into our applications . A captcha image is a image having some distorted text which humans can read but…