Understanding of -- "/1BCDWB/LSF00000017F01" include

Hello Friends,
How to edit these kind of includes "/1BCDWB/LSF00000017F01". I know this is auto generated one and how will I come to know this include is belongs to which program or area? Is it possible to edit this include?
Please help me to understand about this.
Thanks,
Shreekant

Hi,
First check the attributes of the program like Which Application & Package.
THen try for Where Used List of the PGM. u may get some info.
By the Way , why u want to edit the include . what's ur reqiorement.
Reward Points if it is Useful.
Thanks,
Manjunath MS

Similar Messages

  • Understanding Linux/Unix/Arch - not the same thing as using it

    Hi there Archers!
    I've been using Linux for almost a year now. I started out pretty rough, with Fedora - and uninstalled it pretty quickly as it wasn't the easiest OS to start with, and I didn't have that extra time to learn it by then. I then proceeded with Ubuntu and Mint, until I decided at the beginning of May 2013 to become an Archer/Archie. I'm proud of this decision. (y)
    Using Linux and understanding it as I have learned are two entirely different thing, oh so different. I hope this isn't too much to ask for, but I would very much like the advice of some experienced users - which I presume I will find here, easily:
    I want to understand Unix/Linux better, maybe not the whole Arch concept - since The Arch Way isn't that hard to understand, at least not the concept. What shall I read and do? I know there is much information out there -  but I have no desire to read things that you guys don't find helpful, and I am looking for some pro-tips.
    Thanks.

    drcouzelis wrote:
    grabbexi wrote:I want to understand Unix/Linux better
    Which aspect of Unix / Linux do you want to understand better?
    Options include:
    Networking
    Servers
    System administration (user accounts, permissions)
    Software development
    Package management
    Differences between distributions / operating systems
    Kernel compiling
    The Linux Standard Base (LSB)
    Shared libraries
    Version control software
    Embedded linux
    The init process, boot manager, and dual booting
    File systems
    And other stuff.
    I was thinking a basic mix of everthing above, basically. Like: What are libraries? How does the system administration work? How does the kernel work? Etc. I mean - the answers are often not so complicated to understand on a basic level. My problem is, I don't know what questions to ask.
    I think I'm looking for some "tasks" which don't require a lot of time, I don't really HAVE the need to do extremely much on my Arch - but I would love to be ABLE to do more.
    bohoomil wrote:Well, I believe you mean 'using a particular Linux distribution' in the first place.
    Yes, you are right - that is what I meant.
    General response: Thanks to all of you so far. I'm starting to understand what I should do, just hoping I'm on the right track now.

  • Best practices for including CSS on publishing

    In order to have completely self-contained project folders, I have css in my project folder.   I don't understand why you can include .js Scripts, and have them publish automatically yet you can't do the same for css scripts.  This is truly baffling since css is at least as fundamental to an html project as js.
    What I want is to be able to include a .css file in my project, so that when the project is published, the css file gets copied into the published folder along with the images and js.  There's really no reason why images and js should be copied but not css.  Also, this would include saving as a template.

    Well the problem is not loading the CSS files.  That can easily be done.  The problem is using the local css file, and having that file COPIED to the publish folder.  This is important because....
    If you edit an image, the image will get copied on publish
    If you edit a locally included .js file, the local verson will get copied on publish
    If you make any edit to the project, the edits will show up in the published files.
    If you make an edit to a local css file, it WILL NOT be copied on publish.
    So if you have several existing example projects, and you open one up, make some changes and publish it to a new location, everything will be there EXCEPT the css.  That is very odd behavior for an html5 creation app.
    If there is possible interferance, that all the more reason to have Edge adding css to projects, so it can notice such interferances.

  • Static JSP Include throws Errors

    Hi,
    I am facing a issue in my jsp.
    I have a .html to include in my jsp.
    I have to do a static include. The code snippet is :
    The variable categoryName can have different values like weather,events,pets,etc......
    Is there anything wrong in the statement?
    jsp is giving me error's.
    <%@ include file="/community/photo/modules/carousel/"<%=categoryName%>+".html" %>
    Error is
    File "/community/photo/modules/carousel/<%=categoryName%>.html" not found
    Any help is really appreciated. or please let me know if there is any other way to do it?
    Thanks
    Deepti

    DeeptiChhabra wrote:
    Hi,
    I am facing a issue in my jsp.
    I have a .html to include in my jsp.
    I have to do a static include. The code snippet is :
    The variable categoryName can have different values like weather,events,pets,etc......
    Is there anything wrong in the statement?
    jsp is giving me error's.
    <%@ include file="/community/photo/modules/carousel/"<%=categoryName%>+".html" %>
    Error is
    File "/community/photo/modules/carousel/<%=categoryName%>.html" not found
    Any help is really appreciated. or please let me know if there is any other way to do it?
    Thanks
    DeeptiOk first thing which you need to understand here is static include is also known as compile time include now as we are trying to use a runtime variable their it is so obvious that we cannot the jasper complier cannot recognize it.
    now in order to include the content like this we need to runtime include which <jsp:include/>
    However asper the above senario we cannot directly use it aswell. my advice for you would write a servlet which can forward us to this page something like the one below.
    Sample JSP Code Snippet:
    <%
       String pageUrl = "/community/photo/modules/carousel/"+categoryName+".html";
    %>
    <jsp:include page="/forwardServlet">
        <jsp:param name="page" value="<%=pageUrl%>" />
    </jsp:include>Sample Servlet Code Snipett:
    public class ForwardServlet extends HttpServlet{
        public void processAction(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
           req.getRequestDispatcher(req.getParameter("page")).forward(req,res);
       public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
               processAction(req, res);
       public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
               processAction(req, res);
    }Hope might that help :)
    REGARDS,
    RaHuL

  • Can a template NOT include the body?

    This may be as much a coding question as a DW one. I'm an
    novice with html and css etc. but can plow my way through usually.
    I also have studied quite a number of web sites to learn
    techniques. One that I like is to put an ID with a <body>
    statement so I can address that page separately in CSS if there's
    something unique about the page.
    I also use templates almost entirely for common navigation
    code (e.g. top menu, footer, etc.) along with most of the common
    <head> records.
    I decided to see if I could use both the <body id="x">
    technique and the template but DW didn't seem to want to make a
    template without the <body> statement which defeats the
    purpuse of the body ID.
    Is there an approach in DW (or just general site and page
    design) which allows for the use of the body ID technique for
    individual page formatting AND the ability to create "standard"
    parts of a page (i.e. template)?
    Thanks
    Tom

    > Last question, which might be better in a new thread, is
    about linking css
    > vs.
    > importing it. Is the core difference between linking a
    style sheet and
    > importing a style sheet similar in value as using SSI?
    In other words,
    > the big
    > value is that the CSS can change and you don't have to
    re-publish all the
    > pages
    > that use the style sheet (?).
    No. Your external stylesheets will be cached in either case.
    The main
    difference is that by using the @import function, you can
    link to a single
    stylesheet that @imports multiple other stylesheets. This
    would be for
    convenience and clarity - you avoid encumbering your page
    with (potentially)
    oodles of links to other stylesheets.
    > Am I correct in assuming that the individual style sheet
    does NOT need to
    > be
    > on the server if you are going to always publish all the
    site's pages if a
    > change is made to a style sheet. If, on the other hand,
    I'm going to
    > import
    > it, it must be on the server.
    >
    > Do I have this right?
    I don't understand your thinking here. A linked stylesheet
    must always be
    on the server, whether it is a standard link or an @import
    link.
    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
    ==================
    "TCarp" <[email protected]> wrote in message
    news:[email protected]...
    > This is very interesting (and helpful). Couple this with
    some css stuff
    > (like
    > an ID and/or Class in a <body> statement) and
    things become quite
    > reusable.
    >
    > Last question, which might be better in a new thread, is
    about linking css
    > vs.
    > importing it. Is the core difference between linking a
    style sheet and
    > importing a style sheet similar in value as using SSI?
    In other words,
    > the big
    > value is that the CSS can change and you don't have to
    re-publish all the
    > pages
    > that use the style sheet (?).
    >
    > Am I correct in assuming that the individual style sheet
    does NOT need to
    > be
    > on the server if you are going to always publish all the
    site's pages if a
    > change is made to a style sheet. If, on the other hand,
    I'm going to
    > import
    > it, it must be on the server.
    >
    > Do I have this right?
    >
    > Understanding the why of includes (don't have to
    re-publish the entire
    > site)
    > may explain the why of imported style sheets.
    >
    > Tom
    >

  • BPA 11gR1 and JDev 11.1 - Roundtrip - what is included?

    I am aware that Oracle has improved the roundtrip capability in the recent versions. I have got a question for understanding, what exactly is included.
    To my knowledge the "roundtrip" contains the following:
    Part 1: BPA -> JDev
    1- Inside the BPA database you generate a dataset by "Sharing with IT" that JDev understands and can interpret as BPEL flow.
    2- If you change something within BPA, you can update the generated dataset and can let JDev compare the changes and finally merge new flow elements into an already extended BPEL flow.
    This process is quite clear to me.
    Part 2: JDev -> BPA
    Although I can save within JDev my manually extended composite into the BPA Server, I haven't found anything about this way back into BPA. I am aware that this is from modelling perspective perhaps not the right approach, but what will happen if I save my own JDev changes back and what can I do within BPA with it? What kind of data will be saved?
    Can you point me to some documentation to get a better understanding?
    Thanks a lot
    Volker

    Thanks a lot, such a process sounds logically and would complete my understanding of a roundtrip.
    I just checked how it will work, but it seams that I have misinterpreted something, because it is not working in my environment.
    Finally I got a "java.lang.Exception: script BPELImport, line 101: There are no IT modifications to be propagated to BPA".
    Here are the steps I did:
    1. Send a fresh Blue Print from BPA to JDev.
    2. Open BPEL process in JDev and add an additional "scope" between existing scopes, and name it appropriate.
    3. Add some additional activities inside this new scope.
    4. Save everything
    5. Close existing PBEL view.
    6. Going back to composite view
    7. Hit "Save to BPA Server ..." icon.
    A message tells me that it is uploading xx Bytes ...
    But finally the error message above appears.
    I have checked the folder called "Improvement Proposals" in the root of my BPA Server Database, but it is empty (which is logical if the message is correct).
    This test is repeatable.
    What is missing? Why is my additional scope not recognized as an improvement proposal?
    Thanks a lot!

  • What exactly does VCast VPac include

    I just enrolled in Premium Plan and was told that it covered unlimited EVERYTHING, there would never be additional charges to my bill, it is unlimited and there would be no use of minutes for using the features.  However, I spoke to a different rep today regarding a second phone on the plan and it appears this is not the case.  I cannot find anything online that lists what VCast or VPac includes.  IE: does it include download of music at no charge?  No minutes?  Does it include accessing internet sites at no charge, no minutes?
    Does it include sending/receiving unlimited emails at no charge, no minutes?
      Is there a place that explains this feature in detail?  In black and white?
      I was hoping for a plan that my irresponsible son couldn't surprise me with a bunch of unexpected charges, while still having some nice features, but it looks like this might not do it.  If I have to block his use of the internet to avoid additional charges, there would be no point in having the premium plan that I can see.

    Catzmeow::
    From my understanding, the Premium Plan includes unlimited MB usage (internet, texting, picture/video messaging), as well as including song/ringtone downloads (or basically anything which falls under VCast, so also streaming music/video), whereas VPack offers unlimited song/ringtone downloads and music/video streaming.
    (I'm referencing http://www.verizonwireless.com/b2c/splash/planfamily.jsp?lid=//global//plans//voice+plans//family for this info... notice on the chart where it shows the checkmark under Premium for VCast VPack, which seems to me to mean that it's built into the Premium Plan.)
    You may wish to double-check with customer service to verify this is indeed the case, but it looks like your Premium Plan should already have the protection for even VCast surprises built in.
    Hope this helps!

  • Include a BOOLEAN COLUMN TO MY JTABLE

    Hi there,
    I have been reading a trying to understand how can I include a BOOLEAN column to my promgram but it it pretty hard, anybody can help me to do this change, just i'm using SQL to populate this JTABLE and I'm using this code:
    I need add my BOOLean code to the first position, also I will need to read this information selected....
    String url = "jdbc:odbc:bradygirls";
    Ex1Con = DriverManager.getConnection("jdbc:as400:10.1.2.235",
    "ESRIOSJ", "MANUEL");
    Ex1Stmt = Ex1Con.createStatement();
    Ex1rs = Ex1Stmt
    .executeQuery("SELECT plt,AUT,STY,cuo,(totcut/12),(totrec/12) FROM QGPL.OPENCUT99 WHERE PLT=32 AND TOTREC>0");
    int li_row = 0;
    while (Ex1rs.next()) {
    myTable.setValueAt(Ex1rs.getString(1), li_row, 1);
    myTable.setValueAt(Ex1rs.getString(2), li_row, 2);
    myTable.setValueAt(Ex1rs.getString(3), li_row, 3);
    myTable.setValueAt(Ex1rs.getString(4), li_row, 4);
    myTable.setValueAt(Ex1rs.getInt(5), li_row, 5);
    myTable.setValueAt(Ex1rs.getInt(6), li_row,6);
    li_row++;
    }

    I would advise against mixing the JDBC code with the
    GUI code.
    Split them up. Use a table model to store the data
    and use the tutorials as reference. You have been
    given links to them several times:
    http://java.sun.com/docs/books/tutorial/uiswing/index.
    htmlThanks,
    Why, you don not advise to do that?

  • Include new feature where user can get JSP as XML model or normal HTML

    Hi Creator Team,
    I request you guys to include the below specified feature in future updates.
    Currently, creator is supporting to generate JSPS in XML formats. No doubt this is good feature.
    But some times we may require JSP in which we may not in need of well formed HTML page.
    Because all Designeres and developers are may not aware of XML features and nodoubt they will face the problem in coding or designing.
    It is not necessary that a developer/designer need to accustom the features currently supported. He/She may expect more easier access in studio creator.
    I understand that we can include JSPs into project taht are not well formed. But at the same time it is almost difficult to him/her to design the page (drag/drop process which is main feature of Studio Creator)
    I request and suggest to include both options so that it will become easy for developers/designers to use this good product

    Has this feature been incorporated in the latest SJSC 2 release? I too think that this will be more easier to adapt to as a newbie. Moreover, I haven't found anything on this front anywhere else in the forums or in the technical documentations. Other way around could be to provide decent tutorials on using JSP in XML syntax. I am currently using J2EE tutorial (June 2005 release) to learn this technology.
    I would be glad if someone could point out a decent resource on this front.
    Thanks in advance,
    Dev

  • Layer 2 & 3 switch question\understanding

    Hello,
    I would like to have a nice explanation on a couple of things regarding layer 2 & 3 switches. The last time I asked this question it kind of went in different directions, so to avoid that I'll try and be clearer. These things below are what I do not need explanations on (followed below that I will explain what I need to understand better). What I do not need explanations on:
    - I understand what vlans are
    - I understand the difference between layer 2 & 3 switches
    - I know what vlan trunking\tagging is
    - I know what a default gateway is
    - I understand that Layer 3 switches does the IP routing and layer 2 doesn't (mac addresses).
    What I need to understand clearly is:
    When I look at a layer 2 switch (show run) I see that the default vlan1 has no ip address and is shut down, a new vlan was created vlan10 and this vlan was given an IP address and default gateway. But the switch its self was given an IP address as well.
    For ex:
    interface Vlan1
    no ip address
    shutdown
    interface Vlan10
    ip address 10.10.50.2 255.255.255.0
    ip helper-address 10.10.50.101
    no ip route-cache
    ip default-gateway 10.10.50.20
    So I'm assuming the default gateway for the pc's that connect to this switch is 10.10.50.20 which is also the IP of the inside interface of the firewall.
    So if that is correct then this is what I don't understand:
    Why is there an IP for interface and DG address for vlan10?
    Why do I read that there can only be 1 management vlan per switch? What do they specifically mean by management vlan? There has to be obviously an IP address to telnet into (10.10.40.2)? But if its used for management only why then are almost all the interfaces associated with that vlan10?
    Shouldn't there be a vlan interface to access the switch and another vlan for all the computers to associate with?
    So basically I need to understand better the concept of interface vlan and management vlan and ip default gateway.
    Thanks!
    Hello,
    I would like to have a nice explanation on a couple of things regarding layer 2 & 3 switches. The last time I asked this question it kind of went in different directions, so to avoid that I'll try and be clearer. These things below are what I do not need explanations on (followed below that I will explain what I need to understand better). What I do not need explanations on:
    - I understand what vlans are
    - I understand the difference between layer 2 & 3 switches
    - I know what vlan trunking\tagging is
    - I know what a default gateway is
    - I understand that Layer 3 switches does the IP routing and layer 2 doesn't (mac addresses).
    What I need to understand clearly is:
    When I look at a layer 2 switch (show run) I see that the default vlan1 has no ip address and is shut down, a new vlan was created vlan10 and this vlan was given an IP address and default gateway. But the switch its self was given an IP address as well.
    For ex:
    interface Vlan1
    no ip address
    shutdown
    interface Vlan10
    ip address 10.10.50.2 255.255.255.0
    ip helper-address 10.10.50.101
    no ip route-cache
    ip default-gateway 10.10.50.20
    So I'm assuming the default gateway for the pc's that connect to this switch is 10.10.50.20 which is also the IP of the inside interface of the firewall.
    So if that is correct then this is what I don't understand:
    Why is there an IP for interface and DG address for vlan10?
    Why do I read that there can only be 1 management vlan per switch? What do they specifically mean by management vlan? There has to be obviously an IP address to telnet into (10.10.40.2)? But if its used for management only why then are almost all the interfaces associated with that vlan10?
    Shouldn't there be a vlan interface to access the switch and another vlan for all the computers to associate with?
    So basically I need to understand better the concept of interface vlan and management vlan and ip default gateway.
    Thanks!

    Ok but the book I'm reading says there can only be one management vlan per switch for management traffic. So all the clients in vlan10 is just a name, doesnt mean anything to them?
    Yes there can be only one management vlan.  But remember a L2 switch can have multiple vlans configured on it at L2 ie. in the vlan database. The restriction on a L2 switch is that you can only have one L3 vlan interface. So if you configured the management vlan to be vlan 3 for example the the switch would have 2 vlans at L2  but you would only have a L3 vlan interface for vlan 11 So -
    "sh vlan brief"  would show vlan 10 and vlan 11
    "sh ip int brief | include Vlan" would show only one vlan interface up/up and that would be vlan 11. The only other vlan interface you would see would be for vlan 1 but it would be down with no ip address configured.
    Ok, I understand all clients (switch included) use the ip address 10.10.50.2 255.255.255.0 as the default gateway (the firewall). I dont understand "If you used a different vlan to manage the switch then you wouldn't have the same default gateway as the clients. "
    The default gateway is tied to IP subnet. So lets say as above you use vlan 11 for management with an IP subnet of 192.168.5.0/24. 
    int vlan 11
    ip address 192.168.5.2 255.255.255.0
    ip default-gateway 192.168.5.1    <--- the default gateway needs to be in the same subnet.
    So the clients in vlan 10 attached to the switch are still using 10.10.50.2 as their default gateway but the switch is using 192.168.5.1 as it's default gateway. The device with the IP address 192.168.5.1 could be another interface on the firewall, it could be a vlan interface on a L3 switch, it could be on a router.
    Now  to make things simple lets say instead of the firewall both default gateways IPs are on a L3 switch.
    int vlan 10
    ip address 10.10.50.2 255.255.255.0
    int vlan 11
    ip address 192.168.5.1 255.255.255.0
    the L2 switch is connnected to the L3 switch with a L2 trunk. It needs to be because you need both vlan 10 and 11 to go via the trunk.
    From a PC in vlan 10 you want to connect to the switch. You telnet to the switch.
    1) the PC compares it's IP and subnet mask with the IP of the switch and realises it is on a different subnet so it needs to send the packets to it's default gateway
    2) the packet goes from the PC down the trunk (tagged with vlan 10) to the L3 switch
    3) the L3 switch looks up the destination IP and sees it is for a 192.168.5.x address
    4) the L3 switch has an interface on the 192.168.5.x subnet so it routes the packet onto that vlan and sends it back down the trunk link to the L2 switch. This time the packet is tagged with a vlan 11 tag.
    5) the L2 switch receives the packet.
    The return traffic is just the same but done in reverse.
    Note i assumed the PC had the mac address of it's default gateway in it's arp table. I also assumed the L2 and L3 switches had all the mac address to port mappings in their respective mac address tables.
    Again, please feel free to come back.
    Jon

  • Custom transaction attached to SAP delivered code

    HI
    We have a requirement that all custom program and transactions are secure. Usually we have the developers add an auth check statement to the program and add that check to the custom t-code in SU24.
    today I have the situation that we are using SAP delivered code and attaching a custom transaction. Since we don't want to modify the SAP code, how is it possible to get any check on the transaction? I know that SU24 won't force the check unless the program is changed. So is there any way to have any type of auth object checked? Or is this a situation where no check would be needed and no objects added to the role when the new tcode is added? (SE93?)
    Hope that makes sense!
    Thanks
    Bobbi

    Here is where I run into problems. I am not a developer and have a hard time reading the code. This particular report is to display vendor address data. As far as I can tell I do not see anything that appears to be authority checks.
    This is the top level of the code:
    report AQZZZVEND=======ZVEND_ADDR====.
    include /1BCDWB/IQG000000000055DAT.
    data %dtab type standard table of /1BCDWB/IQG000000000055 with header line.
    data %subrc type sy-subrc.
    include /1BCDWB/IQG000000000055SSCR.
    include /1BCDWB/IQG000000000055SSCRAT.
    start-of-selection.
      if %runmode-extr_on <> space.
        call function '/1BCDWB/IQG000000000055EXTR'
             tables     %selopt = %seloptions
                        %dtab   = %dtab
             changing   %rtmode = %runmode
             exceptions no_data = 1
                        others  = 2.
        %subrc = sy-subrc.
        call function 'RSAQRT_CHECK_EXTR'
             exporting extr_subrc = %subrc
             tables    dtab   = %dtab
             changing  rtmode = %runmode.
      endif.
    end-of-selection.
      if %runmode-show_on <> space.
        call function '/1BCDWB/IQG000000000055SHOW'
             tables   %dtab   = %dtab
             changing %rtmode = %runmode.
      endif.
       special code for old API and BW extractor calls
    form %set_data changing p_lines type i.
      import ldata to %dtab from memory id 'AQLISTDATA'.
      describe table %dtab lines p_lines.
      free memory id 'AQLISTDATA'.
    endform.
    form %get_data tables p_dtab  structure %dtab
                   using  p_first type i
                          p_last  type i.
      append lines of %dtab from p_first to p_last to p_dtab.
    endform.
    form %get_ref_to_table using p_lid   type aql_lid
                                 p_ref   type ref to data
                                 p_subrc type i.
      if p_lid = %iqid-lid.
        create data p_ref like %dtab[].
        p_subrc = 0.
      else.
        p_subrc = 4.
      endif.
    endform.
    ================================================================================================
    The abaper doesn't seem to understand what  I am asking of him so I am stuck. It appears this custom transaction will go in without any checks on it unless you can perhaps advise me on how to proceed. Any help is appreciated.

  • Single sign-on and different usernames and passwords

    Hello,
    I am building a Portal with WLPS 3.5 and WLS 6.0. I tried to get
    information about the background of single sign-on.
    I understand, that I need a Realm (i.e. LDAP Realm) to authenticate the
    user for the first login to the portal (with username and password).
    Now I would like to integrate my webmail-programm (to get emails from
    Lotus Notes via Internet) as a portlet.
    For my understanding the user has to authorizate to get access to webmail.
    Therefore I create a ACL for webmail and this ACL is assigned to my
    security Realm.
    I would like the portlet to show after login the number of mails for the
    specific user. But where are the username and password for webmail stored
    and how are they received and forwarded?
    I understand that my ACL included all users that have access to webmail
    (i.e. all users). But I only want emails for the specific user.
    Does WLS get all usernames and passwords while the first login? Do I have to
    implement a algorithmen to get the specific username and password for the
    requested resource in my portlet?
    Has anyone solved a similar problem or can tell me where I can get more
    information. I read the WebLogic Security document but I cant find a
    answer to my questions.
    Thanks
    Lydia

    Lydia,
    I'm not an expert in this area, but I can give you a start.
    As for single sign-on, there are different levels. For single sign-on across web-apps,
    the servlet spec requires this (section 12.6 of th 2.3 spec) and therefore Weblogic
    does this.
    What you are talking about is single sign-on across back-end applications through
    a web-app. BEA has partnered with Securant (just acquired by RSA) to provide this
    kind of functionality. Browse to http://www.rsasecurity.com/products/ and look
    at the ClearTrust product. BEA has also partnered with Netegrity (www.netegrity.com)
    with their SiteMinder product. Neither is included in the Weblogic license. I'm
    sure either vendor would be excited to explain how their product will solve your
    problem if you give them a call.
    As for where the username and passwords are stored, that is up to the realm. If
    you are using the default WLPS RDBMSRealm, the username and encrypted password
    are stored in the WLCS_USER table. If you are using LDAPRealm, they are stored
    in your LDAP server.
    Hope this was useful!
    PJL
    [email protected] wrote:
    Hello,
    I am using PersonalizationServer 3.5 and WLS 6.0 SP 2.
    Now I try to unterstand the functionality of Single sign-on when a user
    has different usernames and passwords for different applications.
    Can someone explain where the usernames and passwords for a user are
    stored (all in the LDAP-realm or a RDBMS-realm?) When a user access the
    application how username and passwords are mapped? Or usernames and
    passwords for all applications are the same and will be equalized?
    Precisely I would like to get access to a mail-account for a specific
    user
    (webmail from Lotus Notes).
    Thanks for any help
    Lydia

  • Windows XP Media Center Edition FAQ

    What is a Media Center PC?
    It is basically a regular PC, but designed to fit into your home entertainment system to replace your DVD player, Hi-Fi, TV set-top box, as well as allowing other functions as email, web browsing and more, all from the comfort of your armchair, or elsewhere
    Many new Media Center PCs (MCPCs or Home Theatre PCs - HTPCs) are styled like hi-fi components to blend in under your TV, while many are regular PCs with extra multimedia functions.
    What is Windows XP Media Center Edition?
    Windows XP Media Center Edition (or XP MCE for short) is basically Windows XP Professional (Service Pack 2) without advanced networking support (but including Remote Desktop Connection) and extra applications to turn your PC into a fully fledged Home Theatre PC (HTPC). The main Microsoft Media Center appplication allows a full screen interface suitable for viewing on TVs (pictured below left) and controlled by an easy to use Microsoft remote control device (below right), so you can watch and record TV, view DVDs and listen to audio CDs and digital music files.
    How do I get WinXP MCE?
    At the time of writing, XP MCE is only available as an OEM pack which you can purchase from your nearest dealer or online reseller, or if pre-installed on a purchased system. MCE is currently only available as a 32bit (x86) version, but works on 64bit systems.
    The Media Center application is also included with the Home Premium and Ultimate editions of Windows Vista.
    How do I install WinXP MCE?
    MCE installs the same way as any other version of Windows XP. However it cannot be installed as an upgrade, you must do a clean install. MCE comes on two disks; a WinXP XP SP2 disc, and the MCE extras disc. Boot from CD1 as you would normally when installing Windows. The setup screens will indicate Windows XP Professional, this is normal. During the graphic part of the install process, you will be prompted to insert CD2. This is obviously the second CD of the set which you should insert, as it contains the necessary extra Media Center enhancements. When it is done, Setup will ask you for the "Windows XP SP2 CD". It is actually just asking for the first disc again, so reinsert it and let it continue.
    When install is complete, the system will reboot, and you will see the normal Windows XP desktop, though with a slightly different theme. To begin using the Media Center program straight away, click on Media Center in the Start Menu to begin the Media Center Setup wizard.
    What graphics hardware is required for MCE to work correctly?
    MCE works with DirectX 9.0c, so ideally your hardware at a minimum needs to be DirectX 9.0 compatible.
    MCE requires a minimum of 64mb video RAM (shared or dedicated), 128mb recommended for the full visual "eye-candy" interface effects.
    For Nvidia GPU chipsets, MCE drivers can be found here: nVidia Drivers. You'll need at least a Geforce FX5200 for MCE to work (however I have it running on an integrated Geforce 4 MX with no problems).
    For ATI GPU chipsets, drivers for MCE can be found here: ATi Drivers. You'll need at least a 9250 for MCE to work, but I understand that the 9200 may also suffice.
    Unfortunately, I understand that SiS and Via (S3) chipsets (as found on many mobos with integrated VGA) are NOT MCE compatible. Some Intel integrated VGA chipsets will work now, you should refer to Intel's website for updated drivers. I also understand that Via have introduced MCE compatible drivers for their Epia SP13000 ITX board, again refer to Via's website for correct drivers. However, it is recommended to use an add-in VGA card for best results, unless you have a new board which has integrated Geforce 6100 or ATI Xpress chipsets
    What TV hardware works with MCE?
    In order to display TV output, MCE requires an MPEG2 stream to display. It cannot encode this itself, so requires a hardware based TV tuner / capture card, such as the Hauppage PVR MCE series, or the MSI Theater 550PRO (above left). The card receives analog video through the aerial connection, or svideo / composite inputs, encodes it into MPEG2 format, which MCE can display.
    This type of analog card is required to connect a cable or satellite box (eg Telewest, NTL or Sky in UK). Using the Microsoft remote receiver, two supplied IR blasters affix to the set-top box, so MCE can automatically change channels when needed.
    For best picture quality on digital TV though, you can use a software-based DVB-T card, such as the Hauppauge Nova-T or the Black Gold DVB-T (above right). Using a regular aerial, these receive high quality digital terrestrial (OTA) signals (eg the Freeview service in UK), which are broadcast in MPEG2 format, and therefore no encoding is required. In the USA, ATSC is the digital terrestrial standard used, as DVB is not available there.
    Unfortunately UK users of DVB-T cards will currently not be able to make use of DVB subtitles, interactive text-based services such as Teletext and BBCi, or listen to the Digital Radio services available on Freeview. UK DVB Digital Audio services are now available with MCE Rollup 2.
    Unlike with VGA cards, MCE requires that your TV hardware has special BDA (Broadcast Driver Architecture) drivers which are MCE compatible. Check your hardware manufacturers website for compatible drivers.
    Unfortunately, analogue TV hardware that is software-driven (such as MSI TV@nywhere and Vox) won't work in MCE.
    Windows Vista Media Center will introduce support for cable (DVB-C) and satellite (DVB-S)tuner cards
    Do I need any other software to make MCE work?
    As MCE is essentially based around Windows Media Player 10, you will be aware that WMP cannot play DVDs until you install a suitable DVD codec. This is also the case with MCE, as until you install this MPEG2 codec, MCE won't play ANY video (including TV). So you will also need to purchase additional MCE compatible DVD player software, such as Cyberlink PowerDVD 6, Intervideo WinDVD 6, or Nvidia's DVD Decoder MPEG codec. Results can be varied using different codecs, so it is best to try a trial version of such software to see which gives you the best results before purchasing. You may find that suitable DVD software may already be supplied with some VGA or TV tuner cards.
    Anything else I need?
    You will also require an internet connection (not imperative, but certainly very useful) in order for MCE to access the internet in order to find and download TV guide listings, and album and artist information when playing CDs, MP3s and WMAs.
    Without guide information, you will have to manually schedule TV recordings, and no programme information will be available.
    If you are planning on having your Media Center in your living room, the Microsoft Remote Controller will allow you to control all aspects of the MCE interface without the need for a keyboard or mouse connected.
    If you are connecting your Media Center to your TV, then your video display device will need TV-out capabilities (S-Video or Composite). S-Video offers better picture quality over composite video, but you will need to ensure your TV supports S-Video input, otherwise you will just see black and white video.
    If your TV supports RGB inputs, then you may be able to obtain a VGA > RGB adaptor, which offers even better picture quality (search with Google, there are lots of sites about this). Many modern LCD and plasma TVs also support direct VGA / DVI inputs. VGA > RGB/SCART is only compatible with ATI Radeon VGA cards.
    Can I watch one channel while recording another?
    Yes, but you will need two identical TV devices, eg 2x DVB-T cards. You cannot have one analogue card, and one digital, as MCE presumes both hardware devices receive same channels, and can pick and choose between them. (However in the USA, you may have two analogue tuners, and one HDTV tuner)
    This is straightforward when using two identical DVB-T cards. MCE has a channel list and guide data, so for example you are watching BBC1 on one tuner, MCE uses the other tuner to record the other programme on ITV2. Both cards are receiving the same input.
    It gets a little more complicated if you want to do the same with a paid subscription service, such as NTL Cable or Sky Satellite in UK. As well as having two matching tuners (although I understand that some companies, including Hauppage, are releasing "dual-tuner" cards) you will also require two set-top boxes, with a subscription for each, as MCE needs to be able to change the channel on each set-top box seperately.
    Good links....
    Windows XP Media Center Edition 2005 homepage
    The Green Button - very good MCE community forum
    MCESoft - for all sorts of plug-ins and extras for MCE
    XPMCE.com - Windows Media Center forums
    ukShazam.com - Media Center help & more
    Note: MSI is not responsible for the content of external links[/b]
    Look out for me in the XPMCE forums if you need further help!
    That's about it for now, hope you find it useful. As I think of (meaning "remember" ) other stuff I'll add it above. If you know something that I've missed out, please post below with as much info as you can, and I'll add it to the guide, with a credit to you!
    If you need help to solve a problem or want to ask a question, then START your own thread, with as much info as you can, please do NOT post in this thread, this thread is only for tricks,tips and useful reference info.

    For some reason when using the "certified" MCE version of the Forceware drivers, after a short while all the buttons in the menus become "corrupted"
    The simple solution: use regular XP/2000 version of Forceware drivers. They still work perfectly in MCE2005, and the graphical corruption doesn't appear.
    nVidia Drivers
    EDIT: this problem appears to have been corrected in the recent Rollup 2 Update

  • Master data not present in the reporting cube

    Dear Experts,
    There is a scenario in report design for me.
    I have already created the Bex report and all the fields as mentioned are in the  sales report.
    Client now wants to include two more fields in the report.
    One is the keyfig  " Net value" which is present in the sales cube  and i have already included in the report
    and another field which is master data  0profit_center  is not present in the cube.
    Any ideas how can i include this  0profit center  data  so that i can display in the report?
    As far as i understand, I need to include this master data in the sales  Infocube which is being used for reporting.
    But i am pondering  upon the impact on the system because of this.
    Now i have checked the BI system and the ECC table. In VBRP table of ECC,  the profit center is present.
    But when i see in BI the profit center is not being loaded  from ECC but from flat file source system.
    So i am confused how to go forward.
    Can anyone suggest me  what should be my approach?
    Best Regards!!

    You didn't understand what we suggested.
    Rather than checking 0profit_ctr master data, you need to find the info objects(which are part of your cube) which have master data. in those 0profit_ctr can be a attribute. if yes then navigation settings will work.
    if not then you can add 0profit_ctr to info cube and user master data look up thru routine or option read from master data(bw 7.3).
    Other wise, directly add 0profit_ctr to your flat file data source(and cube) and maintain data thru flat file.
    To look up your cube and 0pfirt_ctr need to have relations with another info objects other wise not possible.

  • My hyperlinks have gone awry

    Help, my hyperlinks have done their own thing. I want all my hyperlinks to be blue as a:link. I defined my links in my external style sheet to be blue; however, when I visted my page in chrome or on my mobile phone some of my links are blue and the rest are purple. In chrome on the desktop, the "home" link in the navigation is blue and the rest of the links in the navigation are purple lol. This looks terrible to me and I'm sure others? How can I force each link to be blue, can I add a bit of code to the <a href ....> tad at every link to force each one blue? I have attached my source code and my external style sheet below. Please help me get this fixed. I've had this problem in previous designs as well. I know dreamweaver can be  buggy but there is usually a way around using the code. Thanks to all who help:
    Source code:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>The Fat Loss Factor</title>
    <link href="externalstyles.css" rel="stylesheet" type="text/css"><style type="text/css">
    .sfadsf {font-family: 'Myriad Pro'}
    .size {font-family: 'Myriad Pro'; font-size: 19px; }
    .size {font-size: 19px}
    #Table {
              margin-left: 0px;
              font-family: "Myriad Pro";
              font-size: 14px;
    #PACKAGE {
              margin-left: 200px;
    .boldbig {
              font-size: 18px;
              font-weight: bold;
    a:link {
              color: #00F;
    a:hover {
              color: #F00;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/permanent-marker:n4:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="nav">
      <table width="100%" border="0">
        <tr>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/index.html">Home</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/terms.html">Terms</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/disclaimer.html">Disclaimer</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/privacy.html">Privacy</a></th>
        </tr>
      </table>
    </div>
    <div class="header" id="header"><p><center><img src="header.jpg" width="1000" height="294"  alt=""/></center></p></div>
    <div class="body">
      <h1 style="text-align: center"> </h1>
      <h1 style="text-align: center">&quot;Introducing <a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a>, Your Detox and Solution to Weight Loss!&quot;</h1>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center">Download The 1st Bonus &gt;&gt;&gt;</h2>
      <p style="text-align: center"> </p>
      <h3 style="text-align: center"><a href="http://bit.ly/14473an">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center; font-family: 'Myriad Pro';"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The Fat Loss Factor 5 Toxins In Your Body That Sabotage Your Weight Loss,</strong> by Dr. Charles (a $9.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles details parasites (how common they are) and how to get rid of them, food additives, interesting facts on protein, stress, emotional eating and more! </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"><a href="http://bit.ly/14473an"><img src="FLF_5_toxins.jpg" width="259" height="330"  alt=""/></a></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </h2>
      <h2>Download
        The 2nd Bonus &gt;&gt;&gt;
      </h2>
      <p> </p>
      <p> </p>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><a href="http://bit.ly/14pMUL7">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><span style="font-size: 19px">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The 7 Habits Of Highly Effective Weight Loss,</strong> by Dr. Charles (a $4.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles contains 7 highly effective habits plus one secret bonus habit. A few of the habits explained are the &quot;pyramid, grazer and holiday&quot; principles. </span>Make sure you know and master these basics. A new habit takes 300 repeptitions to implement and 3000 repepitions to break. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_7_habits.jpg" width="259" height="330"  alt=""/></p>
      <p> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;">Download The 3rd Bonus &gt;&gt;&gt;<br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </h2>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><strong><br>
        <a href="http://bit.ly/19ZveOv">DOWNLOAD THE BONUS HERE</a></strong></h3>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>Lessons From The Miracle Doctors A Step-by-Step Guide To Optimum Health and Relief from Catastrophic Illness,</strong> by Jon Barron (a $19.99 value): This ebook created by Jon Barron is highly accepeted for its value and knowledge that has helped inform others about healthy practices and alternatives to traditional medicine.  178 pages in length, it is a must have for anyone serious about improving their health today, especially for those that have experimented with alternative medical treatments before. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_MD_lessons.jpg" width="259" height="330"  alt=""/></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">These bonus ebooks are highly recommended and will serve as a cumulative or additive effect to the results from The Fat Loss Factor. Make sure to experience this amazing remedy as the entire package, bonuses included. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">THE FAT LOSS FACTOR REVIEW</span></h2>
      <p style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a> is here and <span class="hightlighter">exposed.</span> Do you have a weight related problem or maybe you are someone that just wants to lose some pounds to feel and look better? Perhaps you have stubborn bodyfat that won't come off. This is where The Fat Loss Factor can help you achieve your dream. It is a revolutionary program ready to be <span class="hightlighter">TAPPED</span> into today. Within 10 minutes you can begin to delve into the information that puts you closer to your goal or ideal body weight. Unlike your typical crash diet that may leave you heavier in the long run, the Fat Loss Factor preaches a novel, one-of-a-kind call to action; however, who is Dr. Charles, what does he know?</p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <div id="wrapper">
        <p> </p>
              <span style="font-family: 'Myriad Pro'; font-size: 19px;">Dr. Charles is: </span>
        <ul>
          <li>A Board-Certified chiropractic physician<span style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"></span></li>
        <li>Certified wellness practitioner </li>
        <li>Certified advanced nutritionist </li>
        <li>Speaker &amp; has </li>
        <li>Helped thousands reach their weight loss dream</li>
    </ul>
    </div>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">Dr. Charles invented the Fat Loss Factor after an experiment with his favorite client. Lory, after her pregnancy was at a whopping 210 lbs; however, at the end of Dr. Charles' innovative weight loss solution, Lory weighed only 120 lbs total! That's a total weight loss of incredible <span class="hightlighter">90 pounds!</span> In addition, Lori's genes were tainted with diabetes and obesity  throughout her family lineage. Lory accomplished this feat while rearing her child. In the picture below, Lori stands accomplished on the beach at the fat left. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="Before&Aftersnaps.jpg"  alt=""/></span></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT CAN THE FAT LOSS FACTOR DO FOR ME?</h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <ul>
      <ul>
        <ul>
        <ul>
          <ul>
          <ul>
            <ul>
            <ul>
              <ul>
                <p> </p></ul></ul></ul></ul></ul></ul>
          </ul>
        </ul>
      <p style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Lori lost an incredible <span class="hightlighter">16 dress sizes</span>! She realizes a size even smaller than her highschool days, a goal you can accomplish as well! Women, especially need a program like The Fat Loss Factor when considering the barriers to their success. Let's review basic physiology to edify you in understanding the culprits. Success will be more practical when we have knowledge of what's working against us, right?</p>
      <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><!--- end wrapper div --->  <span style="font-size: 18px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="women_hurdles.jpg"  alt=""/></span></p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">SUCCESS WILL BE YOURS!</h2>
      <dl>
      </dl>
      <p><br>
        <br>
        <br>
        <br>
        <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Charles pondered, if Lori can do it, despite her barriers, than many people will experience asoulte weight loss through The Fat Loss Factor. Their bodies will be SOLD to fat loss. People will meet and exceed their expectations and guess what? There is proof. Go now, to this video page &gt;&gt;&gt; <a href="http://kimbroj.flfenglish.hop.clickbank.net">here</a> and scroll down to the bottom of the page to view the amazing quanity of facebook comments. Notice thousands of comments from people suceeding like you will, you can do it! Visualize your way to the finish line, you can become the next customer to post a success story. Why wait, &quot;<a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout">Get it</a>&quot; within minutes from now. Experience joy!</span></p>
      <p style="text-align: center"> </p><br>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT ONE CUSTOMER WANTS YOU TO EXPERIENCE</p>
      <p> </p>
      <p> </p>
      <div id="FLF Movie"><p><center><iframe width="420" height="315" src="//www.youtube.com/embed/vL5tYcuc5Jg" frameborder="0" allowfullscreen></iframe></center></p></div>
      <p style="text-align: center">Video Caption: The Incredible <a href="h.hop.clickbank.net?pid=checkout">Fat Loss Factor</a> yours now!</p>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHAT DOES THE FAT LOSS FACTOR <span class="hightlighter">PREACH</span>?</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><br>
        <br>
      </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">With an initial running time of 12 weeks, the first couple are dedicated to detox. After purchasing, you'll have many items to help you reach your goal. On page 30 of The Fat Loss Factor are recommended foods that will detox your system, binding fat and destroying it from the body. These handy foods are generally organic. You'll also learn which foods are hazardous to fat reduction. Not to mention Dr. Charles' mailing list will keep you current with what foods to intake. Image that, constant reminders to help you reach your goal, that's all included and very handy. You're beginning to see and realzie how it all comes together in unity to work for you.</span></p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <h2 style="font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400; text-align: center;">TELL ME MORE ABOUT THIS POTENTIAL SOLUTION</h2>
        <br>
        <br>
        <br>
        <br>
      <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">I want you to know exactly what you might decide to purchase which is why I have included the entire table of contents to the main ebook of the series: The Fat Loss Factor. Note this table of contents is condensed for the purpose of copyright. You'll actually get more than what you see below. Note The Fat Loss Factor is divdied into 12 principles and contains 141 pages</span></blockquote>
      <p style="text-align: left; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">TABLE OF CONTENTS (CONDENSED) CONTAINING &quot;SENSITIVE <span class="hightlighter">INSIDER</span> KNOWLEDGE&quot;</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <div id="Table">
        <p><span class="boldbig">PRINCIPLE 1 PREPARING FOR SUCCESS </span><br>
          <br>
          <span class="boldbig">PRINCIPLE 2 OUT WITH OLD, IN WITH NEW </span><br>
          <br>
          -PART 1 LAW OF UNADPTATION<br>
    -PART 2 GET RID OF TOXINS</p>
        <p><br>
                        <span class="boldbig">PRINCIPLE 3 LIFESTYLE UN-DIET</span><br>
                        <br>
                        -LIVER FUNCTION<br>
        -PHASE 1 - MASTER CLEANSE (3 TO 10 DAYS)<br>
        -D-I-E-T - A FOUR LETTER WORD<br>
        -FIBER FOR LIFE<br>
        -PROTEINS<br>
        -THE SKINNY ON FATS<br>
        - FAT LOSS FACTOR'S 15 FOODS FOr MAXIMUM WEIGHT LOSS <br>
        -DON'T DEPRIVE YOURSELF OF THESE<br>
        -EAT THESE FOODS TOGETHER TO PACK ON THE POUNDS<br>
        -SMOOTHIE IT UP<br>
        -FAT LOSS FACTOR'S 3 AXIOMS OF SUCCESS<br>
        -FOOD COMPANIES FATTEN YOU UP AND MAKE YOU SICK<br>
        -WHAT YOU DON'T WANT TO SEE ON A FOOD LABEL<br>
        -STRUCTURED EATING<br>
        -BREAKFAST: THE MOST IMPORTANT MEAL OF THE DAY - OR IS IT?<br>
        -THE FAT LOSS FACTOR DIET PLAN REVEALED<br>
        -PICK YOUR WEIGHT LOSS PLAN<br>
        -THE 48-HOUR FAST</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 4 WASH AWAY FAT WITH WATER</span><br>
          <br>
          -BENEFITS OF DRINKING WATER</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 5 GOOD HEALTHY SUPPLEMENTATION</span><br>
          <br>
          -TOP 12 SUPPLEMENTS FOR HEALTHLY WEIGHT LOSS</p>
        <p><br>
          <span class="boldbig">PRINCIPLE
          6 REBUILD YOUR BODY &amp; MELT FAT ALL DAY LONG</span><br>
          <br>
          -SIX WORK OUT EXERCISES<br>
          -REASONS WHY YOU SHOULD EXERCISE<br>
          -LINGO: THE LANGUAGE OF WORKING OUT<br>
          -PROPER POSTURE DEFINED<br>
          -THE LAW OF ADAPTATION<br>
          -BEST TIME TO EXERCISE<br>
          -SUGGESTED WORKOUT/TIMES</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 7 SCULPT MUSCLE AND TRIMFAT </strong><br>
          <br>
          - THE DREADED CARDIO<br>
          -HIGH INTESITY INTERVAL TRAINING<br>
          -ULTIMATE FAT BLASTER</p>
        <p><span class="boldbig"><br>
          <strong>PRINCIPLE 8 IT'S ALL A MIND GAME RELAX </strong></span><br>
          <br>
          -STRESS AND WEIGHT GAIN <br>
          -HOW TO DE-STRESS<br>
          -ELEMENTS OF A HEALTHLY MINDSET<br>
          -3 FORMS OF EXERCISE THAT CAN DE-STRESS YOU MIND</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 9 NO BREATHE, NO LIFE </strong><br>
          <br>
          -DEEP BREATING ROUTINE..<br>
          -TOP 7 REASONS TO GET A GOOD NIGHT'S SLEEP<br>
          -12 WAYS TO RELAX<br>
          PRINCIPLE 11 LOOK YOUR BEST TO FEEL YOUR BEST<br>
        -TOP TEN MAKEOVER TIPS</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 12 TURNING YOUR PROGRAM IN</strong><strong class="boldbig">TO A LIFESTYLE</strong><br>
          <br>
          -LIFESTLYE TIPS<br>
          -MOTIVATION TIPS<br>
          -DEPRESSION/SELF ESTEEM ISSUES<br>
          -BELLY FAT TIPS<br>
          -ADDRESSING HYPOTHYROIDISM<br>
        -BINGE EATING, EMOTIONAL FOOD CRAVINGS, AND PORTION CONTROL </p>
        <p><br>
          <span class="boldbig"><strong>APPENDIX </strong>  </span><br>
          <br>
          -TOOLS FOR A FAT LOSS FACTOR KITCHEN<br>
          -FAT LOSS FACTOR HOME GYM EQUIPMENT
          <br>
        </p>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHEN I PURCHASE, WHAT DOES THE &quot;PACKAGE CONTAIN&quot;?</h2>
      <div id="PACKAGE">
        <p> </p>
        <ul>
          <li>The Fat Loss Factor Ebook</li>
          <li>A Quick Start Guide (Start Here)</li>
          <li>10 Minute Raw Food Recipes</li>
          <li>90 Day Meal Plans</li>
          <li>Master Cleanse Videos (Access anytime)</li>
          <li>FooJoo Software</li>
          <li>Fat Loss Factor Diet/Exercise Log</li>
          <li>Fat Loss Factor Workout Beginner</li>
          <li>Fat Loss Factor Workout Intermediate</li>
          <li>Fat Loss Factor Workout Advanced</li>
          <li>Fat Loss Factor 15 Minute Sample Workouts 1-5</li>
          <li>Fat Loss Factor Goal Setting Guide</li>
          <li>Fat Loss Factor Grocery List</li>
          <li>Fat Loss Factor Measurements Form</li>
          <li>Fat Loss Factor Recipes eBook</li>
        </ul>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Don't forget your bonuses above and check out these testimonals below</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">FAT LOSS FACTOR SUCCESS STORIES</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>Since starting this diet in April, I have lost 25 pounds!!! I love this diet…</strong>
    <p> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Michael….Since starting this diet in April, I have lost 25 pounds!!! I love this diet…I eat plenty and have found</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">many delicious recipes to sustain me. I eat an apple a day (along with a wide variety of other fruits) and have found that I actually crave the apple, I went to the fridge yesterday and found no apples in the fruit drawer, so I jumped in my car and headed straight for the local fruit stand to replenish my stock. ( like a smoker does for cigarettes) It&rsquo;s nice to know the many benefits I am getting with something I&rsquo;ve come to really enjoy!</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> I have 5 pounds to go to accomplish my weight goal….once there, I may set a new one…just for fun!
      Warm Regards,
      Joyce Borodemos</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I had my 16-year old daughter run through it once school let out. In 2 weeks she dropped 24 pounds...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Mike
    I just thought you might be interested on an update…
    I loved the 2-week phase diet so much that I had my 16-year-old daughter run through it once school let out. In 2 weeks, she dropped 24 pounds (including a significant amount of bloating around her midsection) and is under 200 pounds for the first time in years. She now has a waistline. Even more significantly, when she first started, she complained that the food was tasteless. That disappeared within a couple of days and my junk food-loving teen was able to appreciate the taste of fresh produce again. All the chemicals she was pumping into her body had so significantly altered her taste buds that she couldn&rsquo;t even taste real food until she&rsquo;d been able to cleanse her palate for a couple of days. Today was her first day off the meat-free diet and she really wanted a piece of marzipan (her favorite treat) and a bit of naan. Both repelled her when she tried to eat them. She complained that they tasted like chemicals! In fact, she ran to the fridge and piled a bunch of fresh veggies on plate to drown the awful taste of what used to be some of her favorite comfort foods.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Here&rsquo;s the best part…she&rsquo;d suffered from debilitating migraines on a DAILY basis. They were so bad that she missed a significant amount of school over the past few years. She has not had a migraine since the second day of the meat-free diet.
        As for me, I&rsquo;ve noticed significant changes too. I used to have to take 3 pain relief pills to even begin to combat the headaches I&rsquo;d get from working at my computer. Now, even a half dose (1 Advil) will do the trick if I even need it. But most of all, I appreciate the closer bond this process has forged between me and my daughter. Although we&rsquo;ve always been extremely close, she resented my being a personal trainer and was loathe to follow any of my professional advice. That was the one area where we could never see eye-to-eye. But between going through this nutritional change and the talking we did on our hour-long daily walks together, she&rsquo;s found a new interest in living a healthy lifestyle. As a trainer, I am inspired by the benefits of your program. As a parent, I&rsquo;ll be forever grateful to you because Fat Loss Factor is showing my daughter that she can, indeed, succeed at making positive changes to her body and her health that will last a lifetime!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Now, we&rsquo;re really eager to start exercising together. (I&rsquo;m taking your advice and skipping the lemonade detox, and I&rsquo;m reluctant to have my daughter do it considering her age and health history)
        Thanks again! You&rsquo;re a true guru in my book!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><br>
      </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">LOL Michael, </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I actually have hypothyroidism and take medicine everyday but do not use it as an excuse for being overweight. I am overweight because I made bad decisions about food and did not exercise properly. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Since starting your program I feel better and have gone down one size in clothing. Sure, there were a few modifications to ease into these changes. After all I am in my late 50s and have been out of shape for a long time. There has been a little cheating but not much. I am sticking with this and will tighten the reins more and more as time goes by.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">By saying that I FEEL better means exactly that. I get better sleep. My joints more freer. I breath easier without so much abdominal pressure pushing up on my diaphram. It never occured to me flushing my system would make me feel so great. This ha such a positive effect on my attitude also.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I recently tried the Flat Belly Diet. It had me eating every 4 hours and a MUFA with each meal. Yes there are 'good' fats but MUFAs are still fats. I was eating twice as much foods as before and about 10 times for fat then before. I gained weight and was demoralized. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference. Flushing out the toxins from my body has made me convinced you have me going in the right direction. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I am slowly trimming up. My whole attitude has changed. I FEEL better and am not starving myself or obessing over food. my appetite has decreased. It's that simple.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Thank you for helping me change for the better. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Sincerly, Hazel. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="FinalReview.jpg"  alt="" id="final"/></span></span></p>
      <h2> </h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><strong>Program name: </strong><span class="hightlighter">The Fat Loss Factor</span><br>
        <strong>Author name: </strong>Dr. Charles D.C. and Lori A.<br>
      <strong>Summary: </strong>This is a unique and revolutionary approach to dieting which I understand many people are participating in and are repeating the benefits of fat loss from.The program preaches detoxification and dieting with updates delievered via email to keep me ontop of my game and current with the Jones'. Exercise is reviewed and expressed in moderation. I understand if I <span class="hightlighter">hate</span> the program and it fails to help me, I can return it without question for a full-money back guarantee within the first 60 days or 2 months. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I understand this package is worth at least $97.00 but today am receiving a steal at the price of <span class="hightlighter">$47.00</span>. I know that Dr. Charles has used these techniques in his clinics charging clients upwards of $500.00 to reap the same benefits I can gain for only $47.00. I also understand the package which includes many items not just the Fat Loss Factor ebook comes with one year of consulting with Dr. Charles via email.<br>
        <strong>My bargin price: </strong><span class="hightlighter">$47.00 only</span><br>
        <span class="hightlighter"><strong>Guarantee: </strong>60 days</span>, no questions asked, hassle free, money back guarantee. <br>
      </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 24px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="chevron.jpg"  alt="" id="chevron"/></span></p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout"><img src="order4.png"  alt="" width="412" height="215" id="order"/></a></p>
      <p style="text-align: center; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;"> </p>
    </div>
    <div class="footer" id="footer">
    <p><center><img src="footer.jpg"  alt="" width="971" height="186" class="center"/></center></p></div>
    </body>
    </html>
    External style sheet:
    @charset "UTF-8";
    h1 {
              color: #000000;
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              font-size: 30px;
              text-align: center;
    h2 {
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              color: #000000;
              font-size: 24px;
              line-height: 10px;
              text-align: center;
    .adjustment {
              text-align: justify;
    .center {
              text-align: center;
    #wrapper {
              margin-left: 200px;
              text-align: left;
    li {
              background: url(sunny3.png) left center no-repeat;
              list-style: none;
              padding-bottom: 5px;
              padding-left: 26px;
              padding-right: 30px;
              padding-top: 7px;
              text-align: left;
              font-family: "Myriad Pro";
              font-size: 19px
    .hightlighter {
              background-color: #FFFF00;
              font-family: permanent-marker;
              font-size: 23px;
              font-style: normal;
              font-weight: 400;
    .title {
              font-family: "Myriad Pro";
              font-size: 19px;
              font-weight: bold;
    p {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    a:link {color:#00F;
    h3 {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    Thanks so much, as above you can see I defined a:link {color: blue;}

    In CSS, there are five states for links
    a:link
    a:visited
    a:hover
    a:active
    a:focus
    a:link (=unvisited, or never clicked)
    a:visited (=clicked at least once)
    a:visited is purple in most browsers by default.
    Thus, you need to define a:visited in your CSS and it should come after a:link (otherwise you'll never see it)
    One solution would be:
    a:link, a:visited {
              color: #00F;
    but bear in mind that visitors find it handy if a:visited is a different color to a:link so they know which links they've already clicked on.
    a:link {
              color: #00F;
    a:visIted {
              color: #SOME OTHER COLOR TO A:LINK;
    a:hover {
              color: #F00;

Maybe you are looking for