<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Scovetta Labs</title>
	<atom:link href="http://scovettalabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scovettalabs.com</link>
	<description>Application Security, Vulnerabilities, Secure Development, and more...</description>
	<pubDate>Fri, 29 Aug 2008 15:57:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Free ASCII Quick Reference Sheet</title>
		<link>http://scovettalabs.com/2008/08/29/free-ascii-quick-reference-sheet/</link>
		<comments>http://scovettalabs.com/2008/08/29/free-ascii-quick-reference-sheet/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:57:13 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ascii]]></category>

		<guid isPermaLink="false">http://scovettalabs.com/2008/08/29/free-ascii-quick-reference-sheet/</guid>
		<description><![CDATA[I tried finding a nice quick-reference ASCII table but didn&#8217;t find anything I liked, so I created my own. It is a single page PDF with all ASCII characters (regular and extended). Simple, easy, and printable.
ASCII Quick Reference [pdf]
]]></description>
			<content:encoded><![CDATA[<p>I tried finding a nice quick-reference ASCII table but didn&#8217;t find anything I liked, so I created my own. It is a single page PDF with all ASCII characters (regular and extended). Simple, easy, and printable.</p>
<p><a href="http://scovettalabs.com/wp-content/uploads/2008/08/ascii-quick-reference.pdf" title="ASCII Quick Reference">ASCII Quick Reference</a> [pdf]</p>
]]></content:encoded>
			<wfw:commentRss>http://scovettalabs.com/2008/08/29/free-ascii-quick-reference-sheet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Accessing Private Methods in Java</title>
		<link>http://scovettalabs.com/2008/02/18/accessing-private-methods-in-java/</link>
		<comments>http://scovettalabs.com/2008/02/18/accessing-private-methods-in-java/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 05:16:56 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://scovettalabs.com/2008/02/18/accessing-private-methods-in-java/</guid>
		<description><![CDATA[In every introductory Java programming class (and probably every tutorial or book), students are taught that private fields and methods can only be accessed by methods of the same class. Though this would seem to be a security control, using private visibility can be easily overridden, as shown below:



import java.lang.reflect.*;
class A {
  private void [...]]]></description>
			<content:encoded><![CDATA[<p>In every introductory Java programming class (and probably every tutorial or book), students are taught that <strong>private</strong> fields and methods can only be accessed by methods of the same class. Though this would seem to be a security control, using private visibility can be easily overridden, as shown below:</p>
<pre>
<pre name="code" class="php">

import java.lang.reflect.*;
class A {
  private void f() {
    System.out.println(&quot;Running A.f()&quot;);
  }
}

public class Main {
  public static void main(String[] args) throws Exception {
    Class a = new A().getClass();
    Method m = a.getDeclaredMethod(&quot;f&quot;, null);
    m.setAccessible(true);
    m.invoke(new A(), null);
  }
}
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://scovettalabs.com/2008/02/18/accessing-private-methods-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web 2.0 Roundup</title>
		<link>http://scovettalabs.com/2008/02/17/web-20-roundup/</link>
		<comments>http://scovettalabs.com/2008/02/17/web-20-roundup/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 19:35:14 +0000</pubDate>
		<dc:creator>Scovetta</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://scovettalabs.com/?p=3</guid>
		<description><![CDATA[E-Mail
G-Mail: Google as started offering its popular e-mail client for use on hosted networks.
Webmail.us:
Sproutit:
Word Processing
Writely: Probably the best online word processor available.
Writeboard: Another quite good online word processor.
Ralleypoint:
Jotspot Live:
Zoho Writer:
Spreadsheet
Numsum: The best online spreadsheet.
EditGrid: Nice-looking spreadsheet &#8212; check it out!
iRows: Another excellent online spreadsheet.
Jotspot Tracker: Combines a spreadsheet with a Wiki.
Online Spreadsheet: Ugly, but works
Trim [...]]]></description>
			<content:encoded><![CDATA[<p><strong>E-Mail</strong></p>
<blockquote><p><a target="_blank" href="http://www.gmail.com/"><strong>G-Mail</strong></a>: Google as started offering its popular e-mail client for use on hosted networks.</p>
<p><a target="_blank" href="http://www.webmail.us/"><strong>Webmail.us</strong></a>:</p>
<p><a target="_blank" href="http://www.sproutit.com/"><strong>Sproutit</strong></a>:</p></blockquote>
<p><strong>Word Processing</strong></p>
<blockquote><p><a target="_blank" href="http://www.writely.com/"><strong>Writely</strong></a>: Probably the best online word processor available.</p>
<p><a target="_blank" href="http://www.writeboard.com/"><strong>Writeboard</strong></a>: Another quite good online word processor.</p>
<p><a target="_blank" href="http://www.rallypointhq.com/"><strong>Ralleypoint</strong></a>:</p>
<p><a target="_blank" href="http://www.jotlive.com/"><strong>Jotspot Live</strong></a>:</p>
<p><a target="_blank" href="http://zohowriter.com/"><strong>Zoho Writer</strong></a>:</p></blockquote>
<p><strong>Spreadsheet</strong></p>
<blockquote><p><a target="_blank" href="http://numsum.com/"><strong>Numsum</strong></a>: The best online spreadsheet.</p>
<p><a target="_blank" href="http://www.editgrid.com/"><strong>EditGrid</strong></a>: Nice-looking spreadsheet &#8212; check it out!</p>
<p><a target="_blank" href="http://www.irows.com/"><strong>iRows</strong></a>: Another excellent online spreadsheet.</p>
<p><a target="_blank" href="http://tracker.jot.com/"><strong>Jotspot Tracker</strong></a>: Combines a spreadsheet with a Wiki.</p>
<p><a target="_blank" href="http://www.apriori.net/paz/spreadsheet1.html"><strong>Online Spreadsheet</strong></a>: Ugly, but works</p>
<p><a target="_blank" href="http://trimpath.com/project/wiki/TrimSpreadsheet"><strong>Trim Spreadsheet</strong></a>: All Javascript spreadsheet engine.</p></blockquote>
<p><strong>Calendar</strong></p>
<blockquote><p><a target="_blank" href="http://www.30boxes.com/"><strong>30 Boxes</strong></a>: Best online calendar software</p>
<p><a target="_blank" href="http://www.calendarhub.com/"><strong>CalendarHub</strong></a>:</p>
<p><a target="_blank" href="http://www.airset.com/"><strong>Airset</strong></a>:</p>
<p><a target="_blank" href="http://www.techcrunch.com/2005/08/23/hula-possibly-a-new-ajax-calendar/"><strong>Hula</strong></a>:</p>
<p><a target="_blank" href="http://joyent.com/"><strong>Joyent</strong></a>:</p>
<p><a target="_blank" href="http://www.kiko.com/"><strong>Kiko</strong></a>:</p>
<p><a target="_blank" href="http://www.planzo.com/"><strong>Planzo</strong></a>:</p>
<p><a target="_blank" href="http://www.spongecell.com/"><strong>Spongecell</strong></a>:</p>
<p><a target="_blank" href="http://www.trumba.com/"><strong>Trumba</strong></a>:</p></blockquote>
<p><strong>Presentation</strong></p>
<blockquote><p><a target="_blank" href="http://www.meyerweb.com/eric/tools/s5/"><strong>S5</strong></a>:</p>
<p><a target="_blank" href="http://slideml.org/"><strong>SlideML</strong></a>:</p></blockquote>
<p><strong>Project Management</strong></p>
<blockquote><p><a target="_blank" href="http://basecamphq.com/"><strong>Basecamp</strong></a>: online project management</p>
<p><strong><a target="_blank" href="http://www.sidejobtrack.com/">SidejobTrack</a></strong>: keep track of your side jobs</p></blockquote>
<p><strong>Mini-Suites</strong></p>
<blockquote><p><a target="_blank" href="http://www.zimbra.com/"><strong>Zimbra</strong></a>:</p>
<p><strong><a target="_blank" href="http://www.goffice.com/">gOffice</a></strong>:</p>
<p><strong><a target="_blank" href="http://online.thinkfree.com/">Thinkfree</a></strong>:</p>
<p><strong><a target="_blank" href="http://webserver002.goowy.com/">Groowy</a></strong>:</p></blockquote>
<p><strong>Online Desktop</strong></p>
<blockquote><p><a target="_blank" href="http://www.protopage.com"><strong>Protopage</strong></a>: Simple online desktop</p>
<p><a target="_blank" href="http://www.youos.com/"><strong>YouOS</strong></a>: Web-based Operating System</p>
<p><a target="_blank" href="http://eyeos.org/"><strong>eyeOS</strong></a>: Web-based Operating System</p>
<p><a target="_blank" href="http://www.cfempire.com/home/"><strong>Homeportals</strong></a>: Web-based desktop</p></blockquote>
<p><strong>Miscellaneous</strong></p>
<blockquote><p><a target="_blank" href="http://maps.google.com"><strong>Google Maps</strong></a>: Maps, Directions</p>
<p><a target="_blank" href="http://www.gskinner.com/gmodeler/app/run.html"><strong>gModeler</strong></a>: online UML diagrammer</p>
<p><a target="_blank" href="http://www.izhuk.com/painter/"><strong>Painter</strong></a>: online paintbrush</p>
<p><a target="_blank" href="http://www.aypwip.org/webnote/"><strong>WebNote</strong></a>: Post-It Notes</p>
<p><a target="_blank" href="http://www.gchart.com/"><strong>GChart</strong></a>: Integrated with Google Maps, gives local times, dialing codes, and other information</p>
<p><a target="_blank" href="http://www.sproutit.com/"><strong>Flickr</strong></a>: Online photo management</p>
<p><a target="_blank" href="http://del.icio.us/"><strong>Del.icio.us</strong></a>: Social bookmarking</p>
<p><a target="_blank" href="http://www.tagcloud.com/"><strong>TagCloud</strong></a>: Social bookmarking</p>
<p><a target="_blank" href="http://www.odeo.com"><strong>Odeo</strong></a>: Online (”clientless”) Podcasting</p>
<p><strong><a target="_blank" href="http://www.travbuddy.com/">Travbuddy</a></strong>: Interesting travel site — reviews and recommendations</p>
<p><a target="_blank" href="http://www.digg.com/"><strong>Digg</strong></a>: news aggregation</p>
<p><a target="_blank" href="http://www.mooflex.net/"><strong>Mooflex</strong></a>: online content management suite (currently pre-beta)</p>
<p><a target="_blank" href="http://www.meebo.com/"><strong>Meebo</strong></a>: online instant messaging (AIM, Yahoo, ICQ, etc)</p>
<p><a target="_blank" href="http://www.rollyo.com/"><strong>Rollyo</strong></a>: create a “custom” search engine</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://scovettalabs.com/2008/02/17/web-20-roundup/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
