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, 10: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, 04: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, 09: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, 10: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, 10: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, 03: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, 02: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!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




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