• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in usbwebserver

    I have to ask for you to clarify your question as phpmyadmin is not a database. Read https://social.msdn.microsoft.com/Forums/en-US/7d302e40-3cab-4df4-ad5c-344bca3e2d61/how-to-connect-visual-studio-to-phpmyadmin?forum=vbgeneral as it's a similar first question and the OP has to clarify.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching usbwebserver

    Hello. Im using usbwebserver for local connection to my database (phpmyadmin). I have one problem. If i connect to browser i can loggin normal with root and usbw password. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in error when opening form designer ?

    @d, the oldest VS I have is at the office and it's VS2008. I recall that VS2005 needed service packs or bizarre problems happened. I would be guessing your new …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PROGRAM WITH THE USE OF SPACE(_) IN JAVA.....

    You need to think about your question a bit more and don't count on others guessing this is the old homework about printing star patterns. It's a long shot but …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PROGRAM WITH THE USE OF SPACE(_) IN JAVA.....

    class space { public static void main(String args[]) { int i; for(i=0;i<5;i++) { System.out.print("*"); System.out.print("_"); } } for(i=0;i<5;i++) { System.out.println("*"); } }
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Lionel_1 in Toshiba Satellite Notebook RTC Battery

    Well the problem is all fixed. I ordered the NFC Module. That fit wonderfully and fixed that little problem. I also accidentally got another RTC battery. It must have made …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read from a text file into an html page using Java Servlet?

    There are tutorials about that error such as https://dzone.com/articles/how-resolve-2 Sorry if I can't solve this for you as I don't have your server to replicate the issue. It does sound …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read from a text file into an html page using Java Servlet?

    @R I hear you clearly but to work this you either use priors or if you want to start from scratch, break the goal into manageable chunks. In the 62 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Should we use Shopify web developing services for e-commerce websites?

    Your link 404'd for me. I wonder if this is just spam.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Should we use Shopify web developing services for e-commerce websites?

    Online business is not a simple environment. Because of the increasing number of online store, store owners need to compete with each other to develop their business. Indeed, it is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read from a text file into an html page using Java Servlet?

    Just so others know, there are replies at https://www.daniweb.com/community-center/threads/509357/how-to-read-from-a-text-file-into-an-html-page-using-java-servlet So this must be so the post is in the right forum but I fear you are ignoring prior discussions on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to read from a text file into an html page using Java Servlet?

    I am trying to create an HTML form which displays text from a text file, using a Java Servlet. I keep getting the following error: Error instantiating servlet class servlets.ReportServlet. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Dani isn't killing DaniWeb with Dazah, she's saving it

    Do you really think that if people can't even be bothered to post in the Programming section that they'd bother to post in a specific language forum?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in comparing two values of textboxs

    Why not just compare the string values?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in Job seems to change CPU core while is executed in a multi core system

    I remember it was used to reduce overheating issues. I cannot find the article anymore but search for *Dynamic Thermal Management techniques.*
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read from a text file into an html page using Java Servlet?

    While you didn't put this into a programming forum I did find this question has been kicked around for over a decade. https://www.google.com/search?q=How+to+read+from+a+text+file+into+an+html+page+using+Java+Servlet%3F So given folk have been working it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to read from a text file into an html page using Java Servlet?

    I am trying to create an HTML form which displays text from a text file, using a Java Servlet. I keep getting the following error: Error instantiating servlet class servlets.ReportServlet. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in comparing two values of textboxs

    Which line threw the Error CS0029? Also, read https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/not-equal-operator
  • Member Avatar for rproffitt
    rproffitt

    Began Watching comparing two values of textboxs

    Dear Friends, I want to compare two values of textboxs please, check my code Int32 val11 = Convert.ToInt32(textBox4.Text); Int32 val22 = Convert.ToInt32(textBox10.Text); if(val11 >> val22) { MessageBox.Show("Please, check Maximum Limit …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Job seems to change CPU core while is executed in a multi core system

    As to your WHY part of the question you would have to dig into the load balancer used in your Linux kernal. There were many balancers used in Linux since …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in error when opening form designer ?

    Hi don, You didn't pare down that dump to just the error. It seems you are straying from your first question so I take it you fixed that and now …
  • Member Avatar for rproffitt
    rproffitt

    Stopped Watching Show PHP Meta Tags in with different tags in every pages.

    AM new to php, but i included my php header to all page of my website, but thay are all showing the same html meta tags and I want them …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in security

    Or.... your browser or server cached the content. Restart the web server and flush caches in your browser.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching security

    i am building an ecommerce website what i am having trouble with is that for example you login, then it goes to admin.php, then if i copy the admin.php page's …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in error when opening form designer ?

    That's one long error. Can you rummage through it to find Waldo? (the error.) I mean I read the first line "<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><title></title><style>.ErrorStyle { font-family: tahoma; fon" and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching error when opening form designer ?

    Previously open programs normally winxp on 32 bit , pass through win7 on 64 bit errors, have you any knowledge of this error ? <html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><title></title><style>.ErrorStyle { font-family: …
  • Member Avatar for rproffitt
    rproffitt

    Stopped Watching Will self driving cars ever make it?

    Now will they? I have my doubts. Here in Belgium, we have one of the most dense road maps of the world. Traffics jams, road constructions, pits in the road …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AndrisP in I want to display items from mySQL database in grid form using php

    `$A` need to incremented after `endif;` but print whatever <?php $A=0; while ($auction = $result->fetch_assoc()): if ($A%3==0): ?><br/><?php endif; $A++; ?> <div style="float:left;"> <h4><?=$auction['item_name']?></h4> <img src="<?=$auction['item_image']?>" class="img-responsive"> <span id="countdown" class="timer">how</span> …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in stupid situation

    @ dadgair458, that first site is one of the too close to scam file repair sites and since the OP didn't save files, how can that help but thin the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in How to cache information (embedded urls -YouTube, Vimeo- photos and videos)

    Embedded contens like YouTube and Vimeo are served by them directly to the client, your page just sends the resource link, then the client opens a connection to the resource. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in How to cache information (embedded urls -YouTube, Vimeo- photos and videos)

    Embedded contens like YouTube and Vimeo are served by them directly to the client, your page just sends the resource link, then the client opens a connection to the resource. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in c++ keno lottery game massachusetts

    tea, earl grey, hot
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error: The "GenerateResource" task failed unexpectedly win7 64 bit ?

    Are you sure the usual failures noted at [https://www.google.com/search?q=Error+1+The+"GenerateResource"+task+failed+unexpectedly](https://www.google.com/search?q=Error+1+The+GenerateResource+task+failed+unexpectedly) are not happening again? There are few causes besides something ancient that we don't expect to work today.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error: The "GenerateResource" task failed unexpectedly win7 64 bit ?

    I'm using VS2005 C#. In win7 when I press the Rebuild Solution button under the error, but in winxp not error and run very well. Pay attention to win7 64 …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Top 10 Data Recovery FAILS

    My favourite data fail is from many years ago when hard drives were low capacity and expensive. Hard drive space was at such a premium that companies like DoubleSpace made …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Which laptop to buy?

    Anything but a Dell.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Curious Gorge in Having trouble with Wifi on Fedora 26

    Hmmm... I just installed some updates after connecting via ethernet. The Wifi seems to be working now. Will check back if the problems persists.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Show PHP Meta Tags in with different tags in every pages.

    Try sharing your code. Also, you also may be interested in prior answers from https://www.google.com/search?q=PHP+Meta+Tags+in+with+different+tags+in+every+page
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Show PHP Meta Tags in with different tags in every pages.

    AM new to php, but i included my php header to all page of my website, but thay are all showing the same html meta tags and I want them …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Restore from Full image backup

    @P Read "How to Restore Your Backup from Windows Installation Media" at https://www.howtogeek.com/239312/how-to-restore-system-image-backups-on-windows-7-8-and-10/ You'll have to be able to boot from the restore disc or USB stick and there could …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which is the best way to generate back links?

    I want to think about your question but are you saying that all that has been written on this is junk? Read over priors at https://www.google.com/search?q=Which+is+the+best+way+to+generate+back+links%3F
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which is the best way to generate back links?

    Which is the best way to generate back links?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Dani isn't killing DaniWeb with Dazah, she's saving it

    Furthermore, in most fast food places, the menu is prominently displayed so you can browse it while waiting in line. How many time have you seen someone get to the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in stupid situation

    A fine time to think about a few areas. 1. Backup copies. We only lose what we don't backup (or save.) 2. Excel does have an auto save feature. Why …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching stupid situation

    My problem with excel document. I made a lot of actions in excel file and forgot to save file and shut computer down.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Will self driving cars ever make it?

    On the ethical decision making, The Trolley Problem (fun? at http://imgur.com/gallery/pKEMa ) has been with us forever. I like the turn above where the next big thing will be the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Will self driving cars ever make it?

    Now will they? I have my doubts. Here in Belgium, we have one of the most dense road maps of the world. Traffics jams, road constructions, pits in the road …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in Will self driving cars ever make it?

    The ethical question is still a long way from being answered. Especially regarding the car AI in respect of whether it gives priority to safeguarding the driver and passengers or …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in Top 10 Data Recovery FAILS

    I rather like Macrium Reflect (and viBoot) for backups. The free version is an easy install and an easier sell to family members, while the commercial version is fully featured …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to ddanbe in Mathematics in Video Games

    An understanding of [quaternions](https://www.3dgep.com/understanding-quaternions/) always helps when moving your spaceship or whatever else through 3D space.

The End.