PBS 7 - Demo

In this demo we'll play around with styling some boxes.

Some Nicely Styled Code

So far in this series, we've not done any actual programming yet, but when we do we'll learn the improtance of the JavaScript keyword var.

As we continue, even big snippets of code like the following will make perfect sense to us:

// automatically set the target to _blank on all links in articles
$(document).ready(function(){
  $('article a[href]').attr('target', '_blank');
});
use CGI;

# use the CGI module to return a redirect to the browser
my $q = CGI->new();
print $q->redirect(
  -location => 'http://www.bartb.ie/pbs',
  -status => 301,
);

Some Nicely Styled Quotations

Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity, ignorance, greed and love of power.

- P.J. O'Rourke

Giving money and power to government is like giving whiskey and car keys to teenage boys.

- P.J. O'Rourke