Recently changed documents

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

Create a primitive framework for client side controls

This sure is an interesting document

This file demonstrates code generation using html template servers. You start with a generic object definition. A number of templates with the help of the AspireWeb AKC CMS and JSRender can make the code generation incredibly sweet and simple.

See examples below where it took me less than 20 minutes to code gen a java class, and a create table.

Future of Technology 1

More documents like this are at:  00.15-Research

28-Apr-14

I have wondered like everyone else that I look back once in a while from my myopic view that where the rest of the world has been heading. This page is a look at what is new in technology. This first look is in 2014 and probably I will be updating this page often. At the moment this is titled "Future of Technology 1", and I expect to have to "Future of Technology 2" and on.

This has been a surprisingly pleasant thing to do! Hope this is of help to other caterers as well!

IBM process server

More documents like this are at:  Enterprise Integration

25-Apr-14

IBM process server

What does dbo stand for in sql server?

More documents like this are at:  CS-SQLServer

24-Apr-14

What does dbo stand for in sql server?

Quick references for client side widgets

More documents like this are at:  Aspire Notes

22-Apr-14

Quick references for client side widgets

How to use JQuery Micro templating Engine

More documents like this are at:  jquery

22-Apr-14

How to use JQuery Micro templating Engine

jsrender template: example 2

More documents like this are at:  jquery

22-Apr-14

jsrender template: example 2