At Webapper, we’ve always described our tuning & troubleshooting consulting as a “wire-to-wire” service. This means that we find and fix performance and/or stability problems wherever they are, even if they’re in the network layer (e.g., the TCP “silly window” problem). And beyond troubleshooting production systems, we’ve always found that HTTP sniffers are useful during [...]
In my previous post we looked at getting a list of calendars using the Google API. We looked at how to make the request, but not what to do with the data Google sends back.
When you make a request for a list of calendars, Google sends the list back in an xml format. Some of [...]
If you’ve ever created a form tall enough to require a vertical scroll bar in Flex, you may have not even have noticed that you have you scroll down manually when focus moves below the visible part of a window. Users, however, notice, especially if they don’t have a scroll wheel on their mouse.
There [...]
Before we handle the methods for editing a calendar, we need to make sure we’re editing the correct calendar. To do that we need to get a list of the calendars from Google. This method we’ll look at today is very simple. So, let’s jump right into the code.
::CODECOLORER_BLOCK_4::
We start with our usual two login [...]