Gray_code_element

Friday, March 18, 2011

Testing for Firefox

The following blog entry should test to see if you are running firefox and diplay the appropriate message. I found the code snipit at Dynamic Forums

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...