Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 156401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:19:21+00:00 2026-05-11T10:19:21+00:00

I’ve taken on a new project that’s already been in development for some time.

  • 0

I’ve taken on a new project that’s already been in development for some time. The development team and project managers have a good issue tracking system in place and are generally good people to work with but I’m finding it hard to follow legacy issues and understand exactly what people are talking about. This is partly because I am new to the project and it’s of a fairly large magnitude but also partly due to vague descriptions of technical problems.

I want to know if there are any simple tools available to exactly describe an element that exists in a html document or languages that help describe specific problems for developers. XPath seems like a good starting point. This must be easy for project managers to work with, not just developers. Usage Scenarios are another tool I can think of that might be relevant.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T10:19:21+00:00Added an answer on May 11, 2026 at 10:19 am

    There is a good tool to describe specific problems in a very exact way: It’s called ‘programming language’. The problem is that even simple problems (‘doesn’t work’) are only hiding a complex problem that really wants to get out. See my elevator example how simple problems can quickly turn into a nightmare.

    So in your case, you have several problems to solve:

    • You’re a beginner who doesn’t know his way around. Only time and dedication will solve that. There are no shortcuts when it comes to learning a complex system (otherwise, it would a simple system).

    • If you need to address a specific element in a HTML page as a developer, I suggest this algorithm:

      list = new List(); while (element != null) {     String s = element.name;     parent = element.getParent();     if (parent != null && parent.getChildren(element.name).size() > 1) {         s += '[' parent.indexOf(element) + ']';     }     list.insert(0, s);     element = parent; } return list.join(';'); 

      This gives a short string which uniquely identifies each element in an XML/HTML document. Works perfectly for a developer, useless for a user. Which leads us the last part of your question.

    • There is no tool which works equally well for users, project leads and developers. Why? Because if it would, then one of them could do the job of the other. That’s why we develop in teams: People can do different things. A project lead should understand the developer but he shouldn’t be better. If the user could understand and write the code, why would he need a developer?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
I have a French site that I want to parse, but am running into
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
I want to count how many characters a certain string has in PHP, but
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.