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
3 answers

Ajax, Check for updates, Same_origin_policy

I have this HTML manual that gets installed with my application. This manual gets updated often (3-5 times a week) and I want to warn my users if the manual is out of date. The first thing I thought of was to create a hot-linked image to my…
Steven Smethurst
  • 4,495
  • 15
  • 55
  • 92
0
votes
1 answer

Table with both hibernate and manual insert

I have a table with data being inserted from two different applications. One is a legacy application using INSERT QUERIES and the other one uses hibernate to insert the value. But the hibernate insert (generator="identity") fails first time(index…
Affil
  • 1
0
votes
0 answers

How do i create subdomain using codeigniter?

My PHP Application required vhost configuration for subdomain access. While am creating user account, server will create a subdomain for particular user and then after they would access account through their subdomain. How could i do this with…
Muthu
  • 19
  • 4
0
votes
2 answers

manuals for os development?

manuals for os development? I wonder what manuals out there for os development. I wonder how can I access first sector of HDD/USB Drive where does it loaded into, location of frame buffer, and so on. can someone please let me know where can I find…
kim taeyun
  • 1,837
  • 2
  • 24
  • 49
0
votes
2 answers

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7 when i try to edit record than i get error please can anybody tell me why this happened?
Samir Paruthi
  • 121
  • 1
  • 3
  • 12
0
votes
1 answer

Scale wpf Bar Chart manually

I am scanning computers and their scale can not be like 1.5,2,2.5 they should be in whole numbers like 1,2,3,4. my current code is ICollection> data = new Dictionary(); data.Add(new…
AZ_
  • 21,688
  • 25
  • 143
  • 191
0
votes
1 answer

CUDA: documentation of kernel CRT?

I'm trying to find the documentation for all of the functions available for the CUDA kernels. The CUDA Reference manual seem to include only the host functions and the CUDA programming guide only includes some details such as the accuracy of these…
shoosh
  • 76,898
  • 55
  • 205
  • 325
0
votes
1 answer

How to create own help to a class or to a method

my question: Is it possible to add some information (description) to a class or to a method, that would be see from eclipse when I use this class or the method in a code. And how? As well as the black box in the picture below, I would like to have…
Meph-
  • 657
  • 1
  • 8
  • 20
0
votes
1 answer

Manual WCF Service Design

First please tell me is this solution structure is good as far as Architecture is concern? I have XXXX. Business project in center. XXXX. Contract project has a reference of it. XXXX. Service project has reference of Contract and Business…
Bijit
  • 105
  • 8
0
votes
1 answer

Good manual on Assembly flags

What is a good Manual/Article on all of the Assembly flags and what instructions affect each flags? Thanks!
Javi
  • 889
  • 1
  • 16
  • 41
0
votes
2 answers

grails with spring-security: manually log out selected users

As a application administrator I would like to be able to log off any user, for example, after setting the flag "enabled = false" to the selected user. Is it possible in spring-security? I should add that my application allows the use of "remember…
0
votes
0 answers

php odbc_data_source

The Manual: http://www.php.net/manual/en/function.odbc-data-source.php The facts:
Baghera
  • 53
  • 6
0
votes
1 answer

How to install bonfire for codeigniter on a shared server that only allows one single database

my hosting company only allow one single mysql database. this database can only be created through the cpanel interface. as such providing the databse details in the bonfire install screen fails. is there a manual way to setup the bonfire…
JustStarting
  • 287
  • 3
  • 9
  • 16
0
votes
1 answer

php manual exception example

So I was reading the php manual on Extending Exceptions and read the example code. My question about the following code is: why does var_dump($o) evaluate to null? Is it because the constructor of the class TestException throws an exception, hence…
Robert
  • 10,126
  • 19
  • 78
  • 130
0
votes
1 answer

A detailed reference for the stdio.h header

I have been learning c++ (not from school, I do everything at home, this is my third high level OOP language) for a while now and the tutorials (cplusplus.com) I have seen only show the use of the iostream header. I want to become familiar with the…
Ninjex
  • 1