Create PRE 10 DVD Templates from Scratch

The free DVD Templates that come with PRE 10 are layered Photoshop files. Is there anyplace I can find the specifications for creating them from scratch in PS for use in Premiere Elements?

The book is available now. In print only though.
I've got to get the webmaster to update that page!
You can also order the book directly from Amazon.com by clicking here.

Similar Messages

  • Creating a Java content tree from scratch and then marshal it to XML data

    Hi,
    After binding a schema using JAXB binding, I wrote a class to create a Java content tree from scratch and then marshal it to create an XML document. To see if the resulting xml document is correct, I opened it in XMLSpy and tried to validate it against the original schema.... I got the following error:
    "Unable to locate a reference to a supported schema kind (DTD, DCD, W3C Schema, XML-Data, Biz Talk) within this document instance"
    Then I realized that the generated xml document didnot contain the following for the root element:
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" and xsi:schemaLocation="....."
    i.e, the XML Schema Instance namespace and the schema location.
    How do I get these attributes incorporated into the XML document generated during the marshal process.
    Thanks.

    How do I get these attributes incorporated into the XML document generated during the marshal process.
    Add xmlns:xsi and xsi:schemaLocation attributes to the root element in the schema.
    <xsd:attribute name="xmlns:xsi"  fixed="http://www.w3.org/2001/XMLSchema-instance"/>

  • A method to create completely customized photo book page templates from scratch in Lightroom 5

    I was able to successfully create completely customized Lightroom 5 page templates (including altering the number of, positions, and sizes of pictures) by making edits to the templatePages.lua file(s) in the Lightroom directory tree.  I have never heard of the LUA file format before, but it is ASCII and looks somewhat like XML, so it was fairly easy to decipher.  Here is a high-level description of how I did it.  This applies to Lightroom 5 on Windows 7.  If this doesn't make any sense to you, then don't try it - you're likely in over your head.  Although my description is brief and lacking in detail, it should enable someone who is capable of handling this to figure it out with a little of careful trial and error.  Do this at your own risk - if you screw-up your installation, catalog, or computer, it's your own fault.  It all worked great for me.
    First, open the "<lightroom 5 install directory>\Templates\Layout Templates" folder.  Then navigate to the template set that contains the template you would like to use as a starting point for the new template.  For example, "12x12-blurb\clean12x12".  Make a back-up copy of the templatePages.lua file in case you mess something up and want to revert.
    There will be a bunch of .jpg files in this directory that each contain a preview image of the layout that carries the same name as the .jpg file.  Find the one that you would like to use as a starting point.  Take note of the name of the file, which is probably something similar to "page_26_preview.jpg".   Duplicate the file and rename it to something unique, such as "dummy_preview.jpg".  It's just temporary, so it doesn't matter what name you pick, provided it is a legal file name with no spaces.
    Next, open the templatePages.lua file in a text editor.  I suggest using one that can automatically recognize and format ULA (such as Notepad++, which is open source and free to use).  Then search the file for the unique portion of the file name you took note of earlier, such as "page_26".  It will point you to a section in the LUA file that describes that particular template.  Carefully copy that entire section, including a balanced number of brackets (starting with the two brackets and commas before "children" and ending with the one bracket and comma after the "title" line.  Paste the copied text into the end of the file on a new line immediately following the bracket and comma after the "title" field for the last page template section (right near the end of the file).  Change the "previewName" field to the name of the preview file copy that you created ("dummy_preview.jpg" for me) and the "name" field to the name of the new template you're creating ("dummy" for me, since it is just temporary).  Next change at least one of the hex characters in the "pageID" field such that the new template will have a unique page identifier.
    Now you can make edits to the photo and text fields included in the new section, using other templates in the template file as examples.  "x" and "y" fields are coordinates (in pixels) for the bottom-left corner of the picture or text field, "height" and "width" are the width of the field in pixels.  The fields should be mostly self-explanatory, but make sure that the "photoindex" fields are filled-in starting from 1 to N, where N is the number of pictures in the template, with no duplicates or gaps.  They do not need to be in order.  Treat the "textIndex" fields similarly for text fields.  If you want to add an additional picture or text field, simply copy the section describing a picture or text field from another template and paste it, carefully, into the new template that you are creating.
    Once you are done, save the file (you may get interference from Windows UAC, in which case save the file elsewhere and the move it back to the correct directory).  Then open Lightroom.  Create a new photobook, and choose the new template for one of the pages, remembering that the preview image will look like the JPG that you copied.  Voila!  If you didn't screw anything up, you should see a page based on your new template.  Then right-click the page and select "Save as custom page", which will cause a fresh preview file to be created for your new template and your template to be copied to the "custom pages" section of the template menu.  The new section you added to the "templatePages.lua" and the "dummy" preview file can now be deleted, since they are no longer needed.  I save them so that I may simply overwrite them the next time I need to create a customized template.
    Enjoy, and please share any clarifications, corrections, or enhancements to my process.

    peter at knowhowpro wrote:
    DHWachs wrote:
    This post was great!  Thank you so much.  But I am hoping you know one more thing related to this.  In the "transform" section of the definition (where the x/y coordinates are set along with height and width) there is an option called "angle".  I was hoping that changing this value would allow me to offset the angle of the picture.  However, if I put any value there other than 0 the template becomes unusable.
    Do you happen to know what this option does?
    I haven't looked into the files, so this is just a guess based on how some graphic applications work. It's common to think of rotating a shape as pivoting around a center point, but It's possible that the file sets a value for the rotation point not at the center. In some graphics applications, you can set a shape's pivot at any corner or in the middle of any side, of the rectangle that contains the whole shape.
    So, your value may be rotating the shape around a pivot that moves the shape into some area that upsets the behavior of other shapes. Just a thought.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Peter's point is a good one.  I would also assume that the "angle" property allows you to rotate an image, but I haven't tried it myself.  One thing to investigate - are there any page templates included in LR that have image placeholders that are at an angle (I don't recall any, off-hand)?  If so, looking at the associated .lua file could provide insight into how an angled image placeholder should be described.

  • Creating a JSF Web application from scratch.

    hi,
    i have created a JSF web application, but not from scratch i had to use a jsf example included in the final specification of the JSF download, as a template to create my own application, by deleting and editing the example files with my own.
    i tried to do it from scratch including all the settings, parameters and files that should be in place, but i sill get an error when starting the app in tomcat.
    Unfortunately i dont have the error listing anymore since i have got around the problem through alternate path. however i do remember that it came with cannot find FacesServlet, or something to do with the FacesServlet.
    if anyone could shed some light on this it would be really great because it so frustrating.
    many thanks.
    dharam

    cannot find FacesServlet, or something to do with the FacesServlet.It might appear not because you have a wrong project structure, but because you point to the entry jsp file directly without using the servlet mapping in your URL. Check this first.
    Sergey : jsfTutorials.net

  • Creating a custom DVD template for Premiere Elements 7

    I have Premiere Elements 7, as well as Photoshop CS3. What I want is a very simple DVD title page that shows all 18 scenes in our movie - text listings would be enough - the point of the exercise is to make it easy for someone to click on a specific scene (I could use movie markers instead of scene markers, I guess, if that makes life easier) while giving a talk.
    I cannot find instructions for doing that in either PE7 or Photoshop. Clearly am not looking in the right places. Can someone point me to useful instruction?
    Many thanks,
    ari

    Ari,
    Welcome to the forum.
    One thing that tends to get in the way, when creating Menus for PrE is that PrE's authoring module (creates navigation, Burns DVD, etc.) is that it does things semi-automatically. To accomplish this, one needs to think of Menu Sets (a Main Menu and a Scene Selection Menu, that will be replicated enough times to fit the Project). If you look in the folder structure of the Library, you will see that there are two Menus, and their accompanying PNG's (thumbnail display for Create Menu organizer) for each title. That is done to accommodate the semi-automatic aspect.
    Now, using a well-defined set of properties, one CAN create Menu Sets for PrE. There are also several additional Menu Sets available from Muvipix, including one with a Text-only Scene Selection Menu. These can be purchased, or can be downloaded free, if one is a subscriber.
    One consideration, in your stated case, is that if you have a Widescreen Project, you can ONLY have 18 Buttons on any one Menu. If you have a Scene Selection Menu for 18 Chapters, then you have no room for a Back to Main Menu Button. If you have a Standard Project (4:3), you can have up to 36 Buttons on a Menu, so all is cool, so long as you can fit them into the area - NO element of a Button may overlap any element in another.
    If one is creating, or editing a Menu Set, I strongly advise that they spend a great deal of time studying similar Menu Sets from the Library. There are many conventions that MUST be maintained, and if one does not, problems WILL occur.
    This ARTICLE will give you a few tips on editing/creating PrE Menu Sets.
    Steve Grisetti also has some useful articles on editing Menu Sets, on Muvipix.
    For more options, regarding Menus and navigation, many like Sony's DVD Architect. One limitation of that program is that it does not use Photoshop PSD's for the Menus. I do not know about its Menu editing capabilities, or any limitations. I use Adobe Encore, and it does use PS Menus, and is also 100% manual, so I can set up any navigational scheme that I want - though I do this fully manually. Unfortunately, it is ONLY available bundled with PrPro, and not as a stand-alone.
    Good luck,
    Hunt

  • Creating an EDL/Project file from scratch

    I have a VHS tape from years ago of a short documentary with timecode burn in. I also have the original beta tapes that are the source for this project. What I DO NOT have is an original project file.
    How can I go about re-creating an EDL from the VHS tape in order to re-create the project (either in FCP or Avid)? If I can manually enter the beginning and end timecode for each shot into an EDL template, can I import this EDL to create a sequence, and re-digitize? What template should I use to create this EDL? Is there a simpler way?
    Audio is not an issue and will be re-created. We just want to get the video project back on-line. Any input would be hugely appreciated.

    Doesn't look like you've given us enough to go on here. Do you know the source material well enough to figure out the source reel for every clip that you see on the VHS?
    I mean, if you captured the entire VHS program, could you go clip by clip and know the reel name?
    Somebody slap me if this is unworkable:
    Capture the entire VHS.
    Make sub-clips of all the clips represented on that Master Clip. For each, note the correct reel name somehow
    Make the sub-clips Independent Clips
    Open Log & Capture, and one by one, drag & drop all the subclips into the L&C window, and for each one, change the reel and clip name. Log all of these new clips.
    Now Batch Capture with the correct Capture Setting for the Beta masters and add handles to all the clips.
    EDIT: Forgot you only wanted an EDL. OK, rather than capturing, edit all of the new clips into a new sequence, then go to File > Export > EDL. Choose CMX3600.
    EDIT 2: It probably isn't necessary to make the sub-clips Independent, since your goal is an EDL.

  • Can not create/open Query/Display template from workbench

    Hi All,
    I am facing a problem in my MII Workbench. From MII Menu page I can open the workbench. There is no error to open it. Now when in the workbench I like to open a display template, I can not do that and I get a error message - Error on Load For <object name>: Template file type iGrid and document type <object name> do not match. When I like to create one diplay template of iGrid type I get an error message Template type iGrid and Document type iGrid do not match. I get this error message to create/open any type of MII Object except BLS.
    My guess  is that - It is a problem of my local workstation (like problem with JREor IE), because when I do this from other workstation (using same MII user id) it works fine.
    JRE of my local system 1.5.0_16
    IE is 6.0
    Any help?
    Thanks,
    Soumen

    Soumen,
    There are a number of potential causes and this is not an unknown problem.  I do not know your system configuration, so can't give any specific suggestions.
    However, if you do a search on this message board with the three words "Open" "Template" "Workbench" you will get a list of recent postings from people who have both had this problem and gotten resolution to it.
    Good reading and good luck!
    Mike

  • How to create a report in EM from scratch level ?

    Hi,
    Can anybody help me on this ?
    The report I want to create in EM is about where the user selects a target from a drop down and it shows the CPU utilization or memory Utilization for that respective target. Is it possible to create such kind of ? If Yes, How to create the report ?
    Thanks in advance.

    Are you sure you want to create a report for this info?
    As CPU and MEM utilization changes every second, what would be the use of a report?
    I assume you are aware of the fact that CPU and MEM utilization is included for instance in the Host Homepage and can also be included in Group Pages and Dashboards.
    Regards
    Rob
    For more information on OEM GC, like Tips and Tricks please see: http://oemgc.wordpress.com

  • Creating a new title template from a .psd file

    We weren't happy with any of the lower thirds that Premiere had for us, so I got one of the people in my office to create a lower third that would look nicer, but now I've just got this .psd image that I don't seem to be able to get into title form.
    Its just an image of a thought bubble that says "science tips" and then a darly shaded rectangle with blue text inside of it, but when I try to import the .psd image as a logo in the titler screen it comes up with the thought bubble very washed out and see through ( the thought bubble is white on the inside in the .psd file) and the darkly shaded area doesn't show up at all.
    I fell this may be a photoshop error on my part as likely as anything else,  but mostly, I'm wondering if bringing it in as a logo is the right way to go?
    -Dan

    Ann,
    I like that workflow.
    I handle my "custom" Lower-Thirds (or similar) just a bit differently. I create the artwork in PS, and then Import that as an Asset. I'll then do a regular Title for just the text, placing it above the PSD of my graphic. My workflow does mean that I will need to Import that PSD into each Project, but I put a copy into my Common Assets folder, for ease of Importing, as is required. I can also individually animate each element, as is needed. If I wish to animate the Layered elements of the graphic, I'll Import as a Sequence, keeping my Layers, but with Lower-Thirds, I usually end up animating both the graphic and the text as a unit, i.e. the same Keyframing for each of those elements.
    Your method will all one to do a full Save_As a Template, and allow for easy changes of the text, as the graphic is but a logo. Neat!
    Thanks,
    Hunt

  • How to create XML document in Java from scratch ?

    I've downloaded the package generated for my schema.
    Now I'm trying to create a XML Document using the interfaces generated and the
    xmlbeans package. In documentation, all samples start with a call to XmlLoader.load(xmlinput).
    In my case I've no xmlinput, I've only java parameters and i need to produce an
    XML document.
    Could you provide a sample code please ?
    Thanks in advance.

    It looks like you only need to use the xmlText() method from the root of any node
    you want to print out to a file. I used a PrintStream() class and then used the
    ps.print(vpDetails.xmlText()); to save to a file.
    Hope this helps.
    Jerald
    "Eric Vasilik" <[email protected]> wrote:
    >
    To create a new, untyped document:
    XmlObject x = XmlLoader.newInstance();
    To create a new, typed document:
    Map options = new HashMap(
    XmlOptions.DOCUMENT_TYPE,
    CustomerDocument.type );
    CustomerDocument cd = (CustomerDocument) =
    XmlLoader.newInstance( options );
    I have changes pending which will alow you to do this more easily:
    CustomerDocument cd = CustomerDocument.Factory.newInstance();
    - Eric
    "Pascal Fuget" <[email protected]> wrote:
    I've downloaded the package generated for my schema.
    Now I'm trying to create a XML Document using the interfaces generated
    and the
    xmlbeans package. In documentation, all samples start with a call to
    XmlLoader.load(xmlinput).
    In my case I've no xmlinput, I've only java parameters and i need to
    produce an
    XML document.
    Could you provide a sample code please ?
    Thanks in advance.

  • Creating a server 2008r2 DC from scratch

    Hello,
    I am creating a lab environment with server 2008r2, I do a fresh install of OS, install AD domain services, then run dcpromo. All very standard,
    However, every time, on reboot the microsoft loading takes a very long time, when done I get a black screen with an active mouse, but nothing else. If I leave it for an hour or two it will reboot occasionally, but always with the same result.
    If I boot in safe mode it sticks at PNPCLASS for a long time, then the black screen and mouse again.
    I've it 3 times, there must be something I am doing wrong.
    Tee machine is a Poweredge server, 64bit, 2gb ram, 1TB hd. I am on a home network/workgroup, not on a domain.
    Any suggestions out there?
    JJ

    What kind of RAID controller are you using? What RAID are you using?  I'm curious if it's failing after the ADDS install because maybe you're setting ADDS to install/use a disk other than the system drive.
    I'll take a long shot guess here, are you running RAID 1 (Or just independent disks in general), with the OS on a single disk, then when you start to use another physical disk, it starts to fail?
    Other than disk issues, are you standing up a new instance? New Domain, new forest, allowing the wizard to setup your DNS for you?

  • Create blu-ray menu for concert from scratch

    Hi all,
    I downloaded the Premiere Elements 11 trial yesterday and am evaluating it for purchase.
    My first project is a blu-ray of a concert.  I am on Windows 7 64bit.
    Project settings are:
    AVCHD 720p square pixel
    1280x720
    29.97fps
    30fps drop-frame timecode
    I want to create a simple menu for blu-ray (ie an HD menu) that has a still background and simple text buttons.  The top menu would just have "play concert" and "track selection" text only buttons.  The "track selection" button would lead to a page with all the track names as buttons that link to the scene markers for each track.  That's it.
    I only see pre-installed templates and none of them have the "HD" designation in the top right hand corner.  How do I go about achieving the menu that I want?
    Thanks, Ben

    Along with Steve's suggestions, one can customize the existing PrE Menu Sets, just relying on the "background" Menu Set structure, and adding Still Images, plus doing limited customization to the Text, etc.
    To create PrE Menu Sets (like those on Muvipix), one needs two things:
    Photoshop (Photoshop Elements has one limitation - it cannot create Layer Sets, unless that has been added to PSE, as of version 11), and then knowledge of what goes into a PrE Menu Set. Because much of the authoring functions in PrE are semi-automatic, the Menu Sets are very involved. Though I create Menus for Adobe Encore, from scratch in Photoshop, I still need one of the Library PrE Menu Sets handy, to get all of those semi-automatic conventions in front of me - lot of stuff required there.
    If you cannot customize an existing PrE Menu Set, or find similar at Muvipix, then we can offer some links, that will be helpful, but I strongly recommend that one spend a day, doing a study of the Library Menu Sets, and still having one handy, for the specifics, required. It also helps, if one understands the naming and structural conventions of DVD Menus, and then especially PrE Menu Sets.
    Good luck, and let us know if you can find what you need, or something close, that you can customize.
    Hunt

  • Scratch 22: Creating XML Publisher report from scratch in eBS

    Problem:
    How to build a XML Publisher (XMLP) report in eBS from scratch. Thus NOT adapting or converting an existing report.
    Context:
    I have an eBS R12 Vision instance up and running where I want to learn building XMLP reports.
    This is what all tutorials I can find tell me to do:
    Most reports apparently consist of a layout template e.g. TEST.rtf and a data template e.g. TEST.xml. Now in order to generate a new report layout I am supposed to take existing output in XML format and (using ‘Load Data’ function in Template Builder plugin in Word) specify in my layout template where and how I want the actual data to pop up. So far so good.
    But now I want to build the data template from scratch and use it combined with a layout template. So I build the data template but can’t use that for building the layout template. For that I need output, for which I need a layout template.....
    Sounds like Catch 22 to me. How do I break this?
    1. Can I generate an XML-output file from the XML Data Template alone?
    2. Can I build my (RTF) layout template directly based upon the XML Data Template?
    3. Or have I completely lost the plot?
    Oh yes, dunno the first thing about Java and do not have My Oracle Support..
    Edited by: rjvencken on Jul 5, 2012 10:39 AM
    Edited by: rjvencken on Jul 5, 2012 10:51 AM

    1. Can I generate an XML-output file from the XML Data Template alone?
    create data definition with your data template-> create concurrent -> output as xml -> run -> view output and your xml
    I thought the XDODTEXE engine would pick up the (Layout) Template through concurrent program definition CPD short name which in turn points to the Data Definition (and thus Data Template). So does your answer mean I can call straight from CPD to Data Definition? I tried registering my Data Template in the Template Tab but it will not take XML as a type.2. Can I build my (RTF) layout template directly based upon the XML Data Template?
    if you want to use xml publisher desktop then you need xml (with data, not definition)
    So that's not an option I understand. Weird cuz I'd expect this to be technically easier.btw you can create your layout (rtf) without xml (data) and without data template (xml with select statement)
    create filed and past tag definition
    Yes but in that case I'd have an empty report. How would that help me?bouble click on filed:
    "Text Form Field Options" -> "Add Help Text ..." -> "Status Bar" (tab) -> "Type your own:"
    if you use bi publisher desktop plugin
    bouble click on filed:
    "BI Publisher Properties" -> "Advanced" -> "Code"
    or switch to Word Properties
    "BI Publisher Properties" -> "Word Properties" and use above path
    3. Or have I completely lost the plot?
    may be ;)

  • How to create a bootable OEL5.8 .iso from scratch?

    Are there any instructions available about how to create a bootable .iso file, for installing OEL5.8, from scratch?
    We need to build a system which is a customised version of OEL5.8; we want to add some extra RPMs and remove others. We have an older build system which does this based on OEL5.5, but the way it has been built makes this hard to upgrade. We'd like to try starting from OEL5.8 again.
    One possibility would be to download the initial OEL5.8 .iso; mount this as a loop-back filesystem; adjust some RPMs and config; then re-create an .iso from this file. However, this doesn't allow us to update the kernel very easily. We'd prefer an approach which starts from a set of RPMs (perhaps including modified kernel RPMs) and builds the .iso from scratch.
    Many thanks for any pointers.
    Edited by: user11244224 on Mar 5, 2013 7:16 AM

    You cannot simply edit an .iso image file because the iso9660 filesystem is read-only. And even if you create your own iso image from scratch, with a bootable code, any package you add will not be part of the initial installation, unless you recreate the appropriate software repository database and anaconda installer. Sounds like overkill to me for what you are describing.
    Why would you want to go through the endeavor to adjust the Oracle Linux distribution DVD for the purpose of creating a customized system? Why not using Kickstart instead, or a simply create a post-installation script to modify the installation to your needs?

  • What is the impact of destroying and re-creating from scratch the Open Directory Master?

    In order to try and solve some nasty issues hat I have since upgrading to OS X Server 3,0 I am considering completely destroying my OD Master and re-creating the users and groups from scratch. Before doing so (of course I will have multiple backups) I would like to understand:
    1.   When re-creating the users and groups is it sufficient to use the same ‘Unix’ groupid and userid numbers or do I also need to use the original GeneratedUIDs (is that even possible)? Are there any other aspects of the users/groups that I need to be sure to preserve?
    2.   Will there be any impact to services and their data from doing this? Specifically, I have users with data in Mail, Calendar, Contacts and the WiKi. Will they still be able to access their data after the OD destroy/re-create or is that data somehow tied to more than just the username (e.g. does it use the user/group UUID or indeed any other UUID from OD)?
    3.   Will there be any impact to OS X clients bound to the OD? Should I unbind them before destroying and re-bind them afterwards? Will there be any negative impact on the network users who log in via these systems (they all have ‘mobile’ accounts which do *not* sync to the server - all their data is local to the client)?
    Thanks in advance for any advice especially from anyone who has gone through this process.
    Chris

    Hi Rob,
    I have solevd my issue and I did not need to destroy / re-create the Open Directory. See my post here https://discussions.apple.com/thread/5785838 for all the gory details. The long and the short of it was that my problems all came from a point in the past when I changed the hostname of my server after I had created the Open Directory master. Seems like that is a very bad idea! Based on what I found it seems liek any small flaw in DNS forward and reverse name resolution can also cause similar issues. I don't knwo if either of thsoe may apply to your situation?
    As part of troubleshooting my issue I actually created a 'replica' of my server setup on another machine includingthe OD and associated users and groups. What I found was that many services (certainly mail, calendar and contacts) depend completely on the OD users and groups UUIDS. So if you wish to preserve user's data across an OD destroy and re-create it is vital that you carefully note for each group its Unix GID and its OD UUID and for each user their Unix uid, primary group id and UUID. When you are re-creating your OD master, as you create each group, use Directory editor to change its UUID to the original value. Similarly for Users. If you don't then users will no longer have access to any existign Mail, Contacts or Calendar data afterwards!
    HTH,
    Chris

Maybe you are looking for

  • Windows 8 and Raid 5 (English)

    Looking for confirmation that Windows 8 does not have the ability to use Raid 5 even if it is presented a single logical drive by a controller. I have a SABERTOOTH 990FX R2.0 that makes a drive. All the docs say Raid 0 and Raid 1. The Windows 8 and R

  • Function in a query causing a problem ................

    Hello Gurus I have a problem with my select statement which contains 2 function in it. These functions cause the query to run slow. I have cross checked with all the indexes, statistics and index used within the function they are all correct. Please

  • Icloud emails reply to another address?

    Hi So I've tried everything I can think of and searched google for answers, when I send an email from my icloud.com email address to someone they reply to my yahoo.com address (which is my apple ID) is this a default or is this how it works? If I sen

  • Poor quality / background noise on the udio output on HP Pavillion Touch laptop, 15", Windows 8.1

    I have a 2 week old HP Pavilion laptop that's great with one major exception... The audio through headphones is terrible! There is a lot of interference sound, humming and crackling, like static noise, which is there all the time and fluctuates as th

  • Error NEED HELP ASAP!!

    I get this error. I belvie it is refering to this code below You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'leave, supervisor, description) VALUES('TRY2WitterMay-