manual

Oracle manually add an FK constraint

Alright, since a client wants to automate a certain process, which includes creating a new key structure in a LIVE database, I need to create relations between tables.columns. Now I've found the tables ALL_CONS_COLS en USER_CONSTRAINTS to hold information about constraints. If I were to manually create constraints, by inserting into thes...

Documenting a Access Application for Developers

I need to document a MS-Access application that was created, developed and maintained completely by a power-user over 10 years. This is an interesting situation because what they want is a manual so that a future developer can come in without prior domain knowledge and make changes to the frontend or the backend in a timely manner. T...

Concise SSE and MMX instruction reference with latencies and throughput

I am trying to optimize some arithmetic by using the MMX and SSE instruction sets with inline assembly. However, I have been unable to find good references for the timings and usages of these enhanced instruction sets. Could you please help me find references that contain information about the throughput, latency, operands, and perhaps s...

How do we setup a remote Standby / Read-Only database to accept Log Shipping?

We have two SQL 2008 servers on different networks that will soon have a VPN connecting them. Soon is 2-3 weeks. If that were in place now we could easily setup Transaction Log Shipping (or other method) of keeping the destination (Standby / Read-Only) database up to date. How do we setup the LSRestore_ job on that destination database w...

Help manual of google checkout and paypal.

I'm trying to find help manuals of Google Checkout and PayPal with screenshots, online. ...

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

Hi All, 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 102 F 103 Can some body help? I want to seek an alternative for using autoi...

Manual merge on GIT

Hi there, I am new to GIT and I have a question that probably wont like. Still, I may. I develop in a proprietary script language with very resumed code in which most configurations are contained inside the code itself. The obvious problem would be the differences in the code itself between test and production environments and that's ...

Is there a CakePHP offline manual

There used to be, but there don't seem to be any direct links. A little digging around revealed some answers which I thought it would be useful to share. These are links to the manual in one page - useful for offline use or creating a PDF using Dardo Sordi Bogado's build script: http://rapidshare.com/files/218826372/manual-builder.zip ...

Should I always include test-cases from previous interations?

Hi, I recently installed Microsoft Test Manager 2010 and this is my first experience with this style of testing. My usual method of testing is to load up a few different web browsers and run through an application. The reason I moved to Test Manager was because our application has become quite large and complex and a better way of test...

What Tools for Creating Online Documentation for a Product with Different Versions?

Have to find a solution for taking pre-existing online documentation in wiki form that covers several versions of a software system. Essentially, there's a landing page that links you to versions 1.2, 1.3, etc. Currently, it is kept in a trac wiki but we want to move it to another domain that is primarily running wordpress (does not have...

Where can I get a printed TikZ manual?

The manual for PGF and TikZ weighs in at 560 pages. I would like to have a printed version with a decent binding. Does anyone know where I can get one? ...

Java : "xx".equals(variable) better than variable.equals("xx") , TRUE?

I am revising a manual of best practices and recommendation coding java find it doubtful. The recommendation is as follows String variable; "xx".equals(variable) // OK variable.equals("xx") //Not recomended Because prevents appearance of NullPointerException that are not controlled Is this true? ...

How to disable autoload in jqGrid?

Hi! How to disable autoload in jqGrid and load data manually when I need it? Thanks. ...

How to link library to compile/install a Perl module manually?

I want to compile/install a Perl module that depends on a library that is not in Strawberry Perl 5.12. I used Strawberry on a Windows box to install the module (Net-SSH2). The installation failed because it requires the library (libssh2). My issue is similar to this guy's http://www.perlmonks.org/bare/?node_id=814455. But I cannot use th...

cakePHP 1.2/1.3 Manual in CHM format

Can anyone provide me some useful links to download CakePHP 1.2/1.3 Manual including API version in CHM format, which runs locally without any internet usage? It would be helpful for me! ...

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

Howdy, 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 (html one page per chapter, html monolithic) Netty's user guide (html one page per...

API services with PHP learning resources

Hello I want to learn API access systemically and I would like some recommendations for books/sites that cover the subject. I have limited experience with the Google Checkout HTML system, so I'd like to understand the xml system for that. I'll need examples to be written in php/xml. Basically, I need to get to know the nuts and bolts ...

Help to understand magic_quotes_gpc()

i was learning this PHP code from a tutorial to upload files <form method="post" enctype="multipart/form-data"> <input name="userfile" type="file" id="userfile"> </form> <?php if (isset($_POST['upload']) && $_FILES['userfile']['size'] > 0) { $fileName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_nam...

OpenGL-ES 2.0 and egl* functions (iOS)

There're set of definition called "egl" in GLES 1.1: http://www.khronos.org/opengles/sdk/1.1/docs/man/ It's the "Native Platform Graphics Interface Layer": http://www.khronos.org/opengles/ However, they're not in GLES 2.0: http://www.khronos.org/opengles/sdk/docs/man/ So I got some questions: Is this a separated spec from GLES? Or ...

V-Link Roland Midi protocol

I'm looking for the manual describing the protocol of the Roland V-Link MIDI that was opened. Does anyone know where I can find? I wrote to Roland but I had no answers. Thanks! ...