Archive

Posts Tagged ‘Real Time’

Bonus iPhone App Of The Week: AT&T Mark the Spot

December 6th, 2009 Greg Smith No comments

A bonus iPhone app of the week is released by AT&T. The app lets the user provide feedback to AT&T, dropped calls, voice quality and etc, along with GPS coordinates.

AT&T Mark the Spot is free from the iTunes App Storeicon.

660C429F-B292-4856-B040-37E1AF94BCF8.jpgAT&T Mark the Spot is an application that provides customers a means to provide feedback on network user experience to AT&T.

Features

- Simplicity of operation
- Submit a real time report capturing local GPS coordinates at time and place of event
- Submit a report after the fact when a customer is not at the place of event
- Submit a report of dropped call, failed call, lack of coverage, data service failure, or poor voice quality
- Submit optional specific comments about an event
- Receive an SMS acknowledgement that the reported event was sent and received successfully

AT&T is committed to providing its customers with the best network experience possible.

This application will help contribute towards this goal and its utilization is greatly appreciated.

More On The iPhone Balloon Tracking Application

October 2nd, 2009 Greg Smith No comments

The local TV news station KOB has more on the iPhone balloon tracking application. The app is written by Anthony Cardinale and is a real time tracking application. It’s being tested by 5 ballon pilots and chase crews at this years Albuquerque Ballon Fiasco, I mean Balloon Fiesta.

“At some point, every pilot could be using this, and we are going to have a free version that allows people to come to the Balloon Fiesta and load it up to see where all the balloons are in real time,” Cardinale said.

Might make going to the Balloon Fiesta worthwhile.

Indigo 4.0 and Indigo Touch Beta

January 3rd, 2009 Greg Smith No comments

Indigo 4ScreenSnapz001.jpgThe Mac home automation software Indigo that I use was updated to version 4.0 Beta. A list of changes are available on the Perceptive Automation message board but the big changes are: Pro and lite version, folder support and iPhone application.

I’ve been using the beta of the Mac and iPhone apps since they came out. They are still rough around the edges (that’s why they are called betas) but are still very functional.

Indigo itself hasn’t changed much except the addition of folders in the UI. The big change is support for IndigoTouch, which runs on the iPhone and the iPod Touch. IndigoTouch has basic functionality; you can control devices but not set them up, you can control existing actions, you can view but not edit variables and you can interact with control pages.

I’d like to see the ability to create devices on the phone which makes it easier to install new devices. I’d also like to see the log and the time date action in real time.

I did have some trouble getting it set up. It will connect, via bonjour, to the server when on the same network which works flawlessly for me. Getting the ports configure through my firewall so I could connect outside the network was a bit of a pain. It’s working now without much problems and using the prism service would eliminate the need for this.

Below are pictures of the interface on flickr or you can visit the set.

IndigoTouch SettingIndigoTouch DevicesIndigoTouch ActionsIndigoTouch VariablesIndigoTouch Control Pages

Javascript Popups For iBlog

November 21st, 2003 Greg Smith 4 comments
Click on on of the pictures below in the table and a popup window will
will appear with the full size picture. The popup window was created in real
time via javascript. I found the information at href="http://www.pcurtis.com/popup_advanced.htm">Peter and Pauline Curtis’s
Information
Service.

To make this work I did the following things:

I stole
the javascript file popup.js directly from the site listed above (you can href="http://homepage.mac.com/gregjsmith/.cv/gregjsmith/Public/popup.js.zip-link.zip">download
it here).

I put the following code inbetween the
<HEAD></HEAD> tags of my template
files:

<script SRC="PATHTOFILE/popup.js" language="JavaScript" type="text/javascript"></script>

You
will need to replace PATHTOFILE with the path to the location. If your using
iBlog I would recommend the full path to the file.

Lastly is the code
to make the popus work. This needs to be pure HTML, so if your using iBlog put
it in between HTMLCode tags. This is an example of the code:

< a href="javascript:popitup5(‘http://homepage.mac.com/gregjsmith/.Pictures/PhotoAlbumPictures/livermore2003/Images/IMG_3674.jpg’,'Pasture’, 800, 533,’white’)"><img src="http://homepage.mac.com/gregjsmith/.Pictures/PhotoAlbumPictures/livermore2003/Thumbs/IMG_3674.jpg" width="160" border="0" height="106" hspace="10" vspace="5" alt="Pasture" align=right></a></div>

In
the javascript function you need to supply the path of the image (no spaces in
the path), the name of the popup window, and the size of the popup window. From
there it’s a normal link.

This is how I plan to use create my “photo
blog”. I will have it mostly automated using BetterHTMLExport with iPhoto, but I
have some work to do to make the templates.

[Update:] You can
put the thumbnail photos in your iblog entry and then add a link to just the
javascript portion with the larger image. You still have to upload the large
image
separately.