Google Calendar is amazing, but the embed code is pretty old. They haven't updated it in many years. Since everything is Mobile First today, I needed a way to display better on cell phones. The following code does the following: Define a Responsive Cal types so that it uses 100% of the frame Define a DeskContent and a PhoneContent sizes (with a width of 768 being the switch point) Wrap all of it in the Responsive Call Div so it all resizes automatically Display the Month view of the calendar if it's a desktop resolution Display the Agenda view of the calendar if it's a mobile resolution I've formatted this so that it can be placed inline in your HTML file. The first Embed should be your calendar code set to the Month view. The second Embed should be your calendar code set to the Agenda view.
I was installing ASDM on a new machine at work, and was greeted with the following Error:
ASDM is unable to continue loading. Click OK to exit from ASDM.
Unconnected sockets not implemented.
Thankfully, this gentleman had already had this particular grief, and had found the resolution:
http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html
Short answer, uninstall Java6 Update 10, and roll back to Java6 Update 7.
ASDM is unable to continue loading. Click OK to exit from ASDM.
Unconnected sockets not implemented.
Thankfully, this gentleman had already had this particular grief, and had found the resolution:
http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html
Short answer, uninstall Java6 Update 10, and roll back to Java6 Update 7.
Comments
Post a Comment