Skip to content

Instantly share code, notes, and snippets.

View elizabethshell's full-sized avatar

Elizabeth Shell elizabethshell

  • CCTV America. PBS NewsHour alum.
  • Alexandria, VA
View GitHub Profile
@elizabethshell
elizabethshell / corporate-profits.markdown
Last active August 29, 2015 14:14
corporate profits
<?xml version="1.0" encoding="utf-8" ?>
<people>
<person name="William Randolph Hearst" imageurl="images/hurst.gif">
<description>
Hearst was well known as one of the biggest publishers and journalists of his time. He started with The San Francisco Examiner, and went from there. Hearst was one of the instigators of “yellow journalism” which started a whole branch of journalism that involved sensationalism.
</description>
</person>
<person name="Edward R. Murrow" imageurl="images/murrow.jpg">
<description>
<!DOCTYPE html>
<head>
<title>Load XML With jQuery</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(document).ready(function(){
//all code has been loaded and the document is ready to work.
$.ajax({