php-general Digest 27 Nov 2008 16:08:38 -0000 Issue 5813

Topics (messages 283836 through 283844):

Re: pear mail() verses net-smtp()
        283836 by: Chris
        283837 by: Chris

Re: Online Calendars
        283838 by: Nathan Rixham
        283841 by: Michael Leung

RSE in Ganymede + General Dev Talk
        283839 by: Nathan Rixham
        283840 by: Nathan Rixham
        283842 by: Jochem Maas

Re: Netbeans 6.5 WAS: phpDesigner 2008?
        283843 by: Daevid Vincent

Happy Turkey Day
        283844 by: tedd

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:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Al wrote:
Anyone have opinions on these two mail functions for sending smtp emails, pear mail() verses net-smtp()? Which is best, etc.

Pear mail puts everything together and if necessary uses net_smtp to send it.

If you want to have to build the emails yourself, you can do it and then use net_smtp to send it - but it's pretty hard to do and get right for all situations.

Otherwise, use pear mail to do everything for you.

http://pear.php.net/package/Net_SMTP/

» Packages that depend on Net_SMTP

    * Mail

--
Postgresql & php tutorials
http://www.designmagick.com/


--- End Message ---
--- Begin Message ---
Al wrote:
Anyone have opinions on these two mail functions for sending smtp emails, pear mail() verses net-smtp()? Which is best, etc.

Pear mail puts everything together and if necessary uses net_smtp to send it.

If you want to have to build the emails yourself, you can do it and then use net_smtp to send it - but it's pretty hard to do and get right for all situations.

Otherwise, use pear mail to do everything for you.

http://pear.php.net/package/Net_SMTP/

» Packages that depend on Net_SMTP

    * Mail

--
Postgresql & php tutorials
http://www.designmagick.com/


--- End Message ---
--- Begin Message ---
tedd wrote:
At 9:18 PM +0000 11/26/08, Nathan Rixham wrote:
tedd wrote:
Hi gang:

What online calendars would any of you recommend or have experiences with one way or the other?

Cheers,

tedd

to integrate in with a system? open or closed source? feature list? (you could mean a massive task manager or a tiny calender widget)


Nathan:

You're right -- I was vague.

I'm looking for a calendar script that provides date information for simple scheduling. Most post will take the form a title within the calendar day with a pop-up if the user is interested in seeing more. In other words, a pretty simple calendar connected to a database.

Cheers,

tedd



I'd be lying if I said I knew, as I've always rolled my own; however a google such as: http://www.google.co.uk/search?q=php+appointment+calendar may throw up a nice find.

note: there are lot's of systems and widgets for bigger applications that would do the job, you could get a full web mail and task management system easily enough (and odds are a much better product).

if it's just a simple front end display thing, then I'm sure even a common news or blog script could be modified by showing the calendar entries (news items/blog posts) in a calendar view..

fat lot of help I am eh :p

--- End Message ---
--- Begin Message ---
Hi,
 Or you can get PHP webhost and install eGroupWare.
http://www.egroupware.org/
  I like to use that because I can have more control.

-- 
Regards,
Michael Leung
http://www.itblogs.info
http://www.michaelleung.info
On Thu, Nov 27, 2008 at 9:37 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:

> tedd wrote:
>
>> At 9:18 PM +0000 11/26/08, Nathan Rixham wrote:
>>
>>> tedd wrote:
>>>
>>>> Hi gang:
>>>>
>>>> What online calendars would any of you recommend or have experiences
>>>> with one way or the other?
>>>>
>>>> Cheers,
>>>>
>>>> tedd
>>>>
>>>
>>> to integrate in with a system? open or closed source? feature list? (you
>>> could mean a massive task manager or a tiny calender widget)
>>>
>>
>>
>> Nathan:
>>
>> You're right -- I was vague.
>>
>> I'm looking for a calendar script that provides date information for
>> simple scheduling. Most post will take the form a title within the calendar
>> day with a pop-up if the user is interested in seeing more. In other words,
>> a pretty simple calendar connected to a database.
>>
>> Cheers,
>>
>> tedd
>>
>>
>>
> I'd be lying if I said I knew, as I've always rolled my own; however a
> google such as: http://www.google.co.uk/search?q=php+appointment+calendarmay 
> throw up a nice find.
>
> note: there are lot's of systems and widgets for bigger applications that
> would do the job, you could get a full web mail and task management system
> easily enough (and odds are a much better product).
>
> if it's just a simple front end display thing, then I'm sure even a common
> news or blog script could be modified by showing the calendar entries (news
> items/blog posts) in a calendar view..
>
> fat lot of help I am eh :p
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Regards,
Michael Leung
http://www.itblogs.info
http://www.michaelleung.info

--- End Message ---
--- Begin Message ---
Evening all,

Just wondered if anybody else had tranfer problems using the ftp connector of the RSE plugin for eclipse ganymede, I keep getting a no transfer and the export from project dialog telling me to pick a remote folder (Even though I have).

Not looking for a fix, just wondered if anybody else had troubles with it?

On a brighter note (I'm waffling tonight) it did encourage me to stop being lazy and start writing deployment and rollback scripts for my svn repos again, so not all bad :)

ps: if anybody isn't updating live sites from scp like this and wants more info; just give me a shout - it's simple, 100x faster than ftp and a good practise

regards!

--- End Message ---
--- Begin Message ---
Nathan Rixham wrote:
Just wondered if anybody else had tranfer problems using the ftp connector of the RSE plugin for eclipse ganymede,

confusion, it's fine in ganymede off in europa - sorry!

--- End Message ---
--- Begin Message ---
Nathan Rixham schreef:
> Evening all,
> 
> Just wondered if anybody else had tranfer problems using the ftp
> connector of the RSE plugin for eclipse ganymede, I keep getting a no
> transfer and the export from project dialog telling me to pick a remote
> folder (Even though I have).
> 
> Not looking for a fix, just wondered if anybody else had troubles with it?
> 
> On a brighter note (I'm waffling tonight) it did encourage me to stop
> being lazy and start writing deployment and rollback scripts for my svn
> repos again, so not all bad :)

my deployment/rollbacks are generally in the form:

cvs up -r FOOTAG

as for DB schemas, I stick to non-destructive additions which can be added 
before
hand and stay in place in case of a rollback.

not ideal, but it's simple enough that my colleagues understand it and can
tag and rollout new version even when Im not there to handhold ... not too 
mention
that there is hardly ever time or money to spend on something "as pointless"
(well you try explaining it to a relatively small client) deployment management
tools/scripts.

> ps: if anybody isn't updating live sites from scp like this and wants
> more info; just give me a shout - it's simple, 100x faster than ftp and
> a good practise

HI THERE. IM UP FOR LEARNING A NEW TRICK OR TOO.

> 
> regards!
> 


--- End Message ---
--- Begin Message ---
On Tue, 2008-11-18 at 10:32 +0000, Holografix wrote:

> Hi
> I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans 
> and it's a good editor: http://www.netbeans.org/ (it's free!)

I watched the little movie demo and was impressed, so I just installed
and tried the Netbeans 6.5 (.sh installer for Linux b/c the Ubuntu
repository has 6.1 still) and am really disappointed at how pokey the
GUI is?! It's so slow as to be unusable. I'm baffled by this, as I've
been using Eclipse PDT (which is a pig) and that also uses Java, but
it's nowhere near as slow as Netbeans is. 

My system is far from old:

Intel P4 CPU 3.20GHz with 2GB RAM.

java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)

(also tried with the OpenJDK or whatever it's called, and had the same
miserable experience)

I tried to adjust some of the netbeans.conf that I saw in the FAQ to no
avail:

netbeans_default_options="-J-client -J-Xverify:none -J-Xmx256m -J-Xss2m
-J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m
-J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true
-J-XX:CompileThreshold=100 -Dswing.aatext=true"

The fonts also looked horrible! All pixeley and like I was back in the
1980's.

I read the forums and searched for "slow" and saw other poor souls with
similar experiences, but no solutions. :(

Oh well... Guess I'll stick with Eclipse PDT (and how does Zend get off
charging $400 for "Zend Studio" which amounts to a few Eclipse
plugins?!? Seriously? That's $150 at best)

Daevid.
http://www.daevid.com


--- End Message ---
--- Begin Message ---
Hi gang:

Happy Turkey Day to all who are working on Thanksgiving.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--- End Message ---

Reply via email to