(file) Return to index.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web

  1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2             <html>
  3             <head>
  4             <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5             <title>Rizwan Kassim - *Insert title here*</title>
  6             <meta name="ICBM" content="34.49856, -117.27522">
  7             <meta name="DC.title" content="Rizwan Kassim - This American Life"> 
  8             <!-- Rizwan Kassim's Public Log, Code Resources, and plenty more -->
  9             <META NAME="Title" CONTENT="Rizwan Kassim's Public Log at Geekymedia">
 10             <META NAME="Description" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
 11             <META NAME="author" CONTENT="Rizwan Kassim">
 12             <META NAME="distribution" CONTENT="Global">
 13             <META NAME="revisit-after" CONTENT="1 days">
 14             <META NAME="copyright" CONTENT="Rizwan Kassim">
 15             <META NAME="robots" CONTENT="FOLLOW,INDEX">
 16             <META NAME="keywords" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
 17             <link rel="stylesheet" href="styles-site.css" type="text/css" />
 18             </head>
 19             <!--
 20             <h1> Rizwan Kassim's Site. Rizwan Kassim. Rizwan Feroze Kassim. Kassim. Rizwan. Magic. </h1> -->
 21             
 22 rizwank 1.1 <body>
 23             
 24             <h1>Rizwan Kassim's INSERT TITLE HERE</h1>
 25             <h3>Work that I've Done, Guides I have written, Stuff I found, A Bit about Me</h2>
 26             <div class="intro">
 27             Hi. I'm Rizwan Kassim. INSERT BLURB HERE.<br>
 28             <!-- Content = {  }<br>
 29             Geekymedia.com evolution : HTML/Frames until 2003 => Moveable Type until 2005 => HTML/CSS<br> -->
 30             I was going to do this site with a <a href="http://www.twiki.org">Wiki</a> or <a href="http://www.drupal.org">Drupal</a> until a conversation with <a href="http://www.kegel.com">Dan Kegel</a> convinced me of the beauty of simplicty.<br>
 31             He describes his own site as a "over-grown bunch of notes" and I've found it extremely easy to navigate.<br>
 32 rizwank 1.2 Four compromises  : Using <a href="http://www.nedit.org">nedit</a> & vi instead of just vi; Using <a href="http://www.csszengarden.com">CSS</a>; Using some sort of code syntax hilighting; Using <a href="http://www.kegel.com/cvs.html">CVS</a> to <a href="http://www.geekymedia.com/viewcvs/cgi/viewcvs.cgi/geekymedia_web/">manage</a> the site<br>
 33 rizwank 1.1 </div> 
 34             <div class="quote">
 35             "What they call talent is nothing but the capacity for doing continuous hard work
 36             in the right way." -- Winslow Homer
 37             </div>
 38             
 39             
 40             <h3>Projects</h3>
 41             <ul>
 42             	<li><a href="/wine">Software Engineering With Wine</a> - CS 130 UCLA
 43             	<ul>
 44             		<li><a href="/wine/Group3">My group's work on cabinet.dll tests</a>
 45             		<li><a href="/wine/AddingMakefile">Adding your code to the configure script</a> - Turn your Makefile.in to a Makefile!
 46             		<li><a href="/wine/FixingLibungif">Wine Configure Bug 1730 / 2437</a> - Current workspace to fix gif_lib.h / DGifOpen compiler error.
 47             	</ul>
 48             	<li><a href="http://search.cpan.org/~rizwank/">Comprehensive Perl Archive Network</a> - My submission (soon) of Email:
 49 rizwank 1.3 	<li>Projects to do/in internal progress:
 50             	<ul>
 51             		<li>Converting <a href="http://home.tiscali.de/emilio.lopes/screen/screen.html">GNU Screen Cygwin</a> port to standard Cygwin <a href="http://www.cygwin.com/setup.html#package_contents">package</a>
 52             		<br>I'm actually pretty peeved about this. I had really intended to start the port from scratch and actually _make_ the port, but it seems its already been done.
 53             		<li>UCLA - Assoc. for Computing Machinery's most recent <a href="http://calypso.cs.ucla.edu/?q=node/view/59">Programming Competition</a>.
 54             		<li>Figuring out what went wrong with my <a href="http://pyre.third-bit.com/blog/archives/000174.html">Google Interview</a>.
 55             		<li>Making a regex/<a href="http://pegasus.rutgers.edu/~elflord/unix/sed.html">sed</a> 'cheatsheet' so I can finally use it daily without regoogling for info each time.
 56             		<li><strike>Removing plaintext email links from my <a href="/archives/2003/02/">blog archives</a></strike> -- Turns out I was smarter in 2003 than I thought, they are written to the page with a <a href="/email.js">js</a>.
 57             		<br>I just had to sed out my email address from the php code (now exposed as html).
 58             		<br><b>[rizwank@GEEKYMEDIA ~/..dia_web/archives]$</b><i>find . -type f -iname 'index*.html' | xargs sed --in-place -e "s/******/rizwan-removespam-k-AT-geeky~media.com/g"</i>
 59             		<br>Wow this shell stuff is fun!.
 60             		<li>Moving site maintainance from CVS to Subversion --- once I decide if i like Subversion. 
 61 rizwank 1.1 	</ul>
 62             
 63             <h3>Mini-Guides</h3>
 64             <ul>
 65             	<li>Development Oriented
 66             	<ul>
 67             		<li><a href="/wine/InstallViewCVS">Installing ViewCVS</a> - Step by step instructions for performing a ViewCVS install with CVSGraph and Enscript
 68             	
 69             	</ul>
 70             	<li>Security Oriented
 71             	<ul>
 72             		<li><a href="/wine/SetupCVSvisSSH">Setting up CVS via SSH with only one account</a> - Using OpenSSH keys and CVS to provide a 'CVS' only shell connection.
 73             	</ul>
 74             	
 75             	<li>UCLA-Specific</b>
 76             	<ul>
 77             		<li>
 78             	</ul>
 79             
 80             </ul>
 81             
 82 rizwank 1.1 <h3>Completed Programs</h3>
 83             <ul>
 84             	<li><a href="pathabbr.html">Pathabbr 0.3</a> - Pathabbr abbreviates paths to given length using ellipsis. Updated for Cygwin.
 85             </ul>
 86             
 87             
 88             <h3>About me</h3>
 89             <ul>
 90             	<li>Resume
 91             	<li><a href="mypictures.output/">My Photo Gallery</a> - Todo. Add 2003, Flickr or other album
 92             	<li>photocritique.net link
 93             	<li>Amazon Wishlists (<a href="http://www.amazon.com/gp/registry/registry.html/104-0376844-6094364?%5Fencoding=UTF8&id=Y2XOY9AMZWZ2">primary</a> <a href="http://www.amazon.com/gp/registry/registry.html/104-0376844-6094364?%5Fencoding=UTF8&id=2RRFNP7KO3PFD">secondary</a>) - Someday I'll merge these
 94             </ul>	
 95             
 96             <h3>News/Press Mentions</h3>
 97             <ul>
 98             	<li><A href="media/westwing.asx">The West Wing : Commercial "Raves"</A>
 99                 <li><A href="newsweek.htm">Newsweek on Napster</A>
100             	<ul><li><A href="http://www.gppsd.ab.ca/~rgilson/courses/comp10/internet/napster_and_copyright.htm">Napster Quiz</A>
101             	</ul>
102             	<li><A href="latimes.htm">Los Angeles Times</A>
103 rizwank 1.1 	<li><a href="http://www.dailybruin.ucla.edu/">UCLA Daily Bruin</a>
104             	<ul>
105                 	<li><A href="http://www.dailybruin.ucla.edu/DB/issues/99/05.21/news.movies.html">The Phantom Classmates</A> 
106                 	<li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.mikeandben.html">Let there be television (Mike and Ben)</A> 
107                 	<li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.uclatv.html">Let there be television</A> 
108                 	<li><A href="http://www.dailybruin.ucla.edu/db/issues/00/02.24/news.uclatv.html">Student TV program faces restrictions</A>
109                 	<li><A href="http://www.dailybruin.ucla.edu/db/issues/00/04.17/ae.mainline.html">Stay tuned</A>    
110             	</ul>
111             	<li><a href="http://web.archive.org/web/20021027092344/http://www.nab.org/conventions/nab2002/nabxstream.asp">My Seminar at NAB</a><br>
112             </ul>
113             
114             <h3>Older Content</h3>
115             <ul>
116             	<li>Blog Archives
117             	<ul>
118             		<li>2003 :
119             		<a href="archives/2003/02/index.html">Feb</a> 
120             		<a href="archives/2003/03/index.html">Mar</a> 
121             		<a href="archives/2003/04/index.html">Apr</a> 
122             		<a href="archives/2003/05/index.html">May</a> 
123             		<a href="archives/2003/06/index.html">Jun</a> 
124 rizwank 1.1 		<a href="archives/2003/07/index.html">Jul</a> 
125             		<a href="archives/2003/08/index.html">Aug</a> 
126             		<a href="archives/2003/09/index.html">Sep</a> 
127             		<a href="archives/2003/10/index.html">Oct</a> 
128             		<a href="archives/2003/11/index.html">Nov</a> 
129             		<a href="archives/2003/12/index.html">Dec</a> 
130             		<li>2004 : 
131             		<a href="archives/2004/01/index.html">Jan</a> 
132             		<a href="archives/2004/02/index.html">Feb</a> 
133             		<a href="archives/2004/03/index.html">Mar</a> 
134             		<a href="archives/2004/04/index.html">Apr</a> 
135             		<a href="archives/2004/05/index.html">May</a> 
136             		<a href="archives/2004/06/index.html">Jun</a> 
137             		<a href="archives/2004/09/index.html">Sep</a> 
138             	</ul>
139             	<li><A href="oldcontent/faq.html">FAQ about Riz (circa 1999)</a>
140             	<li>Friends Images (1999)
141             	<ul>
142             		<li><A href="oldcontent/friends_ucla.htm">UCLA Friends</A>
143             		<li><A href="oldcontent/friends_vv.htm">Friends before UCLA</A>
144             		<li><A href="oldcontent/peoplerock.htm">People That Rock</A>
145 rizwank 1.1 	</ul>
146             	<li>Random Pics (1999)
147             	<ul>
148             		<li><A href="oldcontent/random_pictures_1.htm">Random Pictures - Page 1<BR></A>
149               		<li><A href="oldcontent/random_pictures_2.htm">Random Pictures - Page 2</A>
150               		<li><A href="oldcontent/random_pictures_3.htm">Random Pictures - Page 3</A>
151               		<li><A href="oldcontent/random_pictures_4.htm">Random Pictures - Page 4</A>
152             	</ul>
153             </ul>
154             
155             Site upgrade thoughts:<br>
156             Move main structure to nested JS lists : http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html <br>
157             Link to my <a href="http://del.icio.us/rizwank">Delicious</a> Links.<br>
158             RSS Feeds from fav sites?<br>
159             
160             <hr>
161             		<div id="footer">
162             			<a href="http://creativecommons.org/licenses/by-nd-nc/1.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights" /></a>
163             			<br>This site is licensed under <br>a <a href="http://creativecommons.org/licenses/by-nd-nc/1.0/">Creative Commons License</a>.
164             			<br><img src='http://counter.dreamhost.com/cgi-bin/Count.cgi?df=geekymedia-index.dat&pad=F&ft=0&dd=katt035&istrip=T'><br>
165             			<a href="http://validator.w3.org/check/referer" title="Check the validity of this site&#8217;s XHTML">xhtml</a> &nbsp; 
166 rizwank 1.1 			<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Check the validity of this site&#8217;s CSS">css</a> &nbsp; 
167             			<a href="http://creativecommons.org/licenses/by-nc-sa/1.0/" title="View details of the license of this site, courtesy of Creative Commons.">cc</a> &nbsp;
168             
169             			<a href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http://www.geekymedia.com&output=Submit&gl=sec508&test=" title="Check the accessibility of this site according to U.S. Section 508">508</a> &nbsp;
170             			<a href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http://www.geekymedia.com&output=Submit&gl=wcagi-aaa" title="Check the accessibility of this site according to WAI Content Accessibility Guidelines 1">aaa</a>
171             		</div>
172             <i>Copyright 1998-2005 Rizwan Kassim</i>
173             </body>
174             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2