Grand! All sorts of goodies start to break through. Shora also has a new "especially for beta" hack for hiding the navbar, which is en espanol. Now, the "legality" of hacking the navbar has never been quite clear, & the new Terms of Service (if, indeed, these were the new Terms of Service) don't seem to clear things up. Section 10 is still Section 10, & modifying the navbar is probably still a violation of the Blogger TOS....1. Hide the navbar.
2. Construct the search box, and reposition it.
3. Resize the search box.
4. Change the appearance of the search button.
&alt=rss
to the end of the URL, as described in Blogger Help.If you migrate your blog, your template will be preserved as-is. It's in what we call "Classic" template mode. It will be dynamically served, but you won't get the drag-and-drop customization. You also won't get labels.It seems, then, that dynamic loading works w? your old template after migration, & that what we're looking if we want to access labels and drag & drop is the eventual need to re-create a template in the new format. No immeditate pressure to do so, though, which is grand, & methinks the labels will be worth it, esp. given that there's an existing layout insert for custom blocks of HTML / Scripts & a way to view your existing template to grab the goodies.
New blogs have Layouts by default, but can switch to Classic mode (there's a button on the Edit HTML subtab page).
You will be able to upgrade from Classic to Layouts, but, as the Layouts template language is completely different (but significantly improved), you'll lose your prodigious customizations. We make a best effort to save straightforward changes (sidebar lists, for the most part) but your milege will decrease the further you have gone from the stock templates.
You can see that there's a "View Classic Template" button on the Edit page, which is there to make it easier to copy over anything that the upgrade missed. (I'm going to a have a fun time w/ my blog... might just take the opportunity to design a new one.)
I'm excited to see what folks will come up with when Layouts's Edit HTML is available. Dragging and dropping in the official templates is fun, but doing it with your own template design is even better.
Oh, and as for mass-labeling, there's no interface for that. You can, however, use the new Gdata API (based on Atom 1.0) support to change labels. Atom categories === Blogger labels.
javascript: var rexp=/search\?label=(\S+)/i; var cexp=/.*(\d).*/i; var labels={}; var links=document.links; for(var i=0; i<links.length;i++) if (l=rexp.exec(links[i].href)) if (!links[i].rel) labels[l[1]]=cexp.exec(links[i].nextSibling.nodeValue)[1]; for (var j in labels) alert(j+' ['+ labels[j]+']')
javascript: var rexp=/search\?label=(\S+)/i; var cexp=/.*(\d).*/i; var labels={}; var links=document.links; for(var i=0; i<links.length;i++) if (l=rexp.exec(links[i].href)) if (!links[i].rel) labels[l[1]]=cexp.exec(links[i].nextSibling.nodeValue)[1]; var str="if(typeof(Delicious) == 'undefined') Delicious = {}; Delicious.tags = {"; for (var j in labels) str+='"'+j+'":'+labels[j]+','; str+="};"; document.write(str);
Users who have not switched to Blogger in beta will not be able to login to comment on blogs that have been switched. Commenting using the "anonymous" or "other" options will still work.To see whether you can take the blue pill and go down the rabbit hole. See Blogger Help once again. If you have the option to signon to Blogger w/ a Gmail account, do so. After you're signed in, Select the "switch now" link in the top right of the page to jump to Blogger beta. Look for the "switch in two steps" box.
6. Your blog has geeky attitude and I’m not geeky enough to keep up.There's a mnemonically elegant conclusion to the post that suggests the promise of community creation, effective participation, traffic-building and all of that good stuff. "Compelling content causes comments...." I'll second that. Compelling content will, of course, bring with it a myriad of other goodies....
javascript: window.location.href = 'http://www.anniyalogam.com/scripts/bookmarklet.php?url=' + window.location.href;
javascript:var delay=10000; var l=new Array(); var a=document.links; for(var i=0; i<a.length; i++) if(a[i].href.search('delete')>0) l.push(a[i].href); alert(l.length); count=0; doPopDel(); function doPopDel(){ window.open(l[count],count,''); count++; if(count<=l.length) setTimeout(doPopDel, delay);}
javascript:var delay=10000; var l=new Array(); var a=document.links; for (var i=0; i<a.length; i++) if(a[i].className.search("share")==0) l.push(a[i]); alert(l.length); count=0; doShareDel(); function doShareDel(){ sharePostYes(l[count].parentNode); count++; if (count<l.length) setTimeout(doShareDel, delay);} function sharePostYes(confirm){ commands = nextElement(confirm), post = confirm.parentNode, share = $('.share', post)[0]; remove(share.previousSibling, share, confirm, $('.private', post)[0]); commands.style.display = 'inline'; var data = getPostData(post); var postBody = 'jump=no&format=none&private=0'; var fields = { description: data.desc, url: data.url, oldurl: data.url, date: data.isoDate, notes: data.notes, tags: data.tags, key: data.key}; for(var i in fields) postBody += '&' + i + '=' + encodeURIComponent(fields[i]); var url = 'http://' + location.host + '/' + Delicious.cuser; new Ajax({url: url, method: 'post', postBody: postBody });}