Welcome to the David Walsh Blog! This website was created to reach every audience possible. Please contact me at david@davidwalsh.name to let me know if I can do anything to further improve your experience on this website.

Microsoft Archives

PHP, Microsoft SQL Server (MSSQL), and IIS: Connect and Query with ODBC

Debuted Thursday, July 31, 2008 @ 7:49 am
Sugar: Hosting / Domain · Microsoft · PHP · XML / XHTML

I was recently thrown a real curveball of a project. Instead of using a fresh MySQL database to pull information from, the customer required that we pull information from their new Microsoft SQL Server 2005 server. This isn’t the most desired method of PHP->Database interactivity but that’s what the project called for and that’s what I needed to do. Here’s how to get things going.

Article Sep

IE Says “Internet Explorer cannot open the Internet Site ________. Operation Aborted.” I Say “WTF?”

Debuted Friday, April 4, 2008 @ 7:52 am
Sugar: Microsoft

During the development of a recent website, I fitted the site with some awesome MooTools effects. Per usual, I would check each page with Firefox and once the page looked good, I’d switch over to Internet Explorer to make sure the site looked the same. That’s where the problem began.

Periodically, I would get a javascript-like alert box that said “Internet Explorer cannot open the Internet Site ________. Operation Aborted,” as show below:

After doing some research, I found a post by MooTools dev Aaron Newton that explained why the problem was occuring:

Article Sep

Override Vista and XP’s Themed Buttons and Scrollbars Using a META Tag

Debuted Wednesday, December 26, 2007 @ 7:59 am
Sugar: CSS / Design · Microsoft

The first thing I do to any fresh Windows XP or Vista install is change the theme to old-school “Windows Classic” theme. Square gray boxes, in my opinion, are much better than the awful “rounded”, colored bars. The XP and Vista theme settings also bleed into Internet Explorer, shaping and color buttons in ways I don’t want.

Luckily, using an HTML META tag, I can tell the browser to ignore the theme’s settings and show the standard, gray button.

<meta http-equiv="MSThemeCompatible" content="No"/>

I’m not advocating this, simply showing how it can be done.





 

 

comments twitter