
Search In
Cross-Site Scripting(XSS) is a type of attack in which attacker can insert and run the client side script in the web application. It occurs when user does not validate or encode the user inputs and show it in the browser directly. The most common scr
Features of Splunk Mint:-
1) Monitoring slow transactions(track process) from start to finish.
2) Track user activity and events
3) Generate exception logs that occured in app.
4) Debug messages based on platform.
5) Examining errors by particular us
Whilst setting up Sharepoint 2013 on Windows server 2012 R2, we need the IIS Admin Service running on the server. But sometimes service stopped running and raised the error says "Could not start the IIS Admin Service - error code 2146893818".
Anoth
Hello guys,
We are getting below error when we click on link in liferay 6.2 but now I have resolved this issue.
ERROR [http-bio-8080-exec-175][LanguageFilter:83] java.lang.IllegalStateException: Cannot create a session after the response has b
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
Different Types Of Testing In The Cloud:-
The entire cloud testing is divided into four primary groups. Which are mentioned as below:-
Testing of the whole cloud
Testing within a cloud
Testing across cloud
SaaS testing in cloud
Testing of the
JavaScript consist many type of datatypes, like:
Boolean
Number
String
Array
Object
To know what operation you are going to perform on variables, you need to have the knowledge what is the data types of the variable you are using.
For example:
v
My previous article CRUD operations with MySQLi procedural functions is demonstrating about performing CRUD operations on MySQL database. As we know that one of the best feature of MySQLi is that it also provides an object oriented interface, which i
SWF files are loaded using the Loader class:
1.Create a new URLRequest object with the url of the file.
2.Create a new Loader object.
3.Call the Loader object's load() method, passing the URLRequest instance as a parameter.
4.Call the addChild() meth
With the help of Queue module we can create a new queue object that can hold a specific number of items and threads. Queue module have following method which is given below.
get(): The get() removes and returns an item from the queue.
put(): The put
