Dynamic photo album

Hello.
I am trying to create a dynamic photo album.
private var xmlString:URLRequest;
private var xmlLoader:URLLoader;
private var index:int;
private var pages:Array;
private function init():void {
xmlString = new URLRequest("gallery.xml");
xmlLoader = new URLLoader(xmlString);
index = 2;
pages = new Array();
xmlLoader.addEventListener(Event.COMPLETE, initData);
private function initData(event:Event):void {
var albumsXML:XML = XML(xmlLoader.data);
var entries:XMLListCollection = new
XMLListCollection(albumsXML.children());
for (var i:int = 0; i < entries.length; i++) {
var albumName:String =
entries.getItemAt(i).attribute("location");
//trace("album name: " + albumName);
var imagesEntry:XMLListCollection = new
XMLListCollection(entries.getItemAt(i).children());
for (var j:int = 0; j < imagesEntry.length; j++) {
var imageSource:String =
imagesEntry.getItemAt(j).attribute("source");
//trace("image source: " + imageSource);
addPage(albumName+imageSource, index++);
private function addPage(imageSource:String, index:int):void
var page:PortratePage = new PortratePage();
page.addEventListener(FlexEvent.CREATION_COMPLETE,
onPageCreated);
var pageAttributes:ArrayCollection = new ArrayCollection();
pageAttributes.addItem(imageSource);
pageAttributes.addItem(index);
pages[page] = pageAttributes;
trace(pages[page] + "," + pages.length);
private function onPageCreated (event:FlexEvent):void {
//do stuff
XML data is loaded just fine and the addPage function gets
called.
In it, I initialize a new page (external PortratePage.mxml),
but the handling onPageCreated function is never called.
I was told that initializing mxml instances is done
asynchronously, that's why I need to define a CREATION_COMPLETE
event but for some reason it does not work.
Anyone has any idea why?
BTW: is there a way to make external mxml objects
initialization to be synchronously?
Thanks
Sefi

FlexEvent.CREATION_COMPLETE might not be dispatched unless
PortratePage is somehow a decendant of UIComponent. Or maybe you
could define your own event in PortratePage and dispatch it at the
right time.

Similar Messages

  • Dynamic Photo Album using JSP

    Hi all,
    I've been having a bit of trouble getting help with my question - I've tried a couple of usenet groups, however don't seem to be asking the right question. So, I'm hoping that some Java forums may be of more relevance. I'm sorry if this is the wrong place, and if there is a better place for me to ask my question if you could tell me where that is, I'ld be greatful.
    I am looking at finding/ making an online dynamic photo album which
    uses JSP. I've seen a lot of examples using PHP and a few online
    albums using Javascript, however those albums using JavaScript are not
    dynamic - the images are hard coded.
    My scenario is this, we have about 6 different events with about 150
    photos each. What I would like to happen is to be able to have a index
    page which lists 10 photos each, and when you click on the photo to be
    taken to a secondary page with a larger image. I would like to do this
    without needing to create 150 dependant pages.
    I understand that we will be looking at using server side technology.
    As our pages already use JSP we don't want to add a second server side
    language (PHP, Pearl etc...) to the equation.
    So does anyone know of a script that may already do this? As I seem to be having no luck in finding one to suit my purpose, I would be happy to create my own script.
    The problem is that I am not too familiar with JSP - though I used to do a fair bit of ASP using VB Script. What I would like is to be pointed into a page that will show me how to create an array with a list of filenames in a given directory (using a Site relative path). From there I should be right, but I can't seem to find any references to how this can be done using JSP (or even Javascript).
    If anyone can help me I would greatly appreciate it.
    Regards
    Linda

    You need to File class, it can produce a list of files in a directory.
    File photodir = new File("c:/path/to/photos");
    File[] photos = photodir.listFiles();
    for(int i = 0; i < photos.length; i++){
    File fp = photos;
    if(fp.isFile()){
    // check to see if it is an image

  • Best way to insert non-flash photo album in Dreamweaver CS5.5

    Using Dreamweaver CS4, I created my wife's art website.  It is:  www.tanglewoodbrushstrokes.com
    To insert photo albums, I used Bridge and Fireworks.  Once past the initial learning curve, I was able to create these albums fairly easily.  However, these albums have two limitations that I would like to address.
    1.  Adding or deleting an image requires creating a new album and then posting it on the page.  Now that I have practice, it doesn't take me very long to do this but there must be a simpler way.  As you will see on my wife's site, she has many pages of photo albums.  Moving photos from her "Recent Creations" page means those images my be disbursed over three or four different albums.  So this can be very time consuming.
    2.  The albums created in this manner are flash galleries and are not visible on Iphones or Ipads.
    I recently purchased Dreamweaver CS5.5 so I could use HTML5 in order to make my site work on Iphones and Ipads as well as PC's.  I have nearly completed the tutorial and am about ready to create a new site.  Today I have done some searching for ways to use non-flash galleries and have not come up with a definitive answer.
    As you can see on my wife's website, the galleries are fairly simple.  All I really need is a page of thumbnails leading to a larger image with a description.  I want to keep it that way.
    Any suggestions?

    There is no one size fits all solution to this.  You're using DW to make a gallery and it's not really a gallery creation tool per se.  It's web authoring software.  So whichever gallery solution you choose it's going to come from someplace else.  And then you must integrate it into your HTML pages.
    Personally, I really like dynamic slideshows with jQuery.  Add some PHP code to your page.  Upload jQuery   scripts and optimized images to your server.  Done.
    To swap images later, add/delete files from image folder on server. Done.
    You can see a live demo of this below:
    http://alt-web.com/DynamicSlides/
    http://jalbum.net/
    If you want to generate a lot of different galleries quickly, look at JAlbum.  It's a commercial product that creates the thumbnail images & HTML pages for you.  There are lots of skins (styles) to choose from and you can further customize layouts with CSS.
    http://www.projectseven.com/products/galleries/ssm/index.htm
    PVII Slide Show Magic - extension for Dreamweaver
    jQuery Fancy Box ~
    http://fancybox.net/
    57 Free Image Gallery Solutions with jQuery ~
    http://www.1stwebdesigner.com/css/57-free-image-gallery-slideshow-and-lightbox-solutions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Photo albums in iOS 5

    Hi there,
    I used to sync my iPad1 with iPhoto to create a dynamic display of our multiple product lines. Everything went fine until the iOS 5 upgrade.
    For whatever reason, albums on the iPad now appear to be classified in a strange manner, unlike on iPhoto where I have ranked them by alphabetical order. I thought it would be solved if I sorted the albums manually on the iPad, to recover a convenient way of accessing each product line in no time.
    The bad news is that I had to update a couple of photos in iPhoto. Guess what? When i synced my iPad to take these changes into account ... it went back to the original "order" of albums. So I had to do the manual sorting all over again. What an awful waste of time!
    Is there any parameter or initiative that I am missing to get my iPad to suit my professional needs again?
    Otherwise, I would hope that Apple developers realise that the present iOS 5 photo album classification is IRRELEVANT for businesses who use iPads for marketing purposes.
    Thanks in advance for your advice.

    I have named all my 16,000 photos when saving into appropriately named Albums in iPhoto. The albums are arranged in iPhoto in alpha order. My 3Gs has always mirrored that alpha order. It's annoying enough that you can't search Photos on iPhone by name (as you can in iPhoto, and even in Photo Browser in Apple Mail) but NOW, after upgrading to iOS 5, my Albums on iPhone are just some seemingly random order, album names starting with a "B", say, may be mixed in with "S"s or whatever, making it extremely inconvenient to find an album.
    I cannot fathom the WHY for this. Please, Apple: I would love to see Search available for Photos on iPhone. But at the very least, PLEASE allow some way to restore Albums in alpha order on iPhone. Do this quickly, please. It is NOT sensible to have to scroll through randomly arranged Albums. 

  • Captions in Photo Album

    I've been trying to add captions to the photo album demonstrated in the Spry demo page (http://labs.adobe.com/technologies/spry/demos/gallery_pe/dynamic/index.html).
    Applying the method suggested in DBooth's tutorial for an earlier version of a Spry album, I added an attribute, "description",  to the <photo> element in the xml. In the html, I placed {@description} immediately beneath the image in div="picture". This worked in the DBooth version I built, but not in this one, following the code for the dynamic version above.
    Here's what I have:
    http://www.lumina-media.com/gallerytest/wjgallery2.html
    (Ignoring styling for the time being, the description tag shows up in the padding area. I'll deal with css later.)
    But it doesn't work. Can anyone help me?
    I'm attaching both the html and xml files.
    Thank you in advance.
    Nick

    When the thumbnail is clicked we want the detailed region updated along with with the main image,
    I think this section of code is where it belongs.
    <div id="thumbnails" spry:region="dsPhotos">
                  <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}" /></a></div>
                    <p class="ClearAll"></p>
                </div>
            </div>
    <div id="picture">
              <div id="mainImageOutline"><img id="mainImage" alt="main image" src=""/></div>
         <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}" /></a></div>
    xml file below:
    <thumbnail base ="../../gallery/galleries/china/thumbnails/" font = "Arial" fontsize = "4" color = "#F0F0F0" border = "0" rows = "3" col = "5"> </thumbnail>
    <large base ="../../gallery/galleries/china/images/" font = "Arial" fontsize = "3" color = "#F0F0F0" border = "0"> </large>
    <photos id = "images">
    <photo
    path = "china_01.jpg"
    width = "263"
    height = "350"
    thumbpath = "china_01.jpg"
    thumbwidth = "56"
    thumbheight = "75"
    caption = "Caption 1a">
    </photo>
    <photo
    path = "china_02.jpg"
    width = "350"
    height = "263"
    thumbpath = "china_02.jpg"
    thumbwidth = "75"
    thumbheight = "56"
    caption = "Caption 2">
    </photo>
    <photo
    path = "china_03.jpg"
    width = "350"
    height = "263"
    thumbpath = "china_03.jpg"
    thumbwidth = "75"
    thumbheight = "56"
    caption = "Caption 3">
    </photo>
    </photos>
    </gallery>
    OK, some confusion here, description is now "caption", this was changed in XML file in this thread.
    The xml file is above:
    Then in my html file I have only added:
    <div spry:detailregion="dsPhotos">Hello{caption}</div>
    Then my gallery_xds.js file looks like:
    function PhotosFilter(ds, row, rowIndex)
    row.path = row["large/@base"] + row["photos/photo/@path"];
        row.thumbpath = row["thumbnail/@base"] + row["photos/photo/@thumbpath"];
        row.caption = row["photos/photo/@caption"];
        return row;
    The result gives me the "Caption1" once and it is the same for all, no refresh.
    Any help would be greatly appreciated.
    WBell
    Message was edited by: W_Bell

  • OK, now I tried to make my own spry photo album

    but when I tried to name my own images and substitute their
    names in the xml code in the following manner:
    <photo
    path = "travel_01.jpg" //changed to "buildings_01.jpg"
    width = "263"
    height = "350"
    thumbpath = "travel_01.jpg"
    thumbwidth = "56"
    thumbheight = "75">
    </photo>
    <photo
    path = "travel_02.jpg" //changed to "buildings_02.jpg"
    width = "350"
    height = "263"
    thumbpath = "travel_02.jpg"
    thumbwidth = "75"
    thumbheight = "56">
    </photo>
    the photo album didn't work... does anyone know why?
    thank you for your help in advance
    Betsy w.

    The other important thing is that the <img src path
    matches your folder structure.
    In our gallery samples, we are dynamically generating the img
    path with data references. I would start by hardcoding an image
    path that works, so you know your path is correct. Then replace the
    image name with the data reference.
    <img src="mypath/totheimage/travel_01.jpg">
    When that works, then change to:
    <img src="mypath/totheimage/{@path}">
    Let me know if that helps.
    Don

  • How can I remove my iCloud Photo Albums from my iPhone 6 storage, but still use the iCloud Photo Sharing?

    I put all my photos from my iPod Touch 4 and my iPhone 4S in iCloud Photo Albums and Labeled them so that when I got the new iPhone 6 on iOS 8.1.2 I could have my previous photos on there for future use. Now I look on my iTunes app on my computer it shows that my storage on my iPhone 6 is almost full. Those Photos in iCloud are taking up all my storage on my iPhone. I know how to add more storage on my iCloud account, I just want to know Is there a way where my iCloud Photo Albums can still be in my iCloud Account, just not taking up all my storage on my iPhone.

    Hello mushysun,
    Thanks for using Apple Support Communities.
    If you did not sign out of your Apple ID on your iPhone before creating a new one, then you will need to sign back in with your previous Apple ID and then sign out.  If you do not remember your password and do not have access to the email account, then you can reset your password by using the security questions.
    If you forgot your Apple ID password - Apple Support
    Have a great weekend,
    Alex H.

  • How do I delete downloaded photo albums from my iPhone 4 if I don't have the original computer?

    My old computer crashed causing me to lose everything. I have a photo album on my iPhone that I would like to get rid of but i can't seem to figure out how to on my new computer. Is it possible to get rid of that album without factory resetting my phone and losing everything?

    Try this (not 100% sure it will work, though.)
    Transfer all your photos from the device to your computer:
    Then, do an iCloud or iTunes backup.
    Erase all content & settings.
    Restore from the backup.

  • Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for over an hour.  Seems very complicated and cumbersome,  Can you help?

    Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for hours.  Seems very complicated and cumbersome.  Can anyone help?  It's got to be much quicker (fewer key strokes) and simpler than what I've been able to discover.

    Open the file, parse it, populate an ArrayCollection or XMLListCollection, and make the collection the DataGrid dataProvider:
    http://livedocs.adobe.com/flex/3/html/help.html?content=Filesystem_08.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=12_Using_Regular_Expressions_01.ht ml
    http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_6.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/ArrayCollection.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/XMLListCollection.html
    If this post answered your question or helped, please mark it as such.

  • Can't select any photos in camera roll or photo album... help!

    I have a iphone 3Gs on 4.2.1
    If I go to my camera roll or any photo album, I can enter but if I select an image in the camera roll or photo album it just automatically closes and goes back to the home screen. Hard reboot, reboot is still the same.
    Any suggestions as to the cause?
    Thanks in advance!

    I am having the same thing as well. I click the photos app, I try view the photos I have taken, it just closed out of the photos app and goes straight back to the home screen. There is another way to see the photos you have taken. You click on the camera, then you click on the photos on the bottom left corner, it works for me. I can see all the pictures I have taken.
    I've been having problems with my camera, whenever I take a picture (with/without flash) my photos turn out black, was wondering if anyone can help us out about this problem.

  • How do I delete photo albums from my IPhone that don't show up in Itunes?

    I have an IMac recently upgraded to OSX 10.9.  My Iphone is a 4S running 7.0.4.  I know how to manage songs and photos using ITunes, but somehow my entire photo library has been synched to my IPhone.  The odd thing is the photos don't show up when I run the Preview Application (one way to remove photos from the IPhone).  Only the Camera Roll photos show up there.  And in ITunes I do not have any albums checked to synch.  I have no idea how the albums got onto my phone, and no idea how to remove them. 
    In ITunes, I make sure no photo albums are selected, and I choose "synch," but they just won't remove from the Iphone.   When I look under "Settings" "General" on my Iphone sometimes it shows over 8,000 photos and sometimes 2,000 photos.  But the albums never are removed.  Another strange thing is that in ITunes "Photos" at the bottom where you see the colored visuals of what applications are using space "Other" consumes more than half my space.
    I'm about ready to do a factory reset.  Can anyone help????

    .  Another strange thing is that in ITunes "Photos" at the bottom where you see the colored visuals of what applications are using space "Other" consumes more than half my space.
    that can sometimes happen, when trying to update the software failed. Then partially downloaded updates will take up a lot of space. Photos synced to iDevices can only be removed by syncing again.
    If syncing again with just one small album with a single photo selected will not remove the synced albums, back up the iPhone to iTunes and restore the device to factory settings:
          iOS: Back up and restore your iOS device with iCloud or iTunes
    Restoring should get rid of the "other" and the synced albums.

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • I cannot see the pictures in the photo albums (IPhone6)

    Hi, i have recently bought a new IPhone 6 and synced everything from Icloud to the new phone. Everything works perfectly except one little thing which i cannot solve..
    I can see all the photo albums in the Photos but the albums i had created in my previous iphone are empty. The name and the number of pictures in them is there (e.g.: Budapest - 19) but when i open the album it says that the folder is empty and i can add or sync pictures.
    has anyone seen something like this? what shall i do?
    thx a lot!!!

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images, the permissions.default.image pref should be 1.
    There are also extensions like Adblock Plus (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images and other content.

  • How to improve performance of photo albums and navigation?

    I just uploaded the latest version of my new website (www.raydunakin.com) last night. I've made a lot of changes in an effort to make it load faster and work more smoothly. There is some improvement but on my Mac, with dialup, there are still some issues.
    One big issue is photo albums. I don't understand why they load so slowly, when it's only loading thumbnail images. The thumbnails are too small to account for the excessive load time. Often there are several that don't load up all until sometime after I click the browser's Stop button.
    Which is another issue: Why does it keep loading stuff after I've clicked Stop?
    I've stripped my albums down to just 15 images per album, so the number of images shouldn't be a problem.
    BTW, I gave up on using the "My Albums" template, which was impossibly slow. Instead I just have a page with a list of links to each album.
    I'm wondering if having everything all in one site might be causing some of the speed problems. Would I be better off moving my photo album pages to a separate site and just link to them from the main site?
    One more question: Many of my hypertext links are not displaying correctly. They are supposed to all be underlined and in a different color from the plain text. Some of them do show up this way, but some look like plain text until you move the cursor over them. (And yes, I have used the Inspector to set the format for all the links.)
    Also, if anyone would like to browse my site and suggest other ways to improve or streamline it, I would appreciate it.
    Thanks in advance for any help or comments you can provide.
    I'm running OS X 10.4.10, Safari 2.0.4, and iWeb 2.0.3

    Ray Dunakin wrote:
    Hi Ray,
    One big issue is photo albums. I don't understand why they load so slowly, when it's only loading thumbnail images. The thumbnails are too small to account for the excessive load time.
    To me it's not taking all that much time... It's quite normal if you're publishing to .Mac... The .Mac server is quite slow, that's a known issue... Partially it may also be due to the template used but I don't think so... There aren't a lot of graphics on that one...
    Often there are several that don't load up all until sometime after I click the browser's Stop button.
    Which is another issue: Why does it keep loading stuff after I've clicked Stop?
    I didn't came across any that didn't load and when I hit stop it stops.
    I'm wondering if having everything all in one site might be causing some of the speed problems. Would I be better off moving my photo album pages to a separate site and just link to them from the main site?
    No that's not the issue. The site size doesn't matter as when you look at a page the browser only retrieves the information about that very page and doesn't even see all the other pages as it follows the links to retrieve the parts of that very page and that's it. What matters is the page size but it isn't heavy at all in your case...
    One more question: Many of my hypertext links are not displaying correctly. They are supposed to all be underlined and in a different color from the plain text. Some of them do show up this way, but some look like plain text until you move the cursor over them. (And yes, I have used the Inspector to set the format for all the links.)
    You may try a "Publish all" from the File menu for that... Or empty the cache of your browser...
    Also, if anyone would like to browse my site and suggest other ways to improve or streamline it, I would appreciate it.
    I like it it's very clean and easy to navigate.
    One other problem with the photo albums that I forgot to mention... When clicking on a thumbnail to view the larger image, while the image loads it looks like nothing is happening. There's no evidence that the image is loading or anything. So by the time the larger image appears, I've already attempted to move on. Is there anything that can be done about this?
    It takes a second to load but in the end it does load... To me it's the server's slowness even if not publishing to .mac...
    Regards,
    Cédric

  • I have a problem with my 4s camera which has come up recently. Everytime I take a picture and look it up via the 'Photos' app, it shows as blank. But when I click on edit on the blank picture, it comes up and I am able to save it back on my photo album.

    I have a problem with my 4s camera which has come up recently. Everytime I take a picture and look it up via the 'Photos' app, it shows as blank. But when I click on edit on the blank picture, it comes up and I am able to save it back on my photo album as a proper image. Besides, I have also experiences the camera working a bit wiered (slow and often blanks out the moment I am ready to take a photo). Any help on this pls?

    Hi Noob Søren
    There are a few things that are confusing in your question.
    As far as I know, you dont have to install Time Machine on this OS as it is already installed for you. You only need to connect a hard drive to your computer via firewire or usb, click on the Time Machine icon, Open Time Machine Preference in the drop down menu and select a disk: your connected hard drive.
    You can of course reformat this connected device, partition it into a few volumes to organise data if you so wish.
    I find it strange that your mac's hard drive is divided into two volumes... perhaps this was created through bootcamp?
    You can access the configuration of your hd through Applications/Utilities/Disk Utilities.
    Clicking on one of the icons on the right hand panel will bring the details of the contents of your hardDrive and volumes. From there you can decide to erase a partition, reformat etc....
    If your hd contains more than one volume, and one of them is empty, you could decide to remove it. Back up all your important data before doing so.
    Hope this helps
    WN

Maybe you are looking for

  • Radio streaming stops every half hour or so.

    I stream a radio station. However it stops every half hour or so. How can I keep it going? Internet speed is down 80 and up 9 megabits.

  • Is there an easy to use word processing program that works on the iPad?

    Is there an easy to use word processing program that works on the iPad?

  • Can i use execption in forall like below proc

    CREATE TABLE X_TEST1 (X_NO VARCHAR2(8), X_SAL NUMBER,X_NAME VARCHAR2(10) ); CREATE TABLE X_TEST2 (X_NO NUMBER, X_SAL NUMBER,X_NAME VARCHAR2(10) ); CREATE TABLE X_TEST3 (X_NO VARCHAR2(8), X_SAL NUMBER,X_NAME VARCHAR2(10) ); INSERT INTO X_TEST1 VALUES

  • Changing local host name

    I would like to change my command prompt at the terminal window. At present it is shown as <mycompletename@XXXXXXX> where "mycompletename" is well my name and xxxxxxxxx are some alpha numeric characters. How can i get rid of this alphanumberic charac

  • Siebel 7.5.3 SOX password compliance

    Is there any way to promt the user in Siebel when their pasword is due to expire? With SOX compliance users need to change their passwords every 90 days and it becomes quite the task to constantly remind them. If they can be promted to change it and