Inalign Blog

Go Back
  • How to turn on SQL Server Authentication in SQL 2008

    Microsoft is always moving functionality around. Don't get me started on IIS 7.0.For SQL Server 2008, if I need to turn on SQL Server Authentication, you need to:1. Open SQL Server Management Studio2. Connect to your database3. Right click on the database server name in the explorer tree. Select Properties.4. Select Security in the dialog, then you'll see the Server Authentication options.

    Full story

    Comments (0)

  • onbeforeunload event - Prompting the User if They Want to Leave the Page

    Recently I've worked on getting the browser to prompt the user if they want to leave the page when changes have been made to a form. This is done with the onbeforeunload event, and each browser displays a popup in a slightly different way. You are also able to set the text that displays in the popup, but I've found that while IE and Chrome use this text, Firefox ignores it.Here's some good links on how to work with this event:http://stackoverflow.com/questions/1244535/alert-when-browser-window-closed-accidentallyhttp://stackoverflow.com/questions/803887/can-i-pop-up-a-confirmation-dialog-when-the-user-is-closing-the-window-in-safarihttp://stackoverflow.com/questions/7255649/window-onbeforeunload-not-workinghttp://stackoverflow.com/questions/2253522/ie-onbeforeunload-not-firing-extenralinterface-callbackhttp://stackoverflow.com/questions/9480302/onbeforeunload-w-ajax-does-not-work-w-ie

    Full story

    Comments (0)

  • HTML 5 - The Only Answer?

    Clients ask me all the time which technology should they pick for web development. It can be a tough question to answer as most clients are looking to pick a path that will last them 3-5 years. Let's face it, no one really knows what's going to occur 3-5 years from now. No one is even sure what the iPhone 5 will be 3-5 months from now! The one constant seems to be that devices that can display web content are multiplying. Aside from the usual PCs, Laptops, Netbooks, and Smart Phones, we also have tablets (iPad, Galaxy, etc), gaming ...

    Full story

    Comments (0)

  • AbleCommerce & Sitefinity Partner

    Inalign is now partnered with both AbleCommerce and Sitefinity. As of last Friday we were officially on the AbleCommerce site as a partner.     Sitefinity Customizations All along we have been able to offer integration between Sitefinity and AbleCommerce, but with the partner logos our clients are even more guaranteed of our abilities. Sitefinity is the popular content management tool that makes it easy for businesses to run full content websites without having to contact a developer for every change they need on the website. Modules can be customized for special business needs at a reasonable price. ...

    Full story

    Comments (0)

  • Google Verification Process Changes Ever So Slightly

    Recently a website I maintain was no longer verified by Google Webmaster tools. Odd, since it had been working for some time using the HTML method. I downloaded the HTML file from Goole Webmaster, and uploaded it once again to the site. I noticed that the previous version was zero length file, and the new file from Google has some text in it (a google-site-verification property). I don’t remember this from before, but either way, it works now. We have to all remember that these Google tools are free, and they will change them whenever they want. There was a ...

    Full story

    Comments (0)