• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to diafol in How can I set image as background?

    Use cover.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to get the real IP address behind the proxy?

    If you research your topic question, it appears you have your answer. (Google your topic question.) As there is nothing new going on here, I have to write that there's …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to get the real IP address behind the proxy?

    If the proxy is working, then you should not find their real IP. This is by design. If you feel this is not acceptable and you detect a proxy you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to get the real IP address behind the proxy?

    hi, i have searching and tested lots of scripts to get the real IP behind the proxy but still not get the right result. Could anyone with this experienced helps …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Getting video to autoplay and loop

    I wonder if this is disabled in Chrome, many articles like http://www.pcmag.com/article2/0,2817,2490222,00.asp so anything to get around this is a hack and most forums won't get into that. Read http://stackoverflow.com/questions/17994666/video-auto-play-is-not-working-in-safari-and-chrome-desktop-browser …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Getting video to autoplay and loop

    Please add what browser this is. On iOS devices, this will not work and never will. Why has been explained many times. Without the full context, I would be guessing …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Getting video to autoplay and loop

    All, Using the standard ac_quicktime.js as shown below - how does one get the video to auto play and then also keep looping: <script language="JavaScript" src="ac_quicktime.js" type="text/JavaScript"></script> <script> function jumpToTime(timeInSecs) …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Php Sql Injection Secure Tags

    Regarding item 4. Single equal signs are for when we want to assign a value to a variable. Double (and triple) equal signs are when we want comparison tests. (varies …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Php Sql Injection Secure Tags

    New Friends! :) The following is my member registration code as of latest. ISSUE 1: I get this error: Parse error: syntax error, unexpected '_' (T_STRING), expecting ',' or ')' …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the programming paradigm of XML?

    XML is a programming language would be news to me. I only thought of it as what it was, the extensible markup language that served as a way to write …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the programming paradigm of XML?

    I think XML is declarative , I am not sure though if you have the right answer could you please provide sources doing a project for analysis of programming languages. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How To Force MySql With Php To Show Final Row Only?

    Just thinking that LAST or TOP may be what I'd want to know more about. https://www.w3schools.com/sql/sql_func_last.asp
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How To Force MySql With Php To Show Final Row Only?

    Buds! How to code so php forces mysql to show only the final row of the column ? The followings are how I coded (2 copied youtube tuts) to show …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Saving to server Problem on Chrome

    I see I wrote caniuse.com not caniuseit.com. Computers be like that! As to JSLint, I'd tolerate nothing. I'll share I made money going halfway around the world just to re-iterate …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP Catchable fatal error:

    The only Hun I want to be called today is Attila.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Functions with variable number of arguments

    Try debugging this. In Visual C++ (free ones out there) I can set breakpoints to see what vars are at that point. If not, I add print statements to trace …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Functions with variable number of arguments

    Write a function write with variable number of arguments that takes a string first argument followed by any number of arguments of type double and prints on the screen a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP Catchable fatal error:

    Read http://php.net/manual/en/function.die.php and notice how die is discouraged. Also, my choice would be to use else on the next passage of code.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PHP Catchable fatal error:

    ive just done a simple register form where i can check username exists and before i put the username exists in the register works but when i have the username …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Connection to web server from VB.net

    @karthik I'm sure we could supply code but there are a dozen or more web database servers out there. Let's hear more about the server so we can find the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VBA Macro XML receiving Run-time error '91': Object variable or With block

    To move things along, does this happen before or after the Open statement? In other words, time for you to debug where this happens, what line and then focus on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VBA Macro XML receiving Run-time error '91': Object variable or With block

    I was write code for excel vba xml database values write into text file. when i using without any special characters xml values parsed into their text file without any …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in external dvd drive power

    @James. I've made those sort of calls before and it frustrates both of us. If you don't have basic VOM skills, I can't teach those over a Skype. Did you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Saving to server Problem on Chrome

    If you wish. You could tell the users to use other than Chrome? In parting, also use caniuse.com to check if your code is tripping over some other items. Did …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help

    Welcome new member. A few things. 1. Always make a good title to your post. Few will ever open a post titled like this. 2. Your post looks like an …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help

    Write a C++ program to help the Administration of a football league to manipulate the list of players registered in different teams. There are 26 teams participating in the league, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Asynchronous web programming using Java

    After a quick check with https://www.google.com/search?q=Asynchronous+web+programming+using+Java the answer looks to be yes to the first part of your question. Tools are of course your choice to choose from. It appears …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Asynchronous web programming using Java

    I want to learn web programming with Java. I'm using eclipse neon with tomcat 8.5.13. My question is do these tools support asynchronous programming and server push technologies or should …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to xrjf in How can i get get sum of 2 different columns in datagridveiw

    I wonder why your line #15 isn't wrap like line #7 with `If Not IsDBNull...` because in case `...cells(4).value` is DBNull because of an empty input, an exception will occur.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Saving to server Problem on Chrome

    ![jshell.png](/attachments/small/1/0babe506a38b72b7c45fb097c3c9e9ff.png "align-left") My takeaway was this picture. So JavaScript is like Schrödinger's cat and quantum mechanics. That is, if anyone tells you they understand it....
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Code Help- Why is not Taylor's age not displaying?

    You use Taylor in line 11 and taylor in line 16. Also, lines 10, 11 have errors. Strange quote marks there. I didn't check for anything else.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Code Help- Why is not Taylor's age not displaying?

    <html> <head> <meta name="generator" content= "HTML Tidy for Windows (vers 25 March 2009), see www.w3.org"> <script type="text/javascript"> function person(name, age) { this.name = name; this.age = age; } var bucky …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help percentage function php

    Alex, there are so many priors on your question that there is no lack of examples. https://www.google.com/search?q=percentage+function+php So this is why you have to share what you've written so far. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help percentage function php

    Hi Everyone I have 2 variables $price = 60; $dec = 1%; I want to create a function which give me result for next 10 years example: 2017 = 59.4 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Saving to server Problem on Chrome

    That line doesn't look off on its own. What does JSLint have to say about your code? 1. JSLint (you can find that on your own.) 2. Watch https://www.youtube.com/watch?v=hQVTIJBZook to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in external dvd drive power

    Inside you'll find the minus or ground should be continuous to the drive. It's the +V side you need to trace to see where it goes and to any chip …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in external dvd drive power

    @james. The problem is that what you have is not what I have and may have never seen before. I'd test with the very safe 5V supply next.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in external dvd drive power

    By unscrewing it, opening I could use an Ohm meter to see if the is some trace from the +V to the DVDRW's +V (likely) or look at the circuit …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to sort class

    Welcome to the forums. You need to share your code so far and where you are having troubles. Some folk want code to be written for them but this is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to sort class

    I am trying to sort the scores in ascending order but I do not have any idea to do sorting in class. Any help will be appreciatd.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Saving to server Problem on Chrome

    Can you share line 1194?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Saving to server Problem on Chrome

    Hello i have a problem uploading a file in the local server on Chrome. Works fine on Firefox, it uploads as requested, saves to localserver and puts the values on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Convert mysql code to mysqli

    I think you could have left the code off this post. That is, there are priors at https://www.google.com/search?q=how+do+I+convert+from+mysql+to+mysqli and maybe, just maybe a tool to do the conversion in simpler …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Convert mysql code to mysqli

    I have a code in two files and I want to convert it from mysql to mysqli. func.php: <?php $con = mysql_connect('*','*','*'); mysql_select_db("*",$con); function search_results($keywords){ $returned_results = array(); $where = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How does a TCP server handles multiple connections?

    You forgot to do your basic search. This question has a lot of good prior answers at: https://www.google.com/search?q=How+does+a+TCP+server+handles+multiple+connections%3F
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How does a TCP server handles multiple connections?

    Hi ! I feel a little dumb, as I am trying to understand something which seems evident to everyone, and so that I cannot find a clear answer. I hope …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in external dvd drive power

    Given the picture and the above I'm changing my answer to 5V input. The unit is working with USB +5V power now so there's little to no reason for the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in windows 10

    That's a method I would never use. I continue to use CD creation software like CDBURNERXP (works from XP to 10) and I see it's up on Ninite.com. You discovered …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching windows 10

    Good morning Recently I put an excell files on my desktop. This file wu4.xlsx was draged from a secure vautl (cryptainer). I did some draggring of file into a CD-R …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SEO Strategy

    My first feedback is to fix those errors. Read https://validator.w3.org/nu/?doc=https%3A%2F%2Fstoreo.io%2F

The End.