• Member Avatar for rproffitt
    rproffitt

    Began Watching Android Studio

    Hello everyone, I bought one tutorial to learn how to design Android App which used to install Android Studio to work on. However am getting continuous Gradle Sync error in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the best way to get user timezone using php?

    If they are using a VPN you usually get the TZ of where they appear according to the VPN. There's nothing wrong about that which is why my view is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the best way to get user timezone using php?

    Think about how users get to the Internet today. You can't count on their location being accurate since they could be using a VPN, Tor or another system. Fix? Just …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the best way to get user timezone using php?

    I have a unix timestamp for each cooment in my database. I want to output the user date and time depending on their location, or timezone. How do I do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mono audio not working on Windows 10

    You may have to use https://sourceforge.net/projects/equalizerapo/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mono audio not working on Windows 10

    I'm trying to get my computer to output audio in mono but despite selecting the option within the Ease of Access centre to enable mono audio, my audio is still …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to alan.davies in Ajax Tabs, half working

    It's due to the missing semicolon on line 549. Also you have an undeclared variable in your loop.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in spywares problems?

    Let's ask a basic question. Did you association the .RM files with the RM Player app of your choice?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching spywares problems?

    I download some music songs from a website. The website gets the requests from users and then it searches through WWW and lists you hundreds of URL that may have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in animate all borders at same time

    @T. This is why, and mind you this is how I'd code it, flip the design to where the outer loop is what percentage of the line to draw with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in animate all borders at same time

    Your code as it stands does its work on one border at a time. So you have to upend the whole design and think about the animation loop to be …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching animate all borders at same time

    Borders are animating one after one. Need help to animate all borders at same time Here is running example [jsfiddle](https://jsfiddle.net/npLsm0j2/) **CSS** * { padding: 0; margin: 0; outline: none !important; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Marketplaces to sell PHP Scripts

    I read your deleted post and you may want to clarify if this is a PHP script or an iOS/Android app. You stated it ran on iOS/Android but I haven't …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Marketplaces to sell PHP Scripts

    I've been trying to find places to sell scripts, it would be great if that info is shared with the community. Go ahead and make your contributions!
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in What are all the current SEO Strategies

    > Why isn't your site in your profile so others can comment about it? Because, it turns out, the site is a digital marketing one. So the question was just …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Php codeigniter

    I'm going with no since PHP is usually not on the client side so the upload happens then you on the server side run your PHP script to do the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Php codeigniter

    How to validate CSV file of only one column before getting uploaded
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in traffic

    PS. On another forum I'm now getting requests from OPs (original posters) because their spam posts are resulting in negative moves in their SEO. So random postings with links can …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in traffic

    After more reading about this, using Quora looks to be good for Quora unless your answer is spot on, a winner and has offered extended answers at your site. If …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching traffic

    Anybody using Quora for traffic?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in Canon printer won't print colors

    Did you remove the tape/film from the new colour cartridge before you inserted it?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What are all the current SEO Strategies

    The more I learn about SEO I see SEO is not guaranteed to get you traffic. Why isn't your site in your profile so others can comment about it?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What are all the current SEO Strategies

    Hello All, I need to know the current SEO tips and tricks for generating more traffic to my site.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in help this code return a c #(phyton to c# converter)

    Welcome to Daniweb. Such a post is going to not be a good 1st post as you skipped over the how to post and what to post. I have to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching help this code return a c #(phyton to c# converter)

    import requests.packages.urllib3 requests.packages.urllib3.disable_warnings() from flask import Flask from flask import request import requests from requests_toolbelt import MultipartEncoder import requests app = Flask(__name__) import requests import json from datetime import datetime …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to speed up ddrescue for 500 GB disk imaging

    I wonder if you watched the video and heard the advice not to buy the Deepstar unit but find a shop that would connect it and push the button? That …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in htaccess redirect to mobile subfolder without changing the URL

    XKCD covers this as well -> https://xkcd.com/869/ Make it mobile friendly and avoid making versions for desktop, mobile, iPads and such. You'll go mad trying to keep it in sync …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching htaccess redirect to mobile subfolder without changing the URL

    I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to speed up ddrescue for 500 GB disk imaging

    I was unclear. As a rule I don't duplicate the web but share what I'm using and am looking into. That is, I want what I write to be unique …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Best practices for sanitize POST parameters

    Keeping in mind this is about POST and not SQL, http://php.net/manual/en/filter.filters.sanitize.php does seem like a good thing. Other sanitizers at http://php.net/manual/en/filter.filters.sanitize.php might be used depending on the need.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Best practices for sanitize POST parameters

    Hello, After searching over the internet how to secure a web application(forms) in PHP, in most of the cases were just suggestions not a short and real example. In some …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to speed up ddrescue for 500 GB disk imaging

    @tony, I think it is an answer. Over the past few years I've been seeing a lot of iffy drives and been looking for reasons and methods to get the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in .wav meta data

    You have asked some very interesting questions plus using the name of a character in a series which is why I wrote that. https://en.wikipedia.org/wiki/WAV does note metadata in .wav files …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to speed up ddrescue for 500 GB disk imaging

    Why yes it can. And small world I just found a tool via Linustechtips that tackles that issue. Watch and see what it is at https://www.youtube.com/watch?v=eyr14_B230o&feature=youtu.be&t=549 You may not want …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to speed up ddrescue for 500 GB disk imaging

    Hi I have 500GB WD my passport with bad sector, I try to take disk imaging for forensics investigation with ddrescue but ddrescue was very slowly, is it really take …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Malware on your pacemaker via Windows XP vulnerability? You betcha!

    Thanks for this article. Here's another that tells a tale of not keeping your products up to date and secure. https://www.wired.com/story/notpetya-cyberattack-ukraine-russia-code-crashed-the-world/?mbid=BottomRelatedStories_Sections_2
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Malware on your pacemaker via Windows XP vulnerability? You betcha!

    I've been writing about various security risks in the health sector for many years now. Usually my articles cover patient privacy, data protection and health provider network insecurity issues. Occasionally, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to lewashby in .wav meta data

    This may not be the best room to post this in but I didn't see any room that really jumped out at me for this, and since I'm doing all …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in .wav meta data

    I have to write I think that's how those other apps function. Very few apps agree on what to do with meta data. I see this also is answered "No" …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching .wav meta data

    This may not be the best room to post this in but I didn't see any room that really jumped out at me for this, and since I'm doing all …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Best do follow link for blog commenting

    Blog commenting with irrelevant spammy backlinks will hurt your SEO, so if you still want to get something out of this old school backlink strategy, you better want to do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ajax usage on board side

    Explain what you mean by "when I run it from my board"? Most surfboards don't run apps or have a browser.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching ajax usage on board side

    Hi 1.am able to run using XAMPP on PC. When i run from my board, am not getting proper data. I mean it is not fetching the file index_1.txt.html and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Free_2 in Social networking site

    Facebook Is Better Than Of Twitter About Social Networking Site
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to pass a string from c# to c++?

    Even with a client server you'll have to convert strings. For this I open the manual at https://docs.microsoft.com/en-us/cpp/cppcx/strings-c-cx?view=vs-2017 > A Platform::String can contain only char16 characters, or the NULL character. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to pass a string from c# to c++?

    Hi, How can I pass a c# string to C++ side of the app? Right now, I have all handling in Const char * format . When I pass c# …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Chien-Rouge in How to pass a string from c# to c++?

    Maybe it's stupid but you can try to dialog between your 2 apps by using client-server and vice versa. Send data with code that contains your string. And use event …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent :Need help with my project,

    Let's focus on line 1. Didn't the class cover how to output text or strings? If it didn't why not google "How to print a string in Java?" Part of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent :Need help with my project,

    @OP. It appears you are seeking folk to write this for you. Let's look at line 1. Are you revealing that the class hasn't covered how to print a string …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Urgent :Need help with my project,

    How about 161 (one hundred and sixty one) solutions at https://www.rosettacode.org/wiki/Loops/For I'm a bit surprised this is an assignment today as it's been done to death.

The End.