Editize

Reference Articles & Programming Stuff

Moderators: Moderator, Global Moderator

Post Reply
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Editize

Post by Tami »

This programme was advertized on a forum I belong to. There is an unlimited free trial if you use it on your computer, 30 days if it's used on a domain. If this programme is worth it, maybe we could talk them into one 149.00 licence as our domains will all be (eventually) integrated. Perhaps our site coders could take a look at it and give me some feedback?

[url=\"http://www.editize.com/index.php?id=3\"]Features[/url]

[url=\"http://www.editize.com/download.php\"]Download Page[/url]

Download and Trial Editize - FREE!
Try Editize in your Content Management System (or any Webpage that has a TEXTAREA field)...

Editize is a portable, professional and customizable browser-based content editing component that will drop straight into your Content Management System.

Simply replaces the TEXTAREA tag on your CMS administration pages.
Cut-n-Paste from any Windows App straight into Editize.
Works with PHP, ASP, Cold Fusion, Perl, Javascript & ASP.NET
Runs on Windows, NT, OS X, Linux and Solaris
Supports Internet Explorer, Netscape, Mozilla, and Opera
Never mind showing people how to use HTML or XML to markup their Website content. Download Editize, drop it into your CMS and forget about it...

After downloading Editize, just follow our quick-setup guide for instructions on how to integrate Editize into your Web pages - whether they're written in PHP, Cold Fusion, ASP or something else, it doesn't matter. Within minutes, your Text Boxes will be replaced with Editize's powerful Word-Processor style interface and you can say goodbye to manually editing or marking up content forever.

You can use Editize on your Desktop Machine (Localhost) for as long as you need for development purposes. Or request a FREE 30 Day Trial for either a Local Area Network or any Website. It's up to you!
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Trinity
Hero Member
Hero Member
Posts: 808
Joined: Wed May 05, 2004 9:19 am

Editize

Post by Trinity »

I did work experience for [url=\"http://ripefruit.com\"]a company[/url] that were setting up [url=\"http://ripesite.com\"]their own CMS.[/url] Basically, they built the framework for the pages in either PHP or ASP, then stuck it in the site and let the users edit their own content.

Essentially, it is what this forum as in the "Add Reply" section. You can add / edit text, use a few basic HTML things like <a /> links, with a few more advanced things like tables as well. The way the KG sites are set up at the moment, that would be very easy to do. They have this kind of format:

[code]<?

//Include the file that contains functions needed for this document
include("_lib/functions.php");
//Print the HTML at the top of the page
showHead("title goes here");
//Print the Navigation System
showNav();
//Print the Link List
showLinks();
//Open the content section
openContent();
?>
               
               >>CONTENT GOES HERE<<
<?
//Close the content with Footer
closeContent();
//Close the Page
closePage();
?>[/code]

We could just put the >>CONTENT GOES HERE<< in a file, and have the CMS system edit the file. However, like all projects - this will take time. And we probably wouldn't be able to do a WYSIWYG editor (not that we really need one). I dunno though, could be some cool software for us to build.

Maybe we should give it a trial, and get some ideas...
Last edited by Trinity on Wed Aug 25, 2004 7:07 am, edited 1 time in total.
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Editize

Post by Tami »

Oh--I wasn't meaning for us to build one, I thought that Editize itself might be useful, but whatever is best and easiest for you coders to do is fine with me, and certainly if you're all up to it, I have no objections to building one. Right now any options that can help bring some money in to anyone who builds/creates stuff and in the long run brings KG some income would be great.
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

Editize

Post by Endo »

Ahh i had a wee play with editize, not really my dep. but it looks fine, scott ? /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Trinity
Hero Member
Hero Member
Posts: 808
Joined: Wed May 05, 2004 9:19 am

Editize

Post by Trinity »

I just think that $190.00 is an awful lot of money to pay for something that we could probably do ourselves. Scott? /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Last edited by Trinity on Wed Aug 25, 2004 10:34 am, edited 1 time in total.
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

Editize

Post by Scott »

[color=\"blue\"]To be honest I'm not too sure it would be worthwhile. Firstly, thats quite a bit of money there, even if it was possible to get them to agree on $149. [url=\"http://www.interactivetools.com/products/htmlarea/\"]This[/url] does pretty much the same job but is free on a very unlimited license. Granted, its not as functional as editize appears and it doesn't work in mozilla, its still an option if this is something you would like added. The other side im against it is mainly because of my general opinion of most wysiwyg editors and frontpage especially.

I agree a CMS is something to deeply consider further down the line. And as for building our own editor - thats javascript i really don't want to learn [ot]*Shoots javascript*[/ot]

Anyhow, hope that answers the bundle of "scott?"'s /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> [/color]
Last edited by Scott on Wed Aug 25, 2004 3:51 pm, edited 1 time in total.
Sp3culuM
Hero Member
Hero Member
Posts: 662
Joined: Mon May 17, 2004 2:36 pm

Editize

Post by Sp3culuM »

I read through the website for this Editize stuff, didn't really make that much sense to me. Sounds like more trouble than it's worth, especially with that price. Anyway, the whole reason i've been working on different areas of PHP is to eventually build up my own CMS for personal and permitted use. I have no doubts we could code one, don't waste yer money Ada.. send it to me instead /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Last edited by Sp3culuM on Wed Aug 25, 2004 4:15 pm, edited 1 time in total.
Image
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Editize

Post by Tami »

No worries, it was just a piece of software I came across so I thought I'd toss in it here for you all to have a look at.
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

Editize

Post by Endo »

The price is steep, thought you were planning just to have the trial lol
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Editize

Post by Tami »

no, it was just something to look at -- partly because I'm not sure on all that we need, and what can easily be coded....that's what you guys are for (and I can say that cuz you're all guy coders) /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

Editize

Post by Scott »

[quote name=\'Adaera\' date=\'Aug 26 2004, 10:12 AM\'](and I can say that cuz you're all guy coders) /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
[right][post=\"8551\"]<{POST_SNAPBACK}>[/post][/right][/quote]

I'm trying my best to change that /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Last edited by Scott on Thu Aug 26, 2004 3:50 pm, edited 1 time in total.
Adrasteia
Hero Member
Hero Member
Posts: 534
Joined: Wed Jul 28, 2004 11:13 am

Editize

Post by Adrasteia »

well i registered and went to download this program , and while im not too clear on what it does, ive unfortunately not had the time to run it and poke around to give an informed opinion.

although by now i think you all know my answer to these needs:


"have rift code it!"

if i can give him a constant supply of quiet time and pancakes you can pretty much guarantee he can code it for you guys:)

im still learning how to be quiet tho lol

Nem /shutup.gif\' class=\'bbc_emoticon\' alt=\'(tape)\' />
Image
Post Reply

Return to “Reference &amp; Software”