Recently changed documents

Define the architecture for Apps in AKC

More documents like this are at:  Aspire Knowledge Center (akc)

14-Jun-14

Define the architecture for Apps in AKC

Implement a list of lists editor

More documents like this are at:  Aspire Knowledge Center (akc)

14-Jun-14

Implement a list of lists editor

Example data definition for a sample html page

More documents like this are at:  Aspire Notes

12-Jun-14

Example data definition for a sample html page

Web Security Constraints

More documents like this are at:  CS-JavaScript

11-Jun-14

Web Security Constraints

General research

More documents like this are at:  Enterprise Integration

11-Jun-14

General research

General survey of data format standards

More documents like this are at:  Enterprise Integration

11-Jun-14

General survey of data format standards

Java enums

More documents like this are at:  CS-Java

6-Jun-14

Java enums

Data format standards

More documents like this are at:  Enterprise Integration

4-Jun-14

Data format standards

js: Regulare expressions in java script

More documents like this are at:  CS-JavaScript

2-Jun-14

A sample akc html page

More documents like this are at:  Aspire Notes

1-Jun-14

A sample akc html page

How do I define a column to be a primary key in tsql?

More documents like this are at:  CS-SQLServer

28-May-14

How do I define a column to be a primary key in tsql?

CSS Samples, Cheat sheet, Quick Guide

More documents like this are at:  CSS

27-May-14

CSS Samples, Cheat sheet, Quick Guide

Goals and Characteristics

More documents like this are at:  Enterprise Integration

26-May-14

Goals and Characteristics

Adeptia

More documents like this are at:  Enterprise Integration

24-May-14

Adeptia

1. How to trim a string
2. How to use arrays
3. How to split a string
4. Uses an aspire function called getSelectedCheckBoxValues

Extracted jquery samples

More documents like this are at:  jquery

23-May-14

Extracted jquery samples

Sample code snippet for a SqlServer View

More documents like this are at:  CS-SQLServer

21-May-14

Sample code snippet for a SqlServer View

submitting http forms

More documents like this are at:  CS-JavaScript

16-May-14

submitting http forms

Tools

More documents like this are at:  Enterprise Integration

13-May-14

Tools

This article documents a software pattern called an "EventDistributor" where event responders can be decoupled in a type safe manner. Although the decoupling events is not new, this article explores a typed delegation based approach without involving an explicit subscription to solve the problem. The approach also talks about how to take any interface and convert it to an event based interface.

On Android Package Names

More documents like this are at:  Android Core

10-May-14

On Android Package Names

Understand apk files and android libraries

More documents like this are at:  Android Core

10-May-14

You will see here

research
links
sampel code
predicates on packages and libraries

Saving persistent data: onPause()

More documents like this are at:  Android Basic UI

9-May-14

Saving persistent data: onPause()

Notes on Instance state: OnRestoreInstanceState

More documents like this are at:  Android Basic UI

9-May-14

Notes on Instance state: OnRestoreInstanceState

Working with Android onCreate()

More documents like this are at:  Android Basic UI

9-May-14

Working with Android onCreate()

Whats up with Java Override?

More documents like this are at:  CS-Java

9-May-14

For some time now Java compilers allow you indicate some methods in your class definition as overridden methods.

You do this by annotating the method signature with a code snippet such as


@Override
public void somemethod(){}

By doing so you tell the compiler to see if this annotated method exists in base classes or in the inheritance hierarchy. If it is, nothing happens. If it isn't you, the programmer, have made a mistake, because you expected it to be there. So perhaps misspelled it.

In JDK 1.5 this annotation will throw an error if the method is abstract in the base class.

Either it is corrected or deemed more useful in later JDKs and you can now safely provide this annotation on methods whose baseclass representations are abstract.

this annotation will also guard against some of the base class changes where a method is removed which is overridden in derived classes. You now will know that that happened.

this protection is especially important in frameworks where lot of callbacks are used like the container managed Android components.

bottom line, say @override if you expect this method to be in the base class and you are overriding it.

javascript common errors

More documents like this are at:  CS-JavaScript

6-May-14

For mere mortals or the occasional or reluctant practitioner of Javascript this page documents some common errors. Needless to admit that I made all of them! More than once!

How to work?

More documents like this are at:  TED

5-May-14

This is not about what is work, or why I should work, but about how should I work. The practice of work. To be a bit flippant a sort of Karma Yoga.

What elevates work? is it a mood? is it an emotion? is it space? is it time? is it motivation? is it commitment? is it need? is it joy? is it responsibility? is it meaning?

So, I intend to gather a series of ruminations on how to practice work

Make parts a separate folder in aspire docs

More documents like this are at:  Aspire Notes

3-May-14

Make parts a separate folder in aspire docs

eclipse: Eclipse FAQ

More documents like this are at:  Eclipse

3-May-14

Description to be entered