• Member Avatar for rproffitt
    rproffitt

    Began Watching How to explode data using MYSQL and using NOT IN?

    I have a programming code problem, I need help to solve the problem. How to explode data array using MYSQL and using NOT IN. The program code is below <form …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SEO techniques?

    That's an interesting word choice. > Affective is usually used in the field of psychology and addresses emotions and feelings. Effective is common in everyday language to describe something that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching SEO techniques?

    what are the most affective techniques of SEO?
  • Member Avatar for rproffitt
    rproffitt

    Created DevOps isn't for every project.

    Over the years I've seen so many solutions to development but not one is a panacea. Example: I had a 28 day embedded project that would have blown its 28 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching DevOps isn't for every project.

    Over the years I've seen so many solutions to development but not one is a panacea. Example: I had a 28 day embedded project that would have blown its 28 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in which is best template

    Frankly it's the one you like the best. What other criteria would there be?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching which is best template

    which is best template
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in want to knoe about off page seo.

    Seems it's still the same as last year. Nod to https://www.google.com/search?q=The+central+part+of+off-page+SEO+is+building+high-quality+backlinks
  • Member Avatar for rproffitt
    rproffitt

    Began Watching want to knoe about off page seo.

    What do you think what is the central part of off page seo?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Happy New Year 2023!

    🥂
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Happy New Year 2023!

    Happy New Year everyone! Wishing you and yours and happy, prosperous, and healthy new year!
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what are the commom questions I can ask for web developers ?

    Is the company like Twitter where, well, let's check out Twitter's new ask: > Commit to a new “hardcore” Twitter or leave the company with severance pay. > >Twitter is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what are the commom questions I can ask for web developers ?

    Hey everyone, I have started a new position as an HR recruiter in a Website Development Company, can you guys suggest to me some questions I can ask fresher as …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why Password Hash Changes Each Time ?

    I'm reading https://www.php.net/manual/en/function.password-hash.php and since the salt is automatically generated upon each use, the result will be unique each time.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why Password Hash Changes Each Time ?

    Hi, Seem to be having problem with the password_hash() as it keeps changing the hash value of the same password. Why ? When each time I refresh the page, the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Latest trends in Email Marketing

    While I could write you should avoid spam at all costs, I do like what ChatGPT the AI wrote. Here's what it wrote: "There are several strategies you can use …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Latest trends in Email Marketing

    How can I retain more customers with email marketing
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why MySql Fails To Delete Table Columns ?

    As RJ pointed out, to delete a column, that's a schema edit and would not use the delete. If you want to delete rows of data, that's one thing, you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why MySql Fails To Delete Table Columns ?

    Good Evening People, No matter what I do in mysql, why I get this following error where the rows do not get deleted ? **Error SQL query: Copy Edit Edit …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can someone encrypt this for me please

    Let's see if OpenAI's ChatGPT does this: > Can you encrypt Wv4gJyLguPzuClVexggQO6r0uLUNI3mMtwXH8yG9wd)jSMjXNbSLrrxUsN39DwmtjRlthSS24axWyEZYFk2u7EJnp2tKyB2CASYri6)rui)9iJidseE6phmADVAJKeCmZZq)vB)ybdnT3Ji5kGafyYuazcv9zim33k for me? "It looks like you are trying to encrypt a string of characters. In order to encrypt …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can someone encrypt this for me please

    Wv4gJyLguPzuClVexggQO6r0uLUNI3mMtwXH8yG9wd)jSMjXNbSLrrxUsN39DwmtjRlthSS24axWyEZYFk2u7EJnp2tKyB2CASYri6)rui)9iJidseE6phmADVAJKeCmZZq)vB)ybdnT3Ji5kGafyYuazcv9zim33k
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to refresh data without refreshing the entire page

    I've been using OpenAI's ChatGPT a lot more. It's over at https://chat.openai.com/chat Try this question and see what you think "How to refresh data without refreshing the entire page using …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to refresh data without refreshing the entire page

    Hi, first of all let me thank anyone willing to help out with this. Jquery / Ajax update Span or Div by ID without refreshing page <!DOCTYPE html> <html lang="en"> …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm andrewecook

    I'll suggest you add TAGS to such discussions in the future. I see that ThemeDev seems to focus on WordPress which is very popular. ChatGPT says this about WordPress: >WordPress …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm andrewecook

    I am a professional digital marketer and lead generator, expert. currently working at a company named ThemeDev.net
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Task Parallel Programming Vs Threads

    Remember I haven't needed this since about 2010 to 2015 and I don't recall TPL back then. TPL claims to scale and the threading in .NET/C# wasn't that capable. It …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Task Parallel Programming Vs Threads

    We may never know who and why to this one. https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/task-parallel-library-tpl holds the usual answer. Before TPL I found I had to implement my own solution in order to "soak" …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Task Parallel Programming Vs Threads

    Hello , I have a small question using Parrallism in c# , why did Microsoft came up with Task Parallel Library(TPL) .. why they did not use only threads in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why JFormatedTextField replaces decimal with comma

    Actually this is how it should work on Italian systems. > Use a comma instead of a decimal point to show decimals in Italian. > > 0,5 (zero virgola cinque) …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why JFormatedTextField replaces decimal with comma

    Hi to All! I have a POS Software which I have developed in Java, NetBeans IDE. I am deploying this software on a variety of Windows Computers / Laptops for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm Ava_965

    Interesting service but how are you dealing with YouTube's automatic captioning that also will offer captions in other languages? I had a chat with a YouTuber a few years back …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm Ava_965

    I am Ava Taubman and I am an expert industry writer who loves to explore the current scenario of different sectors, especially the Captioning industry.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How can we Improve the Ranking of the Amazon Product Listing?

    That might be the FTC law, but Amazon’s terms (which sellers are legally contractually bound to) are much stricter.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can we Improve the Ranking of the Amazon Product Listing?

    I went and read more about the FTC and incentivizing reviews. I'll use https://www.ftc.gov/business-guidance/resources/featuring-online-customer-reviews-guide-platforms as the reference. You can incentivize reviews but you can't make the incentive dependent on "only …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can we Improve the Ranking of the Amazon Product Listing?

    I read both Amazon's advice and then ChatGPT. I don't see a problem but there's the problem that Google doesn't like it. It made a good answer and my take …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in iFrame Security Questions

    > Imagine your profile page is showing in one iFrame a SERP that lists all keywords you searched. And another iFrame showing your latest viewed propfiles of other members. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can we Improve the Ranking of the Amazon Product Listing?

    Let's ask ChatGPT. It wrote: "There are several ways you can improve the ranking of your Amazon product listing: 1. Optimize your product titles and descriptions: Make sure your titles …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can we Improve the Ranking of the Amazon Product Listing?

    Let's say you have a client that sells Widgets on Amazon. Have you done the work that Amazon tells us at https://sell.amazon.com/blog/getting-started/amazon-seo-to-optimize-product-listings
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How can we Improve the Ranking of the Amazon Product Listing?

    rproffitt, they aren't wanting to list their agency services in Amazon, obviously. They are looking for a discussion with other digital marketers as to best serve their clients.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What Would You Like To See In A SearchEngine ?

    I'm predicting someone will tie up such as search with an AI like ChatGPT. Yes, I know folk are panning to outright upset over ChatGPT's release. > Shame on OpenAI …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What Would You Like To See In A SearchEngine ?

    Gents & Gentle Women, What features would you like in a searchengine as a: Searcher (buyer/shopper/consumer). Website (vendor/seller).fed-up of the searchengines. They have not changed since 1998. Let's brainstorm a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to convert decimal value in C language ?

    The quick and dirty solution is to substract 48. Could be a for loop that iterates over the bytes[] array.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to convert decimal value in C language ?

    1 I have an array of char but values is decimal representation of a character. example: char bytes[4]={50,48,49,51} how to convert this to get char array like this: char bytes1[4]={2,0,1,3} …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can we Improve the Ranking of the Amazon Product Listing?

    I looked at Fecoms and it would be quite a new thing to sell on Amazon. Such services haven't done well and were removed after they didn't work out. Way …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can we Improve the Ranking of the Amazon Product Listing?

    What mistakes should we avoid while listing
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What kind of apps would be in demand in the future?

    It's interesting you mentioned education apps. A coworker wrote some apps long ago and ended up going to court as a professor was including diskettes (it was the fashion of …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What kind of apps would be in demand in the future?

    It is difficult to predict with certainty which specific types of apps will be in demand in the future, as it depends on a variety of factors. However, considering recent …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mastodon vs. Twitter

    The reason I know Eli Lilly and other companies is that we hold stock in ETFs that contain these companies. So I keep up with the news company actions. As …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mastodon vs. Twitter

    The headlines are not only sensational but true. Besides the damage done to Eli Lilly and other companies recently think about car makers. Why would they advertise on Twitter now? …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Mastodon vs. Twitter

    > The headline I seeing is "Racist, antisemitic tweets quickly spread after Musk Twitter takeover". I get sensationalized headlines. What I don't get is why people change their daily lives …

The End.