Connecting Tech Pros Worldwide Forums | Help | Site Map

A PHP/PostgreSQL E-Zine available

Scott Auge
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi all,

I am starting up an E-Zine detailing development ideas and the like
concerning PHP and postgresql. This is a freebie but it does have a
donation page on it. :)

This first issue discusses some safer web application development than
most PHP tutorial books do. It's basically a "What they don't tell you"
kind of publication.

You can reach an archive of issues and subscribe to new issue
announcements at:

http://amduus.com/phpezine/

Hope you find something useful in it.

Caligula
Guest
 
Posts: n/a
#2: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available


Scott Auge <scott_auge@yahoo.com> writes:
[color=blue]
> I am starting up an E-Zine detailing development ideas and the like
> concerning PHP and postgresql.[/color]

Anything on postgresql is good.


--
Seek simplicity and mistrust it.
Alfred North Whitehead

Who would have thought that there are so many things in the world
that I do not want?
Socrates, while strolling through the marketplace in Athens
HiHo
Guest
 
Posts: n/a
#3: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available


On Fri, 01 Jul 2005 09:20:24 +0000, Caligula wrote:
[color=blue]
> Who would have thought that there are so many things in the world
> that I do not want?
>
> Socrates, while strolling through the marketplace in Athens[/color]

Wouldn't you think that he would be clever enough not to waste his
time on pointless matters like that?

Wouldn't you think that anyone would be clever enough not to waste
their time repeating it?
Raqueeb Hassan
Guest
 
Posts: n/a
#4: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available


> http://amduus.com/phpezine/

Great job done! How did you do that? What are you using at the backend?
You might want to change the archive settings to a "fulltext"
searchable box, powered by PostgreSQL.

Have several great days!

--
Raqueeb Hassan
Bangladesh

--
Sometimes it's the smallest decisions that can pretty much change your
life forever. - Felicity

GeekBoy
Guest
 
Posts: n/a
#5: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available



"Raqueeb Hassan" <wideangle@gmail.com> wrote in message
news:1120232862.951209.71470@g44g2000cwa.googlegro ups.com...[color=blue][color=green]
>> http://amduus.com/phpezine/[/color]
>
> Great job done! How did you do that? What are you using at the backend?
> You might want to change the archive settings to a "fulltext"
> searchable box, powered by PostgreSQL.
>
> Have several great days!
>[/color]

'Great' Indian outsourcing at work
[color=blue]
> --
> Raqueeb Hassan
> Bangladesh
>
> --
> Sometimes it's the smallest decisions that can pretty much change your
> life forever. - Felicity
>[/color]


Caligula
Guest
 
Posts: n/a
#6: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available


HiHo <silver@que.no.sabe.net> writes:
[color=blue]
> On Fri, 01 Jul 2005 09:20:24 +0000, Caligula wrote:
>[color=green]
> > Who would have thought that there are so many things in the world
> > that I do not want?
> >
> > Socrates, while strolling through the marketplace in Athens[/color]
>
> Wouldn't you think that he would be clever enough not to waste his
> time on pointless matters like that?[/color]

Strolling is pointless ?
You have missed the whole point of living !
:-)
[color=blue]
> Wouldn't you think that anyone would be clever enough not to waste
> their time repeating it?[/color]

So Plato wasted his time writing down what Socrates said ?
LOL !

--

Seek simplicity and mistrust it.
Alfred North Whitehead

"I have the heart of a child; I keep it in a jar on my desk."
Scott Auge
Guest
 
Posts: n/a
#7: Jul 17 '05

re: A PHP/PostgreSQL E-Zine available


In article <1120232862.951209.71470@g44g2000cwa.googlegroups. com>,
"Raqueeb Hassan" <wideangle@gmail.com> wrote:
[color=blue][color=green]
> > http://amduus.com/phpezine/[/color]
>
> Great job done! How did you do that? What are you using at the backend?
> You might want to change the archive settings to a "fulltext"
> searchable box, powered by PostgreSQL.
>
> Have several great days![/color]

The internet machine is running Apache 2 on a Linux server with PHP
(need to experiment with them threads you know.) The PHP interacts with
of course, a postgresql database.

The pages were designed (quite humbly) with Macromedia Dream Weaver MX
on an Apple OS X powerbook. The development of the schema and coding
were also done on the Apple and then I simply moved the code and schema
dump as was to the Linux machine.

It really didn't take much longer than a half-hour to accomplish. The
longest period was designing a logo using The Logo Creator (also on the
Apple.)
Closed Thread