I am trying to submit a bid to my php system using a get request ".get()". I've been trying to interpret the documentation, and I feel like I have most of the steps correct. Regardless, here is my html: <div id="1001AIE0322921TTGOD"
I've noticed that Visual Studio installs SQL Server 2005 Express. However, I've installed SQL Server 2008 and plan on it being the primary db I work with. Is it possible to work with VS2008 without having SQl Server 2005?Visual Studio does not depend
I am looking to scrape this website: http://www.machinerytrader.com/list/list.aspx?ETID=1&catid=1002 I initially tried to use PHP to do this, but discovered that the body html is encrypted. And so it appears this html is best accessed using a headles
I Have an asp.net mvc api controller method that has a List as its return method. When called it returns this json data: [ { "AreaName": null, "AreaId": 0, "DestinationName": "Alanya", "DestinationId": 14,
I'm attempting to create a program that takes input from a usb ps2 hand controller, translate and passes the info to a rs232 device. I already have everything working for the rs232 device. The problem is interfacing with a usb controller. There doesn
I ran a performance test run for 500VU by using "
[email protected] - Stepping Thread Group". I noticed that, right from 200VU-500VU Load, the hits/sec was 20-25 consistently for 25min till the end of the run, error 0.04%. I know that I could control the hit
...using JSON2.js and JQUERY as you can see from the first image the object property customerReport.Title has an apostrophe. In the code you can see that I'm calling JSON.stringify() into reportAsJson string which still has the unescaped apostrophe.
I've implemented IIS 7.0 rewrite rules for my site which strips out the .aspx extension, makes the URL lower case, and strips "default.aspx" to clean up the URL, and all of the rewrite rules work great. However, in looking through my google anal
Is there a way for an Android activity to detect how it was launched? Specifically, I would like to detect if my app was started from Eclipse, versus if it was started normally (e.g., from the home screen or installed application list). This is a pro
I am using PHP, Mysql, jQuery. I have a webpage that is to be converted into high-res A4 size PDF: http://optisolbusiness.com/funeral_site/sample/index/id/255. I have converted the HTML to PDF using wkhtmltopdf, which works great. Here is the generat
HELLO I'm student and I'm new with oracle I trying somethings but have a problem with this procedure and I didnt find the where is it.I hope you can help me Thank you in advance.. error msg : [Error] Execution (23: 7): ORA-06550: line 1, column 7: PL
If I set the properties of "buttonMode" and "useHandCursor" to true in DataGrid, it does not work as I expect. Only if I move the cursor to the edge between two rows, the hand cursor displayes. What I expect is that no matter where the
HSQLDB 2.0 is soon to be released. I wonder if it will outperform H2 since, as far as I know, most users prefer H2 than HSQLDB. I am interested in the MVCC support of HSQLDB 2.0. I have learned that MVCC on H2 is still experimental. With regards to s
I have an drop down in an Update form 'id="tak_id"' being populated from an query"takType". The drop down box has three options "sms, chat, tweet" with three different values"001,002,003". The SELECTED value in the
I have spent the last few hours attempting to do this on my own, and using Google to find a solution but to no avail. So if you can help out i would super appreciate it! Basically I have a page which has 3 separate biographies in 'preview mode', whic
I'm doing some research on the feasibility of an iPhone application, and can't find any indication in Apple's documentation that an iPhone app can read the call history of the phone, specifically the number called, when, and the duration... I also ne
How can I config gitFileTree/Monticello don't commit on project save ? I have some out-of-tree files in local git repo (autogenerated sources) and I want to do commit manually: first stage all changes in Smalltalk system, then stage all external file
After I updated the following packages I got an error that the oauth-public.key file couldn't be found. Package operations: 1 install, 2 updates, 0 removals Updating laravel/framework (v5.4.27 => v5.4.28): Downloading (100%) Installing defuse/php-enc
I'm writing an AIR application that communicates with a server via XmlHttpRequest. The problem that I'm having is that if the server is unreachable, my asynchronous XmlHttpRequest never seems to fail. My onreadystatechange handler detects the OPENED
I'm trying to use some of Ajax toolkit controls in my ASP .net application but it seems that it does not work . I want to use Modal popup in my form but the panel that must shown on popup , displayed on browser and the button do nothing . why it does
I have a radio group which is validated for required. It works fine except when in certain cases I need to disabled first radio button leaving user to select one from remaining. Even in this case radios are validated but error message is not displaye
We are looking at using NAnt as a deployment tool for our internal (usually web based) applications. One of our (many) current solutions uses colored output on the commandline to indicate if there was a problem with the installation (green and red).
This question already has an answer here: Serializing to JSON in jQuery [duplicate] 11 answers I am trying to take a JSON object and build a JSON string but I'm not sure how to do it. This is what I have so far that is giving me the correct output. v
With the release of iOS 6, Apple implemented a feature called remote debugging A client is having problems with my webapp since installing the new iOS 6 and I can't figure out the issue. It doesn't seem to be an issue with caching of AJAX requests, b
I've tried Googling this question, as well as searching for it here but I can't seem to find anything relevant (which suggests that it is not possible). I've also tried playing around with combination of using "relative" positioning with differe
I am trying to select data from one table and insert the data into another table SELECT ticker FROM tickerdb; Using OracleSql I am trying to get the ticker symbol "GOOG" from the tickerdb table, and insert the t.ticker into the stockdb table. se
I have this situation that I need to let users define decisions based on the number of given conditions. For example my program needs to automatically generate a matrix as below given that there are two conditions (IsMale and IsSmoker): IsMale: YES Y
I know this has already been ask many ways, and I tried to read most of them, but still having trouble... I have the nested dictionary city = {'centerLatitude': '40', 'centerLongitude': '-86', 'listings': {'A Name Here': {'address': 'the address', 'c
I have a python module installed on my system and I'd like to be able to see what functions/classes/methods are available in it. I want to call the doc function on each one. In ruby I can do something like ClassName.methods to get a list of all the m
this is my function, where i post json only function test() { var imgFile = document.getElementById('image'); // var imgData = JSON.stringify(getBase64Image(imgElem)); //var imgData = Convert.FormBase64String(imgElem); $.ajax({ type: 'POST', dataType