Thursday, August 15, 2019

Google allows users to log in without password

Google has announced that from today onwards, it will let Android users sign in to some of its services on Chrome using their fingerprints, instead of a password. The feature will be rolling out to all users running Android 7 or later within a few days. According to the help page available on the...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Saima Salim via Digital Information World

How to integrate Squarespace with Zapier and start automating tasks

Squarespace Logo

The beauty of the Internet is how it allows us humans to communicate across the planet in seconds. What many don’t realize is behind-the-scenes popular websites and services are communicating too.

An API (Application Programming Interface) allows for the communication between two online platforms that is understandable by both. Lucky for us, Squarespace have an excellent API that enables communication with the worlds best automation tool Zapier.

The Squarespace and Zapier relationship allows for hundreds of automated tasks (a.k.a. Zaps) like adding an event to Google Calendar, adding a lead to the Hubspot CRM or even creating a Slack notification.

In this tutorial I show you exactly how to connect a Squarespace newsletter form to Zapier and then run you through a few possible automation options.

How to integrate Squarespace with Zapier and start automating tasks

FAQ: Is Zapier free? The free Zapier account allows for up to 5 tasks/Zaps. If you need more, the Starter plan is $20/month for 20 Zaps.


One Page Love Exclusive Coupon

OPL10

Yay! Squarespace has been kind enough to give One Page Love readers the exclusive coupon OPL10 for 10% Off your first website or domain purchase. (There is a free 14-day trial with no credit card needed, so you can try risk free.)


How to connect Squarespace with Zapier

Step One – Upgrade to the Business tier: Ensure you are on the Squarespace Business Plan at $18/month allowing premium app integrations. Additional benefits of the Business Plan are a free Google email account connected to your domain, advanced CSS editing, promotional pop-ups and fully integrated E-Commerce functionality. Incredible value for $18/month.

Demo’d here is a newsletter landing page I built using Squarespace (see full tutorial).

Step Two – Enable Zapier Form Connection: Open up your Squarespace website page editor. Hover your cursor over your newsletter block (this can be a contact form too) and click Edit. When prompted with the settings, head to the Storage tab, scroll down to the Zapier block and Click to connect. Once clicked, the text within the Zapier block will change to Awaiting Connection to Zapier.

Step Three – Create an API key: Head to Home Menu > Settings > Advanced > Squarespace API Keys > click the Create Key button. When prompted, name the key according to your task intention, select the Forms setting under API Key Scope, then click Next. Now copy the unique API key provided and store it in a safe place.

Step Four – Sign up at Zapier, create a Zap: Sign up for a free Zapier account. Go through the quick on-boarding then click the big orange Make a Zap! button top right.

Step Five – Choose Squarespace Trigger app: In the big search bar, type in Squarespace. Once prompted with the Squarespace option, select it:

Step Six – Connect Squarespace API: You are now promoted with New Form Submission (the only option), simply click the Save + Continue button. Now click the Connect Account button on the next page. In the pop-up form, paste the API key we created in step three:

Step Seven – Test the integration: You’ll notice your Squarespace site and form name now appear in the main form area. Click the Test button to confirm the integration is working perfectly. Click the Save + Continue button.

Final Step – Add an Action: To complete your Zap, Zapier will ask you to add an Action step. There are many integrations, simply find the one matching your needs and go through the steps to complete the Action setup. Note how the left sidebar navigation shows progress in the Zap creation process, also allowing us to go back and edit steps easily:

Once your Zap is finished and turned on, each time a form is submitted on your Squarespace website, the API contacts Zapier and the magic happens automatically behind-the-scenes:)


What automated tasks do Squarespace and Zapier allow?

Zapier allows you to instantly connect Squarespace with over 1500 apps to automate your work. Here is a brief overview of the power of the integration:

Squarespace Zapier Integrations

A few of my favorite automations include:

  • Get Slack channel notifications for new Squarespace form submissions
  • Create Trello cards from new Squarespace form responses
  • Save new Squarespace form responses to Google Sheets

For help with any of the above integrations, visit Zapier’s Squarespace documentation.


FAQ: What are the benefits of using Squarespace?

Squarespace is a leading online website builder. What sets them apart from the rest is their superior level of design and customer support. They have a huge support team and are available 24/7. Other main benefits are:

  • No Website Hosting Needed - their platform is fast and secure
  • Online Content Management - all edits are done within your browser, no software needed
  • Easily Drag and Drop Images - unlimited galleries with unlimited bandwidth
  • Free Domain Name - when registering for your first website, if you pay annually (renews at standard rate)
  • Beautifully Responsive - all templates work for all devices, so you only have to design your website once. Test and preview how your website will appear on a range of screen sizes.
  • Blog Sections - can easily be added to start sharing your journey
  • Commerce Solutions - are an upgrade away if you want to start selling products
  • Email Marketing - gather email addresses, send marketing emails and analyze the reader email activity

That’s a wrap! Don’t forget your 10% Off coupon: OPL10

OPL10

I hope you enjoyed this tutorial on how to integrate Squarespace with Zapier and start automating tasks. Props to Squarespace for creating a platform where we can create beautiful Landing Pages, easily. If you missed it I also wrote a tutorial on how to get more exposure for your business using Squarespace Marketing Tools.


by Rob Hope @robhope via One Page Love

How to Build a Cipher Machine with JavaScript

I was overjoyed recently when I read the news that the British mathematician, Alan Turing will feature on the Bank of England's new £50 note. Turing occupies a special place in the hearts of computer nerds for effectively writing the blueprints for the computer. He also helped to break the notoriously difficult naval Enigma code used by the Nazi U-boats in World War II. In honor of this I decided a quick tutorial to build a cipher machine using the JavaScript skills that are covered in my book JavaScript Novice To Ninja.

The cipher we'll be using is the Caesar cipher, named after the Roman emperor, Julius Caesar. It is one of the most simple ciphers there are and simply shifts each letter along a set number of places. For example, the phrase 'Hello World' would become 'KHOOR ZRUOG' using a shift of 3 (which it is the shift that Julius Caesar is thought to have used).

Our cipher machine

You can see an example of the finished code here. Have a play around at writing some secret messages to get a feel for how it works.

To get started, fire up your favorite text editor and save the following as caesar.html:

The post How to Build a Cipher Machine with JavaScript appeared first on SitePoint.


by Darren Jones via SitePoint

10 Tools to Help You Manage Your Agile Workflows

Workflows

This article was created in partnership with monday.com. Thank you for supporting the partners who make SitePoint possible.

Software development remains a complex task which balances analysis, planning, budget constraints, coding, testing, deployment, issue fixing, and evaluation. Large projects often fail because no one can comprehend the full extent of requirements from the start. Those requirements then change with each revision of the product.

An agile development approach can mitigate the risks. There are many flavors of 'agile', but most rapidly evolve a product over time. Self-organising teams of stakeholders, designers, developers, and testers collaborate to produce a minimum viable product which is extended and revised during a series of iterations - or sprints.

Ideally, a fully-working product is available at the end of every sprint. Changing requirements can determine the priorities for the next sprint.

Crucial Collaboration

Communication distinguishes agile from more traditional waterfall workflows. Teams work together on a particular feature so developers and designers can quickly provide feedback when a requirement becomes impractical or more cost-effective options can be identified.

A variety of tools and software is available to help teams collaborate. There are two general options:

  1. Separate tools for specific tasks. For example, a feature may be described in a document which is transferred to a to-do list which becomes a pull request and inevitably has bugs reported.
  2. All-in-one tools which manage the whole process.

The following tools can all help manage your agile workflow.

monday.com

monday.com has rapidly become the full agile management solution for 80,000 organizations within a few years.

monday.com dashboard

monday.com offers a completely customizable application for numerous use-cases such as agile project management. Powerful features include:

  • quick-start project templates (there are over 100 template that are completely customisable to fit your needs)
  • attractive at-a-glance project state dashboards, so you can easily track progress and identify bottlenecks in a "big picture" view
  • intuitive collaboration with team members and clients using @mentions
  • easy file sharing, so you'll always know where your most updated files are
  • multiple views to track progress (reports, Kanban boards, Gantt charts, calendars, timelines etc.)
  • task management, time and deadline tracking
  • automations and integration with other applications to keep everything in one place, so you can focus on the important stuff.

Prices start from $25 per month for five users, but a 30 day free trial is available so you can assess the system.

The post 10 Tools to Help You Manage Your Agile Workflows appeared first on SitePoint.


by Craig Buckler via SitePoint

46 percent social media users tired of political discussions

2020 elections and it’s campaigns are not far but US social media users are not so interested in it as 46 percent users are worn out of political posts and discussions. According to a Pew research, only 15 percent users like political discussions while 36 percent population do not feel strong...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by aqsqa qadir via Digital Information World

How to Create a WordPress Gallery Using the Justified Image Grid Plugin

How to Find the Best WordPress Gallery Plugins for Images or Video