• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What kind of Database Suitable for POS Software that need to be network

    >I did not mention anything about MS Access I realize that. My point was the the choice of a database engine is important. As for the 1 gig/2 gig size …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Program that displays the number of pledges that are $100 or above.

    After line 18 you add some code to the effect if (pledge >= 100) { numMugs++; }
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Program that displays the number of pledges that are $100 or above.

    Here is the dilemna, I can't figure out how to count the time a value is above a certain amount in c#. Exercise: A radio station specialized in classical music …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Program that displays the number of pledges that are $100 or above.

    Here is the dilemna, I can't figure out how to count the time a value is above a certain amount in c#. Exercise: A radio station specialized in classical music …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in ASP.NET MVC prerequisite

    Without googling specific books, I can highly recommend just about anything by Wrox Press.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What kind of Database Suitable for POS Software that need to be network

    At 1000 transactions per day it **does** matter what kind of database you use. I once had to support an application built on Access. Once the database got to a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    On the one end of history you have "I cannot tell a lie" Washington, and on the other, "I cannot tell the truth" Trump. It shows you just how far …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Data in Drop Down List Retrieve From DB in Codeigniter

    In creating dropdown in my project encounters problems(errors). I'm very new to codeigniter. Please check and advise what is wrong with with my code? **Model** Public function get_region() { $return …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in about compiler

    It depends on your requirements and your current skill set.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited CGI Re-direct Question Best Practice

    All, I'm looking for the best practice in regard to a CGI shopping cart - I am working on. What happens is that I have a checkout file that sends …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Uploading an image into mysql database using PHP

    Hi everyone.. I would like to know how to upload an image into mysql database using php. Can anyone please help me in this regards.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Fullscreen editor

    >You guys tell me which you would prefer: Doesn't matter to me. For anything more than a few lines I use MarkdownPad, then copy/paste into the thread.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited website template

    hey everyone, I am looking for a website template that is mobile responsive, with a header and 3 columns. in the left and right column there will be 3 items …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Word Association Game

    leave --> (of) absence
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Did you see the clip of Trump shaking the hand of the Japanese PM? The PM's eye roll and look said volumes.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited save folder path in database

    hi everyone how can i save a folder path in the sql server database and retrive it again by using vb.net 2010?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in ASP.NET MVC prerequisite

    >You are right I can google for my question and I did. However, I am asking in forums may be someone give me more information telling his story how he …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to get access to the routers on my network

    You can access a router by browsing to a particular IP address. On my router the address is `192.168.1.1`. If you browse to that address you will be asked for …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in ASP.NET MVC prerequisite

    You can find that [here](http://lmgtfy.com/?q=What+are+the+ASP.NET+MVC+prerequisite).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Well, there's [this database](https://www.thestar.com/news/world/uselection/2016/11/04/donald-trump-the-unauthorized-database-of-false-things.html) but I don't think they've updated it since the election. Probably ran out of space. The thing about the lies is it's not important that the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Dani in Fullscreen editor

    DaniWeb's editor now has a fullscreen mode. Click the icon in the editor toolbar (or press F11) to enter fullscreen mode. ESC and F11 will both exit fullscreen.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    He's also the most humble. There isn't anyone more humble than he is.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in MySQL FOUND_ROWS()

    If you are only interested in the number of rows of something then do SELECT COUNT(*) FROM test [WHERE...] Doing SELECT SQL_CALC_FOUND_ROWS * FROM `test` is a waste. In the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Agilemind in Trump

    > Not sure that's still the case now. Last time I checked the USA was last or second to last (just above the UK) for social mobility among developped nations …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I need Add,Update And Delete Customer Query,,,,,.... I Try But Got Errors

    Please show your code. If there are errors with Connection.Open then it may be related to your connection string so please also post details about your database setup.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for change the focus automatically from one textbox to another textbox

    In vb.net application I have 10 Textbox and value entered by Barcode scanner So when one Textbox1 get the value by Barcode scanner the focus moved automatically to another Textbox2 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    The letters in **Fine print at the bottom** can be rearranged to spell **Often the important bit**.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Someone (anonymously) suggested the following as a replacement for the inscription on the Statue of Liberty... I send back your tired, your poor, Your wretched, huddled masses. Au revoir, don't …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Project Help

    Technically any file format, as long as it is structured, qualifies as a database (excel, csv, txt, xml) but i suspect that you will be expected to use an actual …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited change default column header while importing data

    Hi,' i want the default column header (F1) to be removed and in that place my excel file column "Filename" must come. i am importing data from an excel sheet …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited change default column header while importing data

    Hi,' i want the default column header (F1) to be removed and in that place my excel file column "Filename" must come. i am importing data from an excel sheet …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Python Saying raw_input() Isn't Matching A Variable

    I'm writing a python program that will search for a password that is the first piece in a string. I'm using raw_input() to do it, and here's what the code …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in change the focus automatically from one textbox to another textbox

    You can also try setting the focus to a particular control instead of relying on the tab order TextBox5.Focus()
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows Media Player / Visual Studio 2015

    Ah. As is the case with so may online tutorials, they get you 99% of the way there then leave out the 1% that actually makes it work. In the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows Media Player / Visual Studio 2015

    I tried to use VLC embedded in a vb.net form when I did my app and I couldn't get it to play then. I went through the youtube video today …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in change the focus automatically from one textbox to another textbox

    Unless the textbox is set to multiline it will never contain a vbCrLf.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows Media Player / Visual Studio 2015

    The Microsoft documentation for the use of embedded WMP is obtuse at best. It describes the pieces without giving any useful information on how to use them. Having said that, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Mac os x capitan . cheap wireless mouse stopped working

    Do any other USB devices work in that port?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to uninstall Windows 8 from a dual boot Laptop

    I recently rebuilt a friend's PC. He had dual boot Vista/Win7. All I had to do was run `msconfig`, go to the `boot` tab and remove the Vista entry. Once …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How to uninstall Windows 8 from a dual boot Laptop

    Hi all, I have a dual-boot laptop with Windows 10 64 bit and Windows 8 32 bit. I think i don't need that windows 8 any more. I want to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Windows 10 Tips

    Here's a handy tip I haven't seen documented anywhere. If you have an Explorer window open, do the following 1. Click in the address bar to the right of the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft Windows 10 Hard Drive Icon Problem

    Check the root of the external drive and see if there is a hidden file named `desktop.ini`. In my `My Documents` folder it contains [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21770 IconResource=%SystemRoot%\system32\imageres.dll,-112 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-235 and …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in So what's next?

    If you mean in the British slang sense, then yes.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Codeigniter load view file after insertion using jquery post

    Hi, I am inserting data using while onclick event in href using jquery post method, it works successfully, But in controller after insertion, I wrote $this->load->view('viewnames'); But it is not …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need Help

    Whenever I am asked, "what language should I learn first", my answer is always, "English". Being able to communicate effectively is going to be your biggest asset. For example, your …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Insert only if it doesn't exist

    FYI, the query to insert only new values was 'I know the vbCrLf is not required at the end of each line but it makes it 'so much easier to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    And the first brick in the wall starts to fall... [Kellyanne Conway facing ethics violation](http://tribunist.com/politics/trump-senior-advisor-kellyanne-conway-facing-ethics-charges-after-endorsing-ivanka-fashion-line-video/)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Adding a while loop to my rock paper scissors code?

    Or you could skip the last `if` and just use while (pick !== 'quit')
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in So what's next?

    >I was being laughted at Oh, Woj. We are laughing at you for so many other reasons.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Beauty is not in the face. Beauty is a light in the heart. - Kahlil Gibran

The End.