Need reminder of how this all works!

Hello. Haven't been dealing with my i web sites at all for a couple of years, so my head is totally out of how I originally set all this up- like I'm starting from scratch. What I'm dealing with today: I have sample audio clips set up, as on this page:
http://www.jimsavage.net/THE_JOURNEY_REVIEW.html
I noticed today that some of the clips were'nt working so I was in there editing the html codes; where did I get the code that i pasted in those snippets?
(I copy/pasted code from one song/snippet to another to determine where the problem was; I figured it out, lost the original song's code by mistake.
Thanks

"SharePoint is a .Net web application which is using virtual path provider technology to save and display data from its configured content DB and rest system pages from its installation root file
system"
Above answer may not near to perfect but, interviewer will ask you few more question. I am not sure how will you mark this answer - may be after your next interview until this question asked again. :)
Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Similar Messages

  • I wonder how this code works?

    I was going through java API in order to understand how System.out.println("Print this string"); works. I came to know that println is an instance method of PrintStream class. So, i created an instance of PrintStream (ps) and accessed println. My code works fine BUT i realized that i needed to pass System.out as parameter to PrintStream constructor.
    NOW System.out already refers to an instance of PrintStream class.
    BUT there is no such constructor defined in PrintStream class that requires an instance of PrintStream as parameter (See API).
    I wonder how this code works?
    import java.io.*;
    class AnotherWayToPrint {
         public static void main(String[] args) {
              PrintStream ps = new PrintStream(System.out);
              ps.println("Yes! I am printed.");
              ps.println(System.out); // java.io.PrintStream@1ob62c9
    }

    I was going through java API in order to understand
    how System.out.println("Print this string"); works. I
    came to know that println is an instance method of
    PrintStream class. So, i created an instance of
    PrintStream (ps) and accessed println. My code works
    fine BUT i realized that i needed to pass System.out
    as parameter to PrintStream constructor.
    NOW System.out already refers to an instance of
    PrintStream class.
    BUT there is no such constructor defined in
    PrintStream class that requires an instance of
    PrintStream as parameter (See API). Requires? All the constructors for PrintStream take an OutputStream as a parameter.
    A PrintStream IS AN OutputStream

  • TS1538 Every time I want to sync my iphone to itunes I have to uninstall and reinstall itunes on my pc. It will only ever find the phone once, then I need to go through this all over again.

    Every time I want to sync my iphone to itunes I have to uninstall and reinstall itunes on my pc. It will only ever find the phone once, then I need to go through this all over again.
    How can I solve this?

    You'll have to do it by process of elimination. Sign into the iTunes Store through the App Store app, go to the Purchased section, and look at the list of apps purchased through your own Apple ID. Anything on your iPhone not in that list isn't yours and should be deleted. The same process would apply to content from the iTunes Store.
    Or you can just restore the iPhone from your most recent backup and then redownload everything from the iTunes Store. But if you have a lot of apps or content, that obviously wlll be slow.
    I updated my iphone by his ID , is it still problem?
    That's probably how you got your friend's purchases. It won't be an issue for iOS, but it is an issue for those apps and content.
    Regards.

  • I need to show how colour separations work by gradually combining four single-coloured clips in the time line?

    Hi, I need to demonstrate how colour separations work in the printing process, by animating the additions of each single colour plate to the overall picture. I have four jpegs, one of each colour, plus black, and I want to animate each one on the timeline to simulate the addition of each colour to the printed page. How can I do this? Thanks in advance. Phil

    Video and print do not work in the same way. Video uses additive color, print uses a subtractive method.
    You will have to fake it. Choosing a simple dissolve and combine method, you would also need the interim stages, say a Cyan + Yellow plate and a Cyan + Yellow + Magenta plate, eventually dissolving into the full color version.
    Another way: Have each of the 4 plates appear one after the other on a quad split screen. Allowing time for an explanatory narrative, simultaneously have the 4 plates grow to full screen and move into position. At this point, you can quickly fade to a full color plate.

  • I really can't understand how this recursive works??

    Hi all,
    I have got a recursive function that checks for palendrome string. But it is confusing. I know that a string is palenromme if it is empty or has a char or first char and last one are same and middle is palindromme too.
    but can't understand how this function works.
    class Palindromme
         boolean palindrom(String s)
              if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
                   return true;
              else
              {                    //recursive definition
                   return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
    specially i don't know how palindrom(s.substring(1,s.length()-1)); is working cause it has to be increased for each loop.
    abdul
    PS: actually i don't know how recursion works from Data structure point of view

    Hi,
    ok your palindrome is : "otto"
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                  o                     o                                   tt
    so first part is true                                        
    in the second part palindrom is called again but with the remaining tt
    so second time :
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                   t                     t                                 ""
    Third time:
    if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
    return true;after all for otto the recusion is:
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && s.charAt(1) == s.charAt(s.length()-2) ) && nothing left of otto);
    Phil

  • My account shows we have photoshop CS1 and CS4, but we've purchased CS 5.5 and CS 6, as well as Lightroom 3, the latter two of which we've been using for more than a year, but it doesn't show up in my account.  Have no clue how this forum works, used to b

    my account shows we have photoshop CS1 and CS4, but we've purchased CS 5.5 and CS 6, as well as Lightroom 3, the latter two of which we've been using in excess of a year, but they don't show up in my account.  Have no clue how this forum works, used to be able to call Adobe!  Any idea how we're supposed to talk to Adobe and have our account updated or figure out our serial numbers?

    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • [svn] 3051: actually, for some reason this cast is changing how this method works so

    Revision: 3051
    Author: [email protected]
    Date: 2008-08-29 19:19:32 -0700 (Fri, 29 Aug 2008)
    Log Message:
    actually, for some reason this cast is changing how this method works so
    I'm backing it out!
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/BeanProxy.java

    As I said in your original post, iTunes U is not available to any institution, government or otherwise, in South Korea. If or when Apple will extend iTunes U to your country is something none of us here can say, and Apple will not until such time as they're ready to make an announcement. What Apple's criteria and requirements are for being able to open iTunes U in a given country is unknown; there is no "procedure" that any of us here can state or direct you to that you could initiate. It's totally up to Apple, and if they are working on this, I'm sure they know who in the SK government they would need to work with.
    Sorry, but you will just have to wait and hope that something develops in the future.
    Regards.

  • I need help understanding how this works. AS 2.0

    Its my first time here and i only started learning flash today. I aint too great with maths and i was showed this piece of code that makes a triangles point follow the cursor. It involved mathimatical things ( which i aint so great at) and the guy said "You dont need to know how it works, just how to use it." well i copied his code and it worked, but i have no idea how to use it in other rotation apart from the one he taught us. I dont even understand how to redo his code i saved it to a word document and anytime i wanted to make something rotate something in that fashion i would refer to that. But i dont want to have to do that, i want to know how to use it, dont have to understand it, but use it for other rotation matters. If you are going to help, please try to be a bit simmple i explaining it, cause im new. Dont get me wrong i aint thick but i can find it a bit hard to follow some things, that is i my current problem.
    here is the rotation code:
    onEnterFrame = function()
    hero._rotation = getmouse(hero);
    getmouse = function(mc:MovieClip):Number
    dy = _ymouse-mc._y;
    dx = _xmouse-mc._x;
    rad = Math.atan2(dy,dx);
    rotate = rad*180/Math.PI
    return rotate+90
    also if it helps, here is the video i was watching: http://www.youtube.com/watch?v=w3OfrpbNhHs
    please if you can, explain how the entire thing works.
    thanks for any help given in advance.

    Hi,
    Here's a short primer.  It may not be sufficient but here goes.
    1st, move the closing bracket at the end and put it on the third line.  This makes the code more efficient
    onEnterFrame = function(){                               // this causes Flash to repeatedly
                                                                              execute the next line at the
                                                                              frame rate you selected
                                                                              for your document
           hero._rotation = getmouse(hero);               // this tells Flash to rotate a
                                                                              movie clip (named hero) based
                                                                              on the function getmouse()
    };                                                                     // putting the }; here makes the
                                                                              code more efficient and readable
    getmouse = function(mc:MovieClip):Number{   // This is the function called with
                                                                             mc referring to hero that was
                                                                             passed from the second line.
         dy = _ymouse-mc._y;                                // dy means delta y which subtracts
                                                                            the y position of the movieclip
                                                                            from the mouses y position
         dx = _xmouse-mc._x;                               // dx = delta x (same as above line
                                                                            but on the x axis)
                                                                         // once you have the x and y sides
                                                                            you male a triangle.
                                                                            Now use trig to find the angle
         rad = Math.atan2(dy,dx);                           // the computer works in radians
                                                                            the arc tangent atan2 will give the
                                                                            angle in radians
         rotate = rad*180/Math.PI                            // you want to convert the radians to
                                                                            degrees, that's what this line does
         return rotate+90                                         // this returns the value of rotate back
                                                                            to the calling function in line 2.
                                                                            the +90 determines which part
                                                                        // of the hero movie clip is facing the
                                                                           mouse.
    If you put the mouse cursor over any of the green reserved words above in the Actions panel you will get a desctription of what these do.
    hope that helps.

  • Hey i am unfamiliar with how to use icloud for storage. Can some one slowly( lol ) help me to understand how this thing works. I also need someone to help with how to transfer pics from your iphone to your flash drive.

    Hello i am needing some assistance as i am not very good at how the cloud works. I need to delete my account and start over.  I don't want to loose all of the things that i have on phone. Help!

    Slowly
    http://www.apple.com/icloud/features/
    but surely
    http://www.gottabemobile.com/2011/10/18/how-to-sync-email-contacts-and-calendar- with-icloud/
    we will come
    http://transfer-iphone-contacts.blogspot.com/p/iphone-contacts-sync-via-icloud.h tml
    to understanding
    http://support.apple.com/kb/PH12519
    on how icloud sync and backup work.
    http://www.apple.com/support/icloud/backup/
    http://support.apple.com/kb/ht1766
    And here we will find instructions on how to backup (import) pictures to computer, cause there is no direct transfer to flash drive.
    http://support.apple.com/kb/ht4083

  • I need information on how Adobe Drive works and how to set it up

    Hey folks,
    believe it or not, but I have been searching a lot on the web already on how to find information how Adobe Drive works and how to set it up.
    Most information that I found is old and seems to be valid only for older versions of Creative suite. Here in the company we use CS5.5 and will switch to CS6 soon.
    I already downloaded Adobe Drive 3 and installed it on my Mac. Unfortunately I don't know what to do next? Do I need Adobe CQ to make it work? Or can I use it with an existing SVN infrastructure, that we have here? Actually I would like to access the SVN via Adobe Bridge. But after the installation of Adobe Drive my Bridge CS5.5 is crashing while starting up, and I didn't find out how to fix this again.
    Actually I just found the manual for Adobe Drive 3 and read it. Seems to be easy in case its working. But it's not in my case, as mentioned above.
    Any idea what could be the problem?

    Thanks,
    in the meantime I managed to re-setup Adobe Drive 3 again. Bridge CS5.1 is still crashing (i have a log-file with a detailed error-report, if somebody knows how to extract information from this.
    At least now I can start Drive as a standalone application.
    So now my main question is how to connect Drive 3 to our subversion infrastructure in the company. Does anybody have information on this?

  • Need to understand how ioctl errors work.

    I'm trying to understand how ioctl errors work. Who is responsible for returning a -1 for an error and passing the actual error number in errno? Do the functions miocack and miocnak play any part in this? Where can I find a desciption of miocack, miocnak?

    Hi
    The return value of ioctl is dependent upon the called device
    control function. If for some reason the ioctl is not able to
    call the corresponding device control function then a return
    value of -1 is returned by the kernel and the errno set to
    indicate the type of error.
    -Manish Dixit
    Sun - dts

  • How make ALL work?

    Hi there,
    Below is the syntax I got to know as to how one can have ALL as additional option in Dropdown or ListBox. However do not know how to make that ALL work. I mean to say that when ALL is selected, how can I have all the values passed/filtered to the data source?
    LISTBOX_3.setItems(
        DS_2.getMemberList("_dbY_ASwZEeS6mO4guBZEDA", MemberPresentation.EXTERNAL_KEY, MemberDisplay.KEY, 20,"ALL")
    Regards,
    Tejas

    Hi Tejas,
    Give an if condition in the  On Select of LISTBOX_3 and pass the filter value as blank when "ALL" is selected:
    if(LISTBOX_3.getSelectedValue()=="All"){
      DS_2.setFilter("_dbY_ASwZEeS6mO4guBZEDA", "");
    else {
          DS_2.setFilter("_dbY_ASwZEeS6mO4guBZEDA", LISTBOX_3.getSelectedValue());
    Let me know if it works for you.
    Regards,
    Sruthi

  • Need advice on how to make this all work together

    Not really sure where to post this, so I decided to post here.  I'm trying to streamline devices and move more into the cloud.  Because of some weird network issues it is complicated.  
    Currently I have a MacMini at home.  I am a teacher so office-type documents are important.  I'm currently using Mac Office 2011.  I have a netbook that I use to show PowerPoint at school and to have access to documents.  I use Dropbox to keep them in sync.  I also have an iPhone 4 and 3rd gen iPad with unlimited 3G/4G data.
    The big fly in the ointment is that Dropbox is blocked on our school network.  This causes all kinds of problems because it means I have to sync my netbook in the mornings and afternoons or I get conflicts.  Its also a pain to get things off the net.  I have to use my school PC, then USB it to my netbook because it has no net access. 
    I also want to keep school and personal items completely separate. 
    Things I have been considering....
    Moving to iWork apps to make use of Apple's cloud.
    Replacing my mini with a MBP to use as a base at home, and to then be able to take to school.  I would not want to use it on my projector so that's an issue.
    Using an iPod Touch to show keynote presentations.
    Laptop thoughts usually creep in, but to be honest I've never really used them all that often.  I like lots of screen room. 
    I would prefer the iPad to be my main mobile computer.
    Looking forward to any input.

    I have a MBP, IPAD with retina display, and multiple iphones in the family. I have a Airport Extreme for my router and Apple TV hooked up to our lcd TV. The Apple TV is great because you can use any apple device to project whatever your working with onto the Apple TV with Airplay. Not sure if you would be able to connect your Apple TV to the school network, but if you could that would be the answer along with using the cloud. The key would be access to the school network.

  • I really need help with my icloud and how it all works

    how can i save all music photos apps etc on my icloud for my iphone & ipod touch

    how can i save all music photos apps etc on my icloud for my iphone & ipod touch

  • Yahoo Hosting Vs. Computer as Server. I need to know if this will Work???

    Please re-direct me to the right post if this isn't the best one for this question.
    I just set up an account of Yahoo with their geocities Free website hosting.
    see here http://geocities.yahoo.com/ps/learn2/WhatYouGet4_Free.html
    I really like the fact that they give you free space on their servers even though its only 15mb it's really all I need for my club website. I am currently hosting a website off of my G3 Mac (using it as a server) I am using the built in Web Sharing feature, therefore my website is my IP address, I was wondering if it is possible to make the files People access from my IP address hosted off of my geocites website, but not use their domain. I would like to just keep my IP for now until I purchase a domain from Go-Daddy. My reason for this is my Computer must be left on and it can't bee asleep for people to access my Webpage. So I would like to be able to have somone hosting my website for free, with my IP still as my address, I don't think this is possible but it never hurts to ask right?
    1. Is there free web hosting place out there that will let you do this?
    2. Is there anyway I can make my computer wake up when someone tries to access my site?
    3. Is there anywhere that gives you a fully customizable website for free?
    4. Is there any other options I have?

    Internet Wiz, Just a couple of points, to think about.
    The software that yahoo offers to develop your website is for PC only.
    I use this service myself.
    I paid for my domain name, I also let Yahoo Host the site with Geocities.
    I also have a PC that I use strictly for doing any changes on the site.
    I am the WebMaster, Thus I use them for everything, and I don't have to use my equipment, for anything, other than making changes to my site.
    Yes you can use Mac Software and yes you can use your equipment to host your site. I opted several years ago to use Yahoo for the ease of use.
    If you choose to use your own Software and your equipment, bear in mind it is a 24/7 proposition on your part. for your equipment...Hope this helps..Don
    One last thing the link to your homepage on your profile doesn't work..

Maybe you are looking for

  • Php mysql html on your server application

    hello I can work with example websites php mysql html on your server application ouy have to install, php mysql apache and phpmyadmin on my bakbookpro if your server does not do what I Querro please tell me and I instalho manually if it does I'll use

  • HELP botton doesnt work

    I have the first generation ipod nano and it wont respond when I touch the bottons. I can control it (switch songs, pause etc) when its plugged into my ihome and I use the remote. But otherwise it wont work! I tried restoring it and it did nothing. P

  • Signature printing issue

    hi gurus, We have problem with our AP check printing. The printer has chip where our CFO's signature resides. And when you print the check from Production System, it prints the signature. But when you print the check from Development and Test system,

  • PAI process on value-request.

    Hi In PAI of one of the screens I have module that has to be triggered on value request and show table with possible entries for that screen field (lbl_printer) . When transaction is executed the module is not called when i hit icon close to input fi

  • Integration PS - SRM

    Hi Experts, I am designing a PS system in a landscape where SRM system is already deployed. We need to create our requests for purchasing from PS system into the SRM system, for them to follow the process defined and customized in the system, which w