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...
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...
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.
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...
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...
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
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...
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...
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.
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...
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 = *.? | *.?
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...
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
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?
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...
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...
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...
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...
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...
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...
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?
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...
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...
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...
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..??
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...
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...
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.
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?
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'
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...
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...
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...
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...
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...
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...
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) ?...
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...
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...
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...
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...
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...
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...
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...
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
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
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?
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...
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
Is it possible to INSERT records in multiple tables using a single query? IF yes can someone show me an examples??