PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Iron Speed
 
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:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #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: 7
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: 6
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: 7
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: 7
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!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway