RE: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Haluk AKIN
Hi,

If you are fine with using flash you could use some ready solution like
this:

 http://www.entheosweb.com/Flash/Photo_Gallery4/index.asp

For ready solutions like this you won't need a flash editor.

Haluk

-Original Message-
From: Bastien Koert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 5:07 PM
To: philip
Cc: php-general@lists.php.net
Subject: Re: [PHP] how to create a slide show using PHP5

On Wed, Jul 2, 2008 at 5:02 PM, philip [EMAIL PROTECTED] wrote:

 Bastien Koert wrote:



 On Wed, Jul 2, 2008 at 4:37 PM, philip [EMAIL PROTECTED]mailto:
 [EMAIL PROTECTED] wrote:

Hi everyone,

I want to create a slide show of photos for my web site. How is
this done using php5? I am using Opensuse 10.3, Apache, PHP5.

TIA for any assistance,

Philip

--Philip Ramsey
learning PHP and MySQL for building a better world
philipramsey.is-a-geek.net http://philipramsey.is-a-geek.net

--PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


 2 parts to this

 1. pull a series on [random] images from the system to show the user 
 2. client side javascript code to load the images in a slide show 
 fashion

 You may want to get an existing one and pull it apart to see how 
 they've done it

 --

 Bastien

 Cat, the other other white meat

 Hi Bastien,

 Thank you for your quick response. Where may I find sample? I tried 
 searching the web but only found samples and tutorials that required 
 flash for the actual slide show. Since I run Linux and 
 Adobe/Macromedia do not make a flash editor for Linux, flash is not an
option.

 TIA,

 Philip


google php slide show

Did you mean: php
*slideshow*http://www.google.ca/search?hl=enclient=firefox-arls=org.mozil
la:en-US:officialhs=qc9sa=Xoi=spellresnum=0ct=resultcd=1q=php+slidesh
owspell=1

zinkwazi.com  *PHPSlideShow* http://www.zinkwazi.com/wp/scripts/Feb 2006:
*phpslideshow* v0.9.6 now supports JavaScript image preloading! *...* *
PHPSlideShow* is the easiest way to create a web based *slide show* from a *
...*
www.zinkwazi.com/wp/scripts/ - 31k -
Cachedhttp://209.85.215.104/search?q=cache:DcvWtM61AHMJ:www.zinkwazi.com/wp
/scripts/+php+slide+showhl=enct=clnkcd=1gl=caclient=firefox-a-
Similar
pageshttp://www.google.ca/search?hl=enclient=firefox-arls=org.mozilla:en-
US:officialhs=qc9q=related:www.zinkwazi.com/wp/scripts/-
Note
thishttp://www.google.ca/search?q=php+slide+showie=utf-8oe=utf-8aq=trls
=org.mozilla:en-US:officialclient=firefox-a#
*PHP*/SWF *Slideshow*  Introduction http://www.maani.us/slideshow/A
simple, yet powerful *PHP* tool to create attractive web slideshows from
dynamic image files and data.
www.maani.us/*slideshow*/ - 8k -
Cachedhttp://209.85.215.104/search?q=cache:yeRSCKkwIPIJ:www.maani.us/slides
how/+php+slide+showhl=enct=clnkcd=2gl=caclient=firefox-a-
Similar
pageshttp://www.google.ca/search?hl=enclient=firefox-arls=org.mozilla:en-
US:officialhs=qc9q=related:www.maani.us/slideshow/-
Note
thishttp://www.google.ca/search?q=php+slide+showie=utf-8oe=utf-8aq=trls
=org.mozilla:en-US:officialclient=firefox-a#
*PHP*/SWF *Slideshow* 
Tutorialhttp://www.maani.us/slideshow/index.php?menu=TutorialIf
*slideshow*.*php*, *slideshow*.swf, or sample.*php* aren't in the same
directory as *...* The path for *slideshow*.*php* must be relative to
prevent the server from *...*
www.maani.us/*slideshow*/index.*php*?menu=Tutorial - 11k -
Cachedhttp://209.85.215.104/search?q=cache:-8Cc5WfMh_YJ:www.maani.us/slides
how/index.php%3Fmenu%3DTutorial+php+slide+showhl=enct=clnkcd=3gl=caclie
nt=firefox-a-
Similar
pageshttp://www.google.ca/search?hl=enclient=firefox-arls=org.mozilla:en-
US:officialhs=qc9q=related:www.maani.us/slideshow/index.php?menu=Tutorial
-
Note
thishttp://www.google.ca/search?q=php+slide+showie=utf-8oe=utf-8aq=trls
=org.mozilla:en-US:officialclient=firefox-a#
More results from www.maani.us
http://www.google.ca/search?hl=enclient=firefox-arls=org.mozilla:en-US:o
fficialhs=qc9q=+site:www.maani.us+php+slide+show
freshmeat.net: Project details for *PHP
Slideshow*http://freshmeat.net/projects/phpslideshow/
*PHPSlideShow* is a little script that creates a web based *slide show* with
NEXT and BACK buttons to *...* http://www.zinkwazi.com/scripts/*phpslideshow
*.tar.gz *...*
freshmeat.net/projects/*php**slideshow*/ - 22k -
Cachedhttp://209.85.215.104/search?q=cache:Jwv60x96TXcJ:freshmeat.net/proje
cts/phpslideshow/+php+slide+showhl=enct=clnkcd=4gl=caclient=firefox-a-
Similar
pageshttp://www.google.ca/search?hl=enclient=firefox-arls=org.mozilla:en-
US:officialhs=qc9q=related:freshmeat.net/projects/phpslideshow/-
Note
thishttp://www.google.ca/search?q=php+slide+showie=utf-8oe=utf-8aq=trls
=org.mozilla:en-US:officialclient=firefox-a#
The *PHP* Resource Index: Complete Scripts: Images and Graphs: *Slide*
*...*http://php.resourceindex.com/Complete_Scripts/Images_and_Graphs/Slide_
Shows/Version:
1 - Released: 08/10/07 - Free - Requirement(s): *PHP* 4/5, Jump to 

RE: [PHP] Re: Log files

2008-07-02 Thread Haluk AKIN
If you are planning to come up with relations between these errors and other
activities on your website then you need to use a database.
If you will use this error log only for debugging purposes then a text file
should be enough.

From a coder's perspective the workload of coding both of these methods
should be similar.

Opening and closing a text file 1,000 or more times a day won't be a problem
either. Similarly, openingclosing that many database connections won't be
any problem either. Therefore, if I were you I wouldn't worry about the
performance.

Cheers,
Haluk



-Original Message-
From: John Comerford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2008 12:54 AM
To: php-general@lists.php.net
Subject: Re: [PHP] Re: Log files

If you are logging errors, then maybe you should look at using a file 
instead of a database table.  I have seen an instance where a system 
used a table for error logging and writing to the log table caused and 
error, you can guess where that left things.

Shawn McKenzie wrote:
 Mark Bomgardner wrote:
 I am writing an application in which I want to create log files.  I am
 weighing the difference between using text files and using a database to
 house the data.  It appears to me that there is really no advantage 
 either
 way or is there?  There are pros and cons to both methods, but I am
 concerned about opening and closing a text file some many times that 
 it may
 cause and issue. The file may be opened and closed 1,000 or more times a
 day.

  

 Opinions please..

  

 markb



 Using a database you're hitting a file the same number of times (the 
 database is in a file or files) but you have the mem/cpu overhead of 
 the db itself.  Having said that, if you are using a database already 
 for the site then might as well log to it.  I wouldn't implement a 
 database only for the purpose of logging.

 -Shawn



-- 
Option Systems Pty. Ltd.
53 Waverley Road, Malvern East, VIC 3145
PO Box 7, Caulfield East, VIC 3145
Phone: 03 9571 0100  Fax: 03 9571 0500
 
The information in this e-mail is confidential and is intended solely for
the addressee. 
Any views or opinions presented are solely those of the author 
and do not necessarily represent those of Option Systems Pty.Ltd.
If you are not the intended recipient, please delete this message and
contact the sender.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Adding new encodings to mbstring?

2008-06-28 Thread Haluk AKIN
Hi all,

Is it possible to add new character encodings to mbstring?
http://us.php.net/mbstring

If it is possible, then is there a procedure where I can submit new
feature requests?
Or is it possible for me to add the new character encodings myself?


Thanks,
Haluk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php