Recently changed documents

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

jsrender template1: Example 1

More documents like this are at:  jquery

22-Apr-14

jsrender template1: Example 1

What is use strict in javascript?

More documents like this are at:  jquery

21-Apr-14

What is use strict in javascript?

http://www.kingsley-hughes.com/tech/script/javascript/esc.asp

Some times when server side needs to write out a string variable that initializes a javascript string it is important to know how to escape strings.

The usual html escape and unescape are either too heavy handed and require probably special handling.

A good approach may be just use the back slashes to skip the quote double or single quotes.

Scoping of variables in Javascript

More documents like this are at:  CS-JavaScript

21-Apr-14

Scoping of variables in Javascript

Test file to test test widgets

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

17-Apr-14

Test file to test test widgets

Test file for http posts

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

15-Apr-14

Test file for http posts

Aspire Design Guidelines

More documents like this are at:  Aspire Notes

14-Apr-14

Aspire Design Guidelines

Notes on multipart implementation

More documents like this are at:  Aspire Notes

13-Apr-14

Notes on multipart implementation

Understand javax.activation.DataSource etc...

More documents like this are at:  CS-Java

13-Apr-14

Understand javax.activation.DataSource etc...

Why is it not a bad idea to delete things at garbage collection time!

Why Work?

More documents like this are at:  TED

13-Apr-14

Why Work?

A good pencil

More documents like this are at:  Products

12-Apr-14

A good pencil

Put checks on additional arguments or size of arguments on the incoming URLs

Game Engines for Android

More documents like this are at:  Android 1.5

19-Mar-14

Game Engines for Android

Help/Sample scripts for page and folder menus

Explore TypeScript and how to use it

More documents like this are at:  00.15-Research

16-Mar-14

Explore TypeScript and how to use it

A kiddish Calc

More documents like this are at:  Android Basic UI

16-Mar-14

This could be your first android project if you are learning. This demonstrates the following

How to create a layout with
  textviews
  buttons
  linear layout 
     vertical
     horizontal
how to gather controls
how to setup buttons
how to respond to buttons
how to read/update edit text controls

Notes on installing Android

More documents like this are at:  Android Avds, Install, Emulator

16-Mar-14

A journal/notes on installing android versions over time, again, and again. Look through towards down for more and more refinement and information.

More on Android Alarm Manager, 2014

More documents like this are at:  Android 1.5

8-Mar-14

More on Android Alarm Manager, 2014

Exploring AlarmManager

More documents like this are at:  Android 1.5

8-Mar-14

You will find in this document


1. Basic research on Android AlarmManager API
2. Useful api references while working with AlarmManager
3. Not-so-intuitive truths about AlarmManager
4. Sample code
5. Downloadable Sample project
6. Finally what I call the AlarmManager Predicates

Introduction to Basic Android UI needs

More documents like this are at:  Android Basic UI

4-Mar-14

This knowledge folder is called "Introduction to Basic Android UI needs". You will find here articles, research journals, code samples etc in one place to help with your basic UI coding. You will find information on resources, intents, list controls etc. Look at the links on the right hand side while viewing this page in the right context. If you don't see these links use this link instead.

The drawable resource directory in Android resources is a testament to the fluency of Android's declarative architecture. The collection of links here and a few notes that I made here demonstrate how to manage view backgrounds in Android using various xml files in the drawable directory: Shapes, Layered Lists etc. Read further for more details.