Improvements to Zend Framework Gdata for Docs ACL
This post is going to be about the modifications I’ve made to the Zend Framework’s Gdata library for accessing Google Docs.
This post is going to be about the modifications I’ve made to the Zend Framework’s Gdata library for accessing Google Docs.
One of the weirdest artifacts about Open Office has to be the Styles and Formatting panel. It’s a panel right? Like the one for tables that appear when your cursor is placed inside a table cell. So, it should like behave like them when you drag it to the edge of the window and dock to that edge right? Strangely enough it doesn’t. And don’t bother adjusting your mouse because you thought “I must have not dragged the panel correctly.”
After much tribulation, I finally got my phone to send MMS. It’s running on the M1 network.
As mentioned before in earlier posts, I’m involved in a Web application development project. Recently I had to do some testing on the Web application (although it’s barely beta ready, but that’s a different story). During the testing process, I’ve got to see for myself the implications of not incorporating scalability designs early on into the code.
This post will take a simplistic approach to look at why load times can be improved by consolidating CSS files. At the same time, I will also take a look at naming CSS selectors as the approach to consolidating CSS. By taking a consistent approach to naming CSS selectors and organising the selectors in a structured manner in CSS files, we can minimise the number of CSS files.
The search engine that is. If you are observant, you’ll notice that whenever you go to www.google.com, you’ll be redirected to your local version (unless you’re in the US, I think). For example, in Singapore when you type google.com in the address bar, it turns into google.com.sg
This question has always been on my mind. The best answer I’ve found so far and is reasonably credible can be found at http://answers.yahoo.com/question/index?qid=20080912142314AAZdlh9
Anyone who uses GNU Screen frequently will one day press Ctl-A s (lower-case s) whether purposefully or accidentally. It would seem that there is no way to unlock the screen. Actually, the solution is to press Ctl-A q (lower-case q). You will then be prompted to enter the user’s password to resume using Screen.
Reading this post confirms my decision not to join Facebook a correct one. Hell, if some corporate entity knows about your daughter-in-law, you should be scared!
Another aspect of the Google Apps Provisioning API that I’ve discovered has to do with adding an owner to a group.
Google Apps Provisioning API is a set of API that allows other programs to access stored on Google’s servers. This is done via the Atom Publishing Protocol and HTTP requests (what the industry terms general as a RESTful interface).
The set of data that Google exposes via the Provisioning API include the user accounts and groups and other related data.
Google has improved its groups mechanism not too long ago. With this came improvements to other Google properties such as Google Docs where sharing documents with groups is possible. Previously, this was not available because the original concept of a group in Google Apps is nothing more than an email list where emailing to the “group” allowed users in the “group” to receive the email as well. But this was all that version 1 of “groups” (technically known as an email list) could do.