Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation exception that occurred within my application. This type of error apparently usually points to a problem where the code attempted to write to a protected … Re: AirTM API: How to Build a Form? Programming Web Development by Dani I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side language to write your web app? If so, which one so… Re: Design vs. Coding Programming Software Development by cored0mp @dani > Are you implying that a single person would constantly rotate across positions involving software architect, coder, writing documentation, and doing QA? Yes. > I'm not a fan of this strategy. Firstly, different people have different strengths and weaknesses. Yes, but given that the req will request five properties, if … Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post. Re: Request.Form["value"] to get and to set ? Programming Web Development by kvprajapati Request form collection is read-only so, we cannot directly modify it but reflection api will do that. [code] MethodInfo WritableMethod; MethodInfo ReadOnlyMethod; BindingFlags Flags = BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static; WritableMethod = Request.Form.GetType().GetMethod("… request object null Programming Web Development by chandub hi. when a user request hits the ActionForm's validate method (struts)and bounces back, i'm loosing some request attributes that i had set for the page. In other words, if the user inputs some data that don't pass the validate method, the page comes back with a few request scope attributes missing. Is there a way to avoid that this happens? Thank… Request Processing in PHP Programming Web Development by darne_1 How does request processing works out from the perspective of a php developer? More than that I'm concerned with e.g. once request is parsed through.htaccess ,mapped to the file and respone is sent back. The mechanism of how this response gets sent back to the client is what I eagerly want to know ? Why? I'm developing a PHP script that needs to … Re: Request Processing in PHP Programming Web Development by darne_1 @chrishea Thank you very much. I'm working on PHP based IDS which in effect not only scans the incoming request which every other IDS does but also scans the output. My concern is if the database is already embedded with the fields that can prove fatal to others say <script>alert(0)</script>, then this probably can't be detected by … Request to people in the Java forum Programming Software Development by Nick Evan I do not often visit the Java forum, because I know nothing worth posting in the Java forum :) But when I [I]do[/I] visit, I see a lot of posts with code without code-tags. This makes the code nearly unreadable and reduces the overall quality of Daniweb. So I have a request: When you see a post without code-tags, please use the "flag bad post&… Re: Request to people in the Java forum Programming Software Development by Nick Evan [QUOTE=jwenting;1195194]Of course the very people who don't use code tags are almost certainly those people who won't read announcements either...[/QUOTE] My post was meant more as a request to the "regulars" , to use the "flag bad post" link a bit more ;) request query in mozilla Programming Web Development by sudhakrish hi there, I have a hidden field in my page which i need to transfer to another page as request query string/paraameter. It works perfectly in IE and in chrome. When i try in Mozilla the value of the req string is always undefined. Can any one help me out. thanks in advance Re: request query in mozilla Programming Web Development by minitauros Are you using a form to send the query? How is the request being sent? Request empty in JSP ComboBox? Programming Web Development by suncica2222 I have to populate simple combobox,so on Submit button <option values > for combobox should be carried through request global,and action should stay on same page. But when I debug jsp I see that request stays empty??? Also combobox behave funny,it changes value when pressed any button on page??? form from line 55 to 65 behaves funny… Request Dispatcher Programming Web Development by mith_cool I simply want to forward a request of one servlet to another servlet. Authentication Servlet gets a request from a jsp page and thus authenctication servlet passes the request to another Addtocart servlet. AuthenticationServlet Code: [CODE] RequestDispatcher rd= request.getRequestDispatcher("/Addtocart"); rd.forward(request, … Request Query String and Display of SQL data Programming Web Development by BilalAKhan Dear All, I have a search page on which I have two DropDownLists. One for Catagory and another for Item. When I select both of them it takes me to the result page and displays the result in GridView. It works for a single value but for more than one Catagories and Items, I need to put condition statements. I am using Response.Direct in the … Re: Request Dispatcher Programming Web Development by Rameshwar Soni [CODE]RequestDispatcher rd= request.getRequestDispatcher("/Addtocart");[/CODE] I think it should have been [CODE]RequestDispatcher rd= request.getRequestDispatcher("Addtocart");[/CODE] Request.QueryString Substring problem Programming Web Development by ammwebmaster2 I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head> &… Request.php code error..Help plz! Programming Web Development by kclove Hello Guys, Im having a problem with my request code. I need to send a request to a friend and it should appear on the friends page when the friend log in. then if the freind accept it, it should get updated in the freinds table , ut I seem to be having some errors with the code. I've sat all night trying to fixed it but I seem to be putting more … Re: Request Form not Working: foreach() error message Programming Web Development by diafol OK, Now I see the **DETAILS OF YOUR REQUEST** section As mentioned, I'd use checkboxes - much less hassle. <input type="checkbox" class="subject" name="rqst_subject[]" value="3" /><label>Science</label> <input type="checkbox" class="subject" name="… Re: Request.QueryString Substring problem Programming Web Development by Thirusha I could be wrong since i no longer program in asp but i think the code supposed to look like this: [code]<%[COLOR="Red"]=[/COLOR]Request.QueryString["donor"].ToString().Substring(1,9)%>[/code] From what i remember if u want to display something u have to write it out, u have to use "<%=" I definitely … Request and Respond doesn't exist in new .NET framework.. Programming Software Development by sniper1983 Hi, I have an old web-application in production which works fine. Now I want to make some changes and loads it into MS web developer express with the newest .NET framework installed. The problem occours when loading the website into the program. It seems that the "My" doesn't support request and response on cookies anymore. ex. My.… Re: Request and Respond doesn't exist in new .NET framework.. Programming Software Development by sniper1983 [QUOTE=Teme64;712196]You'll get it with: [CODE=VB.NET]Dim Resp As System.Net.HttpWebResponse ' Make WebRequest ' Resp.Cookies has the cookies[/CODE] Take a look at [ICODE]System.Net.WebResponse[/ICODE] and [ICODE]System.Net.HttpWebResponse[/ICODE] namespaces. You should find everything you need in them (and in Request namespaces of cource).[/… request scope Programming Web Development by hajjo Hello all I am using the request scope. I have parent window, which opens a child window on button click. Am using window.open That child window opened is request scope. Problem is, on that child window there is a button.. say I write "greg" in the textbox and click the button its reset back to old value. On every button click its… request.getParameter return null value Programming Web Development by sagar2dumbre AJAX has retrieved value(using some DB operation)and inserted in text box.while retrieving that values on onClick event of button System.out.println shows null value.i want to retrieve value of "emp" input tag jsp file code:- [CODE] function checksubmit1() { document.w1allot.prepare.value=1;… Request.PathInfo is taking too much time to load! Programming Web Development by kubi081 Hi, I was wondering if you could help me with the problem of Request.PathInfo! The only difference between the two pages I will refer below is Request.PathInfo I want to make clear urls, instead of id based urls. If you want you can check the urls below: Here it is without problem and fast: [URL="http://iratedb.com/get.aspx?… Request Form not Working: foreach() error message Programming Web Development by ebanbury Hi I have a website which is ready to launch apart from one of the key request forms which is not working properly and I just can't understand why. I click 'submit' and the form stays on the screen. I get the following message: ***Warning: Invalid argument supplied for foreach() in /home/brighttu/public_html/dev/request_tutor.php on line 499 Your… Re: Request.form Programming Web Development by mellamokb Groups of radio boxes are allowed to have the same name because they are mutually exclusive. However, the checkboxes each have independent state (i.e., checking one does not uncheck another), so they should all have unique names. Then they will be passed appropriately instead of appended as an array. The point of the radio buttons having the …