Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
0
votes
1 answer

Scrapy - Manual Login

I am building a very simple scraper using scrapy in order to scrape a certain element from a set of urls. However, I have to be logged in to the website in order to do this and I can not get the login part of my scraper working. Is it possible to…
0
votes
0 answers

Manually created SMS refuses to appear

I've been trying to manually store an SMS but for some unknown reason. It doesn't show. I've tried many example codes and edited the manifest file as told. Not even this, (which is the most popular answer I found) Uri uri =…
0
votes
0 answers

code coverage for asp.net running on IIS(manual test)

I require a tool that can do the following: For an Asp.Net application deployed on IIS server (win2008R2, IIS7.5), when I click a web page on a client it can figur out which code is executed on the server, and which code is not executed Is there a…
Andy.Gao
  • 1
  • 2
0
votes
2 answers

Can anyone tell me which is the best way to test abn web application

I am a QA engineer ,I would like to know what are the methods that i can follow to test a web application. What does and doesn't.
Anand K G
  • 99
  • 1
  • 1
  • 10
0
votes
2 answers

About testing techniques

I want some Testing information about my application. Which testing method is suitable for my application page. In my page contains 200 check boxes. on click on check box, one new page open with different URL. *Note: all check boxes having different…
Pratik Ratanpara
  • 338
  • 2
  • 15
0
votes
2 answers

What can I use to create html page-per-chapter/monolithic-page/pdf reference manual?

I want to write a reference manual for a project, and I want to make it available both online as a HTML one-page-per-chapter manual (optionally single-monolithic-page would be nice as well) and as PDF version. Prime examples: The Gentoo Handbook…
biasedbit
  • 2,860
  • 4
  • 30
  • 47
0
votes
0 answers

choose location manually from autocomplete textview - android

I want to make an application, that allows the user to choose his/her location manually through auto-complete text. I thought that I can make a DB for all countries , cities and their latitudes and longitudes so that the user cant set the location…
Nayra Ahmed
  • 657
  • 1
  • 9
  • 29
0
votes
0 answers

Manually implementing database connection pool?

I have implemented a connection pool to my database which is connected to 2 middlewares. Now the problem is that my school doesnt want us to used the jdbc provided functionalities to do this hence I have to think of another way. Basically we are…
LoveMeow
  • 3,858
  • 9
  • 44
  • 66
0
votes
1 answer

Is there a more complete manual for Laravel 5.1?

I’m using Laravel for a project and it’s a great framework, but the manual often falls short. For example, I’m trying to figure out how to use named routes in the view using Blade, but the manual explains how to declare them and how to use it in…
Philll_t
  • 4,267
  • 5
  • 45
  • 59
0
votes
1 answer

Click text-link image opens up in a box

I want to write code for a pop up when you click a text link like: "Click here for my CV". Upon clicking, I'd like a pop up with my image in it, not to have it open in a new window. I tried with Lightbox but it didn't work for me. The image popped…
0
votes
1 answer

Install in user site-package

I have red at the help-page of easy_install that I have an ability to do "install in user site-package". What does this phase mean, "user site-package"? How does it affect functionality of the installed software?
freude
  • 3,632
  • 3
  • 32
  • 51
0
votes
1 answer

How Can I assign a sequence value to a sqlite field when the field UID value is NULL

How I can assign a sequence value to a field "UID" which is NUll in existing sqlite table, for example table: FOO name UID A 1 B 2 C 100 D NULL E NULL F NULL what I want is table: FOO name UID A 1 B 2 C 100 D 101 E …
K. C
  • 735
  • 2
  • 8
  • 25
0
votes
1 answer

Where can i get c++ standard manual?

Where can i get c++ standard manual? Is that free? DUPLICATE: Where can I look at the C++ standard
yesraaj
  • 46,370
  • 69
  • 194
  • 251
0
votes
2 answers

PHP Function List in XML format

Does anybody know where I can find a list of all PHP functions? Preferably in an XML file? The PHP function list is documented on the PHP.net web site however skimming the data off there seems pointless, and I need to know crucial information like…
youdsmedia
  • 334
  • 6
  • 15
0
votes
1 answer

AlFresco Manual Setup

I would like to set up AlFresco on a hosted Windows 2012 server. I have MySQL db available. Could anyone provide pointers or an outline procedure please. Thanks I.
skywalker
  • 37
  • 9