|
| I have released YAPTemplate on Hotscripts. I'm amazed too, apartently I've had 9 downloads in one day. (A lot for me.)
http://www.epbsoft.com/yaptemplate.php
| | |
| I have developed a PHP based template script. It's object oriented, extremely reusable and relatively versatile, it can even be used in concert with other template engines even, seeing as it can output a template file to a string instead of to a browser.
(Though, I need to change it's name as there is already a script in wide use with that name.)
file: ptemplate.php --name to change
contains class: epb_PTemplate -- to change
class contains: constructor([source], [source_type]) loadtemplate($source, [source_type]) (type defaults to file) set_single_item($item, $valie); set_multiple_items($assoc_array); setbraces($left, $right) makestring(); Returns compiled string print_out(); get_error(); Returns the last error if there was one, and clears the error buffer.
Example use (replaces a few items): http://www.epbsoft.com/testptemp.php Compare to Template: http://www.epbsoft.com/template.html Download: http://www.cannisgroup.net/up/files/ptemplate.zip
I'll actually set up a real page for it later, after picking a name and such.
| | |
| Been a while since I've posted an update. Well, here's one for ye. :) QNote, an old project of mine I started as a basic notepad program for doing things much like Post-It Notes as received some amount of updating. It Used to only support copy and paste functions.
Now, formatting and color are supported. Doesn't accept tabs yet or present the option to do so. Also, if you change the background color without selecting anything, you'll change the background of all the text as well as the background of the Window. I may release an early version later today. Not sure is me yet.
| | |
| For those who have seen my angel coloring sheet, now I have a new treat for you! You can register a new angel and be able to save how you colored your little pookie and show it to the world. Simply go to http://www.epbsoft.com/?page=_registerangel and register a new angel. This will give you angel-specific code to allow you to embed your little pookie into a page. Color and save it, and it'll load (when possible) the way you colored it in the last save. | | |
|