Re: [PHP] Image Rotation Script

2011-10-16 Thread Curtis Maurand
There are tons of (free) jquery gadgets that do image rotation. All you'd need to do is push the list out to the jquery script. Cheers, Curtis On 10/15/2011 10:50 AM, d...@nkmo.com wrote: We have a simple script which rotates and image to a random value, saves it to a cache directory and di

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread Ashley Sheridan
On Sun, 2011-10-16 at 17:32 -0400, Stephen wrote: > On 11-10-16 04:10 PM, Jim Giner wrote: > > Stephen: > > > > What you describe is a multistep problem. There are many ways to show > > pictures (images) in any order you want. > > * > > > > So far, the OP has only asked how to keep his "catego

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread Stephen
On 11-10-16 04:10 PM, Jim Giner wrote: Stephen: What you describe is a multistep problem. There are many ways to show pictures (images) in any order you want. * So far, the OP has only asked how to keep his "categories" in order. Curious, yes, but he hasn't even asked how to display the ima

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread Jim Giner
"Tedd Sperling" wrote in message news:4c4ff11f-24ea-48cc-a367-48803df58...@gmail.com... Stephen: What you describe is a multistep problem. There are many ways to show pictures (images) in any order you want. * So far, the OP has only asked how to keep his "categories" in order. Curious,

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread Tedd Sperling
On Oct 15, 2011, at 8:57 PM, Stephen wrote: > I am building a site for my photography. > > The photographs are displayed by category. > > The category table has a field for "order" > > In my control panel I want to be able to change the order of the categories > by changing the values in the c

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread Jim Giner
"tamouse mailing lists" wrote in message news:cahuc_t8icx4y4mca05rrgzopv4ze7hwsndaiyjjmdvbambv...@mail.gmail.com... In Sat, Oct 15, 2011 at 7:57 PM, Stephen wrote: \Category One I would capture the input fields by using an array name ("category[]") instead of specific names (ie, "category_o

Re: [PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-16 Thread tamouse mailing lists
In Sat, Oct 15, 2011 at 7:57 PM, Stephen wrote: > I am building a site for my photography. Cool! > The photographs are displayed by category. > > The category table has a field for "order" > > In my control panel I want to be able to change the order of the categories > by changing the values in

Re: [PHP] starting php by asking basic questions

2011-10-16 Thread tamouse mailing lists
On Sun, Oct 16, 2011 at 10:34 AM, Govinda wrote: >> i want to learn php and i do not know much and my english is also >> limited.isthere anyone who can explain me php by most simple >> example,like explainig to >> a child,something like this:if you put "this" symbol or writing, in your php >> scri

Re: [PHP] starting php by asking basic questions

2011-10-16 Thread Govinda
> i want to learn php and i do not know much and my english is also > limited.isthere anyone who can explain me php by most simple > example,like explainig to > a child,something like this:if you put "this" symbol or writing, in your php > script,when someone open this page,will see this message"lo

Re: [PHP] starting php by asking basic questions

2011-10-16 Thread Lars Nielsen
søn, 16 10 2011 kl. 11:40 +0200, skrev saeed ahmed: > i want to learn php and i do not know much and my english is also > limited.isthere anyone who can explain me php by most simple > example,like explainig to > a child,something like this:if you put "this" symbol or writing, in your php > script,

[PHP] starting php by asking basic questions

2011-10-16 Thread saeed ahmed
i want to learn php and i do not know much and my english is also limited.isthere anyone who can explain me php by most simple example,like explainig to a child,something like this:if you put "this" symbol or writing, in your php script,when someone open this page,will see this message"long time no

Re: [PHP] Extending an instantiated class

2011-10-16 Thread David Harkness
On Sat, Oct 15, 2011 at 7:01 AM, Alain Williams wrote: > I have an application where a Screen (web page) may contain several Forms. > The Forms > will want to access properties, etc, from their Screen. So what I want is > to do > something like: > You're using an is-a relationship between Form a