Sunday, March 30, 2014

Send 'em a laughie

Mon 2014.03.17

Brighten their day. Send 'em a laughie.

Originally created to edit on the Kindle Fire HD 2nd gen and 3rd gen HDX tablets, this Android hybrid Html5 app is capable of creating and sharing your personalized laughie.

A photographic image taken manually with a small camera or mobile phone containing a short humerous caption which spreads, often as mimicry, from person to person via the Internet, typically using social media sites.

An original authentic laughie is shared across the Internet using meta-data in the form of a well formed absolute URI, allowing for a reduction of at least 50:1 in data payload size in comparison to transporting the image itself.


Definition: laughie

https://en.wiktionary.org/wiki/laughie

Sunday, October 13, 2013

LinkSync Allows Desktop to Mobile device URL share

While seated and surfing the web on my desktop PC, I had discovered a video that I wanted to view on my tablet while relaxing in my easy chair, the armchair universe.

Since the link was available via my desktop PC browser, I wondered how I would get that URL to my mobile device.

The Microsoft Surface was still on charge, and the Kindle Fire HD7 was already powered on. I could send via the 'Share Page' option on the Kindle Silk browser instance, but that requires yet another Kindle to perform that transfer, and makes the assumption I had located the link on the Kindle to start with. But, . . . I had the reverse to deal with.

Transcribing and re-typing was an option, but I never can get the upper and lower case characters of a tube video correct on the first pass, nor do I relish typing those rather long URL query strings either.

Could send by eMail but that requires a login and send-recv along with attempting to perform that task on a smaller screen without a mouse.

Viola! This is how the LinkSync pass through mechanism was created. As the Kindle allows the saving of an application instance as a launch icon in the favorites and home carousel, it is now simply a select of the favorites icon and a tap on the LinkSync application icon and there is the hyperlink to launch in a new browser tab.

A simple and near elegant solution to send a URL from one PC to a mobile device with a minimal amount of gestures and taps. Nice. Demo available in the Amazon Kindle App Store.

Sunday, April 21, 2013

Units of Measure Graphical Conversion Mobile App


Units is a visual web based graphical software calculator application that enables the conversion of a unit of measurement to a corresponding quantity of another unit of measurement using a single finger tap or a single mouse click on the desired graphical unit of measurement representation.


http://units.sleuthware.com/


Primarily developed for mobile touch tablet devices and portable laptop PCs with suitable screen real estate to handle the large graphical rendering.


Updated to include multi-language support using Google’s Language Translator, students will find this compendium a suitable reference for day-to-day classroom activities.


Easy to use ‘Tap’ and ‘Swipe’ features for most mobile devices. A selectable search and highlight option allows for easy location of a desired unit within a category containing many units.


Easily view relationships between like factors as the largest unit appears at page top moving towards the smallest unit at page bottom. Display of conversion factors allows one to determine an exact conversion value by simply multiplying each successive number between each desired unit to convert.


Surprise your classmates with your rapid recall using visual imprinted spacial references. Intuitive with no installation necessary.


Available for most mobile touch enabled devices.


http://units.sleuthware.com/


This automated software calculator application is based on an original printed work created by Theodore Wildi circa mid 1960′s


Sleuthware Cumulous Tag Cloud Navigation plugin now runs on Google’s App Engine

Posted on August 9, 2012

Currently under test while in a seemingly endless refinement process, Sleuthware is quite pleased with the snappy response while powered under Google’s App Engine. We chose the new experimental ‘Go’ language, sometimes abbreviated as ‘GoLang’ as the foundation of the delivery model. We found the programming learning experience delightful and reminiscent of the good ol’ C++ days coding with structures and pointers. The lack of run-time local file access wasn’t that much of a hinderance as App Engine persists data in a binary stream, a blob, within what is known as the BlobStore and as individual user definable entities within the App Engine DataStore.


Only a minor change became necessary to use our jQuery plugin as is.Testing showed that cross domain web service requests bogged down, making the cloud rendering a visual nuisance. Without the Ajax web service requests, the changing cloud data is merged into the browser DOM using the same Json format, and is much speedier within the same domain using data retrieved from the BlobStore.


With App Engine handling the delivery of the renderable output, we now are able to scale to near limitless multi-user access on a per user basis, using a modest budget. The back end fetching, parsing, and sorting is performed by several Dot.Net web services.


Webster’s defines the following:
Cumulous – adj of, or having the form of, a cumulus, esp. the cloud Cumulus – n a heap, mass, pile

Sunday, April 8, 2012

Clouds jQuery Plugin

Sun 2012.04.08

Currently under development is the Cloud-Nav jQuery plugin. The Cloud-Nav user control will enhance the user experience, searching through categorical site content using the jQCloud plugin. Browser based HTML5 views are now possible where no support for plugins is available.

Ongoing back end development includes a JsonP web service in C# that provides updates via the built-in Ajax support in jQuery. Dynamic real-time updates of navigation content are now possible.

Saturday, January 28, 2012

Tag Cloud Animated User Control

Sat 2012.01.28

An ongoing development project includes an animated output of active feed content based on word context and is currently testing a Silverlight version. Consideration is being given to develop a dashboard geared towards developers allowing functional analysis of derived cloud data. Visual feedback provides keen insight to ongoing feed viewing requests.

Sunday, January 15, 2012

PubSubHub Hub Notification Service

Sun 2012.01.15

In an attempt to reduce the amount of feed update traffic, Sleuthware has deployed a RSS feed notification hub service. One of the first developed entirely in C#, lays the foundation to provide instant, near real-time notification of feeds that have been updated. In this manner, a client tool need not continuously ping the aggregator database to determine if feed updates are available.

Feed publishers provide the feed destination URL that is picked up by the hub. Aggregator and viewer subscribers provide a callback notification method URL, that the hub then uses to notify upon requested feed changes. All web traffic occurs using asynchronous web services.