php-general Digest 28 Nov 2005 10:49:48 -0000 Issue 3820
Topics (messages 226530 through 226538):
Re: When to make a class
226530 by: Ahmed Saad
Re: Web based editor
226531 by: Greg Donald
226532 by: Mark Steudel
226533 by: Mark Steudel
226537 by: Lester Caine
Re: PhpMailer vs Pear:Mail
226534 by: Richard Heyes
Re: SQL Password() function
226535 by: David Grant
Two version of PHP in single server
226536 by: J.F.Kishor
Advice Needed for Klorofil Open Source PHP Platform
226538 by: Reza Iqbal
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
php-general@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
On 11/27/05, Todd Cary <[EMAIL PROTECTED]> wrote:
> Ahmed -
> Been there! What would you suggest? My HTML looks like this if I use this
look at http://smarty.php.net
-ahmed
--- End Message ---
--- Begin Message ---
On Sun, 2005-11-27 at 14:54 -0800, Curt Zirzow wrote:
> I wouldn't expect any wysiwyg editor to comply to any standard.
Tiny MCE seems to make an attempt at XHTML 1.0:
http://tinymce.moxiecode.com/tinymce/docs/option_valid_elements.html
Having a copy of the 1216 page XHTML Black Book here on my desk makes me
think their XHTML validation list is a bit incomplete, but it does look
like they have the most common elements in there.
I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick.
Fast and very customizable. The cleanup functionality works great with
non-techies who like to draft stuff in MS Word first.
--
Greg Donald
Zend Certified Engineer
MySQL Core Certification
http://destiney.com/
--- End Message ---
--- Begin Message ---
Here's one that I haven't used that claims it does XHTML 1.1 strict . It's
not free though
http://xstandard.com/
-----Original Message-----
From: Curt Zirzow <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Date: Sun, 27 Nov 2005 14:54:47 -0800
Subject: Re: [PHP] Web based editor
> On Sun, Nov 27, 2005 at 12:52:42PM -0800, Mark Steudel wrote:
> >
> >
> >
> > I agree that FCKEditor is kinda slow as well. One of my problems is
> that it
> > doesn't provide XHTML valid code. But it's a very robust free
> version. . But
> > it does do some pretty amazing things like allow you to copy and
> paste from
> > a website directly into the editor, or browse the server etc.
>
> I wouldn't expect any wysiwyg editor to comply to any standard.
>
> Curt.
> --
> cat .signature: No such file or directory
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Wow cool, looks nice. Our company does a lot of CMS stuff and I'm not a
great fan of FCKeditor so far and am always on the look out for something
better.
-----Original Message-----
From: Greg Donald <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Date: Sun, 27 Nov 2005 19:16:47 -0600
Subject: Re: [PHP] Web based editor
> On Sun, 2005-11-27 at 14:54 -0800, Curt Zirzow wrote:
> > I wouldn't expect any wysiwyg editor to comply to any standard.
>
> Tiny MCE seems to make an attempt at XHTML 1.0:
>
> http://tinymce.moxiecode.com/tinymce/docs/option_valid_elements.html
>
> Having a copy of the 1216 page XHTML Black Book here on my desk makes
> me
> think their XHTML validation list is a bit incomplete, but it does look
> like they have the most common elements in there.
>
> I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick.
> Fast and very customizable. The cleanup functionality works great with
> non-techies who like to draft stuff in MS Word first.
>
>
> --
> Greg Donald
> Zend Certified Engineer
> MySQL Core Certification
> http://destiney.com/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Greg Donald wrote:
I've tried lots of javascript wysiwyg editors. Tiny MCE is my pick.
Fast and very customizable. The cleanup functionality works great with
non-techies who like to draft stuff in MS Word first.
We have ended up with it as the html option for bitweaver and it seems
to behave itself nicely.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.
--- End Message ---
--- Begin Message ---
Cabbar Duzayak wrote:
Could you please tell which one you recommend in terms of
stability/speed and share your experience in terms of these 2?
Ooo, that would have to be PEAR::Mail...
--
Richard Heyes
http://www.phpguru.org/
--- End Message ---
--- Begin Message ---
Ahmed Saad wrote:
> On 11/26/05, Yaswanth Narvaneni <[EMAIL PROTECTED]> wrote:
>> I 'dont' want to use something like select * from table where
>> table.passwd=password($passwd);
>
> (IIRC. they broke backward compatibility in
> version 5)..
4.1 :(
Cheers,
David Grant
--- End Message ---
--- Begin Message ---
Hi,
I have a query, can we run two versions of PHP in linux 7.2
server.
I want to use PHP 4.x for one application and PHP 5.1.0 for
another application in the same server.
Do I need to do some configuration changes to set the php
path. To look up different versions based on the request of
the application.
Regards,
- JFK
kishor
Nilgiri Networks
--- End Message ---
--- Begin Message ---
Hi,
I would like to give information about a new open source project
named as Klorofil Collaboration Project (http://www.klorofil.org).
As a new open source project, we will need many advice in order
to make it success.
Currently, in Klorofil Collaboration Project, we develop
Klorofil Platform. One of the component of Klorofil Platform
is gambArt (a GUI framework for developing PHP-based desktop application).
We have published initial release. In the initial release,
we provide Klorofil Platform installer + a desktop calculator as
sample.
This desktop calculator was made 100% with PHP (using gambArt).
For more information, you can visit http://www.klorofil.org/
In the next release, we will add more features such as:
- Distributed Computing
- MVC
- etc
We do hope this project will be useful for PHP community.
We hope many people will join the project.
Here are features available
in the initial release:
Initial Release version 0.1 (for Windows):
- Klorofil Platform Basic Structure
* Class Registration
* Application Launcher
* Collection Classes
* I/O Classes
* Network Classes
+ Socket
+ HTTP
+ Email
+ SMS
* Compression
* Byte Compiler
* XML
- gambArt (Klorofil GUI)
* Basic Structure
+ Application
+ Canvas
+ Component
+ Control
+ Form
* Component
+ Button
+ Flat Button
+ Label
+ Edit
+ Dialog
+ Radio Button
+ CheckBox
+ Panel
+ Image
+ ListBox
+ DropDownBox
+ PageControl
+ ToolBar
+ MainMenu
+ Timer
Thank you.
R. Iqbal
--- End Message ---