I have been using Artisteer’s Theme Generation software for a few weeks now and I have to say that I have been very pleased with it so far. I use the WYSIWYG theme generator as a way to layout or brainstorm themes for client projects. This is sometimes a lot faster than customizing an open-sourced […]
Artisteer: WordPress Theme Generator
I have been playing around with a software program called Artisteer for a month or so now and it’s starting to grow on me. With Artisteer you can develop your very own WordPress Theme using the WYSIWYG wizard / editor and export it out in just a fraction of the time it would take to […]
PHPR / Smarty templates
Smarty Templates have been around for a while now and are pretty popular with developers. One of the things that I really like about PHPR (PHPRUNNER) is that it utilizes Smarty Templates and stores them in a directory called <templates> inside of whatever application you are working in. Let’s say we are working on a […]
Web-Based Rich Text Editors
I have been trying to figure out how to allow RTE to add images and store them locally (in a writeable web folder) on an application that I put together for a client a while back. While out looking for information I went to PHPR’s Help Section and found this basic information on the 3 […]
Alternative to FCKeditor / Rich Text Editor…
I have been playing around with the idea of creating a php / mysql content management system in php runner the past few days and have a workable solution in place just not really comfortable with the FCKeditor or the basic Rich Text Editor that is bundled with PHPR so I have been looking into a standards based […]