[QuickTips] Simple ways to embed YouTube videos in WordPress blog

How To Embed Youtube Video

  • Paste the URL of youtube video on a new line to embed the video in the post. WordPress handles everything else about how to display the video internally.
  • You can also put URL inside square bracket “[URL]”. This is called shortcode. Shortcode allows further customisation to the youtube video player.Read More »

Table Type Patterns (TTPs) Simplified

There is a new idea on the horizon for faster adaptation of OpenFlow (OF) by different network devices or nodes. It is called Table Type Patterns (TTPs).  Forwarding Abstractions Working Group (FAWG) of Open Networking Foundation (ONF) is the responsible body for TTPs. But before understanding what TTP is, let us try to figure out what exactly TTP is trying to achieve.Read More »

Turn Your Sublime Test Into a Markdown Editor

Markdown language is the new favourite for all the blog writers. It is great to create formatted content without learning a new language with hundreds of syntax and tags. The text remains free of any markup tags or instructions which allows it to be published as simple plain text also. The philosophy of Markdown is to make it easy to write and easy to read.

One of the best Markdown packages available for Sublime Test is “MarkdownEditing”. It is available for both ST2 and ST3. Installing any package in ST requires package control feature in Sublime Text. To install package control in Sublime Text you can refer the page here.

Once you have the package control installed on your ST, you can install “MarkdownEditing” by following the below basic steps.Read More »