"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: CS-JavaScript
2-Jun-14
http://www.regular-expressions.info/javascriptexample.html
Regulare expressions in java script
More documents like this are at: Aspire Notes
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
More documents like this are at: Enterprise Integration
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()
More documents like this are at: CS-Java
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
More documents like this are at: Aspire Knowledge Center (akc)
1-May-14
Create a primitive framework for client side controls
29-Apr-14
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.
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!
25-Apr-14
IBM process server
24-Apr-14
What does dbo stand for in sql server?
22-Apr-14
Quick references for client side widgets
How to use JQuery Micro templating Engine
jsrender template: example 2
>>> 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