tech/webdev magazine

January 25, 2016

20 Popular Web Apps & Tips From 2015

Monday, January 25, 2016 Teklinks

A good web app can replace a desktop app and often, it’s just better to have a go-to web app for something quick instead of installing a specialized one on your desktop.

Full article

Customize your Google Map Markers – PEPSized

Monday, January 25, 2016 Teklinks

Hello everybody! In his previous post JoeVains shared with you a pack of location icons. Initially they were designed for the PeHaa THEMES recent premium WordPress theme (YaGa) where they are used as custom Google Maps markers.

Full article

CarPlay vs Android Auto: Different approaches, same goal

Monday, January 25, 2016 Teklinks

Under the hood, CarPlay and Android Auto seem pretty similar. They're both "casted" interfaces that process and render a computing environment on a smartphone and then send that interface to the car display, basically using it as an external touchscreen monitor.

Full article

Sending Data to Another Domain Using postMessage

Monday, January 25, 2016 Teklinks

In this post, we will see how we can send data to another domain from our application. You can simply call it cross domain data sharing. In a few cases we may need to send some data which is needed for our other domain or application to work as expected.

Full article

Spotify goes beyond music into video this week

Monday, January 25, 2016 Teklinks

Spotify will start showing video content from selected third-party partners this week as the company tries to broaden its appeal beyond straight music streaming in the face of strong competition from rivals.

Full article

Impress Your Coworkers by Using SQL UNPIVOT

Monday, January 25, 2016 Teklinks

I’ve recently encountered a very interesting question on Stack Overflow by an unnamed user. The question was about generating a table of the following form in Oracle, using a table valued function: Challenge accepted!

Full article