Hi all, some of you may have noticed this site is no longer on the gpowered.net domain. I’ve been wanting to move onto wordpress for a while now and also do some additional writing beyond code stuffs which would be outside of the scope of gpowered. I also unfortunately (or fortunately because I love my… Read more »
Posts Tagged: blogger
Google I/O session videos posted with slides
As I said earlier, Quite a few presentations from Google I/O have been posted for your viewing pleasure. I’ll be glued to these this weekend while I’m on call. Topics include Ajax KML Sketchup Android OpenSocial Appengine Data APIs Theory Talks Youtube Gears Mashups Maps and more!
Blogger adds bloggroll
Blogger in draft added 2 new features today: a blogroll page element, and post scheduling. Post scheduling is pretty useful, you can write up your post, set the time (in the future) that you want it to post, and Blogger will do it automatically. The second feature, a blogroll, I would like a lot more… Read more »
October Speedlinking
I haven’t been able to post as often or as in depth as I’d like to have this past month. I chalk it up mostly to work, we all love 12 hour days right? But now that sign-off has passed and our last release of 2007 is calmly approaching (its on Friday), things have settled… Read more »
Using Blogger and Feedburner Sitemaps in Webmaster Tools
Blogger, good. FeedBurner, good. Google Webmaster tools, good. The 3 working together? A little more difficult. A few months ago blogger added support to have FeedBurner + blogger integration. No more editing template code, just change a setting in blogger, and viola, FeedBurner will track all your subscribers. However, this method did not go over… Read more »
Blogger resumes service
Blogger was down this morning from a little after 9:30 until a few minutes ago, but now, all is well…
HOWTO: Getting a list of post titles from blogger (Python)
This will be a quick one on how to pull the titles from your blog. I’m using it to Lists the posts I have available on gPowered.net. Firstly we’ll set up our imports and call to the blogger service. from elementtree import ElementTree from gdata import service import gdata import atom import getopt import sys… Read more »
HOWTO: Displaying Blogger feeds with PHP
This HOWTO is going to follow the basic structure of the Python one. To start out you’ll have to grab the Zend Google data Client Library and then set the include_path so you can use it ini_set(“include_path”, “.:../:./include:../include:/home/gpowered/webapps/php/includes/ZendGdata-1.0.1/library”); We then import the parts the we’ll need: require_once ‘Zend/Loader.php’; Zend_Loader::loadClass(‘Zend_Gdata’); Zend_Loader::loadClass(‘Zend_Gdata_Query’); Zend_Loader::loadClass(‘Zend_Gdata_ClientLogin’); One of the first… Read more »










