php.net down?

php.net down?

am 16.07.2009 12:30:52 von Addmissins Development

Anybody noticed php.net is down?

It's responding to pings. But no pages load.


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

Re: php.net down?

am 16.07.2009 12:35:22 von Tom Chubb

--0016e65a0dc49b7f56046ed03a0e
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

2009/7/16 Thijs Lensselink

> Anybody noticed php.net is down?
>
> It's responding to pings. But no pages load.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
UK servers are working: uk2.php.net

--0016e65a0dc49b7f56046ed03a0e--

Re: php.net down?

am 16.07.2009 12:35:54 von muzy

Yeah noticed this fact also, try one mirror for example us.php.net or
de.php.net

There are also a lot of other mirrors ;)

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

Re: php.net down?

am 16.07.2009 12:39:02 von muzy

Hmm,
> I thought it was just me, guess not!
>
> What are we going to do?!
>
regarding to this question we should use the mirrors provided until this
problem is solved ;)

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

Re: php.net down?

am 16.07.2009 12:41:40 von Ashley Sheridan

On Thursday 16 July 2009 11:30:52 Thijs Lensselink wrote:
> Anybody noticed php.net is down?
>
> It's responding to pings. But no pages load.

I thought it was just me, guess not!

What are we going to do?!

--
Thanks,
Ash
http://www.ashleysheridan.co.uk

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

Re: php.net down?

am 16.07.2009 14:08:25 von Carlos Medina

Thijs Lensselink schrieb:
> Anybody noticed php.net is down?
>
> It's responding to pings. But no pages load.
>
no

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

Sub Menu System?

am 16.07.2009 14:55:04 von David Stoltz

Folks,

I'm developing a rather large site in PHP. The main horizontal nav bar
never changes, no matter how deep you are in the site. However, on the
left side is a vertical "sub-menu" system. This menu is proving to be a
real pain to program. I have it limited the menu system to 3 levels:

MAIN:
|___Secondary pages
|___Tertiary pages

For each level, and each folder, I have a file called subnav.php, which
contains the links for that page. It has its own code to determine the
page it's on, and highlight the appropriate menu item.

The problem is when I need to move pages, or add pages, it's proving to
be a REAL PAIN to maintain this type of structure.

Does anyone know of any off-the-shelf product that can create/maintain a
sub-menu system like this?

I don't mind starting over at this point, but I'm hoping there is
something I can just purchase, so I can concentrate on the rest of the
site....hopefully the menu system would support PHP and ASP.

Thanks for any information!

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

Re: Sub Menu System?

am 16.07.2009 15:49:09 von Martin Scotta

--0016e6471b3ca0157d046ed2ef70
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

you can make the menu based on the files.
Open the directory, read the files and save some sort of "cache" that use
the site.

When you need to move something, just delete the "cache" an let php do the
rest.

On Thu, Jul 16, 2009 at 9:55 AM, David Stoltz wrote:

> Folks,
>
> I'm developing a rather large site in PHP. The main horizontal nav bar
> never changes, no matter how deep you are in the site. However, on the
> left side is a vertical "sub-menu" system. This menu is proving to be a
> real pain to program. I have it limited the menu system to 3 levels:
>
> MAIN:
> |___Secondary pages
> |___Tertiary pages
>
> For each level, and each folder, I have a file called subnav.php, which
> contains the links for that page. It has its own code to determine the
> page it's on, and highlight the appropriate menu item.
>
> The problem is when I need to move pages, or add pages, it's proving to
> be a REAL PAIN to maintain this type of structure.
>
> Does anyone know of any off-the-shelf product that can create/maintain a
> sub-menu system like this?
>
> I don't mind starting over at this point, but I'm hoping there is
> something I can just purchase, so I can concentrate on the rest of the
> site....hopefully the menu system would support PHP and ASP.
>
> Thanks for any information!
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Martin Scotta

--0016e6471b3ca0157d046ed2ef70--

Re: Sub Menu System?

am 16.07.2009 18:26:26 von TedD

At 8:55 AM -0400 7/16/09, David Stoltz wrote:
>Folks,
>
>I'm developing a rather large site in PHP. The main horizontal nav bar
>never changes, no matter how deep you are in the site. However, on the
>left side is a vertical "sub-menu" system. This menu is proving to be a
>real pain to program. I have it limited the menu system to 3 levels:
>
>MAIN:
> |___Secondary pages
> |___Tertiary pages
>

This might help:

http://sperling.com/examples/new-menuh/

However, this is not a php script, but rather a simple css solution.
The only addition is a javascript routine to handle IE -- without it,
IE's are dead.

Cheers,

tedd

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

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

RE: Sub Menu System?

am 16.07.2009 21:56:55 von Daevid Vincent

There are a plethora of solutions to do this type of navigation. All of them
free. They usually use an

Re: php.net down?

am 17.07.2009 02:43:51 von Daniel Kolbo

Thijs Lensselink wrote:
> Anybody noticed php.net is down?
>
> It's responding to pings. But no pages load.
>
>
I noticed this


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

Re: php.net down?

am 17.07.2009 03:55:52 von Michael Peters

Daniel Kolbo wrote:
> Thijs Lensselink wrote:
>> Anybody noticed php.net is down?
>>
>> It's responding to pings. But no pages load.
>>
>>
> I noticed this
>
>

They probably just have their asp.net module misconfigured.

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

Re: php.net down?

am 17.07.2009 03:59:05 von Daniel Brown

On Thu, Jul 16, 2009 at 21:55, Michael A. Peters wrote:
>
> They probably just have their asp.net module misconfigured.

IIS crashed. We tried to CTRL+ALT+DEL, but it didn't work. We've
been on the phone with Tech Support for nine hours, and hope to be
able to install Service Pack 31 next week.

[Now for the real (canned) response.]


We're aware of the issue, and thanks for your report. For more
information, please see this thread on our newsgroups:

http://news.php.net/php.mirrors/37458



--

daniel.brown@parasane.net || danbrown@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
Check out our great hosting and dedicated server deals at
http://twitter.com/pilotpig

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

Re: Sub Menu System?

am 17.07.2009 10:31:04 von David Robley

David Stoltz wrote:

> Folks,
>
> I'm developing a rather large site in PHP. The main horizontal nav bar
> never changes, no matter how deep you are in the site. However, on the
> left side is a vertical "sub-menu" system. This menu is proving to be a
> real pain to program. I have it limited the menu system to 3 levels:
>
> MAIN:
> |___Secondary pages
> |___Tertiary pages
>
> For each level, and each folder, I have a file called subnav.php, which
> contains the links for that page. It has its own code to determine the
> page it's on, and highlight the appropriate menu item.
>
> The problem is when I need to move pages, or add pages, it's proving to
> be a REAL PAIN to maintain this type of structure.
>
> Does anyone know of any off-the-shelf product that can create/maintain a
> sub-menu system like this?
>
> I don't mind starting over at this point, but I'm hoping there is
> something I can just purchase, so I can concentrate on the rest of the
> site....hopefully the menu system would support PHP and ASP.
>
> Thanks for any information!

I know your pain :-) I can't point you to a bolt on solution, but what you
probably want is a tree structure of some sort. Have a read of
http://www.sitepoint.com/print/hierarchical-data-database/ for the
concepts; scroll down to Modified Preorder Tree Traversal.

There seem to be a few nested set classes out there to manage this sort of
structure, e.g. http://www.edutech.ch/contribution/nstrees/index.php or
search on "nested trees".


Cheers
--
David Robley

A mind is a terrible thing to ... er ... hmmmm?
Today is Pungenday, the 52nd day of Confusion in the YOLD 3175.


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