• Application Lifecycle Management

    19
    1 Votes
    19 Posts
    2k Views
    scottalanmillerS

    @JaredBusch said:

    @tonyshowoff said:

    I honestly don't know how anyone could not like JetBrains stuff over Eclipse, then again I see people arguing for Notepad++ over PhpStorm and WebStorm from time to time, bitching about how "they don't work.." I think it's just safer to say "you don't know what you're doing."

    I love Notepad++, but I would never recommend it as an IDE. It is a great Notepad replacement and I have it on all Windows machines I use. It is certainly not an IDE in my opinion.

    You'd be surprised how many people use Notepad++, TexMate, Sublime and not Atom for their IDE replacements. Some, like Notepad++ and Atom are free so I can see people taking the cheap route. But Sublime blows my mind, it costs nearly as much as tools from JetBrains!!

    The only time that I see Notepad++ or Atom making tons of sense is when working on a language that you use rarely so getting a full IDE isn't important. Or maybe for learning so you don't have to learn the IDE too.

    Atom is made by GitHub, so really focused on software development specifically.

  • CloudatCost OS Offerings

    30
    1 Votes
    30 Posts
    7k Views
    Mike RalstonM

    @scottalanmiller said:

    @Carnival-Boy said:

    Sounds cool. I nominate @coliver as the system administrator 😉

    My lad may become ML's youngest member 🙂

    @Mike-Ralston admins some already. He built one in the NTG lab last week.

    It's currently undergoing some changes, as a server cannot realistically be run with more than a few people without any plugins. I'll get right on working on it more, though!

  • Elastix and PRI Service

    6
    1 Votes
    6 Posts
    1k Views
    scottalanmillerS

    @AlyRagab said:

    does the used card determine the VOIP Trunk type ?

    VoIP is not a trunk type. SIP and IAX2 are VoIP trunk types, but VoIP itself is not a thing. It's a generic reference to any voice over TCP/IP technology.

  • 21 minute Exchange Migration Cut over.

    4
    1 Votes
    4 Posts
    1k Views
    AceOfSpadesA

    That's pretty quick.

  • Free ESXi Backup? Thinware?

    16
    0 Votes
    16 Posts
    3k Views
    scottalanmillerS

    That would be my guess.

  • Onboard Soundcard Vs. HDMI Audio On Video Card

    11
    0 Votes
    11 Posts
    4k Views
    garak0410G

    This may add light to the situation...for grins, I took out the included GeForce GTX 745 and put it into another PC I had. Plugged it in with VGA...booted...no sound, on a different PC (Lenovo ThinkServer T140)...plugged in via HDMI and plugged speakers into monitor...bam...working...removed the GTX 745 card, plugged into the onboard VGA...no sound...no matter what I tried...something in that digital audio from the video card permanently kills onboard audio, somewhere in the settings...any clue how to fix that? (may need another subject for this)

    Also of note, I did a clean install of Windows 8.1 on the Dell and onboard sound still not working...but what is equally frustrating is now my Lenovo has no sound, even when removing the GeForce card and removing all drivers and devices.

  • 5 Votes
    1 Posts
    992 Views
    No one has replied
  • Run Android Apps in Windows with AMIDuOS

    1
    3 Votes
    1 Posts
    472 Views
    No one has replied
  • PowerShell

    13
    0 Votes
    13 Posts
    3k Views
    M

    My experience has been that the more time I invest in PowerShell the more time it gives back to me. I've been building up a suite of tools to do common tasks and it has saved me a TON of time.

    So I get it, sometimes you have to do what you have to. But most of the time there are pockets of free time, and over time, you'll start getting those pockets back plus interest!!

  • Loggly Log Monitoring

    13
    3 Votes
    13 Posts
    3k Views
    scottalanmillerS

    So quite a few options.

  • Alertra Global Web Monitoring

    6
    3 Votes
    6 Posts
    2k Views
    AmbarishrhA

    Is this similar to http://newrelic.com/ ?

  • Beating Cryptolocker and other Ransomware

    3
    5 Votes
    3 Posts
    2k Views
    scottalanmillerS

    @jvwelch welcome to MangoLassi!

  • Enterprise Development Tools for an SMB

    31
    1 Votes
    31 Posts
    8k Views
    tonyshowoffT

    @scottalanmiller said:

    @tonyshowoff said:

    @Carnival-Boy said:

    All my internal applications are written in VBScript for classic ASP. I have started a book on C# though.

    I started using Trello just for my ERP project, and yeah, I'm all about Kanban & Agile.

    C# is where it's at!

    And F#, of course.

    Not as much as D minor

  • New Lenovo laptop won't allow posting to Mango Lassi

    33
    1 Votes
    33 Posts
    8k Views
    s.hacklemanS

    I will assume you have tried more than one network/gateway. I have had some overprotective gateways block actions like this in the past.

  • Reinstall Windows on Lenovo Yoga 2 Pro

    42
    1 Votes
    42 Posts
    18k Views
    scottalanmillerS

    @Dashrender said:

    Wow.. so somehow this shim was causing you problems.. I wonder what happened to break it in your case?

    Did formatting and starting over solve your issue?

    And what media did you use to reinstall?

    Yup, the problems that we had looked exactly like someone using a shim to proxy data somewhere else (aka a man in the middle attack.) Most man in the middles will break socket.io that MangoLassi uses. This is the same thing that used to cause Untangle and Watchguard devices to break.

    Formatting and installing a non-Lenovo Windows 10 image fixed things.

  • 17Hats Cool looking do it all for business

    7
    3 Votes
    7 Posts
    1k Views
    tonyshowoffT

    @tonyshowoff said:

    @Minion-Queen said:

    @tonyshowoff what are you using?

    PHP, JS, HTML5, and modafinil 🙂

    If you want more specific:

    Internal PHP framework jQuery + Bootstrap 3 and extremely lightweight framework for that web app kinda style, almost went with Ember.js though MySQL and CassandraDB, separate schemas (same as DBs in MySQL) for each customer Memcached

    The software itself is generic under the hood so we can refactor our EHR to be on top of it to just have less to manage. Sort of like how people use WordPress as a sort of framework even fort crazy things like job sites or god knows what.

    I should add, for anyone interested, that we also use node.js for the messaging and presence system, since async in PHP is garbage (for now anyway). However if PHP 7 fails to have a strict typing option, we'll likely start refactoring the back end into node.js (in hopes that the coming ECMAScript standard will keep its promises instead; seems like we're going backward into the prototype crap of JS instead of real classes for now) as well or Go, we still until the March feature freeze for PHP 7 then we'll figure out our road map then.

  • Sharepoint 2010 to Sharepoint 2013 migration

    5
    1 Votes
    5 Posts
    2k Views
    AmbarishrhA

    Oh, Welcome @ericcjones 🙂

  • Outlook, convert meetings to appointments

    6
    1 Votes
    6 Posts
    1k Views
    DashrenderD

    Does anyone think this could be a performance issue?

  • O365: Excel and OneDrive document

    6
    0 Votes
    6 Posts
    2k Views
    gjacobseG

    Creating a new document made a difference. I've known that I needed / WANTED to recreate many of the forms and such we have for HR and the departments. A vacation request was created in WORD and dumped to PDF, which forces a person to use a pen to complete it.

    A form would be better... Especailly now with the options of OneDrive and Sharepoint....

  • Lease Or Purchase?

    14
    1 Votes
    14 Posts
    2k Views
    JaredBuschJ

    @Minion-Queen said:

    There have been lots of changes for the good in the last 6 months or so with O365.

    Most definitely.