"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: Recipes
8-Jul-04
2 to 3 large onions, sweeter the better 1 potato A can of peas and carrots half a can of tomato sauce hot water Oil and south indian condiments
If you know south indian cooking, you know what to do here. Otherwise, heat the oil and chenna dal until the dal is reddish. Add mustard seeds and fennel seeds (I think) and curry leaves.
With in a few seconds add cut onions. Use more onions for sweetness and content. Let them brown
Peel, Cut and add the potato. Fry it until it softens.
Add the can of peas after draining the water. Fry them for a 5 minutes or so
Add the tomato sauce and hot water. Boil on medium for 10 to 15 minutes. Add turmeric, salt and pepper.
I suppose you can add a couple of fresh peppers for spice
Tastes very good with long grained basmati rice. Roti would be my second choice
More documents like this are at: OSCON-2004
7-Jul-04
Most of today's web is driven by server side programming. PHP, ColdFusion, J2EE, Asp.Net, are all frameworks that allow server side programming. To say that server side programming is multi-disciplinary is an understatement. It is more like skating on a field of spikes. The spikes are many. There are tiers to cross, there are protocols to follow, there are multiple programming languages to learn, there are sessions to deal with, there are transactions to manage, security to worry about, scalability to plan for. The goal of the server side programming practice is to deliver a smooth platform on top of these spikes so a developer may perform a programming ballet with freedom.
Server side programming practice is increasingly converging on a set of similar patterns for solving these problems. Although there are distinctions in the provided solutions, it is possible to slice the techniques into recognizable, identifiable patterns. Understanding these patterns will benefit a developer in the following ways:
Most of the presented patterns here came from developing a server side declarative framework and a tool. I believe these patterns have a value of their own irrespective of the tool in which they are nurtured.
I have divided the patterns in to the following 5 catgories
More documents like this are at: 05.10-Letters To My Daughter
3-Jul-04
http://www.seti.org/about_us/voices/jill_tarter.html
Director of SETI research
It is hard to find a good snack that is reasonably healthy and at the same time edible.
"Fruit & Nut Almond, raising, peanut & cranberry" snack bars from Nature valley is pretty decent.
More documents like this are at: CS-dotnet
2-Jul-04
Credits: Paul Montgomery
To set a combo box ( or list box ) to all of the values in an enum, do the following.
this.ComboBox1.DataSource = Enum.GetNames( typeof ( YourEnum ));
Then to get it back out.
YourEnum val = (YourEnum) Enum.Parse(typeof(YourEnum) ,comboBox1.SelectedItem.ToString());
HttpPostedFile postedFile = Request.Files["fieldname"]; if (posterFile != null) fileUpload.SaveAs(filePath);
Read the full story for limitations and work arounds for file sizes greater than 4M.
29-Jun-04
http://www.martinfowler.com/articles/injection.html#ConstructorInjectionWithPicocontainer
More documents like this are at: 00.15-Research
http://www.qnext.com/
https://jdic.dev.java.net/
What can be done with it?
https://jdnc.dev.java.net/
Is it significant
How does the mark up compare to xaml?
More documents like this are at: Humanities 2007
25-Jun-04
Richard Corliss is a very good writer. Here are some excerpts from what he said about Katharine Hepburn:
"Film stars typically possess a glamorous version of the common touch; they are of earth. Hebburn was apart and above ...."
"Her emotional intelligence was too prickly. She blew hot and cold in the same breadth-her fire had Freon in it."
On a similar vein somewhere I have read a sentiment that
"Her sulk brightens the room"
I couldn't remember where and who said that.
More documents like this are at: Software Architecture
A "pattern" in software refers to an approach, a method, a technique or a way to solve a software problem. Then why not call it one of those instead of calling it a pattern. When will a technique become a pattern? A "pattern" is a promotion of the above to a more formal level. First thing a pattern forces is to come up with a name. This name is intended to be fairly unique in the field so that it will uniquely identify the subject and its surrounding context. It is almost like you are submitting the "technique" to a library of techniques with a formalized name.
Like all names, a pattern's name should be as "specific" as possible. Invoking its name should bring the whole meaning and context of the pattern to surface. The name is not necessarily named after the patterns feature, usage, or implementation, or advantage. The only obligation of the name is that it should try to evoke this pattern as unequivocally as possible in a collection of similar features, usages, or implementations.
More documents like this are at: OSCON-2003
24-Jun-04
http://conferences.oreillynet.com/cs/os2004/view/e_sess/4995
Application patterns Transformation patterns Data Access patterns
When an internet explorer control is embedded in a power builder window, the internet explorer seem to loose session cookies for popups. Obviously this is not desirable for a reason. This drawback prevents from embedding fully functional web applications inside of a client server systems such as those built powerbuilder, delphi, or home grown.
While searching for the related material in google it might interest the reader to note the following key words in their order of narrowness/importance descending.
NewWindow2 powerbuilder NewWindow2 184876 311282 IWebBrowser2 ie new window session cookies
http://www.microsoft.com/mind/0798/webbrowser.asp
A formal article. Quite old though. 1998.
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/prog_browser_node_entry.asp
Various topics on controlling ie WebBrowser control
23-Jun-04
Name Description Context Applicability Structure Interactions Consequences Implementation Strategies Usage/Samplecode Related technology
22-Jun-04
More documents like this are at: Health
Antiphospholipid syndrome Carotinemia
More documents like this are at: Eclipse
21-Jun-04
http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.user/doc/tasks/running_eclipse.htm
eclipse.exe -data drive:\yourworkspace
More documents like this are at: CSS
Search google
css content url :before
More documents like this are at: CS-JavaScript
17-Jun-04
http://sislands.com/coin70/week6/encoder.htm
More documents like this are at: Paul's Links
http://www.yoda.arachsys.com/csharp/singleton.html
Also, look up a level or two for some interesting other links.
12-Jun-04
http://msdn.microsoft.com/longhorn/
http://msdn.microsoft.com/letters/default.asp
2001 article Menus on top or side Case for side menus DHTML side menus Good for master pages
http://support.microsoft.com/default.aspx?scid=kb;en-us;199243
Hide/show html divisions Good for menus Good for master pages More content can be shown
11-Jun-04
The following letter, which John Quincy wrote at age 10 to his father while he was on state business in England.
Dear Sir,
I love to receive letters very well, much better than I love to write them. I make but a poor figure at composition; my head is much too fickle. My thoughts are running after birds' eggs, play, and trifles, till I get vexed with myself. I have but just entered the third volume of Smollett, though I had designed to have got half through it by this time. I have determined this week to be more diligent, as Mr. Thaxter will be absent at court and I cannot pursue my other studies. I have set myself a stint, and determine to read the third volume half out. If I can but keep my resolution I will write again at the end of the week, and give a better account of myself. I wish, sir, you would give me some instructions with regard to my time, and advise me how to proportion my studies and my play, in writing, and I will keep them by me and endeavor to follow them. I am, dear sir, with a present determination of growing better,
Yours,
John Quincy Adams
P.S. Sir, if you will be so good as to favor me with a blank book, I will transcribe the most remarkable occurrences I meet with in my reading, which will serve to fix them upon my mind.
>>> Click here for the next set of documents
Not Logged in
Page Menu
Visit my Library
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format