"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
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 Notes
12-Jun-14
Example data definition for a sample html page
More documents like this are at: CS-JavaScript
11-Jun-14
Web Security Constraints
More documents like this are at: Enterprise Integration
General research
General survey of data format standards
More documents like this are at: CS-Java
6-Jun-14
Java enums
4-Jun-14
Data format standards
2-Jun-14
http://www.regular-expressions.info/javascriptexample.html
Regulare expressions in java script
1-Jun-14
A sample akc html page
More documents like this are at: CS-SQLServer
28-May-14
How do I define a column to be a primary key in tsql?
More documents like this are at: CSS
27-May-14
CSS Samples, Cheat sheet, Quick Guide
26-May-14
Goals and Characteristics
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
More documents like this are at: jquery
23-May-14
Extracted jquery samples
21-May-14
Sample code snippet for a SqlServer View
16-May-14
submitting http forms
13-May-14
Tools
More documents like this are at: 00.05-Articles
11-May-14
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.
More documents like this are at: Android Core
10-May-14
On Android Package Names
You will see here
research links sampel code predicates on packages and libraries
More documents like this are at: Android Basic UI
9-May-14
Saving persistent data: onPause()
Notes on Instance state: OnRestoreInstanceState
Working with Android onCreate()
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.
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!
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
3-May-14
Make parts a separate folder in aspire docs
More documents like this are at: Eclipse
>>> Click here for the next set of documents
Page Menu
Visit my Library
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format