How to create browser friendly applet???

http://www.geocities.com/aanand_agrawal
this is my site , in this web i have put two class files and two html file
i have give this link to many of my friends but they are not able to see this page bcoz i think there may no JRE installed in their browser .
but is this possile to make applet in such way that need not to install java plugin in every machine...???

No. This is the basic requirement for running an applet: JRE.

Similar Messages

  • How to create a CIRCULAR APPLET

    hi...
    i need help in figuring out how i can create a circular applet
    thanx
    cal_rags

    You can't, as far as I know. You can give the impression of a circular applet by displaying a circle on your applet, and making everything outside the circle match the background of the HTML page, so it is "camouflaged"

  • How to create browse button in Oracle Form Builder?

    Hello all
    I'm learning Oracle Form Builder and i want to create browse button but i don' know how i do
    I hope u will help me!
    Thanks all

    <p>Configure and use the Webutil library functions. See the Webutil link from the OTN Forms home page</p>
    Francois

  • How to create thread in applet without causing modifyThreadGroup exception?

    I've searched through this forum, and it has dozens of posts regarding infamous modifyThreadGroup exception. The two answers I continuously stumble upon are:
    1) Change something in permission file. This is unacceptable, because I'm writing an applet, which by definition should be portable.
    2) Sign the jar file. This is still unacceptable, because a) I do not know how to do this yet b) from what I've seen, process of signing is quite complicated c) I'm still in the development stage, using NetBeans 4.0, so I can't use jar's d) I just need to instantiate a freakin' thread, that's all.
    Now, instead of searching for quick fix, I want to ask couple of meaningful questions.
    1) Why some security managers do not allow me to instantiate new threads in applet? Why other security managers do? (Write once, run everywhere. Yeah, right.)
    2)How can I create thread in applet, maintaining applet's portability?
    PS: Sorry for the attitude. The case is, such things in Java irritate me greatly.

    what are you trying to do within these ThreadsMy applet needs to dynamically receive and display data from a server (also written in Java). Data changes over time, so applet needs to render this changes.
    The problem is not with the content of the thread (for there is no content yet), but with the fact that tread created at all. Here is the code that generate named exception:
            Thread receivingThread = new Thread() {
                public void run(){
                    //do something
    [quote]
    As you can see, I'm not even running a thread, but merely creating it. (Well, I will need to run it anyway, but it's the instantiation that causes problem currently.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to create user-friendly MDX parameters for MS Reporting Services?

    In SQL Server Reporting Service, when I connect to my cube to create a dataset, in Query Designer I create my query with a filter. It creates the following MDX for me:
    SELECT NON EMPTY
    KPIValue("KPI1"), KPIGoal("KPI1"), KPIStatus("KPI1")
    ON COLUMNS, NON EMPTY
    [Create Date].[Month Num].[Month Num].ALLMEMBERS * [Create Date].[Hierarchy].[Month].ALLMEMBERS
    DIMENSION PROPERTIES MEMBER_CAPTION,
    MEMBER_UNIQUE_NAME ON ROWS FROM
    ( SELECT
    ( STRTOSET(@CreateDateYear, CONSTRAINED) )
    ON COLUMNS FROM [ERP])
    WHERE
    ( IIF( STRTOSET(@CreateDateYear, CONSTRAINED).Count = 1,
    STRTOSET(@CreateDateYear, CONSTRAINED),
    [Create Date].[Year].currentmember ) )
    CELL PROPERTIES VALUE, BACK_COLOR,
    FORE_COLOR, FORMATTED_VALUE,
    FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
    When I add this dataset, Reporting Services creates a parameter named CreateDateYear. When I pass a value like "2014" to this parameter I get nothing and I have to pass a value like
    [Create Date].[Year].&[2014].
    How can I change my report to change this parameter for passing the value like "2014" instead of ugly and not user-friendly string
    [Create Date].[Year].&[2014]?

    Hi ,
      Follow the below steps
      1. Create a dataset with MDX as below which would return the member caption (2005,2006 etc) and member uniquename ([Date].[Calendar Year].&[2005],[Date].[Calendar
    Year].&[2006] etc)
    WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Calendar Year].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS [Date].[Calendar Year].CURRENTMEMBER.UNIQUENAME
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue]} ON COLUMNS
    , [Date].[Calendar Year].ALLMEMBERS ON ROWS
    FROM [Adventure Works]
    2. In the parameter's available values choose the above data set and set the options as 
    Value Field = ParameterValue
    ValueCaption = ParameterCaption
    In this way use will see only the years and based on the selection the respective values will be passed to the dataset as parameter.
    Best Regards Sorna

  • How to create browse button

    hi
    I want to create a browse button in a Frame using Swing component..How can i do it?
    thanks.

    201449
    Welcome to the forum. Please don't post in old threads that are long dead. When you have a question, please start a topic of your own. Feel free to provide a link to an old thread if relevant.
    The response you posted is also unrelated to the question asked.
    I'm locking this thread now. It's nearly 3 years old.
    db

  • New to 3D: how to create 3D in applets

    hi!
    i'm new to 3D. although, i'm familiar to applets, i have no idea what tools java has to create 3d objects.
    any (good) links for introductionary tutorials?
    thanks!

    Hi
    Try the following links.they provide tutorials which should be able to help you.
    www.java3d.org
    www.j3d.org

  • How to create SEO friendly, responsive "Coming Soon" page? [was:Help please! I am very new!]

    Hi Guys,
    First off, this is my first post, and will be one of many, as the Dreamweaver bug his bitten, and bitten hard!
    I am new to web design, and am learning Dreamweaver and want to become a web designed after hours as a second job/hobby.
    I am currently (unsuccessfully) working on getting a "coming soon" page up and running.
    I would like the image to be scalable - however then all my text goes everywhere. I cant have it as a image as then Google doesn't index it, as well as i need to have a hyperlink in the body of the text.
    If someone could point me into the right direction, I would be forever thankful!
    I have attached the code:
    <html>
    <head>
    <title>coming soon page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
    body {
              background-image: url(background.jpg);
              background-repeat: no-repeat;
    #content {
              position: absolute;
              left: 70px;
              top: 468px;
              width: 912px;
              height: 120px;
              z-index: 1;
              font-family: calibri;
              font-size: 30px;
              color: rgba(255,255,255,1);
    a:link {
              color: rgba(255,255,255,1);
              text-decoration: none;
    a:visited {
              text-decoration: none;
              color: rgba(255,255,255,1);
    a:hover {
              text-decoration: none;
              color: rgba(255,255,255,1);
    a:active {
              text-decoration: none;
              color: rgba(255,255,255,1);
    </style>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (coming soon page.psd) -->
    <div id="content">The webstie for Hurstar Investments is currently under construction and will be live shortly. If you have any enquiries in the interim, please email us at <a href="mailto: [email protected]">[email protected]</a>. We look forward to hearing from you.</div>
    <table id="Table_01" width="1025" height="768" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td width="1024" height="29" colspan="5">
                                  <img src="images/spacer.gif" width="1024" height="29" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="29" alt=""></td>
              </tr>
              <tr>
                        <td width="708" height="339" colspan="3" rowspan="2">
                                  <img src="images/spacer.gif" width="708" height="339" alt=""></td>
                        <td>
                                  <img src="images/logo.jpg" width="274" height="229" alt=""></td>
                        <td width="42" height="739" rowspan="8">
                                  <img src="images/spacer.gif" width="42" height="739" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="229" alt=""></td>
              </tr>
              <tr>
                        <td width="274" height="211" rowspan="3">
                                  <img src="images/spacer.gif" width="274" height="211" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="110" alt=""></td>
              </tr>
              <tr>
                        <td width="70" height="400" rowspan="6">
                                  <img src="images/spacer.gif" width="70" height="400" alt=""></td>
                        <td>
                                  <img src="images/header.jpg" width="414" height="79" alt=""></td>
                        <td width="224" height="101" rowspan="2">
                                  <img src="images/spacer.gif" width="224" height="101" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="79" alt=""></td>
              </tr>
              <tr>
                        <td width="414" height="22">
                                  <img src="images/spacer.gif" width="414" height="22" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="22" alt=""></td>
              </tr>
              <tr>
                        <td colspan="3"> </td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="121" alt=""></td>
              </tr>
              <tr>
                        <td width="912" height="35" colspan="3">
                                  <img src="images/spacer.gif" width="912" height="35" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="35" alt=""></td>
              </tr>
              <tr>
                        <td colspan="3">
                                  <img src="images/footer.jpg" width="912" height="59" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="59" alt=""></td>
              </tr>
              <tr>
                        <td width="912" height="84" colspan="3">
                                  <img src="images/spacer.gif" width="912" height="84" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="84" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>
    PS: Using Dreamweaver CS6 if that makes any difference.
    Again, thank you sooo much!
    SiD24

    I would like the website to ajust automatically to different brower sizes without having white on the sides, and the text moving all over the place.
    Try this % width layout.  Copy & paste code into a new, blank document in DW.  SaveAs test.html.  Preview in browsers at various viewport widths and text sizes.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document, 1-Col</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    img {
        max-width: 100%;
        vertical-align: baseline
    body {
        padding: 0;
        width: 90%; /**adjust width in px or % as required**/
        margin: 0 auto; /**this is centered**/
        background: #F5DD83;
        color: #505050;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 100%;
        box-shadow: 2px 2px 4px #333;
    header {
        margin: 0;
        padding: 0 1%;
        width: 100%;
        background: #B00202;
        color: #FFF;
    header h1, header h2 {
        display: inline;
        color: #F5DD83;
        padding: 0 1%;
    /**top menu**/
    nav {
        background: #69C;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold
    nav ul {
        margin: 0;
        padding: 0;
    nav li {
        list-style: none;
        display: inline-block;
        margin: 0 1%
    /**menu link styles**/
    nav li a {
        color: #FFF;
        text-decoration: none;
        line-height: 2.5em;
        padding: 6px;
        border: 1px solid #CCC;
    /**on select or mouseover**/
    nav li a:hover, nav li a:active, nav li a:focus {
        background: #CCC;
        color: #505050;
    /**main content**/
    article {
        padding: 2%;
        background: #FFF;
    article h3 {
        color: #2294AE;
        margin-bottom: 0
    article p { margin: 0 0 1em 0 }
    figure {
        text-align:center;
    figcaption {
        text-align: center;
        font-style: oblique;
        font-size: small
    footer {
        background: #B00202;
        color: #FFF;
        text-align: center;
        margin: 0;
    </style>
    </head>
    <body>
    <!--begin header-->
    <header> <h1>Sitename</h1>
    <h2>Some pithy slogan...</h2>
    </header>
    <!--begin navigation-->
    <nav>
    <ul>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    <li><a href="#">Menu Item1</a></li>
    </ul>
    </nav>
    <!--begin main content-->
    <article> <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    <figure> <img src="http://placehold.it/500x325" alt="placeholder">
    <figcaption>Figure 1 Caption</figcaption>
    </figure>
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </article>
    <!--begin footer-->
    <footer> <small>© 2014 Your Site Name. All rights reserved</small> </footer>
    </body>
    </html>
    Within the body of the contect, there needs to be a email link - so I assume that would be a div section.
    Publishing your e-mail address is an open invitation to spammers and e-mail harvesters who will flood your inbox with junk.  If you want people to contact you, use a contact form and a form-to-email processing script that hides your e-mail address from robots.
    Nancy O.

  • How to create signed applet and make it work with browser

    i hav an applet that needs to write a file to onto local system resource. i came to know that the applet needs to be signed. so i searched some guides to create a signed applet but most of them specify how to use it with applet viewer and not on a browser. plz help me with how to sign an applet and and allow it to write a file from within a browser.

    On linux, something like this:
    keytool -genkey -alias signSocket -keystore socketstore -keypass abc123 -dname "cn=your name" -storepass abc123
    jar cvf Socket.jar *.class
    jarsigner -keystore socketstore -storepass abc123 -keypass abc123 -signedjar SSocket.jar Socket.jar signSocket
    And in html:
    CODE = "YourClass.class"
    ARCHIVE = "SSocket.jar"
    ...

  • How to create a browser to view JPEG files?

    Hi people,
    just wondering if anyone knows how to create a simple browser to view JPEG or some other image files?...Is there e.g. or tutorial provided by Sun on this...
    AG

    Sure, the Java Tutorial duscusses working with ImageIcons in an applet (or application) here:
    http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html
    The IconDemoApplet example is just such an image browser. Cheers,
    Chris

  • How to create an applet that shows a pdf as non-editable.

    Hi friends,
    Does any one know how to create an applet that shows a pdf document (should make that pdf a non-editable one) while clicking a link.Its urgent for me as I have to complete this one tomorrow itself...please help me...
    I am able to view the pdf document but that cannot be make a non-editable one.
    Can anyone gave me the code for that one....please I am not very much good in Java.

    PDF is a proprietary format and Java doesn't support it by default. Are you using a 3rd party tool to create the PDF? If so, you need to review the developer docs to see how to make the document non-editable. Frankly, I don't see why you're using an Applet to view a PDF in the first place. What exactly are you trying to do. I'm confused.

  • How can I have My applet work with the browser ??

    I created an applet but it giving an error when I try to put in a web browser
    package applet;
    //This Java Program determines the amount on maturity.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import static java.lang.Math.*;
    import java.applet.Applet;
    public class VanExo extends Applet
         private static final long serialVersionUID = 1L;
         private JLabel amtL, yearL, interestL, valueL;
        private JTextField amtTF, yearTF, interestTF, valueTF;
        private JButton calculateB, exitB;
        private CalculateButtonHandler cbHandler;
        private ExitButtonHandler ebHandler;
        private static final int WIDTH = 400;
        private static final int HEIGHT = 300;
        public void init()
              setLayout(new GridLayout(5, 2));
                //create four labels
            amtL = new JLabel("Amount deposited : ",
                             SwingConstants.RIGHT);
            yearL = new JLabel("Duration in years : ",
                      SwingConstants.RIGHT);
            interestL = new JLabel("Interest rate : ",
                        SwingConstants.RIGHT);
            valueL = new JLabel("Value on maturity : ",
                        SwingConstants.RIGHT);
                //create four textfields
            amtTF = new JTextField(10);
            yearTF = new JTextField(10);
            interestTF = new JTextField(10);
            valueTF = new JTextField(10);
                //create Calculate Button
            calculateB = new JButton("Calculate");
            cbHandler = new CalculateButtonHandler();
            calculateB.addActionListener(cbHandler);
                //create Exit Button
            exitB = new JButton("Exit");
            ebHandler = new ExitButtonHandler();
            exitB.addActionListener(ebHandler);
            add(amtL);
            add(amtTF);
            add(yearL);
            add(yearTF);
            add(interestL);
            add(interestTF);
            add(valueL);
            add(valueTF);
            add(calculateB);
            add(exitB);
                //set the size of the window and display it
            setSize(WIDTH,HEIGHT);
            setVisible(true);
            //setDefaultCloseOperation(EXIT_ON_CLOSE);
        public void start(){
            System.out.println("Applet starting.");
         public void stop(){
            System.out.println("Applet stopping.");
         public void destroy(){
            System.out.println("Destroy method called.");
        private class CalculateButtonHandler implements ActionListener
            public void actionPerformed(ActionEvent e)
                double year, amt, interest, value;
                amt = Double.parseDouble(amtTF.getText());
                year = Double.parseDouble(yearTF.getText());
                interest = Double.parseDouble(interestTF.getText());
                value = amt * pow((1.0 + (interest/100.0)), year);
                valueTF.setText("" + String.format("%.2f", value));
       private class ExitButtonHandler implements ActionListener
            public void actionPerformed(ActionEvent e)
                System.exit(0);
    }

    here the error
    Java Plug-in 1.6.0_05
    Utilisation de la version JRE 1.6.0_05 Java HotSpot(TM) Client VM
    R�pertoire d'accueil de l'utilisateur = C:\Documents and Settings\ndiayea
    c:   effacer la fen�tre de la console
    f:   finaliser les objets de la file d'attente de finalisation
    g:   lib�rer la m�moire
    h:   afficher ce message d'aide
    l:   vider la liste des chargeurs de classes
    m:   imprimer le relev� d'utilisation de la m�moire
    o:   d�clencher la consignation
    p:   recharger la configuration du proxy
    q:   masquer la console
    r:   recharger la configuration des politiques
    s:   vider les propri�t�s syst�me et d�ploiement
    t:   vider la liste des threads
    v:   vider la pile des threads
    x:   effacer le cache de chargeurs de classes
    0-5: fixer le niveau de tra�age � <n>
    java.lang.NoClassDefFoundError: VanExo (wrong name: applet/VanExo)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: VanExo (wrong name: applet/VanExo)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: VanExo (wrong name: applet/VanExo)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: VanExo (wrong name: applet/VanExo)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoClassDefFoundError: VanExo (wrong name: applet/VanExo)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!

    How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!
    I want to know how to create a backup file (because I'm pretty new with itunes, and it's hard to use it for me still), how to store my app data/media/videos, etc. And how I can retrieve them back when I'm done with the app I tried on my friend's computer.
    If anyone can help, it'd be great! Thank you so much!

    Sure-glad to help you. You will not lose any data by changing synching to MacBook Pro from imac. You have set up Time Machine, right? that's how you'd do your backup, so I was told, and how I do my backup on my mac.  You should be able to set a password for it. Save it.  Your stuff should be saved there. So if you want to make your MacBook Pro your primary computer,  I suppose,  back up your stuff with Time machine, turn off Time machine on the iMac, turn it on on the new MacBook Pro, select the hard drive in your Time Capsule, enter your password, and do a backup from there. It might work, and it might take a while, but it should go. As for clogging the hard drive, I can't say. Depends how much stuff you have, and the hard drive's capacity.  As for moving syncing from your iMac to your macbook pro, should be the same. Your phone uses iTunes to sync and so that data should be in the cloud. You can move your iTunes Library to your new Macbook pro
    you should be able to sync your phone on your new MacBook Pro. Don't know if you can move the older backups yet-maybe try someone else, anyways,
    This handy article from Apple explains how
    How to move your iTunes library to a new computer - Apple Support''
    don't forget to de-authorize your iMac if you don't want to play purchased stuff there
    and re-authorize your new macBook Pro
    time machine is an application, and should be found in the Applications folder. it is built in to OS X, so there is nothing else to buy. double click on it, get it going, choose the Hard drive in your Time capsule/Airport as your backup Time Machine  and go for it.  You should see a circle with an arrow on the top right hand of your screen (the Desktop), next to the bluetooth icon, and just after the wifi and eject key (looks sorta like a clock face). This will do automatic backups  of your stuff.

  • How to create and install a toolbar to a browser using java

    Hi all,
    Can any one guide me about how to create and install toolbar to a browser using java ??
    please any one help me about this,i am not getting any idea about this..
    Thanks and Regards
    Sandesh S

    I doubt you can. Those browser toolbars are done by implementing to an API provided by the browser. That API, I don't believe, is provided via Java. But of course, that would be entirely up to the browser, not Java.

  • How to create a Share with friend form

    Hi
    Anyone know how to create a "Share with friend" form? This is to share a simple html page not an e-commerce or blog page.
    FYI a link:
    http://i-communicate.com.au/new/media-handling.htm
    Cheers
    Micha

    I have access to web forms but that type of form doesn't exists.

Maybe you are looking for