• Member Avatar for rproffitt
    rproffitt

    Began Watching Up vote comment in mobile

    Is the up vote or down vote comment functionality going to come to mobile? the box flashes up when I vote, the big tease, but then infuriatingly disappears. Like grabbing …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to diafol in why this code not working ??

    You could try an array as an alternative, e.g.: function animal( $year ) { $sub = 7; $yearAni = ['rat','tiger','elephant','snake','dog','cat','roar','keke','weiki','liki','ziki','hump']; $index = ($year-$sub) % count($yearAni); return $yearAni[$index]; } for($y=2000;$y<=2017;$y++) echo …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to diafol in change password in database from php

    I sincerely hope you do not have that in your login form. You do not sanitize your input nor escape it so you are wide open to SQL injection. Sort …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to SimonIoa in Facebook invite friends doesn't work

    I don't
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Transfer Data from Datagrideview of form1 to Crystal Report of Form2.

    Who is Frien? Anyhow it appears you are posting widely. But searching seems to find a tutorial. So moving on. http://www.c-sharpcorner.com/forums/transfer-data-from-dgv-of-form1-to-crystal-report-of-form2 https://www.youtube.com/watch?v=7J_zpg1Xo0A shows passing data from grid to another form. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Transfer Data from Datagrideview of form1 to Crystal Report of Form2.

    Dear Frien, I am working in C# .... I nedd Help/.] I created FROM1 which has DATAGRIDVIEW and fetched data from Database,and on the Form2 has Crystal Report Design , …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Multiple nodes for XML

    Just read my last post. I have the word "succinctly" in there. Ha ha. This is an example of "Do what I say, not what I do"!
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Multiple nodes for XML

    Yep, that's brutal overkill. And quite possibly beyond the OP's level. The problem as I see it is that the OP did not write his post realizing that we only …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to thines01 in Multiple nodes for XML

    After I corrected the XML (like some of the others), I wrote this piece of brutal overkill :) I know if I had just passed the XDoc, I could use …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why this code not working ??

    I think this a near perfect example of why we need to setup our PHP debugger. Read from https://www.google.com/search?q=php+debugger and then get yours setup so you can find where it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching why this code not working ??

    <?php $san= "" ; $year = 2013 ; switch (($year - 7) % 12) { case 0:$san = "rat" ; break ; case 1:$san = "tiger" ; break ; case …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Multiple nodes for XML

    > Your XML is malformed. Unless of course you only posted part of it to give us the general idea... I don't think I am confused by your word "select", …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple nodes for XML

    Try this. Show a hand converted file so folk can see your expected input and expected output. Then break down the steps from reading your input file, to writing your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple nodes for XML

    " I'm not sure how to code the next field in that XML " Neither am I because in your post you have mixed terms. When you wrote "write from …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple nodes for XML

    I worry that something is lost in translation. You supplied some XML. Fine but then you write you want to "write from that file." I was under the impression you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple nodes for XML

    I'm unsure what line 31 is for. Besides what I'm reading on https://social.msdn.microsoft.com/Forums/en-US/3f7c1d0a-2667-4023-908e-731c358bf53c/error-on-xmlresponse?forum=csharpgeneral a google search seems you are posting across the web. No rule against that but it appears …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Multiple nodes for XML

    I am trying get c# to select multiple nodes in XML. I'm not sure how to do this here is the xml code followed by c#: <PackageTrackingInfo> <TrackingNumber>123456789</TrackingNumber> <PackageDestinationLocation> <City>Seattle</City> …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Oliver_8 in Laptop screen is black but laptop still runs

    try this: type "Power Options" in search bar and hit enter, click "change plan settings", change both of the 2 top drop down menus to "never", that worked for me, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Oliver_8 in HELP! Laptop screen keeps turning black but not off!

    type "Power Options" in search bar and hit enter, click "change plan settings", change both of the 2 top drop down menus to "never", that worked for me, I dont …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB.Net Me.Close not working and a Break Mode window appears

    It may be time for the course to be updated. At least you now know why companies leak personal information. Folk were taught badly.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Random Number Generator with MinGW and Boost

    I see. You can't find where the seed is fed to the Mingw system. Before I broach that subject, I tend to never duplicate priors like: https://stackoverflow.com/questions/18880654/why-do-i-get-the-same-sequence-for-every-run-with-stdrandom-device-with-mingw So where is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB.Net Me.Close not working and a Break Mode window appears

    While you can work out how to share more about this break screen/message I want to write about a basic design flaw. Never store those passwords. This is exactly why …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VB.Net Me.Close not working and a Break Mode window appears

    newbie question. i have a class where i will get the value of username and password of my login form and pass it to admin form Public Property getUsername() As …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Random Number Generator with MinGW and Boost

    I'm going to not write much about this but move past (try to keep up) and note you do not need to wait the 1 second. Let's say you know …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Random Number Generator with MinGW and Boost

    OK, so I've learned through Google search that MinGW does not handle random number generation very well. Even when using a random generator seed based upon the time, it creates …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Facebook invite friends doesn't work

    " Is it possible invite friends to be just for Games ? " Have to write yes but I was under the impression you didn't have a Facebook sponsored game.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in Fixing my not-so-smart TV

    So, a quick update. My [spare router](https://www.asus.com/uk/Networking/RTN56U/) that I tried using as a firewall [can't block https traffic](https://forums.anandtech.com/threads/cant-block-https-sites-with-asus-router.2338270/), which is unfortunate. Luckily I had *Plan B*. I switched the TV …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC unexpectedly turns off (not shut down).

    Speccy reading. 1. AMD FX-8320: 79 °C That's toasty for what looks like a light load. Nod to the million mile service (clean all heatsinks and replace all heatsink compound …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to _Jen_ in PC unexpectedly turns off (not shut down).

    Hi--it was in my previous reply. > See for more details: > http://speccy.piriform.com/results/Su22O3lMnIsE6mcGO0mGMpQ
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC unexpectedly turns off (not shut down).

    Any chance of a web speccy report? It tells me a lot about age, temps, what's running, bios version, HDD health and so on. Without that I have to go …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC unexpectedly turns off (not shut down).

    Remember this is your typical AMD system that hits repair counters all over. After the PSU the motherboard is suspect. You usually find this after a few years of hard …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PC unexpectedly turns off (not shut down).

    Hello, Short Summary: My desktop unexpectedly turns off (note, does not shut down, but simply turns off), usually while I am playing high intensity games, like Playerunknown Battlegrounds. To circumvent …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Facebook invite friends doesn't work

    Actually the link I gave told us to check out "Category." "In the Facebook application, what is the value for 'Category'?" - in link.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Don't You Just Love...

    I read something recently about how eating vegetables raw rather than cooked could be slightly healthier. The author lamented that his findings would likely be reported on TV as ##The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Facebook invite friends doesn't work

    I'm no expert on this but I did read https://www.sourcecoast.com/forums/jfbconnect/jfbconnect-joomla-3x-support/10575-fb-request-showing-error-game-requests-are-only-available-to-games and it appears there are requirements about the Category, the canvas app and now certificates. Some of these you'll know …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Facebook invite friends doesn't work

    Hello i used to have a facebook invite script now, so when one presses the link it shows the user's friends to invite them. Now i am getting an error …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Agilemind in Don't You Just Love...

    That's all true but it isn't the statistics that are at fault. Politics in particular misuse every form of argument to push one agenda or another - from logical fallacies, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to Display document info in tkinter message box(python 3)

    My thinking on this is this: Message boxes are for simple interaction. Dialog boxes are for more complex but simple interaction. Anything more and it's a "form" or new screen …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in SEO My Page

    > I found your Facebook in #1 position with web design jakarta. advance web studio I also found Daniweb in 4th position with those keywords :D > What other things …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in HTLM TEMPLATE CODE/FORMATTING "ABOUT US"

    On another subject, get your web master to tell you why there are currently about 20 errors at your site. Read them at https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.astarsafety.com%2F This is usually due to someone …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching HTLM TEMPLATE CODE/FORMATTING "ABOUT US"

    can anyone send me a htlm code/template for "meet the staff" page or "about us" page if you look our site its not formatted correctly now is the moble version. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using the internet without WiFi signals

    I know a lot of folk hate using product manuals. I'll quote them and leave it at that. -> I think you got it done.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using the internet without WiFi signals

    The manual wrote "Disabled, which disables the 5 .0 GHz band on this router" You're very close to done.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in SEO My Page

    Google ignores the keywords meta tag since 2009 for ranking, so putting your keywords in their won't do anything already for a long time. https://webmasters.googleblog.com/2009/09/google-does-not-use-keywords-meta-tag.html If you want to be …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in SEO My Page

    Google ignores the keywords meta tag since 2009 for ranking, so putting your keywords in their won't do anything already for a long time. https://webmasters.googleblog.com/2009/09/google-does-not-use-keywords-meta-tag.html If you want to be …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to ddanbe in Don't You Just Love...

    ...that with statistics you can prove almost everything.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in SEO My Page

    > I found your Facebook in #1 position with web design jakarta. advance web studio I also found Daniweb in 4th position with those keywords :D > What other things …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in SEO My Page

    > I found your Facebook in #1 position with web design jakarta. advance web studio I also found Daniweb in 4th position with those keywords :D > What other things …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using the internet without WiFi signals

    You are right. There are few controls "on" the router. For control we usually point a web browser at the router, log in and configure. The product manual is at …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SEO My Page

    I found your Facebook in #1 position with web design jakarta. advance web studio or https://www.google.com/search?q=web+design+jakarta.+advance+web+studio&ie=utf-8&oe=utf-8 So you have that going for you.

The End.