Using the cmp instruction correctly.

1425 byte By YourSurrogateGod at 2007-11-20 10:31:45
Using GNU assembler v. GNU assembler version 2.17.50 (i486-linux-gnu)Intel machine that's P4 or more..section .datavalues: .int 105, 235, 61, 315, 134, 221, 53, 145, 117, 5.section .text.globl _start_start: nop movl $values, %esi movl $9, %ecx movl $9, %ebxloop: cmp (%esi), 4(%esi) jge skip xch...

Accessing phone functions on Windows Mobile 2003

453 byte By Crumpler79 at 2007-11-20 10:31:56
Hi,I'm new to mobile development. I was wondering if it were possible to access the phone functions on a Windows Mobile 2003. I was thinking more of an application which is able to obtain the cell id, bcch etc, like the parameters available in a Satgem phone. Which programming language would be...

Background Processes WM5

172 byte By Quell at 2007-11-20 10:31:57
Hey.<br/>I was wondering how to create background processes on a WM5 machine. Also can how can you switch (if possible) between the background and foreground.<br/>Thx alot.

Javascript Tooltip single quote problem

561 byte By Anti-Rich at 2007-11-20 10:32:08
Hello everyone, i have a javascript given to me by my co-workers which shows a Tooltip like functionality when you hover over an image. now the script works perfectly most of the time, EXCEPT when i use single quotes etc. it just shows 'done with errors' at the bottom of the page. i have t...

Generalized php scripts

1310 byte By heroine at 2007-11-20 10:32:28
HI All,May I know, how can I generalize my php script and how would that script be like based on these description:1--The new script should be a ONE php-program that takes a file name (URL) to download as command line parameter.2--Depending on the extension of the file to download, the program shoul...

Regarding javascript

175 byte By vijayalaxmi_mca at 2007-11-20 10:32:47
Hai All,<br/>I need a help regarding javascript.I am toltally new to javascript.Please tell me.How to get source code of particular URLby writing code by using javascript

Javascript error

602 byte By nazgul27 at 2007-11-20 10:32:52
Hi guys,I have a table with 50 rows on my page. I need to update the table on runtime by deleting the last row (the oldest) and adding a new one. Here is the code to delete the last row:<script...>var t = document.all ("Table"); // get a ref to our tablet.deleteRow (t.rows.length -1); // delet...

MSXML, CE 5.0, load and loadXML. what version

545 byte By Divad at 2007-11-20 10:33:50
I try to load an xml file in two different ways.1) If I use load the program hangs2) If I first read the file into memory and then use loadXML, the program hangs if the file has a DOCTYPE (at least if it referes to an external dtd) .I have read on the internet that these are old errors, but can it b...

Get coordinates in pdf document

223 byte By mgbtech at 2007-11-20 10:33:59
hi,<br/> can anyone tell me how to get coordinates in pdf document using PERL,<br/>suppose if some text is written in pdf document then how can i get coordinates of that text. Its very Urgent.<br/>thanks in advance.

Help! Werid Problem

1099 byte By xusword at 2007-11-20 10:35:04
Here is a part of a method of mine FOR sub IN subs LOOP billing_id_global := sub.billing_id; IF (v_counter = max_trx_in) THEN DBMS_OUTPUT.PUT_LINE(trx_hdr ||' '|| countstr ||' - commit point reached'); COMMIT; v_counter := 0; EN...

Oracle File Extension - EASY QUESTION

182 byte By MeatLander at 2007-11-20 10:36:10
What is the extension for an oracle database file?<br/>What is the extension for an oracle log file?<br/>IE: Access = *.mdb<br/>SQL Server = *.mdf | *.ldf<br/>Oracle = *.? | *.?

Database dictionary model

449 byte By yoyosh at 2007-11-20 10:36:27
There is a model in databases, called Dictionary. Most of the times it consists of Dictionary and DictionaryElement tables. The main idea behind that model is to give to all elements an unchangeable identifier, and a changeable description (Name and Alias). Could anyone give me some hints on how to...

Oracle Text Editor and Developer2000

178 byte By Muntaha at 2007-11-20 10:36:57
i am new to oracle please some one tell me how can i run both oracle <br/>text Editor and developer on the same machine. i tried my best but fail.<br/>please help me. its urgent

How can I get into Assembly Programming?

250 byte By goatslayer at 2007-11-20 10:37:44
I would like to try to learn assembly language, do you have any tips about how to get into it?<br/>- Online/Free tutorials<br/>- Tools I need might be able to get hold of (i.e. free software on the net)<br/>- What challenges might I come across?

Graphs Preview problem in SSRS 2005

603 byte By WarlockSoul at 2007-11-20 10:38:47
Dear Guru's,I have four graphs in a 2 x 2 matrix. The graph alignments look fine in the layout view but when I preview them the horizontal graphs have a gap of about 2 inches between them while the vertical graphs remain the same as the lay view.The graphs are made of the dataset of:FiscalM, F...

Files not being interpreted when PHP is in CGI mode

1049 byte By Debbie-Leigh at 2007-11-20 10:39:12
Hi,I've written a PHP application, which I'm now trying to install on a client's server which has been set up with PHP in cgi mode. I've tested and used it on servers set up with PHP as an Apache module and it has worked with no problem.My application relies on css and js files b...

not able to fetch the maxid and incrementing by 1 through the database

4445 byte By sinchana at 2007-11-20 10:39:56
Hi, I have written php code where it registers student name, address, sex, education, bankname and the remarks. It has to check for the maxstudentid's from the database and automatically add the student id for example if the student id who has registered his student id will be 1 and the next s...

fileuploading in ajax with simulated progressbar

308 byte By kunchala_rakesh at 2007-11-20 10:40:41
hello,Can you please tell me, is there any free control for Fileuploading in Asp.net Ajax with a Progressbar.Note : progressbar shoulb be simulated with data transfered; max file upload size required is 100mb, even if i try to upload in FTP it should accept 100mb.Regards,Rakesh...

updating a form after Ajax

724 byte By Bill Crawley at 2007-11-20 10:41:34
Hi all,I have an Ajax popup control on a formWhen the form loads, I populate a standard combo box. There is an option for the users to add more entries into the Database. When the user selects this option I present them with my ajax modal popup control. The user uses the modal popup to add entries...

zIndex scipt wont work

1288 byte By Kovo88 at 2007-11-20 10:41:36
Im trying to get this script to function like it should.Basically I have two divs that overlap each other. I want it so that everytime one of the divs is clicked on, it comes to the front (so on top of the other one). This can happen anywhere from once to 2000 times (exaggeration). <script> f...

How do I redirect html page by using ajax skill?

194 byte By shinjy at 2007-11-20 10:41:43
I used ajax's post method in "a.htm" to make a query request to a servlet page, this servlet page processed the query and report the result to another html page, "b.htm". How do I write it?

VBScript code produces an Expected Statement error??

2301 byte By Pilau at 2007-11-20 10:42:28
Hi, this is the VBScript code for the program described in this thread: http://www.dev-archive.com/forum/showthread.php?t=433810 rem This application allows a user to run only one program (in this case "game.exe")rem In case other programs are running, it terminates themrem The same action will be...

Fatal error: Really stuck, Help Please

482 byte By smudge at 2007-11-20 10:42:58
I have suddenly recieved this error in my code, I have changed nothing and yet suddenly it throws up an errorThe error is - Fatal error: Call to a member function addDetention() on a non-object in G:\Inetpub\WWWroot\services\detention\inc\class\domain\dt.php on line 65The code is -public function se...

how to generate product code variants/permutations?

961 byte By researchbank at 2007-11-20 10:42:59
Hi,I'm using MS Access and have a table with products.The table has for example:- productid = G02-020production description = T-ShirtThe first digit (G) denotes clothing and there are 5 colour variants and 5 size variants...I want to generate new productid codes and product descriptions for the...

Run Only One Instance - Exit If Already Running..?

271 byte By deviouz at 2007-11-20 10:43:04
I'm new to VBS and in need of some code that will allow only once instance of the VBS File to be ran at a time..<br/>so if the 1st instance is already running, a 2nd instance cannot be ran...<br/>Is this possible at all or not..??<br/>If so How do i code it..??

New version V9 of C# IDE Mobile

1551 byte By HarveyR at 2007-11-20 10:43:35
New version V9 of C# IDE MobileC# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).You can download the new version at...

Assembler instead of Visual Basic 6.0?

575 byte By machaeroguy at 2007-11-20 10:43:48
I have a load cell digitizer streaming data to my CPU's RS-232 port at 9600 baud.Lately, I've had some wierd problems opening and closing the ports using the MSComm control and Visual Basic 6.0.My supervisor says I should find an Assembler that can interface with VB 6.0in order to control...

how to reuse an existing recordset

164 byte By jatinkulkarni at 2007-11-20 10:44:15
I am using V++, MYSQL and ADO. I have an already existing opened recordset. I wan't to use the same recordset for executing different SQL. How to achieve that.

detect mouse inactivity

144 byte By Kovo88 at 2007-11-20 10:44:18
i know gmail does this, but how can iI use javascript to detect inactivity in a certain DIV for example then return a function or anything else?

queryby date

222 byte By ikcha at 2007-11-20 10:44:29
sql2000; is this best safest way to query by date?. what if output is null?.<br/>select ride_number as ridenum from <br/>clubA where Driver_name = 'Gary' and<br/>clubA.Date_Time = '4/12/1999 8:28:01 PM'

drop down menu over flash movie

8463 byte By Lucky-8 at 2007-11-20 10:45:33
check www.x1point0.com... i got into this project half way through after all the front end was designed so i cant really figure out wats wrong..... when the mouse goes over the menu on top u have a drop down menu which is visible over the flash movie below but the problem is to click any of those li...

Correct source filename extension

642 byte By John E at 2007-11-20 10:45:47
Does anyone happen to know the correct filename extension to use if I want to compile x86 assembler instructions using the Linux gcc compiler? For example, under MSVC++ I'd expect the source file to be called "whatever.asm"I've been sent some x86 source files (which supposedly compile unde...

how to randomly select a row from a table having more then one row with same id

758 byte By meenakshi_joshi09 at 2007-11-20 10:45:52
Hi all,I have a table Employee having columns as EmpId , EmpName and ProjectName. An Employee can be involved in more than one project, So the table structure is as below:EmpId EmpName ProjectName1 jane P11...

Validating input in forms

1788 byte By shipwreck99 at 2007-11-20 10:46:32
how do i validate the following input's in xhtml form:<div id="content"> <form method="post" action=" http://tl28serv.uws.edu.au/iwsdinfo/form.asp"> <h1> Customer Personal Details</h1> <p><b>NAME:<b> <input type="text" name="name" size="40" ma...

[RESOLVED] onclick in CSS

486 byte By hensa22 at 2007-11-20 10:46:40
Hi everyone.I have a question.I have table tag on my web app, now, I want to be able that when anyone clicked on any row of tha table,it can be in other color painted and if so before there was any row paint then it takes the paint off.all of this is possible using css and not java script?I tried...

variable check and modify

1747 byte By Kovo88 at 2007-11-20 10:48:33
I need a function that will check a variables value and execute a function depending on the value. The value will always be either 0 or 1. If the variable is = to 0, then function 1 executes and changes the variables to 1. if the main function is called again, the second function will execute within...

PHP: Wrapped Object-Orientation

1017 byte By King Zarathu at 2007-11-20 10:49:44
c_Database.php:class Database{ var $mysqli; function Database($sqlDB = "pen") { $mysqli = new mysqli("localhost", "root", "lolol u g0t my pw roflcopter", $sqlDB); if(mysqli_connect_errno()) die('MySQLi connection error'); echo ($mysqli == NULL) ?...

HTML Validation Error

3842 byte By kottyn at 2007-11-20 10:49:58
Below is error that I'm receiving when I tried to validate my HTML at http://validator.w3.org/#validate_by_input.Error Message:This page is not Valid HTML 4.01 Transitional!Result: Failed validation, 1 Error File: upload://Form Submission Encoding: utf-8 Doctype: HTML 4.01 Transitional Root El...

i need tlink.exe

321 byte By yeahdude at 2007-11-20 10:50:58
good day everyone!.. does anyone have tlink.exe? can i ask to have that if it is alright? my tlink.exe doesn't work, or can i ask what kind of error is this, a so called "Failed to locate protected mode loader <DPMILOAD.EXE>" is appearing after i type the command "tlink filename".. pls i...

Print Status in SQL Server 2000

467 byte By stin at 2007-11-20 10:51:11
I have a stored procedure, which in turn calls numerous stored procedures. What I'd like to to is in between calls to the stored procedures is print a line saying, 'Finished with sp1'. I of course tried putting "Print 'Finished with sp1'" in between the calls, I also tried...

Whats the easiest way

543 byte By Kovo88 at 2007-11-20 10:51:18
to insert HTML onto a page on the fly or by request using ajax? Now, I dont mean import an external html file into a div, but I mean, literally import html code (predefined somewhere) and place it on the page. And Id want this to happen infinitely. For example, I want a button on a html page to inse...

about controlling the visibility of table row

863 byte By dummyagain at 2007-11-20 10:52:11
I would like to make certain rows of table invisible when the page is first loaded. The user can display the rows by clicking on a button. The button will then call the functions.i have set id on the rows like <tr id="secondSH">, but i got two problems.First, the row will not be invisible whe...

How to let CFileDialog display "\Mobile Device" folder?

447 byte By xiaudai at 2007-11-20 10:52:15
When connecting a WinCE ot Pocket PC pda to my desktop computerthrought ActiveSync, the File Manager shows a node of "Mobile Device"and a user can browse the directories in that PDA (see the red circle in 2.jpg).However I want to write a program which enables a user tobrowse the PDA directories by C...

[RESOLVED] Whats wrong with this SQL

715 byte By Bill Crawley at 2007-11-20 10:52:45
Hi All,I have scripted the following:select s.id, s.sorcode, s.description, n.name as nature, u.name as unit, s.quantitymandatory, s.defaultcost, s.natureid, s.unitid from dbo.sor s left outer join dbo.unit u on u.id = s.unitid left outer join dbo.nature n on n.id = s.natureid where Ac...

RUN script

259 byte By anandtugaon at 2007-11-20 10:52:55
Hi,<br/>How to run a script before the ORACLE SHUTDOWN durning system shutdown ?<br/>Please suggest me How to set priority durning run shutdown time ffirst we run a script and after shutdown oracle than shutdown a system?<br/>Thanks in Advance

ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl

146 byte By didierdrogba at 2007-11-20 10:53:06
I am getting the following error:<br/>ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl<br/>Fatal error.<br/>*** Error exit code 1

ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl

243 byte By didierdrogba at 2007-11-20 10:53:07
I am getting the following error:<br/>ld: Mismatched ABI (not an ELF file) for -llibxerces-c1_1.sl<br/>Fatal error.<br/>*** Error exit code 1<br/>Can anybody please suggest what the error might be? Is it because of a missing library?

Low Battery Notifications

2051 byte By prl_pt at 2007-11-20 10:53:08
Hello,I'm developing an application for Windows Mobile 5.0 Smartphone Edition (in C#). I want my application to be "always on top". I want to catch certain events and show the user the respective warnings. For example, I do this for the Incoming Call event; when a call arrives I never show the...

Emulator ?

184 byte By asalways at 2007-11-20 10:53:39
I read on wikipedia that BREW SDK is free for download with even a free emulator included but why I see it not there<br/>where is there a free emulator really to get ? <br/>Thanks

Insertion

114 byte By maverick786us at 2007-11-20 10:53:43
Is it possible to INSERT records in multiple tables using a single query? IF yes can someone show me an examples??