Breadcrumbs

Hi,
I have been trying to add breadcrumbs to my pages using
dreamweaver 8. I am aware that there are templates in snippets. but
it appears as if the only way of using them is to place them on
every page, manually changing the coding of each. Is this correct
or am i missing something? I went into the developer center and
there was some stuff about PHP and javascript and server includes
but unfortunately I'm a little weak in this area, but willing to
learn if its straight forward.
Anyone got any ideas?

Hi,
I have been trying to add breadcrumbs to my pages using
dreamweaver 8. I am aware that there are templates in snippets. but
it appears as if the only way of using them is to place them on
every page, manually changing the coding of each. Is this correct
or am i missing something? I went into the developer center and
there was some stuff about PHP and javascript and server includes
but unfortunately I'm a little weak in this area, but willing to
learn if its straight forward.
Anyone got any ideas?

Similar Messages

  • Breadcrumb doesn't retain the previous page values

    I have the following hierarchy in my pages. home > search > summary > details.
    The user goes to the search page gives a criteria and the summary page shows all the required matching results. Now the summary results is a table of name, id, date etc. The id field is a hyper link which when clicked takes to the details page.
    My problem is that when I am on the details page and I click on the "summary" breadcrumb it works fine and navigates to the summary page but doesn't show the results that it previously showed. So the breadcrumb forgets the values.
    Also I have another problem: Say a user enters a search criteria and there are no results found and the user is now in the summary page. Then if the user clicks on the search breadcrumb the search page opens. It works fine till here. But this is what is required. In the text fields the value with which the search was performed should be present.
    Can anyone help please ?
    Thanks in advance.

    Any one with any ideas as to how to go about implementing this ?
    Bread Crumbs is working fine but it doesn't retain the values !!!!!!!
    Thanks in advance.

  • If you create a 3 level deep site heirarchy (with the first two levels based on the document centre template) the sharepoint OOTB breadcrumbs break

    if you create a site collection with document center as the template, then create another document center site (as a subsite) underneath it. Then create a team site (as a subsite) in this document center site. So now you have a 3 level deep site heiarchy
    with 2 levels of doc center followed by a teamsite.
    Note that the breadcrumb (when I say breadcrumb I mean the drop down folder button which shows the heirachy) shown on the teamsite skips the middle level doc center.
    I have replicated this bug in production and in my test server.  Has anyone run into this before?  This must be something peculiar with the Doc Center template.  If I do the same thing but I make the middle level a team site I do NOT have
    this problem
    krd

    Hi,
    Per my test, it seems that if the second level uses a different category template except the Collaboration templates, the site will not show on the breadcrumb.
    No matter if the first level uses any template, when we view the subsite which uses the Collaboration templates, all the subsites which uses a different category template above will not show in the breadcrumb.
    You can create your own breadcrumb using code.
    http://blog.mastykarz.nl/building-breadcrumbs-sharepoint-2010/
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How can I prevent breadcrumbs from being used on the first page?

    Hi,
    I'm using the latest version of the technical communication suite to produce a WebHelp
    layout from a framemaker book. Thanks to all the help I've received so far it's proceeding
    well, although slowly.
    II have an initia l'home'  page, that isn't present in the TOC, just with a program logo, a company
    logo and a helpdesk address. How can I stop breadcrumbs from appearing on this page?
    I'm happy for this to be the Home page and to keep the word Home, and it is a separate
    document in the linked framemaker book.
    Has anyone got any ideas as to how I can do this?
    Thanks in advance for your help.
    Best wishes,
    Karen

    Hi Karen
    To each his or her own. Jeff's approach certainly will work but will require you to repeat the process each time you generate. With the approach I outlined you would only need to do things once.
    As for the breadcrumbs not appearing at all, it depends on *WHERE* in the Master Page you elected to add them. In order for the approach I outlined to work, you need to ensure you add the placeholder *OUTSIDE* the Body placeholder. Then you should see breadcrumbs on the pages you have associated with the Master Page.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Adding Custom Breadcrumb for SharePoint 2013 Custom Master-Page With A Custom Separator.

    Hi All,
    I have successfully converted an HTML file to a SharePoint 2013 Custom Master-Page with relevant style sheets. But when I used within the SharePoint site I could not find the breadcrumb. So I want to know how to do that? For that breadcrumb I need a custom
    separator like an arrow like in the below.
    As you can see the separator is a custom built one. To have this custom separator in my HTML I have used the following code snippet.
    <div class="breadcrumb-desktop">
    <span class="breadcrumb-links"><a href="#">SharePoint Site Home</a></span>
    <span class="breadcrumb-links"><a href="#">Sub Link 01</a></span> Active Page
    </div>
    The styles are as like in the below.
    .breadcrumb-desktop {
    width: 100%;
    font-family: Arial;
    padding: 23px 0 40px;
    float: left;
    font-size: 0.75em;
    line-height: 1.25;
    .breadcrumb-desktop > span.breadcrumb-links:after {
    content: " \203A ";
    white-space: pre;
    I have tried the following code snippet within the SharePoint site as
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    But it did not display as I wanted.
    So how am I supposed to insert these to my Custom Master-Page's breadcrumb and style them? Please could someone help me to solve this?
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    Please use the following code snippet in your html master page.
    <div class="CustomBreadcrumbs">
    You are here:
    <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
    <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    <!--SPM:</asp:ContentPlaceHolder>-->
    <!--SPM:</SharePoint:AjaxDelta>-->
    </div>
    Here is a thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/daabd903-df98-41da-80d8-6a942d06980e/add-breadcrumb-to-custom-master-page-html-file?forum=sharepointcustomization
    We can also customize a breadcrumb control, then add it in master page.
    http://msreddysharepoint.blogspot.com/2013/01/custom-breadcrumb-navigation-in.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • See video: How can I remove Search Breadcrumbs? What is that?

    Hello,
    Recently as a result of testing we found that the Search Tab would not return any results. The first level tech said it was a known problem with merged help.Cool! She suggested I download the Trial RoboHelp 8 and try that. It didn't fix the problem. The level 2 engineer suggested another route. The Adobe engineer examined the files and said that the Master project (master.chm) had become corrupted and recommended rebuilding the Master project and upgrading to RoboHelp 8.  It seems recreating the Master.chm file has fixed that. But I now have some sort of breadcrumb links/icons above the search results field. See the linked video/image of what I am talking about. It also only displays the contents of one of the 8 children chm files (Alarms). How do I remove this (red) drop down box and topic links from my final Master.chm file?
    Here is the video description:
    http://screencast.com/t/EkYD2wwEk
    I have also attached a screenshot.- See attachment.
    My Specs:
    RoboHelp 7
    Windows XP
    Creating HTMLHelp/chm
    Merged Help project (I hate merged help!)
    ps: I grabbed some old (previous Robohelp version) files with a working master.chm file and  converted to RoboHelp 7. I opened the newly updated master.chm file and had the same problems....I believe RoboHelp 7 corrupts merged help files (master.chm) upon conversion. Just my 2 cents.

    Hi there
    What you are seeing is something called a Browse Sequence. In order to remove it, you need to edit the window definition for your project.
    Click View > Pods... > Poject Set-up.
    Double-click your Window definition.
    Clear the Browse Sequences check box.
    Recompile the CHM and the Browse Sequences should now be banished neatly from the project.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to hide libraries from breadcrumb in SharePoint 2013?

    Hi,
    How to hide libraries from breadcrumb in SharePoint 2013? just we want to display parent and least node like below,
    Home Site > Test page
    not like,
    Home Site > Pages > Test page
    Please help us to resolve this.
    Thanks., Prakash

    hi
    OTB breadcrumb have many problems, e.g. it doesn't work properly also with friendly urls. The simplest way is to create custom breadcrumb, e.g. as shown here:
    Building breadcrumbs the way you want it in SharePoint 2010.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Issue in Custom Breadcrumb.

    Hi SDNers,
    I have developed a custom breadcrumb using the Navigational Tag library.
    When i set the iView's Isolation method to Embedded, the breadcrumb works fine. However when i set it to URL the breadcrumb does not show the correct path.
    I also have 3 htmlb dropdowns in my breadcrumb and to prevent the page from refreshing after selection of a dropdown i need to set the iView's Isolation method to URL.
    I want to know why the iView does not reflect the correct path when its Isolation method is URL.
    The code that i am using for the navigation is as follows.
    <nav:iterateNavNodesInSelectedPath>
         <nav:ifNotNavNodeEqualsLaunchedNavNode>
              <span style="color= #0000CC; text-decoration:none; font-family:Arial; font-size:12px">
              <nav:navNodeAnchor navigationMethod="byURL" />
              </span>     
              <nav:ifHasMoreIterations>
              <span style="text-decoration:none; color= #666666">|</span>
              </nav:ifHasMoreIterations>
         </nav:ifNotNavNodeEqualsLaunchedNavNode>          
             <nav:ifNavNodeEqualsLaunchedNavNode>
                 <span style="color= #333333; text-decoration:none;font-family:Arial; font-size:12px">
               <nav:navNodeTitle/>
              </span>
             </nav:ifNavNodeEqualsLaunchedNavNode>          
    </nav:iterateNavNodesInSelectedPath>
    Any help is highly appreciated.
    Regards,
    Melwyn.

    Hi Noel,
    Thanks for your reply.
    I now placed the iView in the Desktop Inner page and following are the results:
    1. If the iView's Isolation method is set to Embedded the path is reflected correctly.
    2. If the iView's Isolation method is set to URL, the breadcrumb does not show the correct path.
    I need to keep the iView's Isolation method property to URL, since i have 3 htmlb dropdowns in my breadcrumb and i need to avoid the page refresh on selection of each dropdown which happens in the case if the iview is embedded.(An event is attached to the dropdowns).
    Is there a way this issue can be resolved by keeping the Isolation method of the iView to URL ?
    Regards,
    Melwyn.

  • Breadcrumb navigation in console extension not working

    Hi everyone,
    I'm trying to get the breadcrumb navigation working in my console-extension for wls 9.2.
    Currently it is displayed like this:
    Home >  com.bea.console.handles.JMXHandle%28%22No+context+provided+for+Loggers%22%29 ("Loggers" is the definitonLabel of my netuix:page element).
    As described on [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078025]page 6-15 of the "Extending the Admin Console" guide I added the <netuix:meta name="breadcrumb-context" content="handle" /> element exactly as in [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078078]listing 6-7.
    Do you have any idea what goes wrong here or any pointers what I might be missing?
    Any help is greatly appreciated.
    Btw. Is there a more appropriate place to post this question?

    Chariot, unless someone decompiles that swf we cannot see
    your code or how you constructed it. I did do that and took a look
    but not everyone can do that. In the future, you can either post
    the FLA or use the "Attach Code" button to show what you've done.
    1.) first thing I noticed was that your HIT area on your
    buttons is the text itself. If you make a rectangle on the HIT
    frame only that is slightly larger than your text, you won't have
    such jumpy behavior when mousing over or trying to find the "sweet
    spot" that will actually click. You've made invisible buttons, I
    see. It's the same concept. That way, you can get rid of the
    invisible buttons altogether.
    2.) Not sure why you have several layers on your buttons.
    Looks like you have a layer per letter. They can all be on the same
    layer. :)
    3.) Try to put your button code on the main timeline instead
    of on the buttons themselves. If you're curious why, read
    this
    article.
    4.) You only need one arrow button... not a different one for
    each section. Again, place the code on the main timeline and
    specify at each keyframe what you want "leftArrow_btn" or
    "rightArrow_btn" to do. I just made up those instance names but
    they'll do whatever you tell them to do even if it's different than
    what you told them to do before.
    Other than that, I don't see what you are referring to.
    There's a lot of cleaning up to be done. That will probably fix
    some errors. I've posted an example of how it might work for you
    here.

  • How to switch off breadcrumb-navigation in EP 6.0 ?

    Hi All,
    I've got the request to switch off the s.c. breadcrumb-Navigation. Is there any possibility to remove this ?
    In EP5 there was possible to let them disapear by changing the font color, this seems not to work in EP6 as some parts of the links cannot be controlled separatly.
    Has anybodoy done this and could share it here ?
    Thanx in advance
    Stefan

    Yes there is a way.
    The breadcrumb is added as an iview to the innerpage, which again is added as a page in the default framework page.
    To remove:
    1. Go to PortalAdministration->Portal Content
    2. Expand the portalcontent->Portal users->standard portal users folder and edit the default framework page
    3. Select the inner page and click edit (I cant find the innerpage in the content structure)
    4. Hide an iview call Page toolbar (I think)
    If this is not the active default framework page, you can make it  the default by going into Systemadministration->Portal display->Desktop and display rules and edit the default portal desktop from the same place as 2.

  • Show breadcrumb bar only on main list pages but not site pages

    Is there any way to show the breadcrumb bar only on list pages (for example to navigate in document libraries, surveys, etc.) but no in site pages or wikipages. The only solution I found was adding a webpart to each page I want to
    hide the breadcrumb bar but this is no long-term solution. How can I make sure that the breadcrumb bar only shows on ootb list pages but not on my site and wiki pages? 

    One way of hiding breadcrumb is through css. You can apply the css in custom master page that will hide the breadcrumb and in your default master page leave it as it is.
    Using IE developer tool, check the class that is applied on the breadcrumb and apply as style of display none to that class. This way you can hide the breadcrumb. I don't have my dev box up so cannot tell the exact class right now but using IE developer
    tool you will be able to find the same.
    Geetanjali Arora | My blogs |

  • Breadcrumbs not picking up settings file configuration

    Hi
    I am using FM11, RH10 as part of TCS 4.0.
    I am creating a settings file that will be used by team to generate WebHelp outputs. In this, I want to change the default Times New Roman font of breadcrumbs to Arial. While I am aware how to set that during publishing, I don't want to take that approach because I don't want my team to fiddle around too many things during the publishing process.
    In the RHStyleMapping.css file I used to create the ISF, I saw the breadcrumbs option and changed it to Arial. However, that did not help.
    Is it possible to achieve what I am trying to achieve? If yes, please advise me how.
    Thanks.
    Sreekanth

    Are you creating breadcrumbs via the SSL recipe or by master page – if the former, it’s a browser issue being interpreted as Times AFAIK.

  • How to edit breadcrumb properties like " " symbol in JDeveloper.

    Hi, the problem is that I can not edit certain properties breadcrumb, like spaces or ">" symbol. I have change the css style to my own style. When I use oracle style it's work.
    For example.
    1) Html generated with oracle style.
    P1 > P2
    2) Html generated with my own css.
    P1P2
    As can you see, the line "  >  " have dissapear. Are there some template or file to define this line?, what I need to do to place this line?.
    I 'm lost.
    Thank you.
    ADF Business Components     10.1.3.41.57
    BPEL Designer     10.1.3.3.0 (Build 070615.0525)
    CVS Version     Internal to Oracle JDeveloper (client-only)
    Java(TM) Platform     1.5.0_06
    Oracle IDE     10.1.3.41.57
    Struts Modeler Version     10.1.3.41.57
    UML Modelers Version     10.1.3.41.57
    Versioning Support     10.1.3.41.57
    Message was edited by:
    pakitwo

    I found the answer:
    Write in your own .css file:
    "af|menuPath::separator-icon {content:" > ";}"
    and breadcrumb will get this value

  • Missing Breadcrumbs Caused by Similar File Names

    Using RH9
    Producing both WebHelp and HTML Help (with missing breadcrumbs the same in both)
    Using only the SSL option to generate the breadcrumbs
    As in some previously posted cases, a few topics in a large project are missing breadcrumbs. There are no quotation marks or other unsual characters in the file names or titles. I was able to narrow down one error to something I could fix in a test project.
    In the following HHC entries, the breadcrumbs were missing from the "General Ledger Processing Recap (AM72)" topic when the help was generated. (Everything after the second item is a bookmarked TOC entry, with no breadcrumbs expected, but I left those items in the example in case they make a difference.)
    <item name="General Ledger Options" link="SYSOVER\General_Ledger_Options.htm">
    <item name="General Ledger Processing Recap (AM72)" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm">
      <item name="What is a General Ledger Processing Recap?" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#What_is_a_General_Ledger1">
      </item>
      <item name="Benefits of Using the General Ledger Processing Recap (AM72)" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Benefits_of_Using_the">
       <item name="User-Defined Recap Report" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#User_Defined_Recap_Report1">
       </item>
       <item name="Ease of Defining Interface Data" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Ease_of_Defining">
       </item>
       <item name="Operations Balancing" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Operations_Balancing1">
       </item>
      </item>
      <item name="Components of the General Ledger Processing Recap (AM72)" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Components_of_the">
       <item name="Section" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Section">
       </item>
       <item name="Line" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Line">
       </item>
       <item name="Item" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Item">
       </item>
      </item>
      <item name="Defining the General Ledger Processing Recap (AM72)" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Defining_the_General">
       <item name="Completing Worksheets" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Completing_Worksheets">
       </item>
      </item>
      <item name="Defining the Recap" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Defining_the_Recap">
       <item name="Entering the Recap Definition Online" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Entering_the_Recap">
       </item>
      </item>
      <item name="Defining the Section" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Defining_the_Section">
      </item>
      <item name="Defining the Lines" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Defining_the_Lines">
       <item name="Valid Escrow Source Codes" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Valid_Escrow_Source_Codes">
       </item>
       <item name="Entering the Recap Line Definition Online" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Entering_the_Recap_Line">
       </item>
      </item>
      <item name="Verifying the Recap Definition" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Verifying_the_Recap">
      </item>
      <item name="Building the Recap Definition Files" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Building_the_Recap">
       <item name="Processing Recap Structure Validation Report" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Processing_Recap">
       </item>
       <item name="Printing the Report Structure Validation Report and the Sample General Ledger Processing Recap" link="SYSOVER\General_Ledger_Processing_Recap_AM72.htm#Printing_the_Report">
       </item>
      </item>
    </item>
    </item>
    But when I changed the file name of the parent topic from General_Ledger_Options.htm to GenLdgrOpt.htm, the breadcrumbs appeared correctly in the output for the parent and child topics.
    This stragegy for fixing the breadcrumb problem seems to be hit-or-miss. For example, I've tried the same approach to fix another topic and have had no success so far. Is there anything about how breadcrumbs are generated that would explain how renaming the file would fix the problem?

    Rick,
    I think you are right about the file name length being an important factor, but the cause doesn't seem to be as simple as a too-deep nesting level. I was able to fix the problem in another topic by shortening the file name of the topic that preceded it at the same level.
    The one hard case that remains is a topic that contains a lot of bookmarked subheadings. I found that if I cut that topic's number of subheading TOC entries to 33, the breadcrumbs for the topic worked, but with 34 TOC entries, they did not. My best guess is that there is a limitation of some kind on the internal aggregation of TOC information -- including information about siblings and children.
    By the way, I also tried inserting breadcrumb placeholders, instead of automatically generating them. That caused RoboHelp to crash (instead of just failing to add breadcrumbs to the offending topic). When I removed the placeholder from the bad topic, it worked OK with the other topics.

  • My "Home" breadcrumb link does not point to my home page.

    I have set my Home page as start page and main menu works fine just not the breadcrumb.
    The Home on the breadcrumb still points to index.html.
    Any suggestions?
    Thanks

    Sidney
    I also responded by adding to my original request.
    Problem still there in cache cleared Firefox as well as new IE browser.
    Page in question is http://airflowinc.businesscatalyst.com/test
    Steve
    Steve Lettau
    Business Solutions
    N78 W8060 TopView Trail
    Cedarburg, WI  53012-3407
    Phone: 262.204.8138
    Cell: 262.339.3110

  • Breadcrumb in BSP is not working when application is called inside Portal.

    Dear All,
                We have implemented SAP Learning Solution by integrating it with SAP EP 7.0.
    We called the BSP Application HCM_LEARNING inside portal  using BSP iView template.
    The problem we are facing is, the breadcrumbs in the BSP application "HCM_LEARNING"  is working fine when it is called as a standalone application. But the same is not working when it is called inside portal framework page.
    Enterprise Portal breadcrumbs are working fine.
    How could we resolve this.?
    Regards,
    Eben Joyson.

    this is the radio button
    <af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                                                     label="#{bindings.Gender1.label}"
                                                     required="#{bindings.Gender1.hints.mandatory}"
                                                     shortDesc="#{bindings.Gender1.hints.tooltip}"
                                                     id="sor5">
                <f:selectItems value="#{bindings.Gender1.items}" id="si7"/>
              </af:selectOneRadio>
    i use this sample
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADF_Insider_Essential_YesNoRadio/ADF_Insider_Essential_YesNoRadio.html

Maybe you are looking for

  • PSE 7 bright vivid colors, doesn't match prints

    I tried searching for a thread to answer this question but I could not find something that really helped specifically. Use PSE7 to edit my jpg's and when I'm happy with the results then go to print, my prints do not match what I created on screen.  T

  • Ipod nano 5g and nike + ipod watchremote don't work

    Hello! My nike + watchremote seems not to be working with my new ipod nano 5g. I tried rebooting the ipod (with and without the nike+ receiver plugged in). I also replaced the watchremote battery. I don't know what to do.Needless to say that I know h

  • Updater wiped me out-how do I get an OS back on?

    I tried to update my 8350i Nextel, instead it gave me an error message and the phone reads Reload Software 507.  Based on other posts, that means it has no OS.  How do I get an OS back on it so I can use it again?

  • Generate XML based on MySQL Query

    Hello guys, I need to create a XML file like this one(same structure) but based on MySQL query: <chart>    <chart_type>pie</chart_type>    <chart_data>       <row>          <null/>          <string>2007</string>          <string>2008</string>        

  • Setting Default Program/Protocol Associations without Windows Store

    Hello, we are trying to work with virtualizing Windows 8.1 for our IT staff; and our network administrator has ran into an issue where the VMWare Tools Application is set as the default for Telnet and SSH. We have gone into the control panel to try a