1. Pranketh!

    body

    From the ultra-creative minds of Stephen Paul Weber (that's me!) and Trevor Creech comes a service you may never have expected.

    Pranketh is designed with but one purpose in mind — to send prank emails.  Fill in the form with who you want the email to go to… and who you want it to come from!  Pranketh will send you message and when the recipient opens it, it will appear to be from whomever you specified!  Then, when they reply, it will go to that person and watch the confusion!

    Have fun, but don't hurt anyone ;)

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
  2. FreshTags' Static Widgets

    body

    This enhancement to FreshTags in response to Amit, who has been persistently requesting the feature in comments and a ticket. FreshTags now has the ability to generate widgets (from any source) which are locked on to a particular tag(s). For example:

    <!-- FreshTags0.5-Singpolyma2 -->
    <script type="text/javascript">
    if(typeof(WidgetData) != 'object') WidgetData = {};
    if(typeof(WidgetData['freshtags']) != 'object') WidgetData['freshtags'] = {};
    WidgetData['freshtags']['freshtags_static'] = {
    "type":"posts",
    "source":"source",
    "format":"drop",
    "defs":"tags",
    "force_defs":true,
    "username":"del.icio.us username",
    "url":"blog url",
    "join_char":"/",
    "tag_url":"/search/label/%tags%",
    "sort":"alpha",
    "rows":100
    };
    </script>
    <script src="http://jscripts.ning.com/get.php?xn_auth=no&id=818185" type="text/javascript"></script>
    <div id="freshtags_static"></div>
    <a href="http://ghill.customer.netspace.net.au/freshtags/" title="Categories by FreshTags"><img alt="FreshTags" src=" http://ghill.customer.netspace.net.au/freshtags/freshtags-btn.png"/></a>
    <!– /FreshTags0.5-Singpolyma2 –>

    The above code must (for new Blogger users) be inserted into a new HTML/JavaScript sidebar widget. Source (in red) must be either del.icio.us, blogger, or mediawiki (use blogger for labels on posts in the new Blogger). Defs (in red) should be a +-separated list of tags to load into the widget (or just one tag). Username (in blue) must be replaced with your del.icio.us username (if source is del.icio.us) or the whole line must be removed. URL (in blue) must be replaced with the full URL to your Blogger blog (ie, http://you.blogspot.com/) if source is blogger or the whole line must be removed. Join_char (in blue) must be / if source is blogger and + otherwise.

    The ID (in purple) is fine to leave if you are only going to insert this widget once. For the second, third, etc widgets you must change it to something like freshtags_static2. The higher reference (also in purple) to freshtags_static must also be changed. Second, third, etc widgets do not need the <script> tag that is in purple near the end.

    If you have any questions, just ask!

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
Stephen Paul Weber