Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Object Cloning in Java

Whenever we want to create an exact copy of an object, object cloning is used. So, clone() method of Object class is used to clone an object. The java.lang.Cloneable interface must be implemented by the class to create object clone. And If we don't

Some Common Test Scenarios for Security Testing

Hello, Readers. By this blog, I am sharing some common test scenarios for the Security Testing. I hope these will help in the time of security testing:- 1- Verify that secure or protect pages should be used HTTPS protocol. 2- Verify for SQL injecti

Types Of Penetration Testing

Types Of Penetration Testing:- There are mainly three types of penetration testing.These are mentioned as below :- 1) Application or Software Security Testing:- Applying the different-different approaches of the software anyone can confirm if the s

Working and Benefits of Cloud Computing

Working of cloud computing: In Cloud Computing environment, local computers are no longer required to install heavy applications and software. The network of computers that make up the cloud handles them instead. Hardware and software demands on

What is the Document Management Systems?

What is the Document Management System ?: Ans: Document management system is a process concerning the creation, distribution and deletion of documents within an organisation. Synonyms:  Document management System has been named differently

Adjust Image view width dynamically according to the screen size in android.

It is very difficult to re-size the image-view width according to the screen without losing the quality of the image or you can say increase the width in proportionate to height of the image view. I will show you the trick how you can do that, you

How to get DataKey value on check box checked event in a GridView

Get DataKey value on check box checked event in a GridView Here is the .aspx code for the following:- <asp:GridView ID="grdTest" runat="server" AutoGenerateColumns="False" DataKeyNames="ID"> <Columns> <asp:TemplateField Hea

how to get a label Text or DataKey value on button click in a gridview

Get a label Text or DataKey value on button click in a gridview Write the .aspx code as below:-- <asp:GridView ID="grdtest" runat="server" AutoGenerateColumns="false" <Columns> <asp:TemplateField> <ItemTemplate> <a

How to configure apache server using ".htaccess" file ?

Using “.htaccess” file to provide a directory level configuration in apache such as displaying customized error pages, Redirecting the user from old directory to new directory, authentication system , denying /allowing users from specific IP . The

Attach invoice PDF with invoice email in magento

Sometime we need to send a invoice pdf in a invoice mail in magento, so here I am explaining how to add invoice pdf in invoice mail. 1) Override the app/code/core/Mage/Core/Model/Email/Template/Mailer.php file in your module 2) Add one protected va

1 17 106
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: