Tag: scripting
Let’s get acquainted with PHP
PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, and even...
An Introduction to the Selenium IDE and Firebug
This article is the second in the series on the Selenium IDE, in which we advance further in our exploration of it and, more...
What makes Firebug a Developer’s delight?
Here's an introduction to Firebug, which is used primarily for debugging client side scripts in real time and reducing development time. It also helps...
Advanced Nmap: NMap Script Scanning
In previous articles, we have studied NMap in great detail, including live scanning a firewall and verifying the recommendations. Now, it's time to study...
Scripting a Simple Download Scheduler
Here’s how to write a few simple scripts and then schedule them to run at a specified time using the at utility.
Introducing JQuery Selectors
The JQuery library provides different options to identify an element. The power of JQuery is that it allows us, users of the library, to write our own selectors.
Develop Interactive Web Pages with Ease
Here’s introducing JQuery, arguably the fastest, most concise and elegant JavaScript framework with support for flexible selectors, CSS3, object detection, method chaining, AJAX, plug-ins and UI effects.