php-general Digest 19 Mar 2009 10:01:31 -0000 Issue 6020

Topics (messages 290261 through 290265):

Re: "Default" field
        290261 by: Bastien Koert

Re: Anyone know of a project like Redmine written in PHP?
        290262 by: Shawn McKenzie

Re: Calendar/Date
        290263 by: Hans Åhlin

GSOC Idea, RPC Server
        290264 by: Cesar D. Rodas

The Secret of Making Up - By The Author
        290265 by: Forest Fye

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On Wed, Mar 18, 2009 at 4:18 PM, Paul M Foster <pa...@quillandmouse.com>wrote:

> Slightly OT, but here's the question. Normally when a form paints, the
> cursor isn't in any particular field. If you want to have the cursor
> show up in a particular field, how do you do that? I knew at one time
> and now can't find how it's done.
>
> Paul
>
> --
> Paul M. Foster
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

<body onload="fieldname.focus();">
-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
mike wrote:
> http://www.redmine.org/
> 
> Looks pretty useful; I want one in PHP though.
> 
> Anyone?

Haven't used it, but it looks pretty cool.  Guess it depends on what
features you need.

http://gforge.org/gf/project/gforge/frs/?action=FrsReleaseBrowse&frs_package_id=2

-- 
Thanks!
-Shawn
http://www.spidean.com

--- End Message ---
--- Begin Message ---
Weeks in a year is 52 or 53
Days in a year is 365 and if a leap year 366

If (

(365 (Days Of a year) * (Years From 1940)) + (Number of leap years
since 1940, (Years From 1940 / 4)  (if its a Leap year -1)) + ((Days
>From 01-01) + 1) % 7 = (0-6 where 0 = Monday)

) is less then 3 (Thursday) then its in week nr 01 else if equal to 4
(Friday) its week 53 else its week 52

http://threesides.kronan-net.com/2008/08/04/date-calculation-algorithm/
-- 
MvH / Hans Åhlin - www.kronan-net.com

--- End Message ---
--- Begin Message ---
 Hello folk,

Let me introduce myself, my name is Cesar Rodas, a young guy from
Paraguay who wants to propose an idea for the GSoC2009.

The purpose of this project is to implement a pure PHP client and
server API for distributing PHP applications over clusters of back-end
servers that are called by front-end Web servers. The goal is to
provide unlimited scalability to PHP transactional applications
running on busy sites with too many simultaneous users to be handled
by a single front-end Web server.

Some concepts:

- Master process: probably in PHP (with web interface), it will be
responsible to distribute the PHP code to the worker (the "deploy").

- Worker process: in the first stage in PHP (with fork), but then a
multi threaded version coded in C++ with PHPEmbed or in C with its own
SAPI. This process listen a TCP port over TCP, and receive a function
execution request, and execute it and returns its return.

- The client: a PHP script that will exec an RPC,

That is my idea so far, please I'd like to read feedbacks.

-- 
Cesar D. Rodas
http://cesar.la/
Phone: +595-961-974165
Samuel Beckett  - "Birth was the death of him."

--- End Message ---
--- Begin Message ---
Are you in the middle of a desperation because your lover has gone away?

Now You Can Stop Your Break Up, Divorce or Lovers Rejection... Even If Your 
Situation Seems Hopeless!

We'll take you by the hand and show you exactly what to do and what to say to 
get your ex lover back in your arms - Especially if you are the only one 
trying...

If you are interested to see more information and advices by the Man that has 
secretly helped thousands of people in 67 countries, reply back to this letter 
or send a mail to elvis.tutoni1...@gmail.com so you can receive a copy of the 
best selling relationships book available.

Hurry up! The supplies are limited!

Regards,
M. Jackson











------------------------------------------------------------------
This email has been written and proved to be in compliance with the recently 
established can-spam act law in US. We are not provoking or forcing any person 
in any way to participate in our programs. To participate is your own decision 
and you carry the responsibility of taking further part in this promotion. 
Anyway, if you don't want to receive more good offers from us, you can simply 
Unsubscribe by sending us a notification email to sign.out...@yahoo.com with a 
mail-subject and text "Unsubscribe me", and we will get your email out of our 
list within 10 days.

This message is STRICTLY CONFIDENTIAL and is solely for the individual or 
organisation to whom it is addressed. It may contain PRIVILEGED and 
CONFIDENTIAL information. If you are not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this communication 
and its contents is strictly prohibited. If you are not the intended recipient 
you should not read, copy, distribute, disclose or otherwise use the 
information in this email. Email may be susceptible to data corruption, 
interception and unauthorised amendment, and we do not accept liability for any 
such corruption, interception or amendment or the consequences thereof or your 
reliance on any information contained therein if you are not the intended 
recipient. If you are not interested in the offered promotions, please just 
don't answer. If you think you have received this message and its contents in 
error, please delete it from your computer, or follow the unsubscribing 
procedure shown above.
------------------------------------------------------------------
                

--- End Message ---

Reply via email to