Brian Cline

Full Stack Developer & Technology Leader Living in Niagara Falls

  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: Windows

Reducing Download Speed in Firefox (Throttling)

June 28, 2010Brian ClineExperience, Firefox, Windowsbandwidth, download speed, firefox, throttle, Windows

Conveniently, Firefox Throttle meets my needs exactly and allows exclusions for specific websites or specific IP Addresses.

Determine if Skype is Installed

May 25, 2010Brian Cline.NET Framework, C#.NET, Programmingc#.net, Programming, Registry, skype, Skype4Com, Windows

The easiest method of checking whether Skype is installed is actually to check for a Registry Key. We, of course, can’t check C:Program Files for a Skype Directory because the user could have installed elsewhere (or maybe if 64 bit the operating system did?) Skype’s API Document provides us with the following information: To check…

Read More

Website Compatibility Testing (Chrome,IE,FireFox,Opera)

October 8, 2009Brian ClineProgramming, UncategorizedASP, Browsers, Chrome, Compatibility, firefox, IE6, IE7, Internet Explorer Application Compatibility VPC Images, linux, Mac, Microsoft, Opera, PHP, Virtual PC, Website Testing, Windows

How do you test browsers? I don’t usually try for perfect pixel positioning in every browser, but if the client asks I won’t complain!

PHP On IIS & My Epic Battle (Failed to write session data)

October 2, 2009Brian ClinePHP, Programming, WindowsFailed to write session data, IIS, PHP on IIS, PHP Session, session.save_path, Windows

Always make sure that you modify the session.save_path to somewhere meaningful and ensure the directory has the correct file permissions.