Recently changed documents

Bewildering array of SOAP security standards

More documents like this are at:  Enterprise Integration

4-Oct-14

Bewildering array of SOAP security standards

What are RAML, Swagger?

More documents like this are at:  Enterprise Integration

4-Oct-14

What are RAML, Swagger?

Java coding guidelines

More documents like this are at:  CS-Java

4-Oct-14

Java coding guidelines

Example of a thread local pattern

More documents like this are at:  Android Data Storage

4-Oct-14

Here is an example of a thread local pattern

Various Coding Guidelines I had over time

More documents like this are at:  Android Coding Help

4-Oct-14

Various Coding Guidelines I had over time

Google Cloud Print

More documents like this are at:  Computer Hardware

24-Sep-14

Google Cloud Print

What is Data Virtualization and Connected Analytics?

More documents like this are at:  00.15-Research

15-Sep-14

What is Data Virtualization and Connected Analytics?

CAP theory

More documents like this are at:  Enterprise Integration

11-Sep-14

CAP theory

web sockets I suppose

More documents like this are at:  Enterprise Integration

11-Sep-14

web sockets I suppose

Trends

More documents like this are at:  Enterprise Integration

11-Sep-14

Trends

Direct code snippets and links to other places where you can get more code snippets.

Tableau

More documents like this are at:  Enterprise Integration

3-Sep-14

Tableau Research

What tools are there to better understand Biology?

More documents like this are at:  00.15-Research

3-Sep-14

What tools are there to better understand Biology?

JWT: JSON Web Tokens

More documents like this are at:  Enterprise Integration

2-Sep-14

JWT: JSON Web Tokens

Dynamic Proxies

More documents like this are at:  CS-Java

30-Aug-14

Dynamic Proxies

Samuel Barber, Adagio for Strings

More documents like this are at:  Music

29-Aug-14

Samuel Barber, Adagio for Strings

How to work with arrays

More documents like this are at:  CS-Java

29-Aug-14

How to work with arrays

Storing Android Data in the Cloud through Parse

More documents like this are at:  Android Data Storage

22-Aug-14

Storing Android Data in the Cloud through Parse

On Vitamins

More documents like this are at:  Health

20-Aug-14

On Vitamins

On IBM BlueMix and Related Research

More documents like this are at:  Enterprise Integration

13-Aug-14

On IBM BlueMix and Related Research

For years now my cholesterol has been hanging like a thread around bad boundary area. eat well, exercise, I was told. I did both. Not really moving any needles. Same thing this year when measured. So I looked up a little and here is a plan, should it work at all. Meaning to follow it up for sometime and see what happens. Here is a list of foods, drinks, and innocuous off the counter meds that I am planning to integrate into a regime for the next few months. I am yet to be convinced any home remedies work at all. Being an inveterate optimist I am hoping I am wrong

What is android:allowbackup?

More documents like this are at:  Android 1.5

5-Aug-14

What is android:allowbackup?

Hardest Place to Drive?

More documents like this are at:  Shells: My Writes

30-Jul-14

Can't believe August in only a day or two away. Summer is evident even at 7 in the morning. He is 11. Sturdy 5 feetn'all. Occupying the passenger seat as I drive to drop him off at JCA.

As I was ruminating the fate of life where every second of it is used to take care of life, what point then of life is.

"Dad, Where is the hardest place to drive?"

I was never given the impression that I am a trusted source on any subject especially by my kids. I am tolerated I suspect for conveniences they richly deserve. Espcially when asked on a subject that I have discounted myself, I could not hide the authority in my voice "Umm, downtown! Every Downtown I suppose. Ya DOwntown. I think. Yes! It is DOWNTOWN!!" Wanted to discourage any doubt there after.

"I am not going to go anywher near Downtown! DEFINITELY! When I drive! I will be CRAAAAAAZZZYYYYY to go anywhere near downotown." A period. A head nod. The word used is not "sure", "you know", "ummm" but "DEFINITELY". He has a way of saying DEFINITELY that is distinct where every letter is rolled in his mouth and considered, and every syllable is uttered and stressed to impose age that was not there. Then there was silence for the rest of the drive.

May be life has a small point!

My (Mine Only!) Favorite Singers

More documents like this are at:  Music

30-Jul-14

No one should be offended or affirmed by what is in here. Beauty, Famously, is neither objective nor subjective but lies in their relationship.

On Running

More documents like this are at:  Health

29-Jul-14


Even a 5 minute run
Need to be regular and consistent
As much as 30% lower death risk
3 more years of life
40% lower risk of heart related
More running doesn't add up to more...
it is a large 15 year study

Property Animations

More documents like this are at:  Android Animations

28-Jul-14

Property Animations

What is a static java class?

More documents like this are at:  CS-Java

27-Jul-14

What is a static java class?

working with menus

More documents like this are at:  Android Basic UI

27-Jul-14

working with menus

ScrollView is an essential component in any UI framework. Understanding and mastering this component is essential. At the point I wrote this all I needed was to scroll a text view. It looks like Android allows TextView to scroll by itself without the help of embedding it in a ScrollView control. For now you can use this document to understand how to scroll a TextView without the the help of a ScrollView. Perhaps in the future this document will be expanded for a broader coverage of ScrollView.

An activity or window in Android is a collaboration or collusion of a number of assets such as the activity java file, the layout file, the menu files, the string values xml file etc.

You may want to tie these files together through documentation. For example in the activity file you want to indicate what menu files are used and what layout files are used.

Similarly in the menus file you want to document each menu item and indicate what it does and what java file it is implemented in. What follows is a quick example.

You may want to further embellish it more than what is in here.

See the full article to see the documented menu file.