At 1:18:59 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 1:22:25 PM EST on Tue Nov 18, 2008 bperil wrote:of these three idioms
if (!isset($_SESSION['some_key'])){
$_SESSION['some_key'] = $someval;
}
verse:
if(!array_key_exists('some_key',$_SESSION)){
$_SESSION['some_key'] = $someval;
}
verse:
if ($_SESSION['some_key'] === NULL){
$_SESSION['some_key'] = $someval;
}
which is better? which is faster?
which gives no errors?
|
At 2:03:54 PM EST on Tue Nov 18, 2008 bperil wrote:Modification Test in Process |
At 2:41:00 PM EST on Tue Nov 18, 2008 bperil wrote:<div class="image_bucket_9" id="image_bucket_9" publishing_time="2008-11-18T14:03:54-05:00" published_by="bperil" visible="true"><h3><p>Modification Test in Process</p></h3></div>
|
At 2:48:17 PM EST on Tue Nov 18, 2008 bperil wrote:mod test in process (still) |
At 2:48:49 PM EST on Tue Nov 18, 2008 bperil wrote:mod test in process (still) |
At 2:52:06 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 3:11:05 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 3:14:38 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 3:15:04 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 3:21:23 PM EST on Tue Nov 18, 2008 bperil wrote:what does this do? |
At 3:44:56 PM EST on Tue Nov 18, 2008 bperil wrote: |
At 10:02:38 PM EST on Sat Nov 22, 2008 bperil wrote:I would like it that the links are tagged
to take the user back to the page and
a label that is clicked, so that
scrolling back to the place is not needed.
Maybe also put the edit entering control
down at the bottom of the page.
|
At 10:08:20 PM EST on Sat Nov 22, 2008 bperil wrote:I have made this page so thta it will show the 'published content' class
when not logged in or unauthorized to
edit this page. If logged in and
authorized then one is able to use the
edit controls which show up in the
entity editor for each entity. I should
provide screen shots.
|
At 10:20:40 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 10:35:54 PM EST on Sat Nov 22, 2008 bperil wrote:The above four screen shots show the
way that the page looks today.
|
At 10:48:05 PM EST on Sat Nov 22, 2008 bperil wrote:I want to also start working on the style
part of this. That way I could allow
the page editor to change the look of the
page.
It would allow for the 'exposing' of
the part of the content entity collection
that defines the styles.
I created a very simple minded class.
But due to the brillience of the
attribute/value pair idiom, this kind
of a class, a name value pair,
becomes a kind of bedrock for the
computing in general.
It is a most simple concept that
has infinite uses. All that any of
these
pages are are tagged content entities,
wrapping content. What you type into
the edit box becomes the content.
I can make this page be whatever I want
it to be but only if I work it.
I've been working it but I needed to
let ideas brew.
I added 15 more pages today. Soon
I will just need to hit a 'add new page'
button and I will get a freshly minted
page.
There can even be a page detail button that
allows one to see the information about
the page. Or just put that at the very botton.
|
At 10:51:26 PM EST on Sat Nov 22, 2008 bperil wrote:The 'templating' of a page is accomplished
through the php code now: I hard code the
attribute lists that describe the various
styles which I include inline on the page.
It is not too much farther in the future that
the creation of an attribute list will
happen from forms on the edit page..
When you are using the content entity editor
component (which is the double column list
that you see when you are allowed to
edit a page) on the left side the
attribute list for the div node shows above
the array of edit toggles and submit control
buttons. Please refer to the screen shots
above.
I want to also have a morph of this where
editing of the attribute list is also
allowed.
|
At 11:07:42 PM EST on Sat Nov 22, 2008 bperil wrote:Set Background Image
Create Fresh Page
|
At 11:38:19 PM EST on Sat Nov 22, 2008 bperil wrote: |
At 11:42:40 PM EST on Sat Nov 22, 2008 bperil wrote:Your on the page.
You want a new page.
You know what this page is called.
It has a number at the end.
What is the string without the nubmer?
do an:
ls string*.xml
to find the names of all of the other files.
OR. keep a running tally and then get next.
|