• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in An app for your product-- is it a good investment?

    "An app for your product-- is it a good investment?" You were not entirely clear what your product was. You mention a web site so if it's the usual web …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching An app for your product-- is it a good investment?

    The world has gone mobile! People always carry their phones with them. If you want to connect with your customers where you get the most response, then you should think …
  • Member Avatar for rproffitt
    rproffitt

    Created Maybe I misundertand "New Message Email Notifications"

    I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Maybe I misundertand "New Message Email Notifications"

    I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in browser application in typescript

    Your posts show a possible fascination with TypeScript. TypeScript is a Microsoft idea about JavaScript so you would be looking for such in JavaScript then port it over. Let me …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching browser application in typescript

    implementation browser application in typescript. can anyone give a link?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to william_45 in which one is better Google Analytics or Adobe Analytics?

    google analytics. best ever
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in browser application to draw, print the text.

    This is one of those languages that appears to be under Microsoft's "[Extend, Embrace and Extinguish.](https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish)" TypeScript is noted also at https://en.wikipedia.org/wiki/TypeScript which appears to be very much like JavaScript. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching browser application to draw, print the text.

    browser application to draw, print the text. in programming language typescript. in not found google source... help! Help me find I need source code
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to promote my business?

    @cameliajohn. I can't stress enough that the carbon industry is one we need to pivot or move away from unless it's in capture or carbon neutral products. As "Bill Nye …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in New impact stat in member profiles

    I found the number surprising but not moving. Maybe those that live on Facebook, Twitter and such may put more value here. For me it's interesting but would not influence …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Warning when copying web-content from clipboard into MS Word 365

    As to the flickering I recall that happening in all Office versions since about 1997. Microsoft apparently does not work on making their Office product operate smoothly (at least not …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Warning when copying web-content from clipboard into MS Word 365

    I try to mark content from a web-page (with pictures, hyperlinks etc) to clipboard and then paste it into Microsoft Word (belonging to the Office 365 Home suite). Then I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in New impact stat in member profiles

    I'm seeing 1.2 million for Dani, similar numbers for Happy Geek, James Cherrill. Me at 800K+. PS. Added with edit. Homepage change noticed too. Much better.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching New impact stat in member profiles

    Member profiles now have a new statistic that measures impact. It counts how many people the user has reached. It should be noted that we just started calculating this number …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Amazon Alexa discussions

    Off topic but http://www.bennet-tec.com/btCorporate/services.htm ends with a 404.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Amazon Alexa discussions

    I'm interested in meeting people to discuss Amazon Alexa in NY ( especially Long Island) area. I'd like to find people with background in creating / programming Alexa Skills, also …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error in php project

    Then again if line 6 fails so will 7. OP needs to test for that.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error in php project

    OK, here's the example for the object oriented method. $query = "SELECT Name, CountryCode FROM City ORDER by ID LIMIT 3"; $result = $mysqli->query($query); /* numeric array */ $row = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Visual Basic 6 populate Datagrid

    Small world. I'm seeing more and more questions about VB6 and its SQL connectors. I went over that in a very old app and we had to remove all SQL …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Visual Basic 6 populate Datagrid

    Hi guys, im a newbie in programming, please i need help in populating ms datagrid from ms sql table, can anyone suggest me something thnx
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error in php project

    Line 7's call can have an object oriented or procedural style. While it looks like he's doing that, the line does not look valid to me. This is why I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Google Calendar API Integration

    That's quite an undertaking you have there. My advice is to not code this at first. Break down the steps it takes from the beginning to the end. Why that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Google Calendar API Integration

    ** ## I want a Help to Intergrate Google Calendar API to create Events thure webisite ## ** Ihave tied some google documantation and some tutorials buth they acctually not …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading and Writing a text file from an Array #VB.net

    Too similar to https://stackoverflow.com/questions/56100222/accumulating-data-based-on-two-criteria If you crosspost be sure to share that so others don't duplicate efforts. Also, here your code formatting leaves some room for improvement.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Reading and Writing a text file from an Array #VB.net

    hello, I am trying to write a vb.net programme that reads data from a file and do a count for each column as shown in the format below and also …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to build an audience on social media?

    I offer this without judgement. Maybe you want to become an "influencer"? There are resources and discussions about that. https://www.google.com/search?q=Influencer+Marketing+Resources&gl=US
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error in php project

    Line 7 conforms to neither method documented at https://www.php.net/manual/en/mysqli-result.fetch-array.php Time to read that page and pick a style.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error in php project

    Please suggest something ---- Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\tourtravel\index.php on line 14** <?php include 'header.php'; include 'slider.php'; ?> <div class="container" > <div class="row"> …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Dell Computer will not start up after I shut down because it is slow

    That's a common fault I see on older Dells. The usual cause of it failing to boot is "BAD CAPS." The symptom is hard starting and even harder if it's …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Dell Computer will not start up after I shut down because it is slow

    I have a Dell and I'm running 8.1. I can't download or upgrade anything. After a couple of days my email wont work and the internet slows down to a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to build an audience on social media?

    There are articles about that topic but from what I've seen of your posts here you seem to be directionless at times or jumping from forex to memes and web …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to build an audience on social media?

    I have a memes website and I want to drive traffic from social media. I have a Facebook page with 20,000+ fans but when I post I hardly get any …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Linked List code implementation with cpp

    You can fnd all that at [Rosetta Code](https://rosettacode.org/wiki/Linked_list). Keep in mind that if this if for an assignment then you will likely get caught plagiarizing if you use it. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in NumPy and Python list

    When I select a tool, I have to consider the job at hand. A hammer one time, the blowtorch the next time.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching NumPy and Python list

    Is NumPy is better than Python list?
  • Member Avatar for rproffitt
    rproffitt

    Endorsed JamesCherrill

  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Please be aware of the Momo Challenge !

    What part of "it's a hoax" was unclear?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to RobDownUnder in Connecting a database table to a login form

    Don't use the Data Control. Here is an example (not using a Data Control) from vb-helper - If you go to this link you can download the project http://www.vb-helper.com/howto_ado_use_access_password.html Private …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple iLO on same LAN, how ?

    That old nut. The old fashion (?) way to crack this is to remote into some PC on that network then run the app on the PC on that lan. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Multiple iLO on same LAN, how ?

    Hi guys, I have 3 HPE servers all with iLO3 Advanced, in the office I can manage them easily as each has their own private IP, and the main server …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to promote my business?

    Hi Dani, I've seen folk try to use SEO and such as you listed but their basic product and reputation remain the same. I consider product, company and the folk …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to william_45 in What is your SEO strategy for your e-commerce store?

    i was actually looking for the good answer that will help me but there is nothing. Waiting for expert who answer this thread.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zill_1 in Sticky Nav Bar with Weebly - major problems!!

    Maybe you would find the answer here: https://css-tricks.com/sticky-smooth-active-nav/ Why do you need tu suffer? Try to use another builder, where it works automatically WordPress, Mobirise, Wix.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to promote my business?

    My view is that the ICE industry is going to be here for some time but I would not invest here for the long term. Why? Check out the curves …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to promote my business?

    Hello friends, How to promote my business through Digital Marketing? My business purely depending on Oil and Gas Industry.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Design an algorithm for finding the sum of n numbers

    I ran your code at https://www.onlinegdb.com/online_c++_compiler and it ran fine and produced the sum of the Integers I put in. Your code however is needlessly complicated I could do this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Design an algorithm for finding the sum of n numbers

    #include<iostream> using namespace std; int main () { int arr[14], n, i, sum = 0; cout << "Enter the size of the array : "; cin >> n; cout << …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Logical operators to perform Operations in SAP HANA

    That's an overly broad question. But if it was true, tell me without spamming what courses you completed on this product. It's strange to be thrown into SAP without training …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Logical operators to perform Operations in SAP HANA

    I am facing issues using logical operators to perform operations in SAP HANA. Can anyone help me?

The End.