Re: [fw-general] reference guide is all messed up

2010-01-23 Thread Mark Murphy
I am fairly new with the framework, and I find the manual a bit light on 
examples.  Particularly in the area of how various framework components 
work together.  For example I have some dates I want to get out of my 
database and present on a Zend Form.  So far the only way I can get it 
all to work is if no filters are involved and everything is in 
-MM-DD format.  I would rather see and validate dates in MM/DD/ 
format.  It is hard to believe that this is a rare requirement, yet 
there are no examples of how to go from database to form, and back to 
database where some transformation is required.


Matthew Weier O'Phinney wrote:

-- Mark Wright  wrote
(on Friday, 22 January 2010, 12:41 PM -0700):
  

What's up with the reference guide? Was there an update to the guide
that went horribly wrong?



Likely you're not getting the new stylesheet; try refreshing. However,
please also note that we've restructured the manual quite a bit,
including using a new tool to render the manual (the PHP project's PhD
docbook parser/renderer); this has led to changes in how navigation
works.

  


Re: [fw-general] reference guide is all messed up

2010-01-23 Thread Matthew Weier O'Phinney
-- Matthew Weier O'Phinney  wrote
(on Saturday, 23 January 2010, 11:18 AM -0500):
> -- Hector Virgen  wrote
> (on Friday, 22 January 2010, 04:44 PM -0800):
> > +1
> > 
> > Also, the code samples look a bit pre-1997... anything I can do to help out
> > with the CSS? Maybe something like this can help clean it up a bit:
> > 
> > div.example{
> > background: #f0f9fc;
> > border-left: 2px solid #c2c9d1;
> > padding: 1em;
> > margin: 1em 0 1em 1em;
> > }
> > 
> > div.programminglist{
> > background: #e2f1f8;
> > padding: 0.5em;
> > border-left: 1px solid #c2c9d1;
> > font-family: Consolas, Lucida Console, monospace;
> > }
> 
> I'll try this out on Monday and see how it looks in relation to the rest
> of the site.
> 
> Thanks!

Actually... implemented now. :)

Thanks again!


> > On Fri, Jan 22, 2010 at 2:01 PM, Mark Wright  
> > wrote:
> > 
> > I really miss the navigation in the side bar that linked to every
> > component rather than just the current components sub pages. Is there
> > any way to get that back?
> > 
> > 
> > Mark
> > 
> > On Fri, Jan 22, 2010 at 2:11 PM, Nick Pack  wrote:
> > > Its a shame that you guys couldnt replicate the original navigation 
> > flow
> > > with the new version, IMO the previous version was a lot better!
> > >
> > > +2 cents
> > >
> > > 
> > > Nick
> > >
> > > Matthew Weier O'Phinney wrote:
> > >>
> > >> -- Mark Wright  wrote
> > >> (on Friday, 22 January 2010, 12:41 PM -0700):
> > >>>
> > >>> What's up with the reference guide? Was there an update to the guide
> > >>> that went horribly wrong?
> > >>
> > >> Likely you're not getting the new stylesheet; try refreshing. 
> > However,
> > >> please also note that we've restructured the manual quite a bit,
> > >> including using a new tool to render the manual (the PHP project's 
> > PhD
> > >> docbook parser/renderer); this has led to changes in how navigation
> > >> works.
> > >>
> > >
> > 
> > 
> > 
> > --
> > Have fun or die trying - but try not to actually die.
> > 
> > 
> 
> -- 
> Matthew Weier O'Phinney
> Project Lead| matt...@zend.com
> Zend Framework  | http://framework.zend.com/
> PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
> 

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc


Re: [fw-general] reference guide is all messed up

2010-01-23 Thread Matthew Weier O'Phinney
-- Hector Virgen  wrote
(on Friday, 22 January 2010, 04:44 PM -0800):
> +1
> 
> Also, the code samples look a bit pre-1997... anything I can do to help out
> with the CSS? Maybe something like this can help clean it up a bit:
> 
> div.example{
> background: #f0f9fc;
> border-left: 2px solid #c2c9d1;
> padding: 1em;
> margin: 1em 0 1em 1em;
> }
> 
> div.programminglist{
> background: #e2f1f8;
> padding: 0.5em;
> border-left: 1px solid #c2c9d1;
> font-family: Consolas, Lucida Console, monospace;
> }

I'll try this out on Monday and see how it looks in relation to the rest
of the site.

Thanks!


> On Fri, Jan 22, 2010 at 2:01 PM, Mark Wright  wrote:
> 
> I really miss the navigation in the side bar that linked to every
> component rather than just the current components sub pages. Is there
> any way to get that back?
> 
> 
> Mark
> 
> On Fri, Jan 22, 2010 at 2:11 PM, Nick Pack  wrote:
> > Its a shame that you guys couldnt replicate the original navigation flow
> > with the new version, IMO the previous version was a lot better!
> >
> > +2 cents
> >
> > 
> > Nick
> >
> > Matthew Weier O'Phinney wrote:
> >>
> >> -- Mark Wright  wrote
> >> (on Friday, 22 January 2010, 12:41 PM -0700):
> >>>
> >>> What's up with the reference guide? Was there an update to the guide
> >>> that went horribly wrong?
> >>
> >> Likely you're not getting the new stylesheet; try refreshing. However,
> >> please also note that we've restructured the manual quite a bit,
> >> including using a new tool to render the manual (the PHP project's PhD
> >> docbook parser/renderer); this has led to changes in how navigation
> >> works.
> >>
> >
> 
> 
> 
> --
> Have fun or die trying - but try not to actually die.
> 
> 

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc


Re: [fw-general] reference guide is all messed up

2010-01-23 Thread Matthew Weier O'Phinney
-- Mark Wright  wrote
(on Friday, 22 January 2010, 03:01 PM -0700):
> I really miss the navigation in the side bar that linked to every
> component rather than just the current components sub pages. Is there
> any way to get that back?

We plan to add a component dropdown to the navigation. The old navbar
was getting much too long and unwieldy.


> On Fri, Jan 22, 2010 at 2:11 PM, Nick Pack  wrote:
> > Its a shame that you guys couldnt replicate the original navigation flow
> > with the new version, IMO the previous version was a lot better!
> >
> > +2 cents
> >
> > 
> > Nick
> >
> > Matthew Weier O'Phinney wrote:
> >>
> >> -- Mark Wright  wrote
> >> (on Friday, 22 January 2010, 12:41 PM -0700):
> >>>
> >>> What's up with the reference guide? Was there an update to the guide
> >>> that went horribly wrong?
> >>
> >> Likely you're not getting the new stylesheet; try refreshing. However,
> >> please also note that we've restructured the manual quite a bit,
> >> including using a new tool to render the manual (the PHP project's PhD
> >> docbook parser/renderer); this has led to changes in how navigation
> >> works.

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc


Re: [fw-general] reference guide is all messed up

2010-01-22 Thread Hector Virgen
+1

Also, the code samples look a bit pre-1997... anything I can do to help out
with the CSS? Maybe something like this can help clean it up a bit:

div.example{
background: #f0f9fc;
border-left: 2px solid #c2c9d1;
padding: 1em;
margin: 1em 0 1em 1em;
}

div.programminglist{
background: #e2f1f8;
padding: 0.5em;
border-left: 1px solid #c2c9d1;
font-family: Consolas, Lucida Console, monospace;
}

--
Hector


On Fri, Jan 22, 2010 at 2:01 PM, Mark Wright wrote:

> I really miss the navigation in the side bar that linked to every
> component rather than just the current components sub pages. Is there
> any way to get that back?
>
>
> Mark
>
> On Fri, Jan 22, 2010 at 2:11 PM, Nick Pack  wrote:
> > Its a shame that you guys couldnt replicate the original navigation flow
> > with the new version, IMO the previous version was a lot better!
> >
> > +2 cents
> >
> > 
> > Nick
> >
> > Matthew Weier O'Phinney wrote:
> >>
> >> -- Mark Wright  wrote
> >> (on Friday, 22 January 2010, 12:41 PM -0700):
> >>>
> >>> What's up with the reference guide? Was there an update to the guide
> >>> that went horribly wrong?
> >>
> >> Likely you're not getting the new stylesheet; try refreshing. However,
> >> please also note that we've restructured the manual quite a bit,
> >> including using a new tool to render the manual (the PHP project's PhD
> >> docbook parser/renderer); this has led to changes in how navigation
> >> works.
> >>
> >
>
>
>
> --
> Have fun or die trying - but try not to actually die.
>


Re: [fw-general] reference guide is all messed up

2010-01-22 Thread Mark Wright
I really miss the navigation in the side bar that linked to every
component rather than just the current components sub pages. Is there
any way to get that back?


Mark

On Fri, Jan 22, 2010 at 2:11 PM, Nick Pack  wrote:
> Its a shame that you guys couldnt replicate the original navigation flow
> with the new version, IMO the previous version was a lot better!
>
> +2 cents
>
> 
> Nick
>
> Matthew Weier O'Phinney wrote:
>>
>> -- Mark Wright  wrote
>> (on Friday, 22 January 2010, 12:41 PM -0700):
>>>
>>> What's up with the reference guide? Was there an update to the guide
>>> that went horribly wrong?
>>
>> Likely you're not getting the new stylesheet; try refreshing. However,
>> please also note that we've restructured the manual quite a bit,
>> including using a new tool to render the manual (the PHP project's PhD
>> docbook parser/renderer); this has led to changes in how navigation
>> works.
>>
>



-- 
Have fun or die trying - but try not to actually die.


Re: [fw-general] reference guide is all messed up

2010-01-22 Thread Nick Pack
Its a shame that you guys couldnt replicate the original navigation flow 
with the new version, IMO the previous version was a lot better!


+2 cents


Nick

Matthew Weier O'Phinney wrote:

-- Mark Wright  wrote
(on Friday, 22 January 2010, 12:41 PM -0700):

What's up with the reference guide? Was there an update to the guide
that went horribly wrong?


Likely you're not getting the new stylesheet; try refreshing. However,
please also note that we've restructured the manual quite a bit,
including using a new tool to render the manual (the PHP project's PhD
docbook parser/renderer); this has led to changes in how navigation
works.



Re: [fw-general] reference guide is all messed up

2010-01-22 Thread Matthew Weier O'Phinney
-- Mark Wright  wrote
(on Friday, 22 January 2010, 12:41 PM -0700):
> What's up with the reference guide? Was there an update to the guide
> that went horribly wrong?

Likely you're not getting the new stylesheet; try refreshing. However,
please also note that we've restructured the manual quite a bit,
including using a new tool to render the manual (the PHP project's PhD
docbook parser/renderer); this has led to changes in how navigation
works.

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc


Re: [fw-general] reference guide is all messed up

2010-01-22 Thread Hector Virgen
Looks the like stylesheets have changed. Try refreshing the page to force
your browser cache to expire.

--
Hector


On Fri, Jan 22, 2010 at 11:41 AM, Mark Wright wrote:

> What's up with the reference guide? Was there an update to the guide
> that went horribly wrong?
>
>
>
> Mark
>
> --
> Have fun or die trying - but try not to actually die.
>