Link to javadoc doc folder in your webpage

Hi all,
  I'm new to iWeb. I have a folder named "doc" filled with html pages that has been produced as an API for my project through Eclipse. My question , I created a new site and I want to add a hyperlink to this folder to show the project API.
Thank you,
Savanna
P.S.:
Here is an examlple of an API site : http://docs.oracle.com/javase/6/docs/api/java/util/TreeSet.html 

Not to a local folder. Files need to be published to a server.
You can do this on your Mac. Open System Preferences and click on "Sharing". Check "Web Sharing" to set this up. From Mac Help...
Sharing a website on your computer
You can use the Apache web server software included with Mac OS X to host a website on your computer. Before doing so, you should already know how to create HTML pages and build websites.
To host a website on your computer:
Use the HTML editor of your choice to create your website. For your site’s homepage, use the filename “index.html” so that web browsers can locate and open it automatically.
Put all of your website’s pages, graphics, and any media files in your home directory’s Sites folder.The existing index.html page will be replaced with your new index.html page.
Choose Apple menu > System Preferences and click Sharing. 
Select the Web Sharing checkbox.
To view webpages you put in your Sites folder:
Open a web browser and go to http://your.computer.address/~yourusername/.
To find your computer’s address, choose Apple menu > System Preferences, and then select Web Sharing. The address is displayed in the window.
For “yourusername,” use your account name, and make sure you include the ending slash (/). To find your account name, choose Apple menu > System Preferences, click Accounts, and then select your account in the list.
You can also share a website on your computer by placing files in /Library/WebServer/Documents on your hard disk. To place files there, you must be logged in as an administrator. To view these pages, open a web browser and go to http://your.computer.address.

Similar Messages

  • Links according to the folder where the file is?

    I have this script that I found here on this forum and would like to change it so that when you execute it according to relink the file name
    # target illustrator
    linkReplacer function ( ) {
         var = orginalUIL app.userInteractionLevel ;
         app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
         if ( app.documents.length == 0 ) {
              alert (' Please have an " Illustrator " document open before running this script . ' ) ;
              return;
         Else { }
              docRef = app.activeDocument ;
         defaultFolder var = new Folder ( ' ~ / Desktop ' ) ;
         psdFolder defaultFolder.selectDlg var = ( ' Please select the folder of your replacement files ');
         if ( psdFolder == null) return ;
         with ( docRef ) {
              placedFiles var = new Array ( ) ;
              for (var i = 0; i < placedItems.length : i + +) {
                   placedFiles.push ( placedItems [i]. file.name );
              for (var j = 0 j < placedItems.length j + +) {
                   var replace = new File ( psdFolder.fsName + '/' + placedFiles [ j ] ) ;
                   if ( rePlace.exists ) {
                        placedItems [ j ] . file = Replace ;
                   Else { }
                        alert ( 'File " ' + placedFiles [ j ] + " ' is missing ');
         app.userInteractionLevel = orginalUIL ;
    linkReplacer ();
    for example
    filename > TESTE_0000_CLOSED_01
    link contained in the file > TESTE_0000_INDEX
    link contained in the file folder ( TESTE_0000_CLOSED_01 ) is TESTE_0000_INDEX_01
    after running the file the link is > TESTE_0000_INDEX_01
    I do not know if I was clear is complicated to explain
    when run this script searches the linked item in the folder where it is saved, like that instead he relink the file contained in the folder under the file name

    Hi,
    Thanks for all the quick replies!
    If I use Application.ExecutablePath I get:
    C:\Documents and Settings\Administrator\Definicoes locais\App2\2.0\EG5PGYGH.6NX\.....\App.exe
    I published the application in a Tools folder and I need to go up in the path to refer to other folders in the same directory as the Tools.
    So I have a Directory named Application and folders inside: Tools (where I publish the application), SO, Acet, Others. As I will copy the application to another computer while maintaining the same folder structure I need to get the path till the Tools (with
    or without the executable name).
    Any other hint, please?
    Thanks.

  • Problem creating a link to a network folder

    I am working with a SharePoint 2010 site. Due to not being able to utilize SharePoint Designer, I am limited to editing the site by first navigating to the SharePoint site and then selecting edit page from the site options menu.
    I have a table setup and there are two cells within the table that I want to have linked to different network folders. The first cell has 'operations brief' in it, and after researching how to establish a link to a network folder, I learned that I could
    do it by inserting a link and pointing to file://servername. In this situation, I highlighted the text and then selected insert and link from address option. I typed in
    file://Y:\Operations%20Brief\2013 into the URL field. After saving the site, I tested the link and it successfully opened the network folder.
    I then followed the same procedure for another network folder named Quick Reference Card. The only difference between the operations brief folder and the quick reference card folder is that the quick reference card folder has parentheses and numbers - Y:\(8)Library\Quick
    Reference Card (QRC). I am not understanding why when I view the site out of editing mode, I can click on the operations brief folder and have it open. When I click the Quick Reference Card link, nothing happens. The text appears as a hyperlink -- it's in
    blue and is underlined.
    I've removed the link and re-added it several times, only to get the same result. I can't figure out why one link works, and why another one doesn't even though I'm sure I created the second link the same way I created the first link.

    Hi,
    I have followed the same procedure what you followed, it is working as expected and both the links are working fine.  The following is the HTML SOURCE from the content editor web part.  Please verify your HTML source from the content editor part.
    <p>​</p>
    <p>Welcome to Operations folder <a href="file:///Y:/Operations%20Brief/2013">Operations</a></p>
    <p><a href="file:///Y:/(8)Library/Quick%20Reference%20Card%20(QRC)">Quick Reference card folder</a>&#160;</p>
    <p>&#160;</p>
    <p>&#160;</p>
    <p>&#160;</p>
    <p>&#160;</p>
    To view the content editor web part content -> click on Edit Web part -> 
    And also you can try replacing 
    Encoded characters for "(" with %28 and ")" with %29
    http://www.w3schools.com/tags/ref_urlencode.asp
    **Please don't forget to mark as answered and helpful

  • How do I link the javadoc for one jar to another?

    I'm starting to work on the javadocs for my project. It consists of three JAR files. The problem is I haven't figured out is how to link the javadoc for one JAR to that for another jar. So if JAR A declares class X and JAR B has class Y extend class X, they need to be linked. But the javadoc output only has plain text there. What am I doing wrong? Something like @see com.u3e.tests.tools.X is output as text, not a link. I have the same problem for any @see pointing to part of the JDK. @see java.lang.Object is text.
    My project is NetBeans IDE based.  Do I need to manually specify something on the command line?  I see the -sourcepath and -classpath command line options, but don't know if those would help or not.  Ideally, there would be a place directly in the Documentation portion of the properties for each JAR to list that, but I don't see it.  The various JARs are listed under the libraries section as needed to satisfy dependencies.

    The best way IMO is to sync each iPad with your computer. Having all your stuff backed up on a computer is a good idea anyway. Just read how many folks here are trying to recover lost stuff that could easily be copied back from either backup or iTunes on the computer.
    Sync both iPads to the computer. Transfer all photos to the same computer. Then sync again selecting which items you want on each iPad.

  • How can you create a way for someone to download a song on your webpage?

    is there a way to make a button that offers viewers of your webpage to download the media playing?

    Add a button to your page.
    Select it.
    Open the Inspector and choose the 2nd icon from the right.
    Choose "make link to file" and choose a file.
    If the file is already on the server, choose "make link to external page".
    When using QT and the visitor has QT Pro he can download it straight away.
    It's recommened to zip the file. Then it automatically downloads instead of starting to play in the browser.
    Peek at other websites to see how they do it.

  • Link to another Project folder

    I need to link to a module in another project folder. I used
    the click box and in the On Success chose Open other project and
    picked the swf file using the elipsis. However, when I ran it, it
    was looking for the file in the same folder as my current course
    not in the other project folder. Can I not link to another project
    folder using Captivate. We want to reuse components from one
    project to another without having multiple copies in every folder.
    Thanks for all your help.

    With JavaScript, you're limited primarily by your
    imagination, so the example I offered was intentionally generic.
    In practical use, you would probably want Captivate to pass
    only the destination folder & filename and let the JavaScript
    function create the full path. Assuming the relative folder
    structure is the same on each server, you'd only need a single
    generic function.
    For example, if you wanted to launch a file named
    "introduction.htm" in an adjacent folder named "course02", you
    could add the following to Captivate:
    javascript: goToMovie('course02','introduction.htm');
    and add the following to your standard.js file (so it gets
    automatically propagated to each published course):
    function goToMovie(strFolder, strFile)
    var arrPath = window.location.href.split('/');
    arrPath[arrPath.length-2] = strFolder;
    arrPath[arrPath.length-1] = strFile;
    window.location.href = arrPath.join('/');
    The Captivate function passes the folder and file name as
    quoted string variables and the JavaScript function then uses those
    variables to create a new URL. You can get as fancy as you like,
    such as adding logic to go up more than one folder level, but
    hopefully you get the general idea.

  • Good idea? . . . Moving the Apple Mail folder to your data volume

    Read the below quote from Mac Performance Guide. Is it a good idea? I know a bit of DOS, so I am used to command line commands but even after after Lloyd Chambers explanation, still not sure what is going to happen?
    ln -s /Volumes/Master/Mail Library/Mail
    The reason I want to move my Mail folder out of the home directory is because I plan to have a SSD as my boot drive and the home directory is on the boot drive, correct?
    "Moving the Apple Mail folder to your data volume
    This trick lets you move your Mail folder out of your home directory onto your data volume. I’ve used this technique for years so that I can forget about having to back up my home directory (default location for Apple Mail) and simply back up my one data volume: Master. The same trick can be used for any similarly irritating program that insists on storing its data in your home directory, rather than giving you a choice (a few programs are too brain-dead for this to work). Programs like iTunes let you choose where to put your music; use that option.
    Your Apple Mail folder is in the Library folder of your home directory.
    The trick requires starting Terminal. If that makes you uncomfortable, stop here! You are going to make a symbolic link.
    0. Quit Apple Mail, and make a backup of your mail folder.
    1. Copy the Mail folder to the top level of your data drive (or elsewhere, then modify step 3 appropriately).
    2. Rename the original mail folder to Mail.old as an additional backup.
    3. Start a Terminal window and type:
    ln -s /Volumes/Master/Mail Library/Mail
    This makes a symbolic link to the folder Mail on the volume Master (type the name of your volume, and use quotes around it if the volume name contains a space character). The resulting file Library/Mail is a tiny file that says “look over there on /Volumes/Master/Mail instead”.
    From here on out Apple Mail won’t know the difference! Launch Apple Mail and verify that it worked. If you encounter problems, simply copy your backup back into place."

    I just put the entire /Users/myaccount on another drive.
    Unlock Account control panel - advanced options -
    /Volumes/volname/Users/myaccount
    Move the whole enchilada instead of just mail. Definitely want to get Safari or web browsers cache which does a lot of I/O also. maybe put /Users on 2nd SSD or 10K VelociRaptor. Or just use your 640GB drive for /Users

  • Grouping and linking by giving a Folder Name?????

    Hi all.
    Is there any possibilities to have LINKS for the given FOLDER (specified by the user).
    For eg:
    SystemName: \\Sys1\c\TestFolder
    \\Sys1\c\TestFolder.....Like this the Folder name will be given. What is the need here is to generate automatic link to the sub folders of files.
    Here links needed for Italicized words....
    C:\TestFolder (Folder name will be specified in the code)
    |
    |----- TestFile1(Sub files-Link needed)
    |----- TestFile2(Sub files-Link needed)
    |----- TestFile3(Sub files-Link needed)
    |<<Some folders or files >>

    What's a link in your understanding?Link like <<a href>>.
    Any classes available?
    Sub files, folders links of the given particular
    FOLDER name should be displayed automatically and
    <<sub files, folders>> should be opened.
    Should be displayed where?

  • Need direct link of javadoc

    Please send me direct link of javadoc. Thanks

    Hi,
    Javadoc is a part of the standard JDK.
    It is as simple as nothing else. Just go by this link:
    http://java.sun.com/javase/downloads/
    Download "JDK 6 Update 13". Install it on your computer. In the "bin" directory of your JDK installation you will find javadoc.exe. That's it!
    Javadoc itself is a program that automatically generates HTML Java API documentation by any Java sources. Sometimes people call "JavaDoc" that very HTML documentation generated with javadoc.exe (no matter from what).
    What you mean saying "a file javadocs.zip" is unclear. If you are looking for the standard Java API documentation (that describes all the Java classes which constitute the JDK) that documentation can be equally downloaded from the same page:
    http://java.sun.com/javase/downloads/
    It is found there under the title "Java SE 6 Documentation".
    Leonid Rudy
    http://www.docflex.com

  • I was doing some thing on my mac and the normal link to the applications folder from the bottom right hand corner disappeared, I cant find it anywhere, Can you help me?

    I was doing some thing on my mac and the normal link to the applications folder from the bottom right hand corner disappeared, I cant find it anywhere, Can you help me?

    Simple process. If an iPhone go to the Apple Store and not Verizon
    the phone from Verizon will be a refurbished device and not new unless under the 14 day worry free guarantee
    good luck

  • How to create a dynamic link in a Form to link to a specific FOLDER

    Hello,
    I have created a reports of all employees of my department.
    This reports shows me the empno and ename
    When I clicked on a empno ( for example empno = 1 ) then then I got a MASTER DETAIL FORM about that employee(empno = 1) .
    Who he or she is and which course he or she had followed.
    I want create a dynamic link in the MASTER DETAIL FORM which shows me directly the folder of that employee ( in this example folder 1 ).
    If I clickt on the report with all employees of my department on an other number ( for example empno = 3333333) then if I click on the dynamic link in the MASTER DETAIL FORM I want to see the folder of employee 3333333 !!! You know what I mean ?
    What I want to know is, how to create a dynamic link that shows me directly a folder which is dependent on which empno I had clicked on in the report ( report with employee numbers and ename )
    Is there any way to pass some parameters into a link to a Folder ? Is this possible in Portal ? Does anyone know how to do this, or do you have a suggestion how to solve this problem ?
    Thanks a lot !!!
    Chu Lam

    Hi Chetan,
    I am glad that someone had replied on my question.
    I will explain it to you again.
    I have created a report that shows me all employees. If I click on a employee number then I get an MASTER DETAIL FORM on my screen with all the information(where he works now and which number I have to dial ifhow can I reach him by telephone) of that employee on which number I clicked on.
    I really like this mechanism. (You click on a number and the information that you see in the next screen is dependent of the number you clicked on ! )I have created all this. It works fine.
    What I want is to expand this example.
    Every employee has a FOLDER (yes, those ones in Content Area ) which they can insert text or image into that folder. The folder name is just the employee number. ( employee with employee number 3303, he owns a folder which is named 3303 and an employee with empno 9999, he or she owns a folder with the name 9999. )
    Every employee can tell more about himself in that FOLDER by iserting text and images. For example : What he likes, pictures of his vacation, something like this.
    What I want is this :
    If I click on the first report,which provides me all employees on screen, on a employee number 3303 then I get a Master Detail Form on my screen with all information about that employee with employee number 3303. And I want in this MASTER DETAIL FORM to create a link that shows me directly the FOLDER of that employee ( 3303), so I can learn more about employee with employee number 3303. But I don't know how to create this link.
    That link had to be dependent on the employee number. The difficult thing about this link is that this link had to be dynamic.
    I hope this will make it clear to you :
    (report all employees:)
    empno ename
    3301 john smith
    3302 peter clark
    3303 wilson jones
    If I click on a empno ( for example 3303) then I get a MASTER DETAIL FORM which provides me information.
    (MASTER DETAIL FORM )
    EMPNO 3303
    ENAME wilson jones
    department New York
    mobile number 98908763
    Company tel. no day
    AOL 097485838 monday till wednesday
    Oracle 04848584333 thursday and friday
    LINK
    (what I want is to create a link here )
    If I click on LINK in this MASTER DETAIL FORM then I want to link to the FOLDER of this employee ! ( In this example it is FOLDER 3303.
    BUT IF I CLICKED ON THE FIRST REPORT ON A DIFFERENT NUMBER ( FOR EXAMPLE 3301) THEN IF I CLICK ON LINK IN THE MASTER DETAIL FORM THEN I HAVE TO LINKED TO FOLDER 3301.
    I just want to know how to make a link like this ( create a dynamic link to a specific folder ).
    Thanks in Advance.
    Chu

  • How do I set up subdomains pointing to folder in your site

    I am trying to determine whether it is possible to set up a series of subdomains such that each points to content within a folder in your site with the URL of pages displayed showing the subdomain without the subfolder name.
    Case in question… If I have a website at say mysite.com.au with subfolders, dir01 and dir02 that each contain the pages I want displayed in relation to subdomains. I set up subdomains sub01 and sub02.
    Is it possible to have my BC site working such that I can reference a page, say page01, within the subfolder to be displayed with its subdomain name as sub01.mysite.com.au/page01 rather than seeing it as mysite.com.au/dir01/page01
    I know I can point the home page for the subdomain to a page within the folder but it still shows the subfolder in the url – I want the pages within the subfolder to be related to the subdomain and show/use url’s based on the subdomain without reference to the subfolder.
    Is this possible and if so is this a simple or complex process to put in place?

    Hi, I think this may help:
    Create a landing page where your main domain will point to and add this code within the HEAD tag and just specify the folder for your countries as bellow demonstrated.
    <head>
    <script> window.location =
    {% if globals.visitor.country == 'AU' %}
    "/au"
    {% elsif globals.visitor.country == 'US' %}
    "/us"
    {% elsif globals.visitor.country == 'GB' %}
    "/gb"
    {% else %}
    "/store-unavailable"
      {% endif %}
    </script>
    </head>
    DONT FORGET THIS WILL ONLY WORK IF YOU ENABLE YOUR BC.NEXT RENDERING FOR LIQUID CODING.
    I normally use it to display messages on my site for each country as a welcome.

  • Link/RE-link to word docs with form fields?

    Trying something new, and when I took the InDesign 2 day class the instructor was not very familiar with linking to word docs, she just never used the feature.
    So, I have multiple contributors who will onlly work in word. I am trying to set up a template/form for them to fill in that I can link to my .indt.
    I have the styles set up and matching, and I'm looking for a way that I can lock everything but the areas where they need to fill in information. My plan is to do this by making a form in Word with text fields. Will this transfer over to the InDesign file when I relink? If not what is an alternative solution using Word with out having to copy and past all the time ?

    Ohhh k.
    OK Yes this is possible.
    I do mean for it to link, the content is dynamic I need the technical people to be able to edit content before I get it. The point is to have multiple contributors working in word (absolutely must be word), creating new content that can be fed into indesign relatively automatically while preserving the InDesigns styles applied to certain text frames.
    It does need to link back to get content updates so I have this option turned on in the general preferences to allow this.
    The word documet is set up, as follows:
    Form fields are created, along with their respective titles or headings. A style/structure element is applied. The style doesn't have to match what is in indesign but it is helpful.
    Click the text box and got to "Place"
    Select the document and select the "Show Import Options"
    Under import options select "Preserve Styles and formatting..." Then Select the "Customize Style Import" radial and click style mapping. I tried doesn't this with the Automatic Import and it didn't work properly, custom mapping will identify the right information to style while overiding the actual style information from Word and instead uses the InDesign Style.
    So... not necessarily a job for InCopy, though I realize that would be better, working in for a Microsoft Partner Network Gold Certified Partner, it would be impossible to get everyone to switch over to InCopy.

  • Updating link to Word Doc is causing a permissions issue

    Hi.  I am attempting to update a link to a Word file, and it is causing a permissions issues in Word when I try to open the Word document back up while the InDesign file is still open.
    Is there any way to link to a Word document that can be worked on while the InDesign file is being worked on?  I think I can use buzzword as an alternative, but I'm looking for the easiest possible solution.
    Thanks!
    Alicia

    Word checks for locked files. In that if another app is using the file, you can not open the file until the other app closes the file. It does this to make sure word has the lastest version of the file. This is partly due to word being using in an office environment were multiple people can be working on the same document.
    Since word is fairly quick to open. You could use the edit original icon in the links panel of InDesign. Make your changes in word once the document opens, then use the keyboard shortcuts ctrl-s to save and alt-F4 to close word.

  • I have mistakenly deleted a mail folder which I had created. Can't remember if it was located to 'iCloud' or 'On My Mac'. How can I retrieve the emails contained in this deleted folder? Your help will be immensely appreciated!

    I have mistakenly deleted a mail folder in which I had created. I can't remember if it was located to 'iCloud' or 'On My Mac'. How can I retrieve the emails contained in this deleted folder? Your help will be immensely appreciated!

    Yeah not a problem. It does seem though that if you did not have a Time Machine backup then you may not be able to recover the deleted folder :/ But for future reference to prevent any of this, a Time Machine backup is a great investment.
    What it does is create an entire backup of your computer anything from personal information down to the screen saver.
    What you first need is a new external hard drive (I would recommend a 1TB or higher just to prevent running out of space soon).
    after that, just plug in the drive to your computer.
    once it is plugged in, in the top right hand corner, close to the wi-fi symbol, you should see a symbol that looks like a clock with a backwards arrow around it.
    click on that and select "open time machine preferences"
    just turn the button to the "on" position, and select the backup drive and Time Machine does the rest
    very great tool

Maybe you are looking for