Latest stories

Email Rendering

E

When creating email templates, email rendering is useful so you can see how your email looks in major email clients and browsers. Preview email formatting in the top email clients and browsers. See how emails look with images turned off or while in the recipient’s “preview” mode. Test your email against major spam filters and junk folders. Below are the steps to do email rendering:              ...

Track opt out date

T

As per the standard functionality if someone clicks on unsubscribe link the prospect gets opted out but Sometimes there might be scenario where one would like to track the date when the prospect has opted out. Below are the steps to follow: Create a custom field with the data type as DATE. Create an automation rule as below: RULES: prospect email status > is > opted out ACTION: Change...

An AutoFill with LinkedIn button

A

An AutoFill with LinkedIn button can be added to your landing page so that visitors can easily complete forms with their public LinkedIn profile information. By using this button all their linkedIn details will be auto populated and the visitor can directly submit the form. In order to add an AutoFill with LinkedIn button, one need to follow below steps: Create a landing page on which you want to...

Decodable in Swift 4

D

According to Apple Codable is “A type that can convert itself into and out of an external representation.” Encodable — for encoding Decodable — for decoding Codable — for both encoding as well as decoding Let suppose we need to decode json response of type as below, [ {               "name": "India",               "dial_code": "+91",               "code": "IN"             } ] For...

Higher Order Function in Swift PART 2

H

Let’s start with FlatMap where few point need to cover. So lets begin, Flatmap Flatmap is used to flatten a collection of collections. let temp_Dictionary = [["k1":"v1","k2":"v2"],["k3":"v3","k4":"v4"]] let flatMap_1 = temp_Dictionary.flatMap { $0 } //[(key: "k2", value: "v2"), (key: "k1", value: "v1"), (key: "k3", value: "v3"), (key: "k4", value: "v4")] It returns an array of tuples after...

Move View/ScrollView to keep TextField visible when keyboard appears!

M

There is a very common but tricky part comes while handling textfields position when keyboard appears. Its sometimes become headache for developers to handle such small but tricky issue. When keyboard appears then some textfields get covered and user can’t see while editing it. There are some solutions to handle this but many of them works only for the first time. And then doesn’t...

TestRail-Test Case Management Tool.

T

TestRail is a comprehensive web-based test case management software to efficiently manage, track and organize software testing efforts. Its intuitive web-based user interface makes it easy to create test cases, manage test runs and coordinate the entire testing process. Track and follow the status of individual tests, milestones and projects with dashboards and activity reports. Get real-time...

Implement CAPTCHA In CodeIgniter

I

CAPTCHA is a randomly generated string (or a set of images) that appears when verification is required. It is an essential requirement for cutting down the spam at a website. In many cases, it is the only line of defense a website has against bots that spam websites. In this tutorial, I will demonstrate how you can easily implement CAPTCHA in your CodeIgniter projects. Create Controller The...

Integration of Chat Library and Firebase in iOS Project

I

Group chat is a very easy and good approach for having the communication in any mobile application. Today we are going to dive into an implementation of “Group Chat Using Firebase”. While implementing this functionality in mobile application the very important and challenging task is creating an UserInterface for chatting screen, so for designing this screen we will go with the...

List Email Reports: Adding columns and filters in Pardot

L

Path: Reports| Marketing Assets | Emails | List Emails Unlike all the reports that are available in pardot, in list email  report we can add /remove/rearrange the columns in the table along with adding additional filters. The standard fields that we can see includes fields such as name, sent date and count, bounces, delivery rate, total and unique clicks, unique CTR, campaign, tags. The other...

Category