Kamis, 15 Oktober 2015

http kesukaan

Posted:
This morning we posted an update about Blogspot to Google’s Security Blog https://googleonlinesecurity.blogspot.com/2015/09/https-support-coming-to-blogspot.html.

Since 2008, we've worked to encrypt the connections between our users and Google servers. Over the years we've announced that Search, Gmail, Drive, and many other products have encrypted connections by default, and most recently, we've made a similar announcement for our ads products.

In this same vein, today we're expanding on the HTTPS Everywhere mission and beginning an initial rollout of HTTPS support for Blogspot. HTTPS is a cornerstone of internet security as it provides several important benefits: it makes it harder for bad actors to steal information or track the activities of blog authors and visitors, it helps check that visitors open the correct website and aren’t being redirected to a malicious location, and it helps detect if a bad actor tries to change any data sent from Blogger to a blog visitor.

While this initial rollout won’t support all of our Blogger users, we wanted to take the first step to make HTTPS available for Blogspot; for those users who want to try it early.

We’re rolling this out gradually and Blogspot authors interested in enabling HTTPS support can begin opting-in today. Simply log into https://www.blogger.com, click on the blog you’d like to make HTTPS enabled, navigate to the Settings page, and select "yes" for "HTTPS Availability". Unfortunately, blogs with custom domains are not supported in this first version.
Once enabled, your blog will become accessible over both HTTP and HTTPS connections. Blogspot authors should be aware that if they choose to encrypt at this time, some of the current functionality of their blog may not work over HTTPS. This can be a result of template, gadgets, and blog post content, and is often caused by mixed content errors, some of which may be fixable by the author themselves.

We’ll also be moving some of our own blogs over to HTTPS gradually, beginning with the Official Google Blog and the Google Online Security Blog.

For the Blogspot authors who try this out - we’re interested to hear your feedback while we continue to improve this feature and its capabilities! For more information, visit our Help Center.


Posted:
Recently we introduced a new set of expressions to the Blogger templating language, designed to let you customize the HTML of each post and page on your blog. We’ve gotten great feedback on them, so we figured we'd offer even more.


Now you can try out new tags, like:


  • b:elseif for a simpler multiple-case b:if branch.
  • b:switch and b:case for succinctly handling several possible cases of a variable.
  • b:eval for evaluation of more complex expressions involving data variables.
  • b:with for creating a nicer variable alias for a calculated value.


An example of customizing the markup of your blog, using the new switch tags.



If you’d like to customize your blog's template using these tags and expressions, just head to the dashboard under Settings > Template > Edit HTML. To see the full specs of the new tags or learn more, check out the help article.


Happy Templating!

Posted by Luke Bjerring, Software Engineer

Posted:
Blogger's template engine is powered by a flexible editing language, consisting of a set of Widget Tags which use expressions to conditionally change the output HTML for each post and page on your blog.

Using these expressions, you can customize the HTML output of your blog, to adjust the look and feel. You could, for example, show an image behind the header, but only on the homepage. Or add a flower icon, next to a post's title, if the post has the 'Flower' label.

You can customize your blog's template under Settings > Template > Edit HTML.




Previously, the expressions in Blogger's templates could
  • Add or concatenate values with +
  • Subtract values with -
  • Check for equality with != and ==
  • Compare values with <, >, <= and >=

Now, support has been added for many more expression operators, including:
  • Inversion of true/false values with !/not e.g. <b:if cond='!data:post.allowComments'>...
  • Picking between 2 values with ?: e.g. <a expr:class='data:post.allowComments ? "comments" : "no-comments"' ...
  • Checking if a value is a member of a set or array, with in/contains e.g. <b:if cond='data:blog.pageType in {"index", "archive"}'>...
  • Combining multiple conditions with and/or e.g. <b:if cond='data:blog.pageType == "index" and data:post.allowComments'>...
  • Changing the order of operations with () e.g. <div expr:style='"max-width: " + (data:width + 10) + "px;"'>...

For a full specification of the new operators, see the help article.
Happy Templating!


Posted by Luke Bjerring, Software Engineer

Posted:
You invest a lot of time in your blog, making sure it fits your personal brand and style. And a big part of making it your own comes from what you call it and where it lives. Blogger has long let you host your blog on a custom domain, so that you can give it any URL you choose. To make that process even easier, starting today, we’re integrating Blogger directly with Google Domains, allowing you to purchase a custom domain for your blog right from Blogger with just a few clicks.

If your blog is itching for a new home, you can grab one via Google Domains by popping open Blogger and heading to the Publishing section of your blog’s Settings tab.




If you purchase a new domain from Google Domains, it’s also easy to create a new blog for that domain right there.



Interested in learning more about Google Domains? Read on.

Happy blogging!

Posted by Marc Ridey, Software Engineer

Posted:
Adding pages to your blog can be a great way to organize content - like ‘About me’ or ‘Advertise’ sections. To make managing pages easier, we redesigned the ‘Pages’ tab in the Blogger dashboard to make it look and feel more like something you’re already familiar with: managing posts.

The new look for the pages list on each blog


With the new design, you can:

  • View important details about your pages like view count and comments
  • Manage multiple pages at once with new selection tools
  • Easily see whether pages are in draft, imported, or published states
The new look for the summary of pages on each blog

Linking to your Pages

Managing the Pages Widgets for your blog is now done through the Layout UI. Multiple Pages Widgets can be added, if you want different pages linked to from different areas of the layout.
The 'Pages' widget as it appears in the list, after clicking 'Add a Gadget'

  • For a Horizontal list, add a Pages Widget under the Header (e.g. "Navigation Pages" below)
  • For a Vertical list, add a Pages Widget to a side column (e.g. "External Pages" below)
A layout with two Pages widgets, titled 'Navigation Pages' (horizontal) and 'External Pages' (vertical)


Adding external links

To add a link to a URL which is not one of your pages, when editing or adding the Pages Widget, click '+ Add external link' at the top of the 'Pages to Show' list.
Dialog for Pages widget configuration


 This will show a dialog where you can set the title and URL to add to the list.

Dialog for adding external links to the Pages widgets

Happy blogging!

Tidak ada komentar:

Posting Komentar