Create HTML link That Starts A Skype Call


To create a link that visitors can click on to call a phone number or skype username follow this syntax.
Replace the asterisks with a valid username or number.

Phone Number:

<a href="callto://+***********">Link will initiate Skype to call my number!</a>

Skype Username:

<a href="skype:********?call">Link will initiate Skype to call my Skype username!</a>

Access Local Mac Dev Environment from VM

Testing my web development in IE is the bane of my existence. Since I run Apache and MYSQL on my local host on my Mac it was always a trick to view my work though my Windows VM until my friend Mike Farmer showed me an easy way to access my development environment on my Mac from my virtual machine.

Steps:

  1. Get default gateway of VM machine
  2. Use that address the same way you would “localhost” on your Mac

Example:

Get IP address of VM

Get IP address of VM

Local Mac development environment

Local Mac development environment

Dev environment from VM

Dev environment from VM

Using Twitter in KRL (Kynetx Rule Language)

I am very excited about the possibilities that this opens up. You can bet that I will be building several applications that use this new feature of Kynetx. Enjoy this how to video by Phil Windley

Twitter in Kynetx Rule Language from Phil Windley on Vimeo.

Twitter uses OAuth to authorize access to individual data. This video screencast shows how to use OAuth and Twitter from within the Kynetx Rule Language (KRL).

Install 64 bit Ruby On Rails and MySQL on OS X

because it's fast!

For a project that I am starting I wanted to use Rails and MySQL so I decided to install for source that I compile myself for both. It was amazingly easy and satisfying to have both compiled and installed on my machine for development. Hivelogic has some really simple easy to follow blog posts on how to do both. If you are wanting to compile and install either Rails or MySQL on your Mac from source code then I recommend you check them out.

Installing MySQL on Snow Leopard

Installing Ruby, RubyGems, and Rails on Snow Leopard

Ruby On Rails

Bike photo by piston9 / CC BY 2.0