Search This Site

Custom Search

Sunday, October 31, 2010

[bloggerDev] NewBie Blogger APIs

Hai Guys
How to using Blogger APIs
for insert , Update , and delete post ...
thank's ALL master

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, October 28, 2010

Re: [bloggerDev] Re: Information about gadget submission

Thanks for the heads up on the issues Aneesh. 

On Sat, Oct 23, 2010 at 7:51 PM, Aneesh <aneesh@bloggerplugins.org> wrote:
Hi Brett,
Random Posts Gadget - http://bloggerplugins.org/1.xml

And some Problems that we face
1. http://groups.google.com/group/bloggerdev/browse_thread/thread/da6d6e1dda1664f7/e8f04a6004538669?hl=en&lnk=gst
2. http://groups.google.com/group/bloggerdev/browse_thread/thread/4c11e72dbb9bdeef/34e8faf0702feec9?hl=en&lnk=gst

If the gadget source urls of the ones present in the Blogger Gadget
Directory are shortened using the goo.gl shortener, then it will
help(to a little extent) in dealing with problem 1. Also it would be
better if only those parameters which are used in the gadget are
passed on as parameters in the iframe url. If this  issue (1) is not
solved, then Gadgets with more options can never be a reality.


Submitting a Gadget through http://www.blogger.com/gadget-submit.do
does nothing ? - I also have submitted my gadget at this URL. It said
that it will appear after review. After a few days the Gadget
Thumbnail sshowed up at http://www.blogger.com/add-gadget?url=http://bloggerplugins.org/1.xml
. The Gadget didn't show up in the directory.

Regards
Aneesh




--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.




--
Brett Morgan

Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Re: Information about gadget submission

any update on this? :(

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, October 27, 2010

[bloggerDev] Re: How upload blogger template to blog?

On 27 окт, 00:39, Brett Morgan <brettmor...@google.com> wrote:
>
> May I ask what it is you are attempting to do here? Is there a bigger
> picture that you are attempting to build?
>
There no any big picture )) Only small.

I maintain 3 personal blogger blogs and try customize view of blog
with hobby interest.

As my favorite editor is Emacs and I prefer edit templates in it and
try automate uploading process to stay in Emacs.

As content of template I store in Mercurial I interesting only in
uploading feature (but downloading word nice as I wrote up).

I discover nice docs:

http://code.google.com/apis/blogger/docs/2.0/developers_guide_protocol.html
http://code.google.com/apis/gdata/articles/using_cURL.html
http://code.google.com/apis/gdata/faq.html

and try make it done.

> My interest here is looking forward to what I should be building to support
> developers on the blogger platform.
>
I would happy if template uploading begin to work ))

Emacs previously have integration with Blogger:

http://buzz.blogger.com/2007/03/emacs-client-for-blogger.html
http://savannah.nongnu.org/projects/emacsweblogs/
http://www.emacswiki.org/emacs/WebloggerMode
http://code.google.com/p/emacspeak/source/browse/trunk/lisp/g-client/gblogger.el
https://launchpad.net/weblogger-el

and no one can handle template downloading/uploading.

I also check http://code.google.com/p/googlecl/wiki/Manual of
'googlecl' project.

Seems that all offline google service client use
http://code.google.com/apis/gdata/docs/client-libraries.html to
access services. And there are no any needed funcs there ))

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] How upload blogger template to blog?

On 27 окт, 00:39, Brett Morgan <brettmor...@google.com> wrote:
>
> May I ask what it is you are attempting to do here? Is there a bigger
> picture that you are attempting to build?
>
There no any big picture )) Only small.

I maintain 3 personal blogger blogs and try customize view of blog
with hobby interest.

As my favorite editor is Emacs and I prefer edit templates in it and
try automate uploading process to stay in Emacs.

As content of template I store in Mercurial I interesting only in
uploading feature (but downloading word nice as I wrote up).

I discover nice docs:

http://code.google.com/apis/blogger/docs/2.0/developers_guide_protocol.html
http://code.google.com/apis/gdata/articles/using_cURL.html
http://code.google.com/apis/gdata/faq.html

and try make it done.

> My interest here is looking forward to what I should be building to
support
> developers on the blogger platform.
>
I would happy if template uploading begin to work ))

Emacs previously have integration with Blogger:

http://buzz.blogger.com/2007/03/emacs-client-for-blogger.html
http://savannah.nongnu.org/projects/emacsweblogs/
http://www.emacswiki.org/emacs/WebloggerMode

http://code.google.com/p/emacspeak/source/browse/trunk/lisp/g-client/gblogger.el
https://launchpad.net/weblogger-el

and no one can handle template downloading/uploading.

I also check http://code.google.com/p/googlecl/wiki/Manual of
'googlecl' project.

Seems that all offline google service client use
http://code.google.com/apis/gdata/docs/client-libraries.html to
access services. And there are no any needed funcs there ))

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Tuesday, October 26, 2010

Re: [bloggerDev] How upload blogger template to blog?

Gavenkoa,

May I ask what it is you are attempting to do here? Is there a bigger picture that you are attempting to build? 

My interest here is looking forward to what I should be building to support developers on the blogger platform.

brett

On Tue, Oct 26, 2010 at 2:25 PM, gavenkoa <gavenkoa@gmail.com> wrote:
I can download tamplate by:

 $ curl $(CURL_FLAGS) \
       --header "Authorization: GoogleLogin auth="`cat login-auth.txt` \
       --header "GData-Version: 2" \
       http://www.blogger.com/feeds/2689659750631752910/template
>template.atom

Then I make XPath query:

 $ xpath template.atom '/feed/entry/content/text()'
Found 1 nodes:
-- NODE --
&lt;?xml version="1.0" encoding="UTF-8" ?>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html expr:dir='data:blog.languageDirection' xmlns='http://
www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://
www.google.com/2005/gml/expr'>
....  .... ....

Then I unescape output:

 $ xpath $(WEB_DIR)/template.atom  '/feed/entry/content/text()' \
   | sed -e 's=&lt;=<=g' -e 's=&gt;=>=g' -e 's=&amp;=\&=g'
>template.xml

Finally I get same as by clicking "Download Full Template" on Blogger
Design==>Edit HTML page.

But I have trouble when try upload template in this way.

'template.atom' contain tag:

<link rel='edit' type='application/atom+xml' href='http://
www.blogger.com/feeds/2689659750631752910/template/default'/>

which seems for updating template accoring to
http://code.google.com/apis/gdata/articles/using_cURL.html#updating-entries

So I firstly try upload 'template.atom' without any changes to it:

 $     curl $(CURL_FLAGS) \
               --request PUT \
               --data-binary @template.atom \
               --header "Content-Type: application/atom+xml" \
               --header "Authorization: GoogleLogin auth="`cat login-auth.txt` \
               --header "GData-Version: 2" \
               http://www.blogger.com/feeds/2689659750631752910/template/default

and I get error:

[Line 1, Column 310] Invalid root element, expected (namespace
uri:local name) of (http://www.w3.org/2005/Atom:entry), found (http://
www.w3.org/2005/Atom:feed

If someone interesting in answer for this error I provide first bytes
from 'template.atom':

<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://
www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://
www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/
opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005'
gd:etag='W/&quot;Ak8CRHoyeip7ImA9Wx5WFU8.&quot;'><id>tag:blogger.com,
1999:blog-2689659750631752910</
id><updated>2010-09-26T22:21:05.492+03:00</updated><title>Template:
gavenko experiment</title><link rel='http://schemas.google.com/g/
2005#feed
' type='application/atom+xml' href='http://gavenkoa-
exp.blogspot.com/feeds/template'/><link rel='self' type='application/
atom+xml' href='http://www.blogger.com/feeds/2689659750631752910/
template'/><link rel='http://schemas.google.com/g/2005#post'
type='application/atom+xml' href='http://www.blogger.com/feeds/
2689659750631752910/template'/><author><name>gavenkoa</
name><email>noreply@blogger.com</email></author><generator
version='7.00' uri='http://www.blogger.com'>Blogger</
generator><openSearch:startIndex>1</
openSearch:startIndex><openSearch:itemsPerPage>25</
openSearch:itemsPerPage><entry gd:etag='W/
&quot;Ak8CRHoyeip7ImA9Wx5WFU8.&quot;'><id>tag:blogger.com,
1999:blog-2689659750631752910.layout</
id><published>2009-04-17T22:50:49.850+03:00</
published><updated>2010-09-26T22:21:05.492+03:00</updated><app:edited
xmlns:app='http://www.w3.org/2007/app'>2010-09-26T22:21:05.492+03:00</
app:edited><category scheme='http://schemas.google.com/g/2005#kind'
term='http://schemas.google.com/blogger/2008/kind#template'/
><title>Template: gavenko experiment</title><content>&lt;?xml
version="1.0" encoding="UTF-8" ?&gt;

I search this list for solution but one say that this is impossible
(dated in 2006), another replays are irrelevant.

I think next step is sniffing Firefox session (because of hard to
debug JavaScript from Google??) to understand how Design==>Edit
HTML==>Upload work.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.




--
Brett Morgan

Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] How upload blogger template to blog?

I can download tamplate by:

$ curl $(CURL_FLAGS) \
--header "Authorization: GoogleLogin auth="`cat login-auth.txt` \
--header "GData-Version: 2" \
http://www.blogger.com/feeds/2689659750631752910/template
>template.atom

Then I make XPath query:

$ xpath template.atom '/feed/entry/content/text()'
Found 1 nodes:
-- NODE --
&lt;?xml version="1.0" encoding="UTF-8" ?>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html expr:dir='data:blog.languageDirection' xmlns='http://
www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://
www.google.com/2005/gml/expr'>
.... .... ....

Then I unescape output:

$ xpath $(WEB_DIR)/template.atom '/feed/entry/content/text()' \
| sed -e 's=&lt;=<=g' -e 's=&gt;=>=g' -e 's=&amp;=\&=g'
>template.xml

Finally I get same as by clicking "Download Full Template" on Blogger
Design==>Edit HTML page.

But I have trouble when try upload template in this way.

'template.atom' contain tag:

<link rel='edit' type='application/atom+xml' href='http://
www.blogger.com/feeds/2689659750631752910/template/default'/>

which seems for updating template accoring to
http://code.google.com/apis/gdata/articles/using_cURL.html#updating-entries

So I firstly try upload 'template.atom' without any changes to it:

$ curl $(CURL_FLAGS) \
--request PUT \
--data-binary @template.atom \
--header "Content-Type: application/atom+xml" \
--header "Authorization: GoogleLogin auth="`cat login-auth.txt` \
--header "GData-Version: 2" \
http://www.blogger.com/feeds/2689659750631752910/template/default

and I get error:

[Line 1, Column 310] Invalid root element, expected (namespace
uri:local name) of (http://www.w3.org/2005/Atom:entry), found (http://
www.w3.org/2005/Atom:feed

If someone interesting in answer for this error I provide first bytes
from 'template.atom':

<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://
www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://
www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/
opensearch/1.1/
' xmlns:gd='http://schemas.google.com/g/2005'
gd:etag='W/&quot;Ak8CRHoyeip7ImA9Wx5WFU8.&quot;'><id>tag:blogger.com,
1999:blog-2689659750631752910</
id><updated>2010-09-26T22:21:05.492+03:00</updated><title>Template:
gavenko experiment</title><link rel='http://schemas.google.com/g/
2005#feed
' type='application/atom+xml' href='http://gavenkoa-
exp.blogspot.com/feeds/template'/><link rel='self' type='application/
atom+xml' href='http://www.blogger.com/feeds/2689659750631752910/
template'/><link rel='http://schemas.google.com/g/2005#post'
type='application/atom+xml' href='http://www.blogger.com/feeds/
2689659750631752910/template'/
><author><name>gavenkoa</
name><email>noreply@blogger.com</email></author><generator
version='7.00' uri='http://www.blogger.com'>Blogger</
generator><openSearch:startIndex>1</
openSearch:startIndex><openSearch:itemsPerPage>25</
openSearch:itemsPerPage><entry gd:etag='W/
&quot;Ak8CRHoyeip7ImA9Wx5WFU8.&quot;'><id>tag:blogger.com,
1999:blog-2689659750631752910.layout</
id><published>2009-04-17T22:50:49.850+03:00</
published><updated>2010-09-26T22:21:05.492+03:00</updated><app:edited
xmlns:app='http://www.w3.org/2007/app'>2010-09-26T22:21:05.492+03:00</
app:edited><category scheme='http://schemas.google.com/g/2005#kind'
term='http://schemas.google.com/blogger/2008/kind#template'/
><title>Template: gavenko experiment</title><content>&lt;?xml
version="1.0" encoding="UTF-8" ?&gt;

I search this list for solution but one say that this is impossible
(dated in 2006), another replays are irrelevant.

I think next step is sniffing Firefox session (because of hard to
debug JavaScript from Google??) to understand how Design==>Edit
HTML==>Upload work.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Saturday, October 23, 2010

[bloggerDev] Deleting my blog

Help. I need to delete my blog. And create a new one. I followed ALL
the steps, logged in, etc.

How do I delete a blog?

Comment Print

To delete your entire blog, just go to Settings | Basic: Settings |
Basics

At this point, make absolutely sure that you are on the right blog and
that you want to permanently remove it from your account. Then click
Delete This Blog: and confirm by clicking OK
Delete blog Note: * If your blog is on your own server, its files will
not be deleted. You can FTP in and delete them manually.

but it redirected me to another blog that I never made, I was able to
delete that other blog called "The Great Outdoors" username
pinkdolphin but my actual blog, "bluedolphin.blogspot.com is still
there. It's not even accessible. When I would click on manage blogs,
my blog (bluedolphon) is not there. I've been working on this
for days and I need help.

Thank you!

Camille

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Information about gadget submission

Hi Brett,
Random Posts Gadget - http://bloggerplugins.org/1.xml

And some Problems that we face
1. http://groups.google.com/group/bloggerdev/browse_thread/thread/da6d6e1dda1664f7/e8f04a6004538669?hl=en&lnk=gst
2. http://groups.google.com/group/bloggerdev/browse_thread/thread/4c11e72dbb9bdeef/34e8faf0702feec9?hl=en&lnk=gst

If the gadget source urls of the ones present in the Blogger Gadget
Directory are shortened using the goo.gl shortener, then it will
help(to a little extent) in dealing with problem 1. Also it would be
better if only those parameters which are used in the gadget are
passed on as parameters in the iframe url. If this issue (1) is not
solved, then Gadgets with more options can never be a reality.


Submitting a Gadget through http://www.blogger.com/gadget-submit.do
does nothing ? - I also have submitted my gadget at this URL. It said
that it will appear after review. After a few days the Gadget
Thumbnail sshowed up at http://www.blogger.com/add-gadget?url=http://bloggerplugins.org/1.xml
. The Gadget didn't show up in the directory.

Regards
Aneesh


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Friday, October 22, 2010

[bloggerDev] Re: Information about gadget submission

Brett,

Thanks for clarifying that. I guess this is as good of a place as any
to tell you about my gadget, Last Comments, which I built as a
replacement for the currently listed Recent Comments gadget. (If I
should put this message somewhere else, please let me know.) I have
two versions of my gadget, Last Comments 1.1 and Last Comments 1.2,
and they have both been submitted to the queue (the files are
http://lastcomments.googlecode.com/files/lastcomments.1.1.xml and
http://lastcomments.googlecode.com/files/lastcomments.1.2.xml ).

My gadget essentially does this: it retrieves the comment feed to
display on users' blogs, but it correctly unescapes comment contents,
which the Recent Comments gadget does not do, and my gadget allows
users to display their latest comments in any order with custom text
interspersed throughout while also allowing post titles and page
titles to be shown (neither are included within the standard JSON
comment feed). Version 1.2 has the extra ability to start with the
comments hidden and has buttons at the top allowing visitors to a blog
to show, hide, and reload the comments on the blog.

I have a blog dedicated to this gadget, http://last-comments.blogspot.com
, on which one can find the user manual explaining how to configure
it. I have tested my gadget out with the latest editions of all the
major web browsers for Windows OS and have Last Comments running in
the field on several blogs, including one that has steady daily
traffic. If you have time, I am interested in any feedback on it and
in getting it listed in the directory so that more people can enjoy
seeing their comments without escape code littering the text.

Regards,

Aratina Cage

On Oct 22, 5:07 pm, Brett Morgan <brettmor...@google.com> wrote:
> On Fri, Oct 22, 2010 at 1:40 PM, Aratina Cage <aratina.c...@gmail.com>wrote:
>
> > Brett,
>
> > Should we take your response to mean that submitting gadgets through
> > the gadget submission interface (http://www.blogger.com/gadget-submit.do
> > ) does nothing?
>
> Aratina,
>
> As I said, dealing with the backlog on that submit queue is a priority of
> mine. At this point I'd suggest both submitting to the queue, and starting a
> conversation with me so that I prioritise looking at your gadget.
>
> brett
>
>
>
>
>
>
>
>
>
>
>
> > On Oct 21, 9:31 pm, Brett Morgan <brettmor...@google.com> wrote:
> > > Hi Andy,
>
> > > I am the Blogger Developer Relations representative and my goal is to
> > > help you guys with developing on top of blogger. Coming to grips with
> > > the Gadget publishing backlog is one of my top priority tasks right at
> > > this point.
>
> > > The short answer is, for the time being, I'm going to publish the
> > > gadgets of people that talk with me about what they are doing, and
> > > what they want to achieve. I need to come to terms with what you guys
> > > are doing, and this is the easiest way for me to do that. I can look
> > > at automating these processes once I have an understanding of what
> > > needs to be done.
>
> > > Blogger has a lot of power, and it does things that are not well
> > > documented. This is on my task list to fix. Blogger has a very capable
> > > and competent system administration team who look after the product
> > > carefully, and in a way that no self administered system could be
> > > looked after. When you build a system atop blogger, you can honestly
> > > tell people that your system is supported by a world class team of
> > > developers and system administrators with world beating technology and
> > > techniques.
>
> > > What I am currently working through is how best to support developers
> > > going forward. There are many options here, and I would like to hear
> > > your thoughts on this matter. I'm looking forward to working with all
> > > of you going forward.
>
> > > brett
>
> > > On Wed, Oct 20, 2010 at 4:04 AM, Andy <auntie_s...@yahoo.com> wrote:
>
> > > > A number of people have raised the issue of gadget submission not
> > > > working.
>
> > > > Apparently there is a (permanent???) embargo see
> > > >http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b.
> > ..
>
> > > > For the moment, barring feedback from blogger/google, developers may
> > > > be better off concentrating on Wordpress versions.  In ignorance,
> > > > waiting for my blogger submission to be approved,  I developed a
> > > > Wordpress version  and submitted it to the highly visible Wordpress
> > > > plugin directory - 100 downloads in a few days.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups "Blogger Developer Group" group.
> > > > To post to this group, send email to bloggerdev@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegrou ps.com>
> > .
> > > > For more options, visit this group athttp://
> > groups.google.com/group/bloggerdev?hl=en.
>
> > > --
> > > Brett Morgan
> > > Developer Programs Engineer, Blogger
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegrou ps.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
> --
> Brett Morgan
>
> *Developer Programs Engineer, Blogger*

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Re: Information about gadget submission



On Fri, Oct 22, 2010 at 1:40 PM, Aratina Cage <aratina.cag3@gmail.com> wrote:
Brett,

Should we take your response to mean that submitting gadgets through
the gadget submission interface ( http://www.blogger.com/gadget-submit.do
) does nothing?


Aratina,

As I said, dealing with the backlog on that submit queue is a priority of mine. At this point I'd suggest both submitting to the queue, and starting a conversation with me so that I prioritise looking at your gadget.

brett
 

On Oct 21, 9:31 pm, Brett Morgan <brettmor...@google.com> wrote:
> Hi Andy,
>
> I am the Blogger Developer Relations representative and my goal is to
> help you guys with developing on top of blogger. Coming to grips with
> the Gadget publishing backlog is one of my top priority tasks right at
> this point.
>
> The short answer is, for the time being, I'm going to publish the
> gadgets of people that talk with me about what they are doing, and
> what they want to achieve. I need to come to terms with what you guys
> are doing, and this is the easiest way for me to do that. I can look
> at automating these processes once I have an understanding of what
> needs to be done.
>
> Blogger has a lot of power, and it does things that are not well
> documented. This is on my task list to fix. Blogger has a very capable
> and competent system administration team who look after the product
> carefully, and in a way that no self administered system could be
> looked after. When you build a system atop blogger, you can honestly
> tell people that your system is supported by a world class team of
> developers and system administrators with world beating technology and
> techniques.
>
> What I am currently working through is how best to support developers
> going forward. There are many options here, and I would like to hear
> your thoughts on this matter. I'm looking forward to working with all
> of you going forward.
>
> brett
>
>
>
>
>
>
>
>
>
> On Wed, Oct 20, 2010 at 4:04 AM, Andy <auntie_s...@yahoo.com> wrote:
>
> > A number of people have raised the issue of gadget submission not
> > working.
>
> > Apparently there is a (permanent???) embargo see
> >http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b...
>
> > For the moment, barring feedback from blogger/google, developers may
> > be better off concentrating on Wordpress versions.  In ignorance,
> > waiting for my blogger submission to be approved,  I developed a
> > Wordpress version  and submitted it to the highly visible Wordpress
> > plugin directory - 100 downloads in a few days.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/bloggerdev?hl=en.
>
> --
> Brett Morgan
> Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.




--
Brett Morgan

Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Information about gadget submission

Brett,

Should we take your response to mean that submitting gadgets through
the gadget submission interface ( http://www.blogger.com/gadget-submit.do
) does nothing?


On Oct 21, 9:31 pm, Brett Morgan <brettmor...@google.com> wrote:
> Hi Andy,
>
> I am the Blogger Developer Relations representative and my goal is to
> help you guys with developing on top of blogger. Coming to grips with
> the Gadget publishing backlog is one of my top priority tasks right at
> this point.
>
> The short answer is, for the time being, I'm going to publish the
> gadgets of people that talk with me about what they are doing, and
> what they want to achieve. I need to come to terms with what you guys
> are doing, and this is the easiest way for me to do that. I can look
> at automating these processes once I have an understanding of what
> needs to be done.
>
> Blogger has a lot of power, and it does things that are not well
> documented. This is on my task list to fix. Blogger has a very capable
> and competent system administration team who look after the product
> carefully, and in a way that no self administered system could be
> looked after. When you build a system atop blogger, you can honestly
> tell people that your system is supported by a world class team of
> developers and system administrators with world beating technology and
> techniques.
>
> What I am currently working through is how best to support developers
> going forward. There are many options here, and I would like to hear
> your thoughts on this matter. I'm looking forward to working with all
> of you going forward.
>
> brett
>
>
>
>
>
>
>
>
>
> On Wed, Oct 20, 2010 at 4:04 AM, Andy <auntie_s...@yahoo.com> wrote:
>
> > A number of people have raised the issue of gadget submission not
> > working.
>
> > Apparently there is a (permanent???) embargo see
> >http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b...
>
> > For the moment, barring feedback from blogger/google, developers may
> > be better off concentrating on Wordpress versions.  In ignorance,
> > waiting for my blogger submission to be approved,  I developed a
> > Wordpress version  and submitted it to the highly visible Wordpress
> > plugin directory - 100 downloads in a few days.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/bloggerdev?hl=en.
>
> --
> Brett Morgan
> Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Information about gadget submission

Hi Brett

Thanks for the response.

Glad to hear the halt/backlog is not going to be permanent, because I
do like Blogger. It has a very easy and user friendly interface for
users setting up sites.
The API is also great for developers; the Blogger/Google XML version
of my widget was easier to create than the Wordpress equivalent, it
provides a lot of features, and many gadgets developed can also be
used in igoogle, or embeded in other sites.

Thanks for the offer of publishing gadgets of people who are in touch
with you:

Mine is http://hosting.gmodules.com/ig/gadgets/file/100257443189777594535/widgetc-4-blogger.xml
(live examples on http://anythingtravel.blogspot.com). It has been
tweeted by the UK Foreign Office, and Directgov Innovate have said
they will "showcase" it. I obviously think its good gadget; however,
I realise Blogger will have it's own requirements so I can take
rejection without bursting into tears! That said I'm keen for my
widget to be popular, so please let me know if you have any suggested
changes.

Thanks

Andy


On Oct 22, 2:31 am, Brett Morgan <brettmor...@google.com> wrote:
> Hi Andy,
>
> I am the Blogger Developer Relations representative and my goal is to
> help you guys with developing on top of blogger. Coming to grips with
> the Gadget publishing backlog is one of my top priority tasks right at
> this point.
>
> The short answer is, for the time being, I'm going to publish the
> gadgets of people that talk with me about what they are doing, and
> what they want to achieve. I need to come to terms with what you guys
> are doing, and this is the easiest way for me to do that. I can look
> at automating these processes once I have an understanding of what
> needs to be done.
>
> Blogger has a lot of power, and it does things that are not well
> documented. This is on my task list to fix. Blogger has a very capable
> and competent system administration team who look after the product
> carefully, and in a way that no self administered system could be
> looked after. When you build a system atop blogger, you can honestly
> tell people that your system is supported by a world class team of
> developers and system administrators with world beating technology and
> techniques.
>
> What I am currently working through is how best to support developers
> going forward. There are many options here, and I would like to hear
> your thoughts on this matter. I'm looking forward to working with all
> of you going forward.
>
> brett
>
>
>
>
>
> On Wed, Oct 20, 2010 at 4:04 AM, Andy <auntie_s...@yahoo.com> wrote:
>
> > A number of people have raised the issue of gadget submission not
> > working.
>
> > Apparently there is a (permanent???) embargo see
> >http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b...
>
> > For the moment, barring feedback from blogger/google, developers may
> > be better off concentrating on Wordpress versions.  In ignorance,
> > waiting for my blogger submission to be approved,  I developed a
> > Wordpress version  and submitted it to the highly visible Wordpress
> > plugin directory - 100 downloads in a few days.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/bloggerdev?hl=en.
>
> --
> Brett Morgan
> Developer Programs Engineer, Blogger- Hide quoted text -
>
> - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, October 21, 2010

Re: [bloggerDev] Information about gadget submission

Hi Andy,

I am the Blogger Developer Relations representative and my goal is to
help you guys with developing on top of blogger. Coming to grips with
the Gadget publishing backlog is one of my top priority tasks right at
this point.

The short answer is, for the time being, I'm going to publish the
gadgets of people that talk with me about what they are doing, and
what they want to achieve. I need to come to terms with what you guys
are doing, and this is the easiest way for me to do that. I can look
at automating these processes once I have an understanding of what
needs to be done.

Blogger has a lot of power, and it does things that are not well
documented. This is on my task list to fix. Blogger has a very capable
and competent system administration team who look after the product
carefully, and in a way that no self administered system could be
looked after. When you build a system atop blogger, you can honestly
tell people that your system is supported by a world class team of
developers and system administrators with world beating technology and
techniques.

What I am currently working through is how best to support developers
going forward. There are many options here, and I would like to hear
your thoughts on this matter. I'm looking forward to working with all
of you going forward.

brett

On Wed, Oct 20, 2010 at 4:04 AM, Andy <auntie_spam@yahoo.com> wrote:
>
> A number of people have raised the issue of gadget submission not
> working.
>
> Apparently there is a (permanent???) embargo see
> http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b5294&hl=en
>
> For the moment, barring feedback from blogger/google, developers may
> be better off concentrating on Wordpress versions.  In ignorance,
> waiting for my blogger submission to be approved,  I developed a
> Wordpress version  and submitted it to the highly visible Wordpress
> plugin directory - 100 downloads in a few days.
>
> --
> You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
>

--
Brett Morgan
Developer Programs Engineer, Blogger

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, October 20, 2010

[bloggerDev] None of my gadgets rendering in IE8 :: (opensocial-0.8)

I have my gadgets installed on many many blogs hosted on Blogger.com
and am afraid my users are having a bad experience when using IE8!

When viewing Blogger sites with my gadgets installed in the Blogger
opensocial container, they do not render and IE8 is reporting errors
(see below).

Here is a test page where many of my gadgets are installed inside the
Blogger opensocial container:
http://postobvious.blogspot.com/

These same gadgets are working correctly for IE8 when running in the
FriendConnect opensocial container. This site is also a Blogger-hosted
blog, but I am using the FriendConnect opensocial container to render
them:
http://fcgadgets.blogspot.com/

Below are the errors I captured from the gadgets on the
postobvious.blogspot.com page.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729; .WNNT; .NET4.0C; .NET4.0E)
Timestamp: Wed, 20 Oct 2010 15:30:38 UTC


Message: 'shindig' is undefined
Line: 1
Char: 1
Code: 0
URI:
http://573cnhc5m6ab164tlk6n0msnp7ks2d1d-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fshareit2.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=12&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22Share+it%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaBHM34X3J5GfptZPnX4ZVzScZ7u4%252F67rtC4O6tTtbJOXMbcKtpH7vfUAtC6qnEBSRrW7eYq9iG0qBQP4CSYuQoekBPEZw5t7TjcA3EPhd%252Fr5NSePMaR7Msj5ObfC8ozovgkMhmo6ConCbZLc%252B%252FFY4KdpwrZASIIXR8dKlmpsYXyl9CgL8ai%252ByeMnndDM9PAYGA25QY32epwzJeV%252BJUWE7tSBQtrLfRMsxmadqdQMQOTWg9%252Br%252B8%253D%26c%3Dpeoplesense&rpctoken=1315872520&


Message: 'gadgets.Prefs' is null or not an object
Line: 1365
Char: 1
Code: 0
URI:
http://573cnhc5m6ab164tlk6n0msnp7ks2d1d-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fshareit2.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=12&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22Share+it%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaBHM34X3J5GfptZPnX4ZVzScZ7u4%252F67rtC4O6tTtbJOXMbcKtpH7vfUAtC6qnEBSRrW7eYq9iG0qBQP4CSYuQoekBPEZw5t7TjcA3EPhd%252Fr5NSePMaR7Msj5ObfC8ozovgkMhmo6ConCbZLc%252B%252FFY4KdpwrZASIIXR8dKlmpsYXyl9CgL8ai%252ByeMnndDM9PAYGA25QY32epwzJeV%252BJUWE7tSBQtrLfRMsxmadqdQMQOTWg9%252Br%252B8%253D%26c%3Dpeoplesense&rpctoken=1315872520&


Message: 'shindig' is undefined
Line: 1
Char: 1
Code: 0
URI:
http://hen0ctk6hltf2a3oda26odvv6ac89kk7-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fuptweet.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=15&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22UpTweet%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaCJIavFWq6UgFT9dCBDPJvgWjYzPSjxTKvOIK7a1uOxYE72%252Fb5rJEQXy3lyc9J7D9kpOkhTKCuSajx1j0oaj9zo%252BV%252FRcyZOEMoJ%252BtUpfx4zeQ5DviEXcssS8r8F5HO8YGU%252B926s1Sv4Uk10zGBAXQcoHaNRk2oi3ldon9V%252BTXXChX8c7gbCS3c%252BhGFvrYthm4rOcM0iA82Ex6AO3Q8OopSK26DWWOYdZr%252FT2MhO3nTm4EhG7X8%253D%26c%3Dpeoplesense&rpctoken=1078337508&


Message: 'gadgets.Prefs' is null or not an object
Line: 1365
Char: 1
Code: 0
URI:
http://hen0ctk6hltf2a3oda26odvv6ac89kk7-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fuptweet.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=15&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22UpTweet%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaCJIavFWq6UgFT9dCBDPJvgWjYzPSjxTKvOIK7a1uOxYE72%252Fb5rJEQXy3lyc9J7D9kpOkhTKCuSajx1j0oaj9zo%252BV%252FRcyZOEMoJ%252BtUpfx4zeQ5DviEXcssS8r8F5HO8YGU%252B926s1Sv4Uk10zGBAXQcoHaNRk2oi3ldon9V%252BTXXChX8c7gbCS3c%252BhGFvrYthm4rOcM0iA82Ex6AO3Q8OopSK26DWWOYdZr%252FT2MhO3nTm4EhG7X8%253D%26c%3Dpeoplesense&rpctoken=1078337508&


Message: 'gadgets.io' is null or not an object
Line: 1392
Char: 2
Code: 0
URI:
http://hen0ctk6hltf2a3oda26odvv6ac89kk7-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fuptweet.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=15&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22UpTweet%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaCJIavFWq6UgFT9dCBDPJvgWjYzPSjxTKvOIK7a1uOxYE72%252Fb5rJEQXy3lyc9J7D9kpOkhTKCuSajx1j0oaj9zo%252BV%252FRcyZOEMoJ%252BtUpfx4zeQ5DviEXcssS8r8F5HO8YGU%252B926s1Sv4Uk10zGBAXQcoHaNRk2oi3ldon9V%252BTXXChX8c7gbCS3c%252BhGFvrYthm4rOcM0iA82Ex6AO3Q8OopSK26DWWOYdZr%252FT2MhO3nTm4EhG7X8%253D%26c%3Dpeoplesense&rpctoken=1078337508&


Message: 'gadgets.io' is null or not an object
Line: 1426
Char: 2
Code: 0
URI:
http://573cnhc5m6ab164tlk6n0msnp7ks2d1d-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fshareit2.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=12&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22Share+it%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaBHM34X3J5GfptZPnX4ZVzScZ7u4%252F67rtC4O6tTtbJOXMbcKtpH7vfUAtC6qnEBSRrW7eYq9iG0qBQP4CSYuQoekBPEZw5t7TjcA3EPhd%252Fr5NSePMaR7Msj5ObfC8ozovgkMhmo6ConCbZLc%252B%252FFY4KdpwrZASIIXR8dKlmpsYXyl9CgL8ai%252ByeMnndDM9PAYGA25QY32epwzJeV%252BJUWE7tSBQtrLfRMsxmadqdQMQOTWg9%252Br%252B8%253D%26c%3Dpeoplesense&rpctoken=1315872520&


Message: 'gadgets.util' is null or not an object
Line: 1527
Char: 1
Code: 0
URI:
http://hen0ctk6hltf2a3oda26odvv6ac89kk7-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fuptweet.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=15&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22UpTweet%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaCJIavFWq6UgFT9dCBDPJvgWjYzPSjxTKvOIK7a1uOxYE72%252Fb5rJEQXy3lyc9J7D9kpOkhTKCuSajx1j0oaj9zo%252BV%252FRcyZOEMoJ%252BtUpfx4zeQ5DviEXcssS8r8F5HO8YGU%252B926s1Sv4Uk10zGBAXQcoHaNRk2oi3ldon9V%252BTXXChX8c7gbCS3c%252BhGFvrYthm4rOcM0iA82Ex6AO3Q8OopSK26DWWOYdZr%252FT2MhO3nTm4EhG7X8%253D%26c%3Dpeoplesense&rpctoken=1078337508&


Message: 'gadgets.util' is null or not an object
Line: 1726
Char: 1
Code: 0
URI:
http://573cnhc5m6ab164tlk6n0msnp7ks2d1d-a-fc-opensocial.googleusercontent.com/gadgets/ifr?url=http%3A%2F%2Ffcgadgets.appspot.com%2Fspec%2Fshareit2.xml&container=peoplesense&parent=http%3A%2F%2Fpostobvious.blogspot.com%2F&mid=12&view=profile&libs=google.blog&d=0.548.6&lang=en&view-params=%7B%22skin%22%3A%7B%22FACE_SIZE%22%3A%2232%22%2C%22HEIGHT%22%3A%22200%22%2C%22TITLE%22%3A%22Share+it%22%2C%22BORDER_COLOR%22%3A%22transparent%22%2C%22ENDCAP_BG_COLOR%22%3A%22transparent%22%2C%22ENDCAP_TEXT_COLOR%22%3A%22%23333333%22%2C%22ENDCAP_LINK_COLOR%22%3A%22%23448888%22%2C%22ALTERNATE_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_BG_COLOR%22%3A%22transparent%22%2C%22CONTENT_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_TEXT_COLOR%22%3A%22%23333333%22%2C%22CONTENT_SECONDARY_LINK_COLOR%22%3A%22%23448888%22%2C%22CONTENT_SECONDARY_TEXT_COLOR%22%3A%22%23000000%22%2C%22CONTENT_HEADLINE_COLOR%22%3A%22%23000000%22%2C%22FONT_FACE%22%3A%22normal+normal+100%25+Verdana%2CArial%2CSans-Serif%22%7D%7D&communityId=08026915124063247690&caller=http%3A%2F%2Fpostobvious.blogspot.com%2F#st=e%3DAOG8GaBHM34X3J5GfptZPnX4ZVzScZ7u4%252F67rtC4O6tTtbJOXMbcKtpH7vfUAtC6qnEBSRrW7eYq9iG0qBQP4CSYuQoekBPEZw5t7TjcA3EPhd%252Fr5NSePMaR7Msj5ObfC8ozovgkMhmo6ConCbZLc%252B%252FFY4KdpwrZASIIXR8dKlmpsYXyl9CgL8ai%252ByeMnndDM9PAYGA25QY32epwzJeV%252BJUWE7tSBQtrLfRMsxmadqdQMQOTWg9%252Br%252B8%253D%26c%3Dpeoplesense&rpctoken=1315872520&

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Information about gadget submission

A number of people have raised the issue of gadget submission not
working.

Apparently there is a (permanent???) embargo see
http://www.google.com/support/forum/p/blogger/thread?tid=12a74fa2ac6b5294&hl=en

For the moment, barring feedback from blogger/google, developers may
be better off concentrating on Wordpress versions. In ignorance,
waiting for my blogger submission to be approved, I developed a
Wordpress version and submitted it to the highly visible Wordpress
plugin directory - 100 downloads in a few days.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Tuesday, October 19, 2010

Re: [bloggerDev] my blog proplem

Please explain the steps you are attempting to carry out, what is happening, and where you are stopped. I do not understand what you mean by "my blog is abeyance".

brett

2010/10/19 ΑΡΤΕΜΗΣ ΡΟΥΚΟΥΝΑΚΗΣ <mpalosgrkis@hotmail.com>
my blog is abeyance and I do not know why.i wond activation and I do
> not know that. http://mpalosgrkis.blogspot.com/
 

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] my blog proplem

my blog is abeyance and I do not know why.i wond activation and I do
> not know that. http://mpalosgrkis.blogspot.com/
 

Monday, October 18, 2010

[bloggerDev] Re: problem my blog

On Oct 17, 10:27 am, "mpalosgr...@hotmail.com"
<mpalosgr...@hotmail.com> wrote:
>  my blog is abeyance and I do not know why.i wond activation and I do
> not know that. http://mpalosgrkis.blogspot.com/

Can you please explain what it is you are attempting to do, step by
step, so that i can start debugging this issue?

brett

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Email posting is not working

Arju,

Are you still having problems with email on your blogspot blog?

brett

On Oct 15, 9:18 am, Arju <a_a...@yahoo.co.uk> wrote:
> I used this way for the posting topics inside myhttp://banscam.blogspot.com/
> but recentally I observed that all my posts after 8th october are not
> posted into my blog. Can you please help on that and look into it what
> is going on?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Sunday, October 17, 2010

[bloggerDev] problem my blog

my blog is abeyance and I do not know why.i wond activation and I do
not know that. ¶http://mpalosgrkis.blogspot.com/<>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Friday, October 15, 2010

[bloggerDev] Email posting is not working

I used this way for the posting topics inside my http://banscam.blogspot.com/
but recentally I observed that all my posts after 8th october are not
posted into my blog. Can you please help on that and look into it what
is going on?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, October 13, 2010

[bloggerDev] where is thepage about all google blog ?

hi guys,

I am searching for a page that an employee from Google made on his 20%
time. I was showing all RSS feed from all the Google Blog that exist,
the layout was nice, but i cannot find it anywhere on google !?

Anyone know about this ?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Monday, October 11, 2010

[bloggerDev] Re: retrieve blog posts with filter using python gdata client

Peter,

I submitted a patch to Python GData API and it has been accepted, so I
believe the answer at this point is to use the head code from the
project.

http://codereview.appspot.com/2423041/

brett

On Oct 12, 2:22 am, Peter Ondruska <peter.ondru...@gmail.com> wrote:
> Fixed thanks to Brett, seehttp://code.google.com/p/gdata-python-client/issues/detail?id=315#c4
>
> On Oct 8, 5:26 pm, Peter Ondruska <peter.ondru...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I have this code:
>
> > class Blog(webapp.RequestHandler):
> >   def __init__(self):
> >     categories = ["lang:cs", "news"]
> >     self.client = gdata.blogger.client.BloggerClient()
> >     self.query = gdata.blogger.client.Query(categories=categories,
> > max_results=10, strict=True, order_by="updated")
> >   def get(self):
> >    feed = self.client.GetPosts(blog_id="7297489546734971425",
> > query=self.query)
> >    for entry in feed.entry:
> >      print entry.title.text.encode("utf-8")
>
> > But it fails to retrieve posts with this error:
>
> > Traceback (most recent call last):
> >   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> > google/appengine/ext/webapp/__init__.py", line 511, in __call__
> >     handler.get(*groups)
> >   File "/Users/ondruska/Documents/tenant-check/gd.py", line 36, in get
> >     feed = self.client.GetPosts(blog_id="7297489546734971425",
> > query=self.query)
> >   File "/Users/ondruska/Documents/tenant-check/gdata/blogger/
> > client.py", line 65, in get_posts
> >     desired_class=desired_class, query=query, **kwargs)
> >   File "/Users/ondruska/Documents/tenant-check/gdata/client.py", line
> > 635, in get_feed
> >     **kwargs)
> >   File "/Users/ondruska/Documents/tenant-check/gdata/client.py", line
> > 320, in request
> >     RequestError)
> > RequestError: Server responded with: 400, Invalid query
> > parameters:categories
>
> > This is using gdata python client 2.0.12. Similar code in Java with
> > gdata java client works fine. Anybody having similar problems?
>
> > Thanks,
>
> > Peter

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Future directions for Blogger API development?

Brett, I just use Blogger API to query some (last N within last D
days) with some tags (news|language) to display in web page. Very
simple and efficient way to display some kind of news instead of
investing in CMS. If you want I can provide source code which may be
used as an example.

On Oct 7, 7:59 pm, Andy <auntie_s...@yahoo.com> wrote:
> Hi Brett
>
> API: as a newbie, the only thing that springs to mind are additional
> elements that can be processed/displayed via Bloggers gadget install
> facility.
>
> e.g. "a terms of use link" XML element, to allow developers to cover
> themselves from being sued. If set, displays/requires confirmation -
> something along the lines of "you must agree to these <link>terms of
> use</link> before install".  I know it can already be done (for some
> types of widget) as per Amazon's gadgets or as I tried and ditched, by
> having a user pref tickbox, and code to check ticked - but these are
> cumbersome/non user friendly work rounds.
>
> also an "installer heading" xml attribute (to allow you to include
> your own heading/comments/advice at the top of the blogger install
> facility).
>
> Glad to hear you are going to be looking at example code/tutorials
> etc.  As a newbie I found the documentation very sparse and
> frustrating. In fact my view is it would be more beneficial to improve/
> build the documentation (the last thing any developer wants to hear!)
> before starting work on adding to the API's.
>
> Submitting Gadgets:  Again, I can't tell from the documentation:
>
> Are we emailed if a gadget rejected? I've been waiting over 3 weeks
> for my gadget to be added (wordpress took one hour).
>
> Is Ultra right? If the directory is not processing submissions then
> there is not much point in developing gadgets.
>
> Is the "blogger directory" we submit to actually the igoogle
> directory, or is it the list of gadgets presented to blogger users
> when they click to install gadgets?
>
> This is all quite frustrating for me, as the UK Gov Foreign Office
> like my widget, and offered to link to it once it is registered in the
> directory.
>
> I appreciate that some of these points may fall outside your area, but
> I'm hoping you might know the answers.
>
> P.S. Good luck in your new role!
>
> On Oct 7, 2:25 am, Brett Morgan <brettmor...@google.com> wrote:
>
>
>
> > Hey all,
>
> > I figure I should formally introduce myself to the group. I am the new
> > Blogger developer relations engineer housed in the Sydney Googleplex.
>
> > As part of figuring out my priorities for the coming months it would be
> > useful to know what you guys want to use the Blogger API for. This will
> > enable me to build tutorials, example code, and most importantly, help guide
> > future engineering directions of the blogger team.
>
> > brett

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: retrieve blog posts with filter using python gdata client

Fixed thanks to Brett, see http://code.google.com/p/gdata-python-client/issues/detail?id=315#c4

On Oct 8, 5:26 pm, Peter Ondruska <peter.ondru...@gmail.com> wrote:
> I have this code:
>
> class Blog(webapp.RequestHandler):
>   def __init__(self):
>     categories = ["lang:cs", "news"]
>     self.client = gdata.blogger.client.BloggerClient()
>     self.query = gdata.blogger.client.Query(categories=categories,
> max_results=10, strict=True, order_by="updated")
>   def get(self):
>    feed = self.client.GetPosts(blog_id="7297489546734971425",
> query=self.query)
>    for entry in feed.entry:
>      print entry.title.text.encode("utf-8")
>
> But it fails to retrieve posts with this error:
>
> Traceback (most recent call last):
>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> google/appengine/ext/webapp/__init__.py", line 511, in __call__
>     handler.get(*groups)
>   File "/Users/ondruska/Documents/tenant-check/gd.py", line 36, in get
>     feed = self.client.GetPosts(blog_id="7297489546734971425",
> query=self.query)
>   File "/Users/ondruska/Documents/tenant-check/gdata/blogger/
> client.py", line 65, in get_posts
>     desired_class=desired_class, query=query, **kwargs)
>   File "/Users/ondruska/Documents/tenant-check/gdata/client.py", line
> 635, in get_feed
>     **kwargs)
>   File "/Users/ondruska/Documents/tenant-check/gdata/client.py", line
> 320, in request
>     RequestError)
> RequestError: Server responded with: 400, Invalid query
> parameters:categories
>
> This is using gdata python client 2.0.12. Similar code in Java with
> gdata java client works fine. Anybody having similar problems?
>
> Thanks,
>
> Peter

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.