Being that it is 2024 DSI uses technology other than basic HTML for its web presence.



Your browser is not enabling JavaScript

To truly use our website this will need to be corrected.
Or, use an alternative browser.

DSI Globe Logo

DSI

877-803-4374

Welcome!

DSI -> University (Help you do it)

Programming Articles

$page = $_SERVER['REQUEST_URI']
$visitor = "you";
$dsiU = 100;

if ($visitor == true) {
     $visitorSkill = 2;
}

if ($visitorSkill < $dsiU) {
     echo $page;
     exit();
} 

if ($vistorSkill > 50) && ($visitorSkill < $dsiU) {
     define($jobOffer);
     echo "We would like to talk to you!";
     exit();
} elseif ($visitorSkill > $dsiU) {
     header(Location: "https://www.mensa.org/");
     exit();
}

Like Yin and Yang, software is the other half of what makes technology useful and functional. Hardware needs software just as much and software needs hardware to complete a package. 

This section of DSI U can help you understand how the act of programming profoundly changes the way we all interact with the technology we have grown to depend on. 

Programming is done in several different languages and uses resources in many different ways. The goal is the same. Talk to the hardware in a logical way and get a result. Input, process, result.