Storing information

Hi Folks,
I've recently setup my website, can anyone tell me the best
way to store snippets of text to display dynamically on a page?
I dont really want to go down the database route, having to
setup queries and tables. I would prefer something more simple.
The less coding the better really. Do you think XSLT is a
good option? I could then store all my data as an xml document.
Thanks for your help

Have you played with SPRY and Spry datasets?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Mattastic" <[email protected]> wrote in
message
news:fgt78o$hjr$[email protected]..
> Thanks for your reply
>
> Can anyone tell me how I can display each item in the
xml below, on a
> click of
> a button?
>
> I can list all of the items, but I need to display each
item individually,
> as
> part of my portfolio.
>
> Can someone please help?
>
>
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <?xml-stylesheet type="text/xsl"
href="style.xsl"?>
> <portfolio>
> <item>
> <title>item2</title>
> <company>xxxx</company>
> <date>USA</date>
> <company>Columbia</company>
> <price>10.90</price>
> <year>1985</year>
> </item>
> <item>
> <title>item1</title>
> <company>xxxx</company>
> <date>USA</date>
> <company>Columbia</company>
> <price>10.90</price>
> <year>1985</year>
> </item>
> </portfolio>
>

Similar Messages

  • Stored information in PlsqlDatabaseConnectString  ?

    Hi,
    I have installled oracle apex 3.1.2 and configured dads.conf file. Oracle Apex working.
    i want see backend to hostname:port:SID ,i have refer this values PlsqlDatabaseConnectString in dads.conf
    which table are view stored information in PlsqlDatabaseConnectString ? OR Any other i have to see in admin page.
    Regds
    Murali

    Murali:
    Execute this query from APEX SqlWorkshop. The results from the query should help identify what database/database server specified in the DAD used by your APEX session.
    SELECT SYS_CONTEXT ('USERENV', 'SERVER_HOST') db_host,
           SYS_CONTEXT ('USERENV', 'DB_NAME') DB_NAME,
           SYS_CONTEXT ('USERENV', 'INSTANCE_NAME') INSTANCE
      FROM DUAL Varad

  • Storing information that the user shouldn't be able to access?

    Hello all,
    I'm not sure if this is the appropriate place to post this but feel free to move this post to a better spot if its in the wrong place. Hope you guys can help me I have a program that requires the user to register such as entering a cd-key and other information that proves that the software was purchased. At this point that information is stored in a file where the program later reads from that file to determine wether or not it is indeed unlocked and available for the user to use. Using this method I found that the user could simply copy the entire folder where the program is located including the file that tells the program that it is registered, to another computer. This allows the user to simply copy it to endless computers without ever registering it again. I can see this being posted online somewhere and there goes my program off to everybody for free :(
    What i'm asking is do you guys have any suggestions on how I can make sure the files containing registration information don't get read or copied by the user? So far here are my theories:
    1. Make a file with a name that doesn't seem associated with my program and put that file in a location that isn't easily found.
    *2.* Require the user to activate the software online. Keep track of how many times the specific cd-key has been registered online and limit it to three installations. This would be my preferable method because if a cd-key was given out to say 10 people it wouldn't matter because that cd-key can only be registered 3 times online. However I have no idea how to let a java program write data to an online source yet I know how to read from an online source. (As a side question if anyone could point me to some tutorial where I could learn about writing data to online sources that would be great) If you've ever used Adobe Photoshop CS3 it would hopefully be kind of like their registration method. I don't know if that is possible with Java, though so far it seems anything is possible with Java :)
    Any suggestions would be great. Thanks :)

    I just realized I am not playing fair, if I am going to ask you what yours does i should have said what mine did.
    So, my software that netted me $25,000 basically was an inventory helper for factories that do fabrication. Basically I was in school and working construction as a forman (was my grandpas company and I had grown up around it) full time. I realized that most of the workers under me were very talented at building things, but sucked at basic logical things like going to the scrap pile and finding the board just barely longer than the one you need to cut instead of just grabbing a new board and generating more scrap that means more waste and less profit. After trying to pound this concept into the guys over and over "Your christmass bonuses depend on how little waste we have guys, c'mon" (but with lots more swearing, cause it was construction after all), I realized that this was probably a problem lots of fabrication buisnesses struggled with. So I wrote a program that used a touch screen and a printer that printed on sticker labels (both commercial off the shelf items). When inventory was delivered someone printed up stickers for all the inventory that had a unique tracking number and it's current dimensions written on it. Didn't matter if it was steel, fabric, wood, plastic, or whatever. When someone needed something they went to the touch screen and navigated to the category (type) of material they wanted and then entered the dimensions they needed. The program automatically figured out which exact peice they should grab to use and if they should expect the scrap to be entered back in as a usable length. If it did expect scrap it kept track until the person came back with the new dimensions of the scrap and a new sticker was printed. If scrap was expected but not generated eventually management was notified. Management also got to see who was using what peices, and exactly what kind of inventory they had on hand.
    I got a lot more than $25,000 from the three companies, but I also had to buy computer, touch screens, label printers, pay taxes, get buisness license, pay fees, maintain a second phoneline for "buisness calls", and all sorts of other things that ended up making my pay actually banked for work done about $25,000.
    I sold it to three different companies in the area I lived along with a 3 year contract to fix it whenever broken and the option for them to get new features added at minimul cost. That was 15 years ago now. Of three three one company paid me a little more after the three years ended to get the code ( they wanted to extend the maintenence and service contract but I was moving). One went out of buisness before the three years ended, and the third couldn't convince their employees to use it and ended up giving up on it.
    My game that got me $200 was just a simple side scroller, back when those where popular. I used the $200 to buy an RC car, and released two "updates" with some of the better feature ideas people sent me with their donation (was mail, long before paypal).
    JSG

  • Storing information within a document

    Hi everyone,
    Is there a proper way to store information within a InDesign document?
    I would like my InDesign extension to be able to synchronizes data between a document, and an online database. So in order to do this I would like to store a copy of that database directly in the document most likely in an XML string.
    The reason I'd like to embed it in the document is that I want people to be able to share documents and not loose that data.
    I've looked at labels which seemed to answer this need:
    app.activeDocument.insertLabel('myData', someXML);
    But from what I've gathered around the internet, there is a size limitation of 4,854 bytes for a label. While it might be enough for most cases I can easily see the XML being too big.
    Is there another way of storing data within a document?
    Or do you see another approach to this problem?
    Thanks in advance for your help.
    -- Bastien

    Yes, a lot of data!
    It's interesting that you can write even more (I wrote about 1 Mb),
    but everything over 4,854 is flushed during the save.
    http://indisnip.wordpress.com/2010/07/31/saving-script-data-within-document/#comment-511
    Marijan (tomaxxi)

  • I want to delete my current exchange account. How can I achieve this and not lose stored information such as contacts, photos etc. please help. Thank you.

    I want to delete my current exchange account and replace it with my new one. How can I achieve this and not lose my contacts, photos, etc associated with this account? Please help..
    Thank you,

    Bad idea.
    What information do you want to share, exactly?  You can share contacts, reminders, and calendars with other iCloud users without the need for both of you to use the same iCloud account.  You can authorize both phones to use apps purchased under the same Apple ID without sharing an iCloud account.
    Sharing an iCloud account is a bad idea in general. There is too much opportunity for someone to damage or delete data that will affect both.

  • Some videos do not play when "Block all sites from storing information on this computer" is selected

    I have CS5 installed on my i Mac, running OS X Lion 10.7.5. Using Firefox, I have been having trouble with Adobe TV and the other instructional video's, however some of the video's promoting the new products do work (not all), but when I right click the menu gives me an option that shows flash player 11. whatever is working. I have uninstalled and reinstalled the version that came with my CS5 Design Premium only to be told that to play the video's I have to update my flash player, when I do then the same nothing happens again.
    I can however run the video's on my iPad2 with Safari, haven't set up yet with Firefox. This is becoming a real pain to make room on my desk to view both screens so that I can use the tutorials, video's and tips while working on the various programs. I have checked all of the forum questions that have anything close to my issue to solve the problem. Unfortuately none of the suggestions posted so far have helped.
    If anyone has any other suggestions for me I would be truly grateful.
    Thank you, Tess.

    I know that you have to confirm some of these settings and the exact
    versions Installed and Running  to troubleshoot an issue. Believe me that I
    have been trying to resolve this issue for some time now using every
    suggestion that I can find online (your forums and other site forums). I
    have uninstalled and reinstalled some dozen times over the last couple of
    months trying to correct whatever happened to cause this problem, I will
    continue trying to look for other conflicts or blocks of some kind that may
    have come from some update. I haven't updated my OS yet until some of the
    issues are resolved by Apple, the college I attend updated the lab computers
    and now we cannot scan directly into Photoshop CS4 anymore. I have CS5
    Design Premium but just in case I will hold off for a while to upgrade.
    If I find the issue on my own I will send the information to you so that if
    anyone else has the same problem perhaps they won't have so many headaches
    to fix the issue. See below and attached for all the screens and versions
    that I am currently running for Flash Player, Firefox and the graphics card
    information
    Shows the versions installed and supposedly running on my systemŠ
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    From my system reportŠ
    Firefox:
      Version: 16.0.1
      Last Modified: 10/12/12 10:46 PM
      Kind: Intel
      64-Bit (Intel): Yes
      App Store: No
      Get Info String: Firefox 16.0.1
      Location: /Applications/Firefox.app
    Adobe Flash Player Install Manager:
      Version: 11.4.402.287
      Last Modified: 10/15/12 10:36 PM
      Kind: Intel
      64-Bit (Intel): No
      App Store: No
      Location: /Applications/Utilities/Adobe Flash Player Install Manager.app
    ATI Radeon HD 5670:
      Chipset Model: ATI Radeon HD 5670
      Type: GPU
      Bus: PCIe
      PCIe Lane Width: x16
    VRAM (Total): 512 MB
      Vendor: ATI (0x1002)
      Device ID: 0x68c0
      ROM Revision: 113-B9850H-133
      EFI Driver Version: 01.00.416
    Displays:
    iMac:
      Display Type: LCD
      Resolution: 1920 x 1080
      Pixel Depth: 32-Bit Color (ARGB8888)
      Main Display: Yes
      Mirror: Off
      Online: Yes
      Built-In: Yes
      Connection Type: DisplayPort
    Thank you,
    Theresa Morgan, [email protected]

  • Storing information in a Vector from a file.

    When I try to compile the following program below, I am receiving three error messages stating:
    1) Reference to Variable size as if it was a method.
    2) Method elementAt(int) not found in vector class.
    3) Method addElement(Movie) not found in vector class.
    Is it possible for somebody to give me some feedback in reference to solving my problem?
    import java.io.*;
    import java.util.*;
    public class Main_vector{
    public static void main(String argv[])throws IOException{
    Vector main_vector = Vector.read_vector("In.file");
    int size = main_vector.size();
    for(int counter = 0;counter < size;++counter){
    System.out.println("Information in vector "+ ((Movie)main_vector.elementAt(counter)).rating());
    import java.io.*;
    import java.util.*;
    public class Vector{
    public static Vector read_vector(String filename)throws IOException{
    FileInputStream stream = new FileInputStream("In.file");
    InputStreamReader reader = new InputStreamReader(stream);
    StreamTokenizer tokens = new StreamTokenizer(reader);
    Vector v = new Vector();
    while(tokens.nextToken() != tokens.TT_EOF){
    int x = (int) tokens.nval;
    tokens.nextToken();
    int y = (int) tokens.nval;
    tokens.nextToken();
    int z = (int) tokens.nval;
    v.addElement(new Movie(x,y,z));
    return v;
    }

    1) Reference to Variable size as if it was a method.
    Are you sure you get this? Where?
    2) Method elementAt(int) not found in vector class.
    your own Vector class hides java.util.Vector so you need to use java.util.Vector whenever you mean java.util.Vector and use Vector whenever you mean your own Vector class
    3) Method addElement(Movie) not found in vector class.
    same as above

  • In what table are stored information about BOR objects

    Hi Gurus,
    I have to find all objects like classes, function modules, reports and other related to BOR objects. Let say that I have BOR object type. With this information where can I find information about it? In which table this information are storred?
    Best regards
    Marcin Cholewczuk

    Hi ,
    SWOTDI      Definition Interfaces
    TOJTB       Business object repository: Basic data
    u  can use search  help  in SE11 with  table name equal  to  TOJ*

  • HT6154 I have an inportant app that stores all my passwords, etc... and it transfered to my new iphone 5 but I am unable to open it to view my stored information.

    I have an important app that stores critital information that was transfered to my new apple 5c but I am unable to open the app from my new phone
    I can still access it from both my old iphone and ipad but not the apple 5c

    Ask the app developer how to transfer your data.

  • Storing information in TM as a external hard drive to free up space on Mac

    Sorry if this question has been asked before, but after reading a bunch of questions and comments it is still not clear for me. I need to free space in my mac, can I backup and store information in TM and delete it from my mac without the risk to lose it? If so, how can I do it?

    No. If it gets deleted from the computer, it may be deleted from the Time Machine backup when the drive holding it runs out of space; Time Machine is intended to recover accidentally deleted content and not as primary storage. In addition, if all the copies of it are on a single drive, its failure would wipe them all out.
    You're better off moving it to a separate external drive and setting Time Machine to back that up as well.
    (81178)

  • I have changed my email address, how do I change it with iCloud without losing already stored information?

    I have changed my email address. How do I get iCloud to accept the new address? If I delete the old account to initiate a new one, do I lose information?

    If you get a new email address, you can change your Apple ID from your old address to your new address. Just follow this article: http://support.apple.com/kb/HE40
    Note: @mac.com and @me.com Apple IDs cannot be renamed.

  • Storing information with a thread

    I am working on a multithreaded server where each client runs on its own thread. I wrote a class called Client which extends Thread to make this happen.
    To make it simple (for an example):
    class Client extends Thread
    public String m_clientname;
    //oveloaded run method...
    Now I have a function which can be invoked by any of the clients and I want it to be able to return the name of the current client by accessing the m_clientname variable in the current thread. Something like this:
    public String getClientName()
    Client clThread = (Client) Thread.currentThread();
    return clThread.m_clientname;
    Now, this isn't working (else I wouldn't be posting here). Does anyone know how/if this can be done. Or if there would be a better way of doing this?
    Thanks,
    Thaedrys

    public String getClientName()
    Client clThread = (Client) Thread.currentThread();
    return clThread.m_clientname;
    }first, if this is the way you are going to implement it, the method should be static to explain the way this method is implemented. BUT....
    I don't understand why you would want it to behave this way. You have to guarantee that the caller calling this method is a Client, which i suspect is something you are not doing right now which is why it's failing.
    I would just have this method return m_clientname;
    and it's up to the caller to get the Client he is interested in.

  • We have productivity applications that we use on our iPhones. Can we transfer all the stored information to our new iPad? (or do we basically start over?)

    Plz help

    Some apps do allow cloud storage, or syncing to the desktop and then to another device. You'd have to check your particular apps' developer's websites, or tell us which ones you need help with.

  • Is there any possible way to speak to a person about fixing my firefox browser? It will not open and I do not want to lose the information stored there.

    My firefox browser will not open, so I can not try most of the solutions recommended. I do not want to lose stored information such as bookmarks and pass codes so would unstalling and reinstalling cause me to lose that information? I need to speak to a person to help with this, but do not know how to go about it. Should I be contacting Norton or Mozilla?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    :[[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Where's the information stored of the CLP (mycontacts)?

    Hi all,
    I have a question to the Collaboration Launch Pad CLP, for example accessing the CLP by
    http://<myPortal>/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.shared.ui.CollaborationLaunchPad
    I'm able to add Contact Lists / Contacts / Room members to My Contacts.
    The question for me is, where are theses information stored (where are theses groups and members of mycontacts stored) and is this user-dependend? (because I tried to login under 2 different users, but they both got the same contacts, perhaps as they’re both collaboration admins? But with a 3rd user, ha hasn’t any users available under the CLP?)
    In the CLP view My Contacts are displayed with <myname>_root
    and in the URL there is a alias/%3Cmycontacts%3E to find.
    But I had a look in KM, under the "userhome"-repository, but couldn't find there any stored information, relating to the mycontacts content?
    Can somebody help me please?
    Thanks
    Best regards
    Nenad

    Hi,
    This information is stored in the KM root folder --> ume --> contacts
    You require the content administration role to access this information.
    Go to Content administration -->KM content to access the KM root folder

Maybe you are looking for

  • Window 8.1 rundll error

    Ive just updated from windows 8 to window 8.1 and i get this error that pop up more then 5 time after turn on my pc it said RunDLL There was a problrm starting C:\PROGRA~1\COMMON~1\System\SYSPLA~2.DLL The specified module could not be found. can some

  • Dictionaries not working on Apple 5

    I upgraded to system 10.3 and classic 9.2 since then I can't get spell check to work. I get a message that says old version of main dictionary. Any ideas of how to solve this problem? Send your answer to [email protected] please!!

  • Using Decode or Case

    Hi All, I have an issue cannot resolve myself, need help. DA1> desc test_case Name Null? Type ID NUMBER ID_DESC VARCHAR2(30) CUR_AMT NUMBER PRV_AMT NUMBER YEAR VARCHAR2(4) LOAN_AMT NUMBER DA1> select * from test_case; ID ID_DESC CUR_AMT PRV_AMT YEAR

  • List Purchase order text

    Hi I have 6000 material nr where i need to get the purchase order text from. Is this possible to do in SAP? Thanks Phrozen

  • Airport won't power on

    my airport extreme base station wont power on no light or internet connection try multi plugs in my home.