Thursday, June 30, 2016

Create schema tags using JSON-LD

Schema Tags

Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.

Schema.org vocabulary can be used with many different encodings, including RDFa, Microdata and JSON-LD. These vocabularies cover entities, relationships between entities and actions, and can easily be extended through a well-documented extension model.

Over 10 million sites use Schema.org to markup their web pages and email messages. Many applications from Google, Microsoft, Pinterest, Yandex and others already use these vocabularies to power rich, extensible experiences.

Schema.org is sponsored by Google, Microsoft, Yahoo and Yandex. The vocabularies are developed by an open community process, using the public-schemaorg@w3.org mailing list and through GitHub.

A shared vocabulary makes it easier for webmasters and developers to decide on a schema and get the maximum benefit for their efforts. It is in this spirit that the sponsors, together with the larger community have come together, to provide a shared collection of schemas.


JSON- LD example
 Type webpage
<script type="application/ld+json">
{
 "@context": "http://schema.org",
  "@type": "WebPage",
  "headline":"What We Do",
  "description":"Work description"
}
</script>
Type Service 
<script type="application/ld+json">
{
  "@context": "http://www.schema.org",
  "@type": "Service",
  "name": "Development",
  "description": "Details about your work."
}
</script>


Put these script at end of page.

Monday, January 11, 2016

Vlc player split screen to single screen



Vlc shows a split screen when I play a movie? - I downloaded a movie, and when I tried to play it using VLC, it shows a split screen, meaning the screen is divided into two panels, each showing exactly the same picture. I tried other players (WMP, Quick player) and the same thing goes.


Steps to fix vlc split screen into screen:
1 . Open Vlc.
2 . Tools
3 . Effects and filters
4 . Video Effects
5 . (Change Tab)>Advanced (Tab)
6 . Check Anaglyph 3D.
Its done enjoy.