Screenad API Event Reference

Screenad Event Details

onClickOut()

Category: Screenad

Is called when an exit click is performed. Use this event to collapse your expandable element or to stop playing a video.

Sample Usage:
screenad.onClickOut = function() {
    // perform collapse (example)
    doCollapse();
}
See Also:
screenad#CLICK_OUT

onHide()

Category: Screenad

Is called whenever the element is hidden (using a Screenad command).

See Also:
screenad#HIDE

onMouseLeave()

Category: Screenad

Is called when the mouse leaves the ad unit’s iframe.

Read More

C++ Programming Concepts: Data Structures, File I/O, Matrix Operations

C++ Programming Examples: Data Structures, File I/O, and Matrix Operations

Data Structures and File Input/Output

This section demonstrates C++ data structures and file handling techniques. It defines structures for computers and programs, then shows how to read data from external text files into vectors of these custom types.

Computer and Program Data Structures

#include <iostream>
#include <vector>
#include <string>
#include <fstream>
using namespace std;

// Define Program 
Read More

CFO Role, Corporate Governance, and Financial Decisions

Board of Directors and Corporate Structure

The Chief Financial Officer (CFO) has several key functions within a company. Reporting lines typically place the CFO under the Chief Executive Officer (CEO). In addition, the company has directors who form the Board of Directors (BoD). The BoD elects the CEO and oversees the company’s executive team. At the top is the CEO, who makes the company’s major strategic decisions.

The BoD members are representatives of the company’s owners: the shareholders. Shareholders

Read More

Modern Economic Growth: Causes, Models, and Global Impact

Unit 1: Modern Economic Growth

  • What Determines Outcomes?

Modern economic growth: ‘A country’s economic growth may be defined as a long-term rise in capacity to supply increasingly diverse economic goods to its population, this growing capacity based on advancing technology and the institutional and ideological adjustments. (A sustained rise in output over time)

How is it measured: GDP, Value of all final goods and services produced by an economy in a given time; GDP per capita: Value of all final

Read More

PC Hardware Installation and Configuration

1. What is a function of the adapter cards that are installed in a computer?

To provide functionality for external components to be connected to the computer.

2. Which two connections should be provided to a floppy disk drive during installation? (Choose two.)

  • A floppy data cable to connect the FDD to the motherboard.
  • A cable from the power supply to the Berg power connector on the FDD.

3. When building a computer, which two components are normally installed in 3.5-inch drive bays? (Choose two.)

  • Hard
Read More

Screenad Property Details: Banner, Browser, and Environment

Screenad Property Details

Environment

bannerheight: {Number}
Current height of the banner that is related to this ad position (in pixels)

Environment

bannerwidth: {Number}
Current width of the banner that is related to this ad position (in pixels)

Environment

bannerx: {Number}
Horizontal banner offset, relative to this element

Environment

bannery: {Number}
Vertical banner offset, relative to this element

Environment

browser: {Object}
This browser information object contains information about the operating
Read More