Recently changed documents

http://www.ondotnet.com/pub/a/dotnet/2002/10/28/intlpart4.html

When a Web site is accessible by the international community, one of the considerations is how we present units of measure: Length, Width, Height, Weight, Area, Volume, etc. .NET provides some support by making available a RegionInfo class, which identifies whether a locale is mks (metric) or fps (imperial). Satya & Elena show you how. Oct. 28, 2002

.NET Localization, Part 3: Localizing Text

More documents like this are at:  00.05-Articles

4-Oct-05

http://www.ondotnet.com/pub/a/dotnet/2002/10/21/localpt3.htm

Creating satellite assemblies is one of the major keys to developing large-scale localized projects. This article will show you how and why to use satellite assemblies. Oct. 14, 2002

http://www.ondotnet.com/pub/a/dotnet/2002/10/14/local2.htm

Creating satellite assemblies is one of the major keys to developing large-scale localized projects. This article will show you how and why to use satellite assemblies. Oct. 14, 2002

.NET Localization, Part 1: Resource Managers

More documents like this are at:  00.05-Articles

4-Oct-05

http://www.ondotnet.com/pub/a/dotnet/2002/09/30/manager.html

Localization in ASP.NET happens with the resource manager. This article looks at some issues between resource manager and Visual Studio. Oct. 1, 2002

http://www.ondotnet.com/pub/a/dotnet/2002/09/16/factory.html

In part 2 of this series, we look at how the factory service builds on the simple config service to increase the flexibility of your .NET applications. Sep. 16, 2002

http://www.ondotnet.com/pub/a/dotnet/2002/08/19/config.html

Every app reads in configuration information at runtime. In .NET, this is done with an XML-based configuration file. This article proposes a "configuration service," which represents the beginning of a flexible architecture. Aug. 19, 2002

Controlling Web Pages on the Server Side

More documents like this are at:  00.05-Articles

4-Oct-05

http://www.ondotnet.com/pub/a/dotnet/2002/06/17/webforms.html

.NET's server-side programming model boasts huge advantages for Web development. Jun. 17, 2002

Data-Driven SVG Apps: A Rapid Development Approach

More documents like this are at:  00.05-Articles

4-Oct-05

http://www.onjava.com/pub/a/onjava/2002/02/13/svg.html

The authors present a middle-tier approach to reading and writing SVG documents to and from a database. Feb. 13, 2002

java/sample code: General idea of a typeface

More documents like this are at:  CS-Java

1-Oct-05

/*
 * Created on Oct 1, 2005
 */
package com.ai.typefaces;

import java.util.Iterator;

import com.ai.common.IDictionary;
import com.ai.reflection.BeanInfo;
import com.ai.reflection.BeanInfoRegistry;
import com.ai.reflection.FieldInfo;
import com.ai.reflection.ReflectionException;

/**
 * @author Satya Komatineni
 *
 */
public class TypeFaceFacility implements ITypeFaceFacility 
{
   public Object castTo(Class objectClass, IDictionary dictionary) 
   throws ReflectionException
   {
      //Instantiate the object based on the class
      //instantiate a bean info for this object
      //For each public field infos
      //      get its name
      //      get its value from dictionary
      //      set the value using get or directly on the field info
      // return the object
      BeanInfo bi = BeanInfoRegistry.getBeanInfo(objectClass);
      Object targetObject = bi.constructObject();
      Iterator fieldInfoItr = bi.getFieldInfos();
      while(fieldInfoItr.hasNext())
      {
         //for each field info
         FieldInfo fi = (FieldInfo)fieldInfoItr.next();
         Object fieldValue = dictionary.get(fi.m_name);
         fi.setValueUsingString(targetObject,(String)fieldValue);
      }
      return null;
   }
}

Being brief ..

More documents like this are at:  Shells: My Writes

1-Oct-05

"I have made this letter longer than usual, because I lack the time to make it short" - Blaise Pascal

Of colors

More documents like this are at:  Humanities 2007

24-Sep-05

Description to be entered

url: How to clean carpets

More documents like this are at:  Just-Blogs

24-Sep-05

Rudra Bhumi

More documents like this are at:  Telugu Related

10-Sep-05

The epic like saga, Raja Harischandra, of Ancient India is a great source of art over the ages.

Poets and dramatizers have taken liberties to keep this ancient text quite modern while keeping to the spirit.

Here is a stanza from one of the sonnet like dramatizations of the plight of the once mighty ruler Harischandra

Koravin Chebatti,
...
Rudra Bhumi Narudenchen
Enta Chitrambago

"The staff that decreed the golden rule on this expansive Earth, but instead and in its place, a piece of burning wood, and I enter this land of Rudra (Lord Shiva, the one that brings salvation and death), to be its keeper. How odd is the fate"

Rudra Bhumi

Essentially the king entered the mangled, cacophonic place of a creamtory in the middle of a night to be its overseer.

"Rudra" is another name for Shiva. The name also refers to the "intensity" or "anger" as Shiva has the god of "Fire" as his third eye, appropriately placed on his brow.

"Bhumi" refers to "Earth" or "Place".

So "Rudra Bhumi" refers to the place of final rites

It is surprising sometimes what I end up learning

XSLT Notes

More documents like this are at:  XSLT

2-Sep-05

This is a summary document dealing with XSLT. You will find here links, references, questions, findings etc on XSLT. This is sort of a homepage for the XSLT knowledge folder.

Donate to red cross hurricane relief

More documents like this are at:  Humanities 2007

1-Sep-05

https://www.redcross.org/donate/donation-form.asp

The hardships of humanity seem no bounds in the wake of this hurricane that hit the Gulf coast.

It takes less than 2 minutes to part with some of your money to help those in need.

stopping by woods on a snowy evening - Robert Frost

More documents like this are at:  Humanities 2007

28-Aug-05

http://www.favoritepoem.org/poems/frost/stopping.html

The woods are lovely, dark, and deep, 
But I have promises to keep, 
And miles to go before I sleep,
And miles to go before I sleep. 

How to appply for a US Greencard Renewal

More documents like this are at:  Immigration

27-Aug-05

How to appply for a US Greencard Renewal

Numbness in and around the pinky fingers: ulnar nerve?

More documents like this are at:  Health

27-Aug-05

I woke up a couple of days ago, and in the shower I have noticed tingling in the finger tips of my left hand. And then the tingling and the numbness has been persisting for a few days now.

I still have numbness in my pinky and the ring finger.

I also have noticed during this onset some tingling in my right hand as well. But the right hand tingling didn't last too long.

It subsided during the rest of the day

Then it was around 6 in the evening. I have had my dinner and was getting back to my room to pack my stuff. It came on pretty strong. In both hands and probably on the left hand side of the whole body.

I went downstairs, got a cab and went to ER. The doctor chcked me out and ruled out any stroke. He suspects something in my elbow.

If it is in my elbow I am not sure why my left body and my right hand, even though momentarily.

A sample xslt file

More documents like this are at:  XSLT

26-Aug-05

A sample xslt file

Java XSLT notes

More documents like this are at:  XSLT

26-Aug-05

Java xslt notes. Programming with xslt

Mrugadharam

More documents like this are at:  Telugu Related

24-Aug-05

vande sambhu-mumaapathim suragurum 
vande jagat-karanam 
vande pannaga bhushanam mrugadharam 
vande pasunaam-pathim 
vande surya sasanka vahni nayanam 
vande mukunda-priyam 
vande bhakta janaasrayamcha-varadam 
vande sivam sankaram

Sodi

More documents like this are at:  Telugu Related

20-Aug-05

Recently I was listening to a movie track made in 50s or 60s, and I am not sure what the exact dates are. The movie is called "Tenali Ramakrishna". The setting is 500 years ago and the place is the Court of the legendary Artisan Kannada King Krishna Devaraya.

It is said many times that Dhurjati (One of the 8 court poets) is a well accomplished poet of rhyme. In the movie the King asks him to render one of his compositions.

Dhurjati not being the maven of the movie, was casted by a brother-in-law of the producer (surely), and reads this most elegant poem that is utterly reminiscent of "70s summer explained Sodi".

My heart just sank with despair. I just thought anymore of this and I couldn't just bear the ineptness anymore. I was bordering on tears at that point. This is one way for sure to kill a soul.

Read the rest to see how it all ended well

Another aggregated page of telugu poetry - RK Sanka

More documents like this are at:  Telugu Related

20-Aug-05

http://members.tripod.com/~RKSanka/telugu/padyams.html

Selections from a number of poets are listed

A sample

Telugadela yenna desambu Telugu
Yenu Telugu vallabhunda  Telugokunda
Yella nrupulu goluva Yeruga ve baasaadi
Desa bhasha landu telugu lessa

Tenali Ramakrishnas some well known blurbs

Telugu literature site: Seshu Madhava Rao Adluri

More documents like this are at:  Telugu Related

20-Aug-05

http://www.engr.mun.ca/~adluri/telugu/index.html

"The following pages provide a few samples of Telugu Literature. They also provide brief introductions to some literary works and writers. The long-term aim is to provide complete electronic texts of Telugu literary works much the same way as the Sanskrit and other projects of similar nature. This project solely depends upon volunteer efforts. All those interested in Telugu are urged to participate in this effort by contributing or by developing their own companion web sites. Please go through the "Scope" if you are likely to be interested in helping and/or participating. " - Seshu Madhava Rao Adluri

med: House hold notes on health

More documents like this are at:  Health

16-Aug-05

Description to be entered
Description to be entered
Click on the link
Description to be entered

lucene: How to get all the field names in an index

More documents like this are at:  Lucene

16-Aug-05


public void printFieldNames() throws IOException
{
	Collection fieldNames = getReader().getFieldNames();
	Iterator itr = fieldNames.iterator();
	while(itr.hasNext())
	{
		Log.log((String)itr.next());
	}
}

An index reader has a getFieldNames() method. This will return an iterator of strings representing the field names.