FW: VBA and JSON – is it worth it? XML vs JSON

It seems we have to turn on a reference to a Library of some sort. XML is a standard that works and is established. I am obsessed with Dictionaries so I always have to reference c:WindowsSystem32scrrun.dll (Microsoft Scripting Library). Over the years, updates etc are different from computer to computer – so the question is – Angular etc. use JSON services which are SOOOO easy to generate – but is VBA keeping up? It might. Lets take a look at some research ·

Quickbooks mulit-user mode service QuickbooksDB23 stopped? (again)?

OK – so the solution is to “start the stopped service”. Well – I know that – but why is it stopped and better yet – after a re-boot – when it is marked as “Startup:Automatic” why does it not start? Simple – when all other services work properly – it is a Quickbooks or Intuit bug. Simple.

But – the answer everywhere on the net is “just start it”. There is a good write up if you are using single mode vs. a copy on the server running it too – but nothing helpful as to “why doesn’t it just work”. I will add a part later on that has a remotely start-able shortcut for my customers. More to come after I develop it. For now, your customers will have to call you and ask “why can’t I open it in multi-user mode”.

Filemaker Server on Windows 10 nightmare – solved

This helped get things to install. Now the Admin console won’t go past “Type”. It jumps back to the beginning step of the admin console.

Links so far..(with no success)

Oh for pete’s sake. Don’t use Microsoft Edge (the default web browser) for the console. It doesn’t install or if it does, it does not proceed past Type to Summary. There is a shortcut  that uses the OLD I.E. browser created by the install under “Start->All Apps->Filemakaer Server..”. Use it or go directly to https://localhost:160001 (or whatever server your installation is on). I did NOT use the default IIS ports.

Can’t wait for Google SEO to kick in? Highjack another site’s code and make it happen

I have 2 clients now that used to be one. The preschool is new and the community centre it is located in also is my client. So – all the major listing sites like yellow pages and the local provincial (state) sites come up 1st and second in a google search. Those listing say deerruncalgary.com as the website for both the centre and the preschool. So – with some simple php, here is how to make the preschool forward to the preschool site when the centre’s website is clicked on from yellow pages and the like … Continue reading

Make your IIS website use https or SSL on an alternate port

Here are the main items you need to know:

  1. set up your new site, adjust NTFS security settings on the directory for the app pool you are using
  2. install self-signed certificate – I am using 7.5 – so it is SUPER easy (yes – something in IIS is easy)
    1. if you are installing a real certificate – use this link
  3. adjust bindings on your new site and use a new port (click on site, then on the far right – click bindings and
    1. add a new https with the new port and …
    2. use your new SSL certificate on the new port you are binding
  4. reconfigure your router to point your new SSL/secure port for external access
  5. Use a redirect or two to get http traffic to your new https address and port

 

Resetting Text-To-Column Delimeters via VBA – no you cannot check what currently is

ARRRGGG!! Another 1/2 hour is wasted. How many times have us VBA’ers did a paste and then realized the paste split the columns for us – using commas – but then the data gets all wonky on columns that are  off the page so-to-speak. So – how do we reset the paste parameters to the proper values before we begin – well you to fake a Text-To-Columns on a new sheet or fake cell – then do a paste. It is really annoying. A quick google showed others are quite annoyed to. Why can’t we check what the parameters are currently? When I find out – I will post them here. In the mean time, follow this guys advice.

Annoying VBA popup – how to avoid the ActiveX Control Warning

When I, and others,  open my Excel VBA toolbox of macros – a message saying ” <<details to come>> you are about to open an ActiveX control. Are you sure … or something” appears. Here is the solution – you need to sign the macro with a certificate. Really this inflates people’s heads because we are doing something advanced – but really – it just annoys me as it is just a lot of extra work for me. I hope this helps others.

http://www.mrexcel.com/forum/excel-questions/212739-userform-microsoft-spreadsheet-control-activex-warning.html

Roles and Memerships now use ASP.NET Identity – here are the basics

First a question: Could this be made more difficult? I switched from VS 2012 to VS 2013 and the new system uses a whole different authentication engine. Once you get your head wrapped around roles and users in the new system it works the same for the individual web.config files in the directories to limit who can do what etc. We edit tables now and no longer use the web configurator tool. To just get going … look at the article with the *** below or click “here”.

ASP.Net Identity introductions

Continue reading

Feel your being spied on? You might be – Dameware logging and events

So it seems that one place I work had someone log in with remote software from corporate but without asking first. Sure enough – a little digging in the events viewer look for events with these id’s for Dameware. 105,108,111,112,109. Even better – you can add a filter and on the filter window – you choose “By Source” and choose dwmrcs. Then – lo and behold – someone did log into my computer while I was using it. If you look at the 111 connect log, it tells you what computer, the username and no – permission is not required. How did I know? Dameware has a telltale screen goes black and flickers like your display cards are not working- then I realized – hold on – this is the same flicker that happened when I got remote help from corporate. One can add tasks and popups to event ID’s. 111 is the id that is the connect ID. Too bad I cannot get charge and get paid to do this research – but that is the life of a contractor – I get to do really cool things though.

Other things you can do is go to the sys tray icon and look for a green&red icon and right click on it. Choose “Who Is Connected”.

Who was it? Well – you could TRY – copying the host name and the IP and using Outlook’s Rules to copy any emails with these in the header – but no one emailed me from the machine from which they connected sadly. Lots of cool hidden stuff right on your desktop.