PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 28th, 2002, 11:12 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Our PHP WYSIWYG Control Is Ready :)

This forum post relates to this article

Hey Guys,

As 90% of you know, we're hardcore PHP fans. We've taken our 3 years of experience with PHP and developed a replacement for the HTML <textbox> tag. Yes, yes, I know that I wrote two articles on how to do this yourself, however our custom PHP class/control has the following features to boot:

- Its own programmatic PHP API to manipulate the control
- Easy setup: 3 lines of code to "drop it in" your page
- Hide all buttons and lists, etc
- Popup table generator
- Define and use your own custom inserts with the API
- Built-in image uploading features, etc

Well, you get the idea. The main reason we developed this control was because, put frankly, there isn't anything like it on the market.

It is called EditWorks Professional.PHP (Yes, we also do a .NET version called EditWorks Professional.Net) and it's $39.95 per licence. It includes FULL source code, easy to use documentation and the guarantee by the entire devArticles.com team that it will help you as a developer by saving you time and giving you an awesome tool to add functionality to your clients/your own web site(s).

We've setup the online demo showing two versions: the default version with some custom inserts, and a customized version with custom width+height attributes as well as some hidden buttons. Checkout http://www.tools2code.com/editworkspro_php to try the demo and also to see the code samples that we've posted to prove how easy it is to use.

We want your feedback on the control too guys, so please do check it out and reply to this thread to let us know what you think, etc

Reply With Quote
  #2  
Old July 29th, 2002, 05:54 AM
Lindset Lindset is offline
weirdomoderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Alta, Norway
Posts: 370 Lindset User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to Lindset Send a message via AIM to Lindset
Looking good. That's all I have to say ..I think
__________________
Best Regards,
Håvard Lindset

Reply With Quote
  #3  
Old July 29th, 2002, 10:41 AM
VincentF VincentF is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 2 VincentF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Please forgive my bad english.

I work in a company which users are for 80% of them Mac users.
Well, we know the problems that affects IE5 Mac.
Your PHP control only works with IE and probably works properly only on PC platform.

Will you work later on a java version in order to be cross-platform ?
Something like RealObjects edit-on Pro but not so expensive.

Regards

Reply With Quote
  #4  
Old July 29th, 2002, 11:44 AM
axbom axbom is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 1 axbom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question

I just bought it and have high hopes. The documentation does not, however, include info about how I insert default content into the textarea!?!?!? How do I, please e-mail me!

Reply With Quote
  #5  
Old July 29th, 2002, 11:48 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Hey Axbom,
You should receive an email from us shortly. You downloaded the beta version hehe. Just follow the link in the email to the full, documented version that shows you how to insert code with the SetValue() function

Reply With Quote
  #6  
Old August 6th, 2002, 04:13 AM
webmaniac webmaniac is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 1 webmaniac User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by VincentF
I work in a company which users are for 80% of them Mac users.
Well, we know the problems that affects IE5 Mac.
Your PHP control only works with IE and probably works properly only on PC platform.


Not only doesn't it work in IE on the mac., it also doesn't work in mozilla and opera. Not to mention all the browsers on linux. This is because the editor uses microsoft javascript. It is totally not w3c compliant.

Currently there are no w3c standards wich could be used in an online editor.

Best "online editor" i have seen sofar is xopus. It is not an editor which uses a textarea to edit html. It is an editor to edit xml in a visual form. The xml is displayed in the browser using the appropriate xsl stylestheet. You can edit the visual display. For example when you add an xml tag it will be displayed in the browser, but underneath in the editor an xml element will be added to the document. This way the user doesn't have to know about xml and still the developers of the site have all artivles available in xml format.

There is currently a demo version online which only works in IE 5.5+.
But they are developing version 2 allready wich will also work in mozilla. They have developed a contenteditable feature for mozilla (its not supported by default by mozilla, but it will be in a future version). See a content editable demo here.

Reply With Quote
  #7  
Old August 8th, 2002, 03:13 AM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
As http://www.tools2code.com/editworkspro and http://www.tools2code.com/editworkspro_php clearly state, EditWorks only works on Internet Explorer v5.0+ on a Windows PC and was designed as a replacement for textboxes in content management systems.

It is a shame that other browsers don't support the advanced WYSIWYG functionality of IE5, however when/if they do in the future, we will be there and ready to make new version of our software to work with those versions.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > Our PHP WYSIWYG Control Is Ready :)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek