Mar 042005
 

By clicking on the “Valid” links on the bottom of the page, I just found out that this page is not a valid XHTML-transitional document (as output by blog.php suggests). The reason is the Nedstat-icon, used for hit-counting. First of all, it uses the NOSCRIPT tag, which is not allowed. Second, it uses tags without a closing tag, or without the /> ending, like <BR>.

Got to clean that up a.s.a.p.

Update (21:24): apart from the NOSCRIPT tag, the code is cleaned up now. I’m not sure why the validator complains about it, since it is a valid XHTML 1.0 Transitional tag.

 Posted by at 14:28
Mar 042005
 

My TRaReEdit now has an OnPaste and an AfterPaste event. To check that they fire at different moments, you could put a ShowMessage in both of them, showing the Text-property in a ShowMessage.

With that in place, I can create the procedure to split the image-URL into base-URL, base-filename, starting picture number and image-type (not handled yet, but needs to be in place to handle different filetypes, like .png, .tiff, etc).

 Posted by at 01:18