• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is it...

    I don't see how the government can suppress encrypted email. There are just so many ways to get around it. So what if companies like LavaBit are prevented from operating. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is it...

    Don't you just love it when they try to suppress something that it is impossible to suppress? When digital protection was first subverted they tried to suppress it. The algorithm …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Editor Tool Bar

    There are a few hotkeys that might help if you are stuck (^ = CTRL). ^Q quote ^I italic ^O ordered list ^H heading ^K inline code ^L enter link …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to JamesCherrill in I need to find out why my income tax output is outputting zero

    I'm sorry, but lines 26-32 are complete nonsense. Just delete them and start again by doing the following: 1. Keep a copy of the requirements in front of you at …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created How is it...

    How is it that the government that tells us that they need a back door into encryption because the tool that we use to safeguard our privacy can also be …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I need to find out why my income tax output is outputting zero

    Typically your `income_tax` will be some percentage of another value. Figure out what that other value is and calculate a percentage of it.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I need to find out why my income tax output is outputting zero

    You never assign `income_tax` a value other than `0` when you declare it. You do, however, calculate `total_tax` twice. Should one of those possibly be `income_tax` instead?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Flowchart/Algorithm

    Just remember that if you submit the code as your own and the professor (or marker) discovers this, the usual punishment is expulsion.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help with visual basic code

    Yes. The `<> 0` means greater to or less than (in other words, not equal to) zero. When you enable the proxy does the value of the registry item change …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help with visual basic code

    You can get the value as an integer by Dim key As String = "HKEY_CURRENT_USER\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings" Dim proxyEnabled As Long = My.Computer.Registry.GetValue(key, "ProxyEnable", Nothing) If proxyEnabled <> 0 Then MsgBox("Proxy …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to ddanbe in Roman Numerals to Arabic Numbers and Vice Versa

    Your needs are not our needs. Show us what you have already in a NEW thread and maybe we'll help. Try to read the rules of this site.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How calculate CBO coupling between objects in java

    Hi, in this code how can I calculate coupling between objects CBO in java after parsing java file using registerCoupling method and retrieve any coupling between classes through argument, class …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Load content with bootstrap Modal

    Hi Guys, Happy new year for everybody. Look i'm trying to achive a goal to load iframe on bootstrap modal dinamical. Like i just want the iframe src be called …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Malware "wonderlandads.com' is creating lot of trouble for me..

    I'm assuming (like me) that you have a cable or DSL modem that connects to your router. If that is the case then you might try (for a short time …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    "You can't con people, at least not for long. You can create excitement, you can do wonderful promotion and get all kinds of press, and you can throw in a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Malware "wonderlandads.com' is creating lot of trouble for me..

    This might help until you fix the actual problem. Open a shell as Administrator and add the following line to `C:\WINDOWS\System32\drivers\etc\HOSTS` 127.0.0.1 wonderlandads.com
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Populate html table with data rows. Chooses with select boxes.

    This code work for one selectbox and when find value he stop even if exist more column with same value. I need to work for many select box, and to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Comparing value in label to value in database

    Yes. If the idea is to present more than one multiple choice question at a time then a container like a GroupBox or Panel is required. Personally, I think it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in adding scores worthy textboxes

    The groupbox is just a container. You don't actually have to do anything with it other than put controls in it when you create the form. If you don't have …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to upgrade Windows 7 to Windows 10

    >old Windows feel and familiarity Except for the fact that they've totally rearranged everything and the start menu is completely different. >usb3.0 Except that this is a hardware thing, not …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to upgrade Windows 7 to Windows 10

    Or you could run Windows Update from the control panel. Windows 10 should be either in the Optional list or (perhaps by now) in the Important updates.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in adding scores worthy textboxes

    Just attach the project zip file here. If the zip is larger than 5 meg then you may have to delete the exe files before zipping.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    I provided a link to GWX Control Panel in the first post in this thread, however, the author has stated that Microsoft has created a workaround for this app that …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in adding scores worthy textboxes

    I went to that link and it tried to install something on my computer, then it was blocked by my anti-virus. If you won't clarify or post the code here …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Comparing value in label to value in database

    For the following examples, assume you have a class variable named `Score` that keeps track of the current score. Also assume that you have the correct answer in a string …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Daniweb Home Page Bug?

    I just checked it out. It's still working (or not working as the case may be) as I originally described. I went to each top-level forum and "mark all as …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Comparing value in label to value in database

    The correct form of that expression is If radAnswer1.Checked Then You do not need to explicitly compare it to `True` because it already evaluates to a Boolean. I don't know …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited At the end of the month start new table

    How can i get the end of the month or the beggining of the month to create a new table for records ? i have this code but it gets …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    As far as I know, Microsoft's response to non-compliant software is to just continue running it in a virtual machine. When I retired in 2008 we were still running an …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    They already "accidentally" set the Windows 10 optional update as selected by default, effectively forcing it on those users who had set Windows Updates to be done automatically. You may …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to upgrade Windows 7 to Windows 10

    Yeah. Upgrading is easy. Not upgrading is hard.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How to upgrade Windows 7 to Windows 10

    I have window 7.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in adding scores worthy textboxes

    I'm confused now as to what problem we are trying to solve. Going by the last couple of posts you are having trouble with tracking the score. If that is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    Not sure if this will work but I wonder what would happen if you created a file named `C:\$Windows.~BT` and then restricted it. I know that if you try to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in adding scores worthy textboxes

    If your q&a is multiple choice then just display the possible answers with radio buttons. You can keep a running count either in a label or a class level variable …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in better interface

    People who prefer Windows will say that Windows is better. Likewise with any flavour of Linux.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    Unfortunately, once M$ reclassifies Windows 10 as recommended rather than optional, Windows 10 will be downloaded (6 gig or so - not sure) then installed. A little harder to undo …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited jumping from script mode

    i've just got python ver3 it keeps jumping outof script mode what am i doing wrong, is there a command to return it to script mode ?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    I can understand their thinking. They want developers to create universal apps but they won't until there is a large enough W10 base. Understanding is not the same as agreeing.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    PS: Dave Barry once wrote a column discussing Microsoft in which he showed a fake popup stating >You have just hit the space bar. Would you like to make Internet …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    In order to further (artificially) inflate the number of Windows 10 installations, Microsoft is now showing the following pop-up on some users' computers: ![Screenshot-2015-12-16-at-12.53_.29-1200x755_.png](/attachments/large/3/3839d95fb85c8dd55d9a5e7126ccd09c.png "align-center") And even more heavy-handed, some …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Microsoft's Heavy Handed Approach to Windows 10 Upgrades

    In order to further (artificially) inflate the number of Windows 10 installations, Microsoft is now showing the following pop-up on some users' computers: ![Screenshot-2015-12-16-at-12.53_.29-1200x755_.png](/attachments/large/3/3839d95fb85c8dd55d9a5e7126ccd09c.png "align-center") And even more heavy-handed, some …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Daniweb Home Page Bug?

    Prior to doing the following I visited every top level forum and clicked "Mark forum read". Then I went to the [Daniweb home page](https://www.daniweb.com/). The Menu bar down the right …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Daniweb Home Page Bug?

    Prior to doing the following I visited every top level forum and clicked "Mark forum read". Then I went to the [Daniweb home page](https://www.daniweb.com/). The Menu bar down the right …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited DNS record setup for skype for business

    I have exchange online and office 365 and micrisoft owns skype for biz. My actual donain names are on network solutions, but no email or web hosting, my web hosting …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Number of deaths in the US in 2013 according to the [CDC](http://www.cdc.gov/nchs/fastats/leading-causes-of-death.htm) 1. Heart disease: 611,105 1. Cancer: 584,881 1. Chronic lower respiratory diseases: 149,205 1. Accidents (unintentional injuries): 130,557 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in syntax error

    If you want help with that you should probably format it so that it is readable by humans.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in DELL L501X Laptop Screen goes off after 30 secs

    So if you are running with just the laptop, the display is good? It's only when you connect an external display that it goes black? That seems like it is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited PHP Warning: mysqli_error() expects exactly 1 parameter, 0 given on line

    PHP Warning: mysqli_error() expects exactly 1 parameter, 0 given on line 31 $insert = mysqli_query ($conn," insert into user set user_name = '".$_POST['uname']."' , age = '".$age."' , page = …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Happy new year 2016

    Feels just like last year. Maybe more coffee.

The End.