Wiki and regular hosting side by side

Is it possible to configure advance server 10.5.x to have both wiki access side by side with regular user sites (home folder sites ~username) all from a single server? If so, how?

Tom
Thanks for the reply.
Your thoughts on frame by frame viewing are can do. However, the real time playback feature includes the concept of rendering the Timeline, when the program indicates the need to do so,  to get the best possible preview of what you are seeing in the Edit area monitor. That is a major novel in itself. Each time you do a new edit you will get the render indicator message to ignore or act on.
Definitely go the free 30 day tryout route for Premiere Elements 12. I have Premiere Elements 12 (updated to 12.1) and it runs fine on Windows 8.1 64 bit.
Best start with the Premiere Elements 12 Help PDF.
http://helpx.adobe.com/pdf/premiere-elements_reference.pdf
Also please review by blog posts Premiere Elements 12 First Look and Premiere Elements 12 Daily Discovery.
http://www.atr935.blogspot.com/2013/09/premiere-elements-12-first-look-details.html
ATR Premiere Elements Troubleshooting: Premiere Elements 12 Daily Discoveries
When you get to the point of hand on with a mini test run project, I can offer to work with you through some specific workflow details in post exchanges in your thread(s). And we can sort out the can and cannot do.
ATR

Similar Messages

  • Wiki and virtual hosts

    Is there any way to limit the visibility of group wikis when using virtual hosts? Let me explain...
    We have two public sub-domains that map to two virtual hosts on a single Leopard server box:
    site1.example.com
    site2.example.com
    Each site has it's own wiki that is up and running just fine.
    The problem is when we visit
    site1.example.com/groups
    we see the wikis for both site1 and site2 listed. When we click site1 we get through to the site1 wiki. When we click site2, we get a file not found error. The opposite happen when we visit site.example.com/groups.
    What I'd really like is for site1.example.com/groups to only list the site1 wiki and site2.example.com/groups to only list the site2 wiki.
    Is this possible?

    I managed to do this by a 'cheap and nasty' method!
    The group listing is created by the file
    /usr/share/wikid/lib/appletemplates/grouplisting.xsl
    it is the ONLY xsl file that cannot be overridden by a custom wikitheme, but it can be edited.
    Within this file you will find an unordered list,
    <ul class="contentlist">
    </ul >
    if you replace this by
    <ul class="contentlist">
    <script type="text/javascript">
    if(location.hostname=='www.foobar1.com'||location.hostname=='foobar1.com')
    document.write('<li><a href="http://www.foobar1.com/groups/group_name1/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title1</span><span class="description">A website that ...</span></a></li>');
    document.write('<li><a href="http://www.foobar1.com/groups/groupname2/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title2</span><span class="description">Another website </span></a></li>');
    document.write('<li><a href="http://www.foobar1.com/groups/groupname3/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title3</span><span class="description">A final website .</span></a></li>');
    else if(location.hostname=='www.foobar2.com'||location.hostname=='foobar2.com')
    document.write('<li><a href="http://www.foobar2.com/groups/group_name4/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title4 </span><span class="description">The Home site of </span></a></li>');
    document.write('<li><a href="http://www.foobar2.com/groups/group_name5/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title5</span><span class="description">An online t;/span></a></li>');
    else
    document.write('<li><a href="http://www.foobar3.info/groups/group_name6/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title6 </span><span class="description">The Home site .</span></a></li>');
    document.write('<li><a href="http://www.foobar3.info/groups/group_name7/"><span class="img"><img src="/collaboration/images/group.jpg" alt="" width="32" height="32"/></span><span class="title">title7</span><span class="description">A wiki for .</span></a></li>');
    </script>
    </ul>
    Save and restart the webserver from within serveradmin and it should appear.
    OK, so it doesn't automatically respond to new groups as you create them but it's easily updated and, if you follow the instructions from a thread I started on wiki_entry tags you COULD update it from within an admin wiki
    I don't claim it's pretty, or that it will survive apple's update once they have sorted out their inability to cope with virtual hosting, but it works.

  • Help and Guidance required with host side programming

    Hi all,
    We have to connect the Java Card reader(+ Java Card!!) to an ARM powered embedded system running Debian Linux.
    Now basically we have to program the host program that will send APDUs to the card and receive responses from the card.
    This program has to be in C.
    I have been coding the Java Card bit on my Windows laptop and have been installing it using GPshell.
    I have the following card reader and card:
    a) SCR 3310 from SCM Microsystems - Smart Card reader
    b) Cyberflex Access 64 k v2c from Gemalto (formerly Axalto) - Java Card (Supports JC 2.1.1 and Global Platform 2.0.1)
    My question is as follows:
    At the moment to test my applet, I use the GPshell commands. Does GPshell work with Linux (powered by an ARM processor)
    I understand that Global Platform is a library and can be used to program the host side to communicate with the Smart card. Can this be compiled for Linux? I have no idea how I would do it for an ARM based system.
    I am very shaky about the host side part of things. Please shed as much light on this bit as possible - It will save me from a lot of heartburn later, trust me!
    Before I started working with JC, I was under the impression that once the connection with the card is setup, one just needs to send the APDU's (a la the JCWDE emulator) to communicate with the card. I had no clue that we use GPshell for that. So, basically if there is any other way that supports APDUs to and from the card that works for linux(I believe that PC/SC supports APDU's) that would do the trick and I guess what I do from GPshell on Windows, Id be able to do with that other way on Linux.
    Please Help.
    Much appreciated.
    Thanks a lot in advance.
    Cheers

    Hi,
    Firstly, does your host application need to be able to load and install applets or do you just need to communicate with a card that has your applet preloaded? The answer to this will help determine what you need on your Linux host.
    If you do not need to load applets, you can use pcsc-lite (this is the PC/SC port for Linux/Unix http://www.linuxnet.com/middle.html). This may already be included in your distribution or you can easily compile it from source. GPShell uses the GlobalPlatrform library that uses PC/SC to communicate with your card. If you aren't loading applets then you can skip the wrappers and use PC/SC directly.
    You were correct in your original assumption. When you have a connection to the card you just send APDU's. There are a number of ways to do this but they all eventually go through PC/SC. Most are just a wrapper that makes things more convenient (smartcardio) while others are just a language binding or wrapper (jpcsc). You do not need to use GPShell once you have an applet on your card. This is mostly used for creating scripts to load and sometimes personalise a card. I would not use this for any more than that. Since it sounds like an embedded Linux platform you should keep your host as light weight as possible and go directly with PC/SC.
    You could start working on your host application using PC/SC and could compile it for both windows and linux. You can look at the GlobalPlatform source to see how they did it (it is compilable for both and I have also compiled it for OS X). The only real problem from memory is the include path for pcsc headers.
    Cheers,
    Shane

  • How do I know what is the host-side FIFO depth?

    Hi.
    In LabVIEW FPGA, the FIFO.Configure Method lets you determine the depth of the FIFO on the <u>host</u> side.
    If my VIs have never included this method, is there a way of knowing how deep this FIFO has been all along?
    I set my FPGA-side FIFO to be 8k deep.  What depth does the host-side FIFO default to?
    I am asking because I am getting some failures in my test VI that uses FIFOs and I suspect overflows are to blame.
    Thanks,
    AlejandroZ
    Solved!
    Go to Solution.

    Here is a copy+paste from a post I made back in May 2010.  I'll add some tags to the original so it should facilitate easier searching.
    The DMA FIFO is actually implemented in 2 parts, you define the FPGA size in the project explorer(actual FPGA fabric), the Host side is defined programatically (Host RAM).
    There is a configure method you can run on the Host, the default for the Host side is 10,000 elements.  I would set the FPGA side much smaller, 1000 or so elements, save a lot of FPGA fabric.  Configure the Host side to 64,000 or something.
    Here is a help link to the Configure method:
    http://zone.ni.com/reference/en-XX/help/371599E-01/lvfpgahost/fpga_method_fifo_config/
    and a link to the DMA FIFO help:
    http://zone.ni.com/reference/en-XX/help/371599E-01/lvfpgaconcepts/pfi_data_transfer/#DMA_FIFOs

  • Do I need to set host side shared variables to RT FIFO?

    Hello there,
    in my application a LV host application communicates with compact RIO through shared variables. On cRIO i have some shared vars with RT FIFO enabled. On host side for those vars which are bound to cRIO i did the same. Is that neccessary?
    In general I am confused about shared variable settings on both sides, for example when I want network buffering. Do I set buffering on RT side or on PC side or on both, what is the difference?
    regards
    Thomas

    Dear Thomas,
    thank you so much for your post. The shared variable with RT FIFO enabled works the same as the RT FIFO functions on the RT functions palette. The RT FIFO is for communication between the higher priority loop and the normal priority loop. You can see it like this; if the shared variable with RT Fifo enabled is network published there is a communication loop (hidden) which publishes the shared variable to the network port of the cRIO system. The RT FIFO option is only for the communication between your high priority loop and this hidden loop. The hidden loop is executed when the higher priority loop is idle. Again I speak about hidden loop just to create a clear picture.
    So for your PC side no RT FIFO is needed. Please notice that by using shared variables you can lose data; for example the cRIO publishes the data faster then your PC can read the data; you will lose data points. Shared variables are based on UDB, you can see it like a radio station which is transmitting. It doesn't matter if people are listing to the radio station. Use the TCP functions (for example theSTM library ) or the network stream API if you don't want to lose data.
    Please let me know if you have any further questions,
    Best regards,
    Martijn S
    Applications Engineer
    NI Netherlands

  • LATINOS ARE SCREWED with final cut pro x. Everytime I use tildes like  á  for example. FCPX freezes and restarts.... really is a bummer. And on a side note, Color Curves? 3 Wheel Color Wheels? XML support? Can´t wait for multicam. God Bless!

    With final cut pro x. Every time I use tildes like  á  for example. FCPX freezes and restarts.... really is a bummer. PLZ FIX. Here in Colombia I can not use FCPX for projects which involve names or text. (ALL PROJECTS)
    And on a side note, Color Curves? 3 Wheel Color Wheels (color board is great, but i didnt read a 400 page book on 3 wheel color correction for nothing) ? XML support? Can´t wait for multicam. God Bless!
    FCPX IS GREAT. It really is. Just a few features are required.....

    w andrewfromjupiter wrote:
    Tildes can be both
    I think the idea that an acute accent can also be called a "tilde" is total nonsense.
    http://en.wikipedia.org/wiki/Tilde
    http://en.wikipedia.org/wiki/Acute_accent
    But good idea to report the bug here:
    http://www.apple.com/feedback/finalcutpro.html

  • I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    What happens when you try to use the clone stamp tool?
    It should work with the images side by side.
    You can setup photoshop cc to be like photoshop cs2 was on your other mac, by going to Photoshop>Preferences>Interface and unchecking
    Open Documents as Tabs and Enable Floating Document Window Docking
    And also going to Window and unchecking Application Frame

  • ???  I just installed Lightroom 5 from Amazon for my Mac with 10.10.1 software.  When I open it I get: "An error occurred when attempting to change modules".  It won't import photos and has no side panels under Library.  What should I do?

    I just installed Lightroom 5 from Amazon for my Mac with 10.10.1 software.  When I open it I get: "An error occurred when attempting to change modules".  It won't import photos and has no side panels under Library.  What should I do?

    I Nearly bought from Amazon too but I found a thread from Adobe stating that the only recognized outlet for lightoom is themselves and other outlets serial numbers will not be guaranteed.
    THat at was sufficient for me to buy direct from Adobe, hope you get it sorted.

  • My iPad just went black and the black travels up and down or side to side and I can't force it to close I don't get the red bar what's going on

    My IPad just went blank/black/gray sometimes lines cannot force close as the red bar does not come up
    The blank screen color travels up and down or side to side
    What is causing this
    Either way when plug in or not the battery level is at 70%

    Try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • My macbook keeps freezing with the left side of the screen on the right and the right side of the screen on the left. Help

    My 17-inch early 2011 macbook pro keeps freezing on me.  The freeze usually occurs when I'm importing or exporting pictures, when I stream anything, or If I am watching a dvd.  The left side of the screen shifts to the right and the right side of the screen shifts to the left.  lines also appear on my screen and I can not force quit any open application.  I have not dropped my laptop at all. 
    Mac OSX Lion version 10.7.5
    2.2 Ghz Intel Core i7
    I would like to avoid going to the an apple store to fix this problem if possible.  The closest one to me is 40 miles away. 
    Help : )

    If you don't have the Applecare extended warranty then you will need to pay for the fix. The fix is a New Logic Board. It seems as your Graphics card is failing in some way. No there is no software fix for this.
    The Graphic chip is soldered to the logic board and the only way to change/fix it is to replace the complete logic board.
    Good Luck and Best Wishes

  • How can I reduce the display width of Firefox: I have my monitor in portriat mode, and the right side of the screen does not display.

    How can I reduce the size of the Firefox monitor display?
    I use my monitor in portrait mode, and the right side of the Firefox window is not displayed.

    Try using this extension. <br />
    https://addons.mozilla.org/en-US/firefox/addon/textarea-cache/

  • BEX 3.5 To display amount and currency field side by side in report

    Hello Gurus,
    I have requirement where in i have a HR report and as per the requirement the users want to see in the BEx 3.5 report to show the currency and amount field side by side
    example: I need to show 6 key figure(Amount) and their original currency side by side in the report as below
    2009 Bonus            Currency                 2009 incentive    Curr               2009 Salary               curr
    1,000                        GBP                          1,000                  USD                   1,000                        INR
    We have created a formula for the mentioned 3 key figures with NODIM to replace the currency. But we could not able to achieve by bringing the currency side by side
    Thanks in advance
    Venka

    Hi,
    Normally ther should be a another field should be there along with amount some currency either dco currency ,loc currency those fileds are assigend to the info object like 0currency
    we can go with structure at columns level u bring one as amount bouns(RKF may be) besides that u keep currency then another RKF and currency like that u can keep an d try to see the data at report level.
    Thanks & regards,
    sathisj

  • I dropped my ipad mini and the left side got dented .. so the volume buttons and the mute is not working anymore .... and when i am playing games the volume automatically goes up... i still have warranty .. so does apple replace a new one?

    i dropped my ipad mini and the left side got dented .. so the volume buttons and the mute is not working anymore .... and when i am playing games the volume automatically goes up... i still have warranty .. so does apple replace a new one?

    Steven ~ Welcome to the Support Communities. The following may be useful for next time...
    AppleCare+ for iPad extends your coverage to two years from the original purchase date of your iPad and adds up to two incidents of accidental damage coverage, each subject to a $49 service fee. Note: AppleCare+ must be purchased within 30 days of the date you bought your new iPad.
    iPad mini cases from Tech21
    iPad mini screen protector from Tech21

  • Sidebar ... how can i keep sidebar on at all times instead of going to view and clicking on side bar?

    How can i keep the sidebar in view instead of going to view and cliking on side bar?

    Found the Solution to my problem.  Just had to put cursor on the corners of the open window and "stretch" the window to the left, to the right, then up only to the point of the screen where the "Menu" is still visible.  This solved the problem I had.  Thanks.

  • I just dropped my iphone4 and cracked both sides of the glass how much will it cost for apple to repair in store?

    i just dropped my iphone4 and cracked both sides of the glass how much will it cost for apple to repair in store?

    I guess you are right. That was supposed to go on a different thread altogether. Whoops.
    Allan

Maybe you are looking for