Recently changed documents

Are there symptoms to drinking not enough water?

More documents like this are at:  Health

13-Feb-15

Are there symptoms to drinking not enough water?

On API Keys

More documents like this are at:  Enterprise Integration

4-Feb-15

On API Keys

This research on using SQLite on Android will address the following: a) How do I create a database? How do I populate it? b) How do I read from the database? c) How do I update and delete from it? d) How do I do transactions, if allowed at all? e) Are there utilities similar to JPA or Hiberante or CoreData? f) How do I run DDL scripts? g) How do I migrate data? h) How do I create a service layer that abstracts transactions much like session beans in java?

What is CQRS?

More documents like this are at:  00.15-Research

23-Jan-15

What is CQRS?

Malody

Where Clan and Country,
Region and Religion,
Misunderstand, Misread,
Dislike and Fear

I seek hope in the lines of Rabindranath Tagore

Remedy

Where the mind is without fear and the head is held high;

Where knowledge is free;

Where the world has not been broken up into fragments by narrow domestic walls;

Where words come out from the depth of truth;

Where tireless striving stretches its arms towards perfection;

Where the clear stream of reason has not lost its way into the dreary desert sand of dead habit;

Where the mind is led forward by thee into ever-widening thought and action--

Into that heaven of freedom, my Father, let my country awake.

By Rabindranath Tagore

Integration Security guidelines

More documents like this are at:  Enterprise Integration

15-Jan-15

This note will research how information is sent and received from an enterprise. What is channel level security? what is message level security? What is SSL? What is Mutual Auth? What are certificates? How is this handled in SOAP? How is this handled in REST? and perhaps more on those lines.

With this research I have learned what PKI is, What public and private keys are, what signatures are, what certificates are, what CA certificates, what SSL certificates are, how web servers manage their certificates, how web browsers manage their CA certificates, what self signing is, and more...

Message Level Security in Web APIs

More documents like this are at:  Enterprise Integration

15-Jan-15

This note explores the differences between Channel security through SSL and Certificates and Message level security that may ride on top of that channel level security

This research is a continuation of the research from general security guidelines research that is done prior to this. This earlier research talks about PKI, SSL, Digital Certs, https etc.

Mapping XML files to Excel files

More documents like this are at:  Computer Hardware

15-Jan-15

Mapping XML files to Excel files

what is wireshark? (A tool to analyze packet data!)

More documents like this are at:  00.15-Research

13-Jan-15

what is wireshark? (A tool to analyze packet data!)

wjct country crossroads

More documents like this are at:  Music

8-Jan-15

wjct country crossroads

Key content provider docs

More documents like this are at:  Android Data Storage

3-Jan-15

Key content provider docs

A Poor, Stubborn, and Lazy approach to backup a Windows Laptop

Research Notes On Android Loaders

More documents like this are at:  Android Data Storage

14-Dec-14

This document is a collection of research notes on Android Loaders. These are managed asynchronous objects that help to retrieve data by activities and fragments as these later objects go through their life cycle. You will find here links to key guides on loaders, links to key classes, a key set of questions, answers to some or all of those questions, clarification on the order and timing of callbacks, sample code, and more notes as this documents is maintained as I know more.

Understand ListActivities, Views, and Adapters

More documents like this are at:  Android Basic UI

3-Dec-14

Understand ListActivities, Views, and Adapters. You will explore here

overriding getView of adapters
How to make row elements clickable
How to use view holder pattern
static member classes
difference between 
  clicking a whole row
  and parts of a row.
Providing empty views to a list control

Very Quick way to add Search to your Apps

More documents like this are at:  Android Search

3-Dec-14

Very Quick way to add Search to your Apps

Android coding guidelines

More documents like this are at:  Android Coding Help

2-Dec-14

Android coding guidelines

Tools to document reusable services/assets in an Enterprise

What is DSS (Decentralized Software Services?)

More documents like this are at:  Enterprise Integration

18-Nov-14

What is DSS (Decentralized Software Services?)

Who is Howard Pyle?

More documents like this are at:  Humanities Current

13-Nov-14

Who is Howard Pyle?

My Take on Integration

More documents like this are at:  Enterprise Integration

9-Nov-14

My Take on Integration

On Microservices

More documents like this are at:  Enterprise Integration

9-Nov-14

On Microservices

Good Film: Blended Family

More documents like this are at:  Movies

3-Nov-14

Good Film: Blended Family

Good Film: Prince of Prussia

More documents like this are at:  Movies

3-Nov-14

Good Film: Prince of Prussia

A List of Terrible Films

More documents like this are at:  Movies

3-Nov-14

A List of Terrible Films

Good Film: Million Dollar Arm

More documents like this are at:  Movies

3-Nov-14

Good Film: Million Dollar Arm

Windows Activation Technologies Error

More documents like this are at:  Computer Hardware

30-Oct-14

Windows Activation Technologies Error

On Android SyncAdapters

More documents like this are at:  Android Data Storage

27-Oct-14

On SyncAdapters

You can represent the data storage needs of your application as a root level java object. Then use GSON to convert it to a JSON string. Once available as a string you can store it either in the shared preferences or in the private storage. Read this article for details.

Traditional Android Preferences

More documents like this are at:  Android Data Storage

12-Oct-14

Traditional Android Preferences

Security approaches for REST

More documents like this are at:  Enterprise Integration

4-Oct-14

Security approaches for REST