My personal web site is simply an live feed from RedYawning. This is how I did it, using ASP.NET.
<%@ Import Namespace = “System.Net” %>
<%@ Import Namespace = “System.Net.Sockets” %>
<%@ Import Namespace = “System.IO” %>
<%
HttpWebRequest http = (HttpWebRequest)
WebRequest.Create(“http://www.redyawning.com/user.aspx?userid=1“);
http.UserAgent = “FullEnergyWebGrab/1.0”;
HttpWebResponse response = (HttpWebResponse)http.GetResponse();
Stream s = response.GetResponseStream();
StreamReader read = new StreamReader(s);
string html = read.ReadToEnd();
Response.Write(html);
response.Close();
read.Close();
%>
And nested it the regular HTML shell of the site.
It’s back and it’s great: Old Man Breakfast. The 6AM weekday tradition returned in full force as Justin, Derek, Ryan and I all made it to Pacific Beach at 6:15AM this morning (I woke up at 5:45AM) to partake in the Broken Yolk early bird specials. We used to do this once a week second year when I lived with Derek, Ryan and Manny, and now we’re brining it back! A full breakfast, with coffee for $6. Can’t go wrong. And for humor’s sake, here’s a little bit of v-day trivia.