Amillia Publishing Company Advertisement  ©
HOMERESUMEABOUTCONTACT
Previous Next

© image 73 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 74 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 75 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 76 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 77 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 78 in the PicBackThumbs/CamPics2008/10_06_2008 gallery
© image 79 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 80 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 81 in the PicBackThumbs/CamPics2008/10_06_2008 gallery
Main Image, ©, being viewed: image 82 in the PicBackThumbs/CamPics2008/10_06_2008 gallery
© image 83 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 84 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 85 in the PicBackThumbs/CamPics2008/10_06_2008 gallery
© image 86 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 87 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 88 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 89 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 90 in the PicBackThumbs/CamPics2008/10_06_2008 gallery© image 91 in the PicBackThumbs/CamPics2008/10_06_2008 gallery

Sun, November 22, 2009
Gallery Selections

Please Select
a Gallery:

Gallery Style:

Enter a Picture Number
You have to log in to use this feature

User Name:

Password:

At 1:18:59 PM EST on Tue Nov 18, 2008 bperil wrote:

PHP questions and issues

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:

newer test

At 3:11:05 PM EST on Tue Nov 18, 2008 bperil wrote:

what now?

At 3:14:38 PM EST on Tue Nov 18, 2008 bperil wrote:

what now? another test

At 3:15:04 PM EST on Tue Nov 18, 2008 bperil wrote:

Main Image, ©, being viewed: image 88 in the PicBackThumbs/CamPics2008/10_20_2008 gallery

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:

Main Image, ©, being viewed: image 142 in the PicBackThumbs/CamPics2008/10_20_2008 gallery

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:

Main Image, ©, being viewed: image 92 in the PicBackThumbs/CamPics2008/11_13_2008 gallery

At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote:

Screenshot of this page's editing features

At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote:

Screenshot of this page's editing features

At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote:

Screenshot of this page's editing features

At 10:20:57 PM EST on Sat Nov 22, 2008 bperil wrote:

Screenshot of this page's editing features

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:

Main Image, ©, being viewed: image 107 in the PicBackThumbs/CamPics2008/11_13_2008 gallery

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.

Copyright 2005, 2006, 2007, 2008, 2009 ©. Amillia Publishing Company. All rights reserved.
contact3.php
Amillia Publishing Company Advertisement  ©