• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What will be SEO trends in 2020?

    I'm more of Tom Peter's fan. https://tompeters.com/writing/manifestos/ has a new entry for 2020. Edit: Adding what Tom Peter is saying about speed and Excellence: > The bottom line re 'Speed …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What will be SEO trends in 2020?

    What will be on page & off page SEO trends in 2020?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to volan in Suggest good OPP design for my solution

    I am working on a problem for which i have already developed a solution, but i am new to OPP prgramming and started learning recently. Would request OPP Gurus to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Assembly language code

    1. You called out the target. Good. 2. Where's your code so far? 3. > I need to use video memory to print out this with 01’s I have to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I create piped IPC between a subprocess under native modules??

    Good to see you still working (in the mine?) on this. I think https://docs.microsoft.com/en-us/windows/win32/ipc/pipes is the defacto source on pipes for Windows. But. The last time we (at an office …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Want to conditionally load CSS for responsive layout

    Regarding the device width change willy nilly. One of my favorite tools is VirtualBox so it is possible for it to change the device width. You can imagine it can …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Want to conditionally load CSS for responsive layout

    I'm trying to use CSS as so: <link rel="stylesheet" media="screen and (max-width: 991.98px)" href="/files/mobile_css/daniweb.css" type="text/css"> <link rel="stylesheet" media="screen and (min-width: 992px)" href="/files/css/daniweb.css" type="text/css"> I want to load one CSS file …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Henrywallen in How much does it cost to build an Food Delivery Android app?

    Prices for all companies reach the same price. It all depends on the complexity and functionality of the program. For example, our company needed to develop healthcare software, then we …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ASP.NET Web Developmental Environment

    > We’re a passionate team of professionals who design, develop, and deploy ... Sound familiar? Maybe it's time to ask them to help out or to find more talent? Sorry …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using Ezoic to increase performance

    Everytime I hear about AI you dig into it and it's machine learning which is being sold as "AI." I worked on "smart" systems in the 80's so I tend …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using Ezoic to increase performance

    Interesting reviews on this. But they are 25 miles from my door here but from what I read they have some upfront requirements and from what I read, their machine …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Using Ezoic to increase performance

    Does anyone have any experience using Ezoic to increase site speed? Namely ... * Is their site speed increase predictor accurate? * Does complicated Javascript still work perfectly? What are …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in mysqli_query() expects parameter 1 to be mysqli

    There is an error in your MySQL query. Firstly, it's important that you escape all of the variables pulled in via $_POST before inserting them into the database to prevent …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Type password with editor for

    You don't know how to do this, yet your signature advertises you as an ASP.Net Developer. Do you see the problem here?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ASP.NET Web Developmental Environment

    Your tag line tells me you should be writing an OP-ED or tutorial about that. Or are you just spamming?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching ASP.NET Web Developmental Environment

    Now every web developer need a local web development envoiurment but i don't know how to set up Full-Stack ASP.NET Web Developmental Environment. any one can here to explain me.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 2D matrix vector multiplication using mpi in C

    It sounds like the app didn't compile or was not distributed. Since this appears to be a common issue, read priors about this error at https://www.google.com/search?client=opera&q=mpiexec+was+unable+to+launch+the+specified+application+as+it+could+not+access+or+execute+an+executable
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 2D matrix vector multiplication using mpi in C

    Hi everyone, I'm new to parallel programming, and my project is the two-dimensional matrix vector multiplication using mpi in C programming language. I have this multiplication function, but I don't …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Assembly language code

    That's a poor explanation of what may be someone's homework. One could fulfill this by printing the arrow then the random value. Besides that, where's your code and where are …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Assembly language code

    I tried alot to print this arrow with random generated values which are 0101 , every time it should be differnt, please help me out thanks :) ![Untitled1.png](/attachments/large/4/c843d1e3a2cf1464dc1f1eb7c0d4a68a.png)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in vb.net build excel sheet with conditional formatting

    > This works, but you have to specify each cell in the row. Noted elsewhere: > Conditional Formatting is the same as adding one or more formulas to each cell …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in vb.net build excel sheet with conditional formatting

    As to the generation of the sheet, for a very long time folk would have a blank sheet with the needed format then copy that to use in the new …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Biiim in Parse error: syntax error, unexpected 'while' (T_WHILE)

    line 20 has a . instead of a ; also line 31 needs to be `echo '`
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Undefined references to included functions in C

    As to the make clean that part looks fine. As to the make, I can't proceed. I would have to have the project up in Kdevelop then explore all the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Undefined references to included functions in C

    Aha, I think I see your real question now. It's something like: Why does (blank) work in Kdevelop but not gcc? I would be guessing that the settings, paths and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help in Python Programming

    Welcome to Daniweb. To me this sounds like you are ready for Python Tutorials. I see these are now plentiful at https://www.google.com/search?&q=python+tutorials Along the way you'll learn enough to write …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help in Python Programming

    I'm an absolute beginner. I needed help in creating a "loop"(idk if that's what it would be called). Basically I want to know how I can make a menu where …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Undefined references to included functions in C

    1. You need a header with declaration of the function foo. You can't just change the function or method on its own and get by. 2. I see priors on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Undefined references to included functions in C

    I am attempting to compile C code which accesses the[ libredwg library](https://www.gnu.org/software/libredwg/) through a header file: *#include "dwg.h"* When I attempt to compile my code using *gcc -o ldwg load_dwg.c*, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Amaury in Cannot send session cache limiter - headers already sent

    My family i had this problem when i try to login in my admin root Warning: include_once(/home/tts/public_html/wp-content/plugins/wp-hummingbird/core/class-abstract-module.php): failed to open stream: No such file or directory in /home/tts/public_html/wp-content/advanced-cache.php on line …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Kanchan Dhiman in The Role of AI In Digital Marketing

    AI is going to add extra features in Digital Marketing where people dont want to put extra efforts through Airtificial Inteligence many things are going to be sorted. In future …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in vb.net build excel sheet with conditional formatting

    Sorry vbforum, if I'm entering data into a sheet that would, to me say I'm using Excel so the conditional formatting there is what we use. If you are using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in vb.net build excel sheet with conditional formatting

    May want to edit your tags as the question/topic seems to be about Excel and not VBA or VB.NET. So I went to Google this and put in this question: …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching vb.net build excel sheet with conditional formatting

    I need to put conditional formatting into an Excel sheet. When one cell has data entered, the entire row must have the font color changed. Any suggestions?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in "All I want for Christmas 2019."

    > A new Daniweb home/top page. Link me to content you wish was on the homepage for you but isn't. I guess I'm just of the belief the reason there …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need of solution in C++

    No way I'm opening that. Try posting like other folk and tell us what is stopping you.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need of solution in C++

    https://drive.google.com/file/d/1JTM--EiH_qQOJiyBoN3-Eem2TYTKvqfT/view?usp=drivesdk
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Wrong destination on MacOS

    There are priors about this. Here's where it likely started. > I copied my project folder from my windows environment pc to my MacBook pro
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Wrong destination on MacOS

    Hello does anybody see any error in this? [!] Unable to find the Xcode project `/Users/macbookpro/Desktop/project/platforms/ios/C:\Users\Simos\project\platforms\ios\Project.xcodeproj` for the target `Pods-C:\Users\Simos\project\platforms\ios\Project`. I copied my project from my PC to my Mac …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Turn based multiplayer game number matching problem in nodejs

    What happened to https://stackoverflow.com/questions/59450218/multiplayer-turn-based-number-matching-problem-in-nodejs ? As to button disables, anothere way is to not bother and not repond to the button press. Always a design choice but sometimes a design …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Turn based multiplayer game number matching problem in nodejs

    I am in a pickle in trying to implement a turn based game where two players join the game and is assigned a role randomly where they alternate roles after …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in exercise for programming

    If you want to have others do assignments like this then it's posted as a for-hire post along with payment rates. Copy pasting homework is not going to get folk …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching exercise for programming

    1/Write a TeachArithmeticFrame class that teaches children arithmetic. The frame uses a JLabel for a problem and a JTextField for the user answer. When the user presses the Enter key …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Deciding on hardware for a new build / OEM pc?

    If I were building today I'd look at PCMR https://www.reddit.com/r/PCMasterRace/wiki/builds for the basic machine (there's Intel and AMD builds.) Then because you want to play UHD 4K video I'd tweak …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Deciding on hardware for a new build / OEM pc?

    Hello everyone! and Seasons greetings! I'm thinking of putting together a new PC and I don't know what type of specs would suit me best. Here's what I usually do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ phone book linked list

    Since this is not homework, why not use the web and go get a working app with source code? https://www.google.com/search?client=opera&q=Phone+book+project+using+linked+list seems to find them.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ phone book linked list

    I need someone help me in c++ Phone book project using linked list
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Parse error: syntax error, unexpected 'while' (T_WHILE)

    While I think you meant line 23, usually you get more than "syntax error" so share that. Next I checked for matching braces and that looked OK. The ECHOs at …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Parse error: syntax error, unexpected 'while' (T_WHILE)

    I hav a syntax error in While <?php $query = "SELECT * FROM users"; $sql = mysqli_query($link, "SELECT * FROM users img_file WHERE id='$id' "); $_SESSION['id'] = $id; $result=mysqli_query($link, "SELECT …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to XxRedSteelxX in How to create daily earnings table for each user using PHP and MySQL?

    What if I have to insert records in a single table instead of creating tables everyday?

The End.