Recently changed documents

Great art begets Great Nations

More documents like this are at:  05.10-Letters To My Daughter

17-May-04

Dialing through the radio today I heard a passing remark that "Great nations deserve great art". The composition was compelling but I prefered to rearrange the order of the sentence and make a bold prediction that perhaps "Great art begets Great Nations".

Art is the candle. Art is the potential that the drifting masses hang on to in the storm of time and in the time of change. At times of despair it is the hope.

Art is religion for some. Art is song for some. Art is engineering for some. In all cases it is an act of love and the seed of action.

Where it is not held in chains humanity should prosper and where it is a medieval darkness should descend.

Mighty kings may have shaped the dominions in their rein, but it is Shelly that should be known in the next nation.

Rulers of various hues may have empires over the Hindukhush but it might be the Gita that is in the heart of the citizen, the scientist, perhaps the next ruler

SANKHYA Translation Framework

More documents like this are at:  00.15-Research

4-May-04

05.01 jdk 1.4 docs

More documents like this are at:  CS-Java

4-May-04

Palette is spelled "pallete" and not "pallete"

More documents like this are at:  Humanities 2007

24-Apr-04

In my mind the stress is on "l" and not "t" resulting in the error. Thanks to automatic spell checked I end up knowing, whether I correct it or not, some of these trip ups.

ka.stu.ri ti.la.kum la.la.ta pha.la.ke
vaksha.stha.le kau.stu.bham
na.sa.gre  na.va.mau.kti.kum
ka.ra.tale  ve.num
ka.re kan.ka.num
sarvange hari chan.da.nancha kalayam
(kan.te.sa muktavale)

Go.pa.stri Pari.veshti.to
vi.ja.ya.te go.pa.la chu.daa.manei

Ideas from a prominent set of individuals on invention

More documents like this are at:  Humanities 2007

17-Apr-04

Verena Huber-Dyson

More documents like this are at:  05.10-Letters To My Daughter

17-Apr-04

Basic explanation of bow legs

More documents like this are at:  Health

14-Apr-04

A research paper on bow legs from emedicine

More documents like this are at:  Health

14-Apr-04

http://www.emedicine.com/orthoped/topic369.htm#section~treatment

by Matthew J DeOrio, MD
Wealth of information

George Eliot

More documents like this are at:  Humanities 2007

13-Apr-04

http://www.abacci.com/books/authorDetails2.asp?authorID=48&misspellID=165

She first used the pseudonym George Eliott in a serial for Blackwood's Magazine in 1857 titled The Scenes of Clerical Life. She next produced the great novel Adam Bele (1859),then The Mill on the Floss (1860) and Silas Marner ( 1861).

Later novels Romola (1862-3), Felix Holt (1866) and Middlemarch (1871-2) well display her breadth of knowledge.

A C# property

More documents like this are at:  CS-dotnet

12-Apr-04

A C# property


public class SimpleProperty 
{
   private int number = 0;
   public int MyNumber 
   {
   get {  return number; }
   set {  number = value;}
   } 
}
public class UsesSimpleProperty
{
   public static void Main()
   {
      SimpleProperty example = new SimpleProperty();
      example.MyNumber = 5;
      int anumber = example.MyNumber;
   }
}

A web page and a .net control

More documents like this are at:  CS-dotnet

12-Apr-04

Idea of a web page control in .net

http://www.arc.nasa.gov/exploringtheuniverse-mapgen.cfm

May have implications to the collaborative space.
See if it is available for experimentation
See what it does
Architecture
Philosophy

Six-Step Problem Solving Method

More documents like this are at:  00.15-Research

7-Apr-04

There are six principle steps to the scientific method.  They are listed below.
1.	Define the problem
2.	Identify critical characteristics and metrics.
3.	Analysis
4.	Generate a solution and potentially more than one.
5.	Pick the best solution
6.	Sensitivity Analysis - check how good my solution is.

These six steps are important to understand and document during any new or experimental concept.  

When to file the sep-ira by

More documents like this are at:  Corporate-Financial

3-Apr-04

http://www.complianceheadquarters.com/IRA/IRA_Articles/simplified_employee_pensions.html

Therefore, most employers make SEP contributions after the end of the calendar year, the model SEP's required plan year. This coincides with many employers' tax years. SEP rules allow employer contributions made by the due date of an employer's tax return (plus extensions) to be considered made at the end of the calendar plan year.

The tax return due date is April 15 for unincorporated calendar year businesses, with extensions available to August 15 automatically and as late as October 15 with IRS approval. For calendar-year corporations and partnerships, this due date is March 15, with an automatic extension available to September 15.

Information about sep-ira

More documents like this are at:  Corporate-Financial

3-Apr-04

https://www.bcmadvisors.com/iras/sep.htm

Contributions of up to 25% of earned or net income up to a maximum of $40,000 annually can be made into a SEP. A SEP contribution is a tax deductible expense.

Are you looking for a job at MS - a link by Paul

More documents like this are at:  Paul's Links

31-Mar-04

http://weblogs.asp.net/jobsblog/

The above link hits real close to something that is always near and dear to our hearts. Looking for a job. There are quite a few entries there that talk about how to write a resume, prepare for an interview, a lot of good tips.

It is written by the MS recruiters from their point of view as to what they look for. Some very insightfull stuff. And if you are looking for a job at MS, they tell you how best to go about it.

Note to Paul

Paul as you can see from the web log I am quite active. :->)

"Alarulu kuriyaga aadenadi" by Annamayya

More documents like this are at:  Telugu Related

30-Mar-04

Alarulu kuriyaga aadenadi
alakala kulukula Alamelmanga..
Araviri sobagula ativalu mecchaga
ara tera maruguna aadenade

Wow. Just too beautiful. Like a cascade of words but falling to the perfect tune. No wonder he is a poet and a singer. Both I presume might be pre-requisites for such form.

This shear beauty reminds me of another profound observation by Annamayya

"Chedanika brathikinche siddha mantrama.."

I am sure this line can mean different things to different audience, but to me this observation seem to say that

"Beautiful song or art is the perfect antidote for the sins of the mind.."

Credits

This note is inspired by a comment from Dr. Uma eyyunni

Problems with jdk 1.2.2, symantec jit and pentium 4/xp

More documents like this are at:  CS-Java

29-Mar-04

http://java-virtual-machine.net/tech-faq.html

jdk 1.2.2 earlier versions won't run with pentium 4
Requires bug fixes for 1.2.2
Problem with the jit
You can disable it by deleting the symcjit.dll 
from the jre bin directory.

Learning HTML for kids by Jill Jeffers Goodell

More documents like this are at:  CS-JavaScript

29-Mar-04

http://www.goodellgroup.com/tutorial/

Introduction: Structure of Tutorial
Chapter 1: What is HTML anyway?
Chapter 2: Basic concepts
Chapter 3: Primary tags
Chapter 4: Creating your first Web page
Chapter 5: Basic text formatting
Chapter 6: Lists
Review #1
Chapter 7: Attributes: Adding interest to your page
Chapter 8: Advanced Text Formatting
Review #2
Chapter9: Links down the street to around... 
Chapter 10: Graphics
Chapter 11: Building pages with tables
Chapter 12 More on tables

Lemongrass on Baymeadows

More documents like this are at:  Jacksonville Restaurants

27-Mar-04

645-9911

Mastering Oracle SQL from OReilly

More documents like this are at:  CS-SQLServer

22-Mar-04

http://www.oreilly.com/catalog/mastorasql/toc.html

The draw back is that it is dedicated to Oracle. Hopefully one can extrapolate it for other databases.

Learning SQL from w3schools.com

More documents like this are at:  CS-SQLServer

22-Mar-04

State of JAXB

More documents like this are at:  CS-xml

19-Mar-04

There is little doubt that objects provide distinct advantages when working in Java compared to SAX, DOM, or raw XML. But in Java the problem or facility is that there are so many alternatives available for binding Java and XML. In .Net this choice is made for you by Microsoft in terms of a tool called XSD.exe. Of the solutions available in Java, Jaxb seem to have finally turned the corner and is now part of the web services developer pack.

This article examines the current state of jaxb based on literature available on the internet. This article will examine the following to answer the question of "what is the state of Jaxb and will I choose it for my development effort?".


Jaxb Packaging
Jaxb features
Good things about JAXB
Known issues with JAXB as I see
What are others saying about JAXB
Bottomline
Samplecode: A taste of jaxb
	Generate java classes from XSDs
	XML to Java
	Java to XML
References

http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.html

Being from sun I am hoping to derive the following

. What do they say about the overall architecture?
. Where is it heading?

Table of contents

What's JAXB? 
An Example: Accessing an XML Document 
  Bind the Schema 
  Unmarshal the Document 
Another Example: Building an XML Document 
  Bind the Schema 
  Create the Content Tree 
  Marshal the Content Tree 
A Final Example: Updating an XML Document 
Binding Can Be Customized 
Distinct Advantages 
Run the Examples 

Comparing castor to .net

More documents like this are at:  CS-xml

18-Mar-04

Alternatives to jaxb as of 2001

More documents like this are at:  CS-xml

18-Mar-04

As of 2001

Castor
Zeus
Jato
Quick
somemore

I am not sure what the current status look like

Castor home page

More documents like this are at:  CS-xml

18-Mar-04

http://www.castor.org/xml-mapping.html

I am hoping to get the following from here

1. Castors approach
2. Sample code for serialization/deserialization
3. Future of castor
4. jaxb or castor