Title Problems

I'm having real trouble with Titles. Two issues:
First, the titles keep snapping back to the menu grid - I cannot get them to overlay a clip - and only sometimes can I get them to overlay black. They are not cooperating. Could this have something to do with the fact that the video clips were first shot in FHD (not SD or CBR) then processed thru the Apple Codec?
Second, how can I go back and change/edit a title page once the text has been laid in? Is that possible?

AppleMan1958,
I'm having very similar problems -- can get the title up into the clips, but there's no "hovering over the clips" with a "purple shadow" -- it simply slips between the nearest clips. I can edit the text, but can't get my images/clips to show in the title field like the pretty Cayman Islands fish in your tutorial. Using the color picker just turns the black background into a dull grey, no matter what color I select.
If these title frames are available somewhere in photoshoppable form, I can mash them up myself -- or can I make my own transparent titles? Or are there more transparent titles available on the web somewhere? what's the format?
Thank you much for any help!
Cheers

Similar Messages

  • Template title problem

    hi i have designed a dreamweaver template which has a main
    content editable region and another region further up which i want
    to include the title in. Therefore this piece of code i made as
    follows:
    <head>
    <link rel="stylesheet" type="text/css"
    href="../admin/Template/style.css" media="screen" />
    <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    <meta name="description" content="MING Knowledgebase -
    Administration" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    </head>
    In the page which I want to apply the template to I have
    this:
    <head>
    <meta http-equiv="content-type"
    content="text/html; charset=iso-8859-1" />
    <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    <title> CMS: Edit Article</title>
    </head>
    Now the problem is that when I try to apply the template I
    get this result in the merged file
    <head>
    <link rel="stylesheet" type="text/css"
    href="Template/style.css" media="screen" />
    <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    <meta name="description" content="MING Knowledgebase -
    Administration" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    <!-- InstanceEndEditable -->
    </head>
    For some reason dreamweavver is picking up my link tag and
    not the title tag. If I remove this link tag from the document and
    try to apply the template again the doctitle editable region wont
    show up as a possible place to place content in. What is the
    problem? thanks

    It's a bad practice to apply templates to pages that have
    existing content.
    To be absolutely sure, the very best way is to spawn a blank
    page from the
    template, and copy/paste from the existing page. Then save
    the new page
    over the old one.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "drtanz" <[email protected]> wrote in
    message
    news:[email protected]...
    > hi i have designed a dreamweaver template which has a
    main content
    > editable
    > region and another region further up which i want to
    include the title in.
    > Therefore this piece of code i made as follows:
    >
    > <head>
    > <link rel="stylesheet" type="text/css"
    href="../admin/Template/style.css"
    > media="screen" />
    > <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    > <meta name="description" content="MING Knowledgebase
    - Administration" />
    >
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- TemplateEndEditable -->
    > </head>
    >
    > In the page which I want to apply the template to I have
    this:
    >
    > <head>
    > <meta http-equiv="content-type"
    > content="text/html; charset=iso-8859-1" />
    > <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    > <title> CMS: Edit Article</title>
    > </head>
    >
    > Now the problem is that when I try to apply the template
    I get this result
    > in
    > the merged file
    >
    > <head>
    > <link rel="stylesheet" type="text/css"
    href="Template/style.css"
    > media="screen" />
    > <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    > <meta name="description" content="MING Knowledgebase
    - Administration" />
    >
    > <!-- InstanceBeginEditable name="doctitle" -->
    >
    >
    > <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    >
    > <!-- InstanceEndEditable -->
    > </head>
    >
    > For some reason dreamweavver is picking up my link tag
    and not the title
    > tag.
    > If I remove this link tag from the document and try to
    apply the template
    > again
    > the doctitle editable region wont show up as a possible
    place to place
    > content
    > in. What is the problem? thanks
    >

  • Reuse_alv_grid_display TITLE problem after refresh

    All,
    I have a alv report using fm reuse_alv_grid_display. While calling initially this fm i am passing the grid tile in I_GRID_TITLE parameter. its displaying in grid, then after user click on the app toolbar button , i am doing some filteration , then coming back to grid the TITLE is missing in display
    Any Info .  below is the code snipet
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_program             = sy-repid
         i_callback_pf_status_set       = 'F_PF_STATUS_SET'
         i_callback_user_command        = gc_user_com
         i_grid_title                   = gv_gtitle "<< passing initially
    then in User_command i am filering some values on the basis of button clicked (Button placed in app toolbar)
    FORM f_user_command USING p_ucomm    LIKE sy-ucomm
                              p_selfield TYPE slis_selfield .
        WHEN '&EXP'.
          perform f_expand.
          p_selfield-refresh = 'X'.  "<<<----- refresh the grid
      code for f_expand
    form f_expand.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET'  " Getting current layout
          IMPORTING
            es_layout      = ls_layout
            et_filter      = lt_filter
            es_grid_scroll = ls_grid_scroll
            es_print       = ls_print
          EXCEPTIONS
            OTHERS         = 1.
    " Here doing some filteration. ie append some values to IT_FILTER table for enabling then filter
        perform f_set_fltr_val_exp using lt_filter[].
        ls_layout-colwidth_optimize = gc_x.
        read table gt_sfieldcat into gv_fieldcat
                          with key fieldname = 'REGIO'.
        if sy-subrc eq 0.
          gv_fieldcat-no_out = ' '.
          modify gt_sfieldcat from gv_fieldcat index sy-tabix.
        endif.
    * Set the grid title to include the parameters and the report type
      CONCATENATE text-027 p_bukrs text-028 p_perio
                  text-029 p_gjahr
             INTO gv_gtitle SEPARATED BY space.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET'
          EXPORTING
            is_layout      = ls_layout
            it_fieldcat    = gt_sfieldcat
            it_sort        = gt_sort
            it_filter      = lt_filter
            is_grid_scroll = ls_grid_scroll
            is_print       = ls_print
          EXCEPTIONS
            OTHERS         = 0.
    endform.                    " F_expand

    Hi All,
    Thanks for your replies.  I have done all that has been said.  My problem is that when the user double clicks on the ALV without pressing the sort button in the ALV display, the index provided in the user-command subroutine is the same as the index of the record in the internal table.  But, when the user sorts dynamically when the ALV is displayed and then double clicks, the index of the record provided by ALV is different from the index of that record in the internal table.
    For example, when the ALV grid is shown a record is in the 1st row, and when the user double clicks now, the index of this record provided is 1 which is same as the index in the internal table.
    But, after the user sorts in the display, if this record moves to the 5th row, the index provided by ALV will become 5, but, actually the index in the internal table is still 1.
    Hope I have clarified my problem.
    Thanks,
    Sridhar

  • Iphoto file name / title problem

    Trying to figure out why titles are not consistent. Some batches show the .JPG or .CRW extension in the title and some batches do not. What is the cause, and is there a way to force the extension to either display or not for all photos in the library.
    Also, unrelated, I realized that at some point my file numbers got screwed up. Specifically, after the import that ended with MG0718, the next import started with file MG7054. Some 1000 photos later I noticed. I'd like to be able to renumber these. And if I can , I'd then like to get (trick) my camera into saving new photos, starting with maybe MG2000.
    IPHOTO 6.0.6
    Thanks for any help.
    Ron

    rtpeters:
    Welcome to the Apple Discussions. First, you've posted in the iPhoto 08 forum and may not get the responses you'd would in the iPhoto 6 forum.
    As far as numbering is concerned that's a camera issue an I don't know of any way to set a start point in any camera. FWIW here's how I handle file naming:
    1 - I upload to a folder on the desktop.
    2 - date and name the folder: 03/08/08-Temecula Rod Show. This will give me an event with the same title when imported.
    3 - I use R-Name to batch rename the files with the date taken and a brief description: 2008-03-08-TemRodShow-01.jpg.
    4 - import the folder.
    That avoids problems down the line with duplicate file names during exporting. It also gives me excellent chronological sorting and searching.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Search by title problems...

    Someone please tell me if this is just me, but searching by title seems terribly broken in LR 1.1.
    Try searching for Title "is empty" or Title "isn't empty". It behaves for me as if all of my photos have titles when in fact almost none do.
    I've also had very strange problems where I change the title of an image and then search for that title and it can't be found. However if I *restart* LR it can then find those images. I have tried syncing the metadata to disk, but that doesn't help.
    I'm having a hard time trusting LR with all my work when basic stuff like this doesn't seem to be stable in a 1.1 release.
    thanks,
    Pat

    Hi ,
    You can use multiple managed properties in search box to restrict the search results, try the following string format in search box for restricting by "Title" and "Created By" when you click "Search" icon/button from search
    box.
    Title:"test" AND Author:"john"
    Please see more from the following article.
    http://msdn.microsoft.com/en-us/library/office/ee558911(v=office.15).aspx
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • CFLAYOUT Tab Mouseover title problem

    I'm using Coldfusion 8 that has a built in tabular layout
    tag. Its my understanding that it is all built on the ext library.
    My problem is when I make a tab title and include html it renders
    properly but when you mouse over for a few sections the "title" tag
    has the code in it and therefore disaplysa bunch of ugly code in
    the tooltip. I've tried to mess with the ext library code but its
    pretty hard to follow in the CF version. Please help!

    What happens if you change "Cheese Burger" to
    "Cheese Burger" ?

  • Iphoto sort by title problem

    I am having an issue with iphoto 09' sort by title. Hopefully my explanation make sense. The titles of the photos are Thanksgiving 1, Thanksgiving 2, Thanksgiving 3 and on in the same manner. What is strange is that it is sorting them in the following order: Thanksgiving 1, Thanksgiving 10, Thanksgiving 11, 12, ......19, then to Thanksgiving 2, Thanksgiving 20, 21, 22,.....29, Thanksgiving 30 etc. You would think it would sort them in the same way we count, but for some reason it isn't. Any ideas for how I can fix this sorting problem?
    Thanks!

    Use leading zeros: 001, 002, 003... 010, 011 etc.
    Regards
    TD

  • Window Title Problem

    Guyz,
    I configured webutil 6 month before and its working fine till date the only problem with window title. i didnt change anything in formweb.cfg file i use the below code for MDI_FORMS_WINDOW.
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'My title');whenever i'm running the forms the title shows -webutil-Microsoft Internet Explorer instead of displaing my title even i put the above code in WNFI trigger but same thing happening...as you can see in the snap.
    http://www.ziddu.com/download/13406629/TitleError.jpg.html
    im using forms 10g.
    anyone suggest me how can i resolve this issue?
    Regards
    Moazam
    Edited by: Moazam Shareef on Jan 15, 2011 2:00 AM

    go to object navigator
    under visual attributes you will find windows.
    expand the windows tab
    right click on it and select property palette
    after the property palette page open
    navigate to funtional tab under which you will have a property name title ...
    over there give the name what ever you want and recompile again and run the form
    Object Navigator ->windows ->property palette -> Funtional ->Title -> "Enter the title that you want"
    Edited by: Suhail Faraaz on Jan 15, 2011 2:09 AM

  • Htmlb:TableView title problem

    Hello,
    recently we installed some support packages (now at SP59). After the installation my TableView titles are not shown correctly. Before the installation the titles were displayed completely, now after the installation the width of the column is only determined by the shown values in the columns.
    The problem I have now is that vor a column which only contains the values A or B, the title "Status" is not shown. Any suggestions?
    ALEX

    If you are using an iterator,
    use the method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS
    there you can edit the width of your columns:
    APPEND INITIAL LINE TO p_column_definitions ASSIGNING <tv_column>.
      <tv_column>-columnname               = c_type.
      <tv_column>-sort                     = c_x.
      <tv_column>-title                    = c_energy_type.
      <tv_column>-disable_filter           = c_x.
      <tv_column>-edit                     = '1'.
      <tv_column>-width                    = 15.
    grtz
    Koen
    Message was edited by: Koen Labie

  • Itunes is not able to make changes to a running title, problem is new since feb 10th

    I'm located in Germany, sorry for some english mistakes. Hope to get the problem clear ;-) My itunes library is located on a NAS-storage. Made the firmware Update for Airport Extreme a few days ago. . SInce that time it's not possible to make changes in the Information of a running title in itunes. To get the problem clear i like to explain: got about 100thousand titles in itunes, use it for many years, always the same workflow: I listen to a new title and make changes to the title-information such as intensity, genre, cover-editing, composers, comments, etc. No problem, it was always stored to the file. Now it is possible to do this changes, but the next time, you play this title, information is automatically setting back to the original infornation. If I do this to a NOT running title, the information is to be fixed properly. I use my library for professional work, so this is not acceptable, because it's taking far too much time in the progress. Maybe it's a network problem, not an itunes problem. But maybe someone else got the same experience.
    How i loved itunes 10....
    Hey folks, if maybe anyone at apple should read this (I'm shure they won't),  itunes 11 is the worst software that was ever released by apple. Sorry to say that! I never thought of switching back to PC, but now I'm looking for a better solution.
    AND WHY HAVE YOU KILLED THE COVER-DISPLAY IN THE SIDEBAR........     It's nothing to understand...
    fairytale gone bad!!!!

    Hello
    I have change the table GB01 for the fields BSEG-ZFBDT and BSEG-REBZG clearing the flag BEXCLUDE.
    I run the programm RGUGBR00 with all flags, after it I can't change a document (field BSEG-ZLSPR) with 'mass change' in transaction FBL5N and in batch-input for transactions FB02 and FB09.
    Could Help me?
    Regards
    Daniel Teles

  • [SOLVED] Xterm window title problem

    HI!
    I finally decided to install Arch with openbox, because I have some free time for it and it looks really nice for me. At the beginning every problem could be solved, but now I think I need your help.
    To have nice-looking transparent terminals on my desktop, started at boot, I installed DevilsPie and Xcompmgr. I started to write some fancy devilspie code in ~/.devilspie/xterm.dc:
    (if
    (is (window_name) "MyTerminal")
    (begin
    (spawn_sync (str "transset-df -i " (window_xid) " 0.7") )
    In ~/.xinitrc and ~/.config/openbox/autostart I put commands starting devilspie and xterm:
    devilspie -c &
    xterm -T "MyTerminal" &
    But instead of having name "MyTerminal" console still have name "severus@severus:~", according to current location. Nothing can force xterm to have different name. And here is my problem: how can i recognize my window in devilspie script, when it has different name than it should? How can I override the window title of xterm? I guess that automatic update of terminal title can be disabled, but where? I was looking, for now without effect.
    Last edited by severus (2013-06-26 20:57:23)

    Sure, i though you should match against the WM_CLASS in your DevilsPie config script and not against the WM_NAME.
    The window title will be set by the global bashrc int /etc/bash.bashrc.
    Look at http://www.faqs.org/docs/Linux-mini/Xterm-Title.html to see the escape sequences etc.

  • Titler Problems

    Could someone help, please I stupidly did this hack thinking that it was supported by Adobe, because it's on this forum, and now, when I have another major technical problem that is causing Titler to crash, Adobe tells me they cannot help me because I did this hack. Could someone please tell me the method to undo the hack? thank you

    Well the last 3 weeks have been hell, but the program is 'fixed' - fixed in the sense of this winding road:
    I did what Steven suggested in terms of deleting the folder. I also deleted the font cache, preferences... the problem graphics file where I had added my card...
    Then complete uninstall. Then ran the program from this page: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html (which I had not tried before).
    Then #5 complete reinstall. Error occurred anyway. Took a deep breath and called Adobe again. And - bless him, he didn't, I think, look me up to find any nasty brand on my name... and as he was logged in looking at files and folders, suddenly administrator privilege was needed. No problem, I can give it. In fact I went ahead and logged in as administrator.
    His fix? I must be logged in as administrator to use the program.
    That's ALL? But I had run the program quite successfully. In fact I'd created 20 titles in the project without a problem before it crashed. In fact the first Adobe helper, who also saw me logged in as user, and had me give admin approval several times along his efforts to fix the problem, never told me the importance of working as administrator. I never had to be administrator when I used Premiere Elements...
    So what fixed this... really clearing the registry with the cleaner tool? The missing dll file the first technician added? Plus my reverting the fonts to the original system fonts? No, because the program crashed in user mode after all that, when the 2nd Adobe technician ran the program and did reproduce the error. And yet - immediately there was NO crash in multiple tests as administrator - including working on my original project where the crash happened in the first place.
    The first technician did say at one point, before he ended his help abruptly, that the program has to be able to access the fonts everywhere on the computer. He had me give full access to the program to all users.  I mentioned that there is likely some deeper level administrator connection from my work admins. He was concerned about that having an effect.  I wish I had written down the .dll file he added, but I didn't.
    I was very grateful that Adobe took my 2nd call.
    Anyone who experiences this error when Titler crashes, and then crashes the program altogether, this is what I was trying to fix, and if it happens to you, log in as administrator and use the program from there:
    ../../src/VideoFrameFactory.cpp-78.

  • Audiobook title problem (non audible) on  ipod touch (i.e. part X of Y)

    Ok here is my issue, I have all my non audible audiobook content now in the right section (finally!) under audiobooks. When I go to the audiobook subsection on the touch I get a list of audible books (they have their own section) and below all the other books. Fine! If I then click one of the non audible books I get the track list BUT listed as Part 1 of 4; Part 2 of 4, etc. etc. instead of the chapter names (some which I've entered myself in iTunes)
    This is where it gets weird. If I click on any title, I see coverflow and the correct title. If I now click the playlisting in the top right corner, I get a list with the correct titles of each track/chapter. BUT if I go back to the previous list (white background) I again get Part X of Y. ;-(
    In iTunes all the titles show up correctly so this isn't a tagging issue since I'm very meticulous about this.
    Any ideas? The chapter listing is important to find my spot or would like to listen to a specific chapter of an old book
    I hope I've explained it well enough. If I'm unclear feel free to write back and I'll try to clarify.
    Thanks,
    Phillyman

    I am also having this problem with an iPod Touch first gen. with the 2.1 software. I imported my audiobooks from CD in iTunes by CD, with each CD's tracks joined into one track. The names I used allows sort by album and then track (e.g. for Harry Potter and the Sorcerer's Stone's first disc it is "1HP D01 Sorcerer's Stone" where 1HP is the first book in the series, D01 means the first disc). This has worked well and still shows correctly in iTunes and when I sort by "album" each CD is in the correct order. But on my iPod Touch after the 2.1 update each of the discs shows up as "Part 1 of 27". (I am not sure where the 27 came from.) And if I go to coverflow it does show the correct name I entered in iTunes. So I have to click each entry to go to coverflow to see where I am in the audiobook.
    I have 12 audiobooks on my iPod that were imported from CD. Each of these are labeled correctly in iTunes. Each of these also has the same problem on the iPod where each disc is labeled "Part 1 of some number" 10 of these books were loaded before 2.1 and two after. All books show this "Part 1..." label which is not the track name.

  • Duplicate Song Title problem with Zen Mi

    Hello,
    I have a dark blue Zen Micro and with firmware I downloaded it is now version 2..02. As part of downloading the new firmware, all the songs were erased from my player. My problem started when I was re-loading all my songs. Every time it came across a song that had the same title as a song already loaded on my player (even if the artist was different), it stopped and gave me the option to either skip this song, skip all duplicates, replace the song or replace all duplicates. No option to load onto the player anyway.
    Since I happen to have a lot of songs that have the same title, but different artist, I am now missing a lot of songs on my player. When I called customer service, they told me to try re-naming the duplicates with a "2", i.e. Songtitle and Songtitle2. This didn't work, it still recognized the songs as duplicates, even with the '2', and wouldn't load them.
    This never happened with the old version - I was able to load all songs with no problem and I think it only notified me when the song title AND artist matched -- and even then I had the option to load it anyway if I wanted.
    Anyone know how to fix this? Ideally, I'd like to find a way to get the songs on my player without altering the song titles... Or if there is no way to fix it, anyone know how to remove this firmware and go back to the earlier version? I kind of wish I never loaded it now, even though the customer service person told me the latest firmware is always the best version to have.
    Thanks in advance!

    Certainly with the v firmware a duplicate is defined as having the same title, artist and album tag. If any of these differ then it isn't a duplicate... so I'm surprised you're not finding this with the MTP firmware.
    It might perhaps be with the MTP firmware it can't tolerate the same filename so this is worth double checking (whereas on the v2 firmware it doesn't care).
    Also triple check the tags on these supposed duplicate files using some good tagging software, that will show both the v and v2 tag.
    Are these MP3 files?

  • Motion title problem

    Hi, I create final scroll subtitles in my DVCPRO50 PAL anamorphic project. In previous projects I allways create final subtitles with using Video Generators->Boris->Title Crawl. Now I need insert some logo in to subtitles. I try create it using Motion 4, but quality of final subtitles created in Motion 4 in comparison with subtitles create using Title Crawl generator is wery bad. Scroll text is wery flicking and blur. I'm checked it on CRT TV monitor and Apple Cinema Display.
    Thanks for response JS

    Welcome to the discussions...
    First of all, final delivery format is critical to evaluating the quality of your subtitles.
    There are many reasons for soft edges on titles, you would do well to search the forum.
    Mark Spencer has an excellent write up online on soft edged Motion projects in FCP. If you search his website: http://applemotion.net for words like blurry or soft, you should find it.
    Finally, make sure your field order matches your final cut pro sequence's field dominance. That can cause a 50% reduction in resolution/quality.
    post back,

Maybe you are looking for

  • How to synchronize iPhone with iTunes in Mac and BootCamp.

    Hi, I have a Macbook Pro and recently I purchased an iPhone. For work reasons I use windows as well as Mac OS ( I prefeer MacOS by in my company we develop windows software...) The problem is that I synchronized my iPhone with iTunes in Windows and I

  • Problem installing Acrobat 9: "more functional product is already installed"

    When trying to install Acrobat 9, a message says that a more functional product is already installed. I believed this issue was due to the Adobe Acrobat 11 PDF creation utility which was installed with FrameMaker 12. I therefore deinstalled FrameMake

  • How to use a Servlet to do HTTP streaming?

    Hello, everyone! I want to use a servlet to do simple HTTP streaming, just like what Apache is doing now. I just want the basic functions of HTTP streaming. I want the Servlet works like this, reads data from a local media file and sends through HTTP

  • Error-03113

    Hi, I am getting the below error while opening the database. Please help. SQL> startup ORACLE instance started. Total System Global Area 1670221824 bytes Fixed Size                  2176328 bytes Variable Size            1291848376 bytes Database Buf

  • Iphoto flipped pictures

    Just recently got help rebuilding my iphoto library thumb nails....and found many pictures flipped...I went to edit and had to rotate them 3 times to get them corrected....some have flipped back....and earlier videos which were there after the rebuil