Recently changed documents

In Jedit How can I bind macros to keys?

More documents like this are at:  jedit

8-Apr-11

One way to do this using shortcuts


Global options
Jedit
shortcuts
edit shortcuts: built-in commands or all
click on your command
ex: Repeat Last Macro
Change/add primary shortcut
Just type your key combination

Or you can use the tool bar


Global options
Jedit
tool bar
Press + to add a new icon to the tool bar
Follow instructions from there

How to stream an Object as XML

More documents like this are at:  CS-xml

1-Apr-11

dotnet example

Dotnet code example
Streaming an object as xml
Controlling streaming with xml attributes
Controlling array elements

What acceptable audit canst thou leave?

More documents like this are at:  quotes

1-Apr-11

Then how when nature calls thee to be gone,
What acceptable audit canst thou leave?

- Shakespeare, Sonnet IV

Android User Guides

More documents like this are at:  Android 1.5

26-Mar-11

The URLs for Android user guides seem to change with each release. For now here is the list for the last 3 versions.

3.0 user guide

2.3 user guide

2.2 user guide

Alexander Borodi Symphony No. 2

More documents like this are at:  Music

17-Mar-11

Alexander Borodi Symphony No. 2

javascript and checksum

More documents like this are at:  CS-JavaScript

7-Mar-11

javascript and checksum

Security and permissions

More documents like this are at:  Android 1.5

5-Mar-11

Security and permissions

07 Working with AlertDialogs

More documents like this are at:  Older Android Notes

14-Feb-11

07 Working with AlertDialogs

Old Android Folder Links

More documents like this are at:  Older Android Notes

14-Feb-11

Old Android Folder Links

Dialogs in 1.5

More documents like this are at:  Older Android Notes

14-Feb-11

Dialogs in 1.5

18 Day Uprising of Egypt: A Democratic Discourse

More documents like this are at:  quotes

12-Feb-11

Little else need be said

You will find a few notes on what to do as you start running your first apps on the honeycombe emulator.

Using spinneradapter

More documents like this are at:  Android 1.5

2-Feb-11

Using spinneradapter

Miracle

More documents like this are at:  Shells: My Writes

2-Feb-11

You ask!
No, I don't believe in lottery.
No, I don't believe in Miracles.
Joy, sorrow or sweat,
All I want to do in my life is perform a miracle.

"Great design does not come from great processes; it comes from great designers"

- Fred Brooks on process responding to an interview in Aug 2010, Wired.

In the same interview he speaks of Edwin Land, inventor of Polaroid, having quoted

"Start with a vision of what you want and then, one by one, remove the technical obstacles until you have it."

More advice from Fred Brooks

"Design, design, design; and seek knowledgable criticism."

content providers

More documents like this are at:  Android Data Storage

25-Jan-11

content providers

How to target an ie tab from javascript

More documents like this are at:  CS-JavaScript

20-Jan-11

We ran into a usecase where a user has to explicitly target a tab in ie. For example users have logged into salesforce.com cloud in one window. These users are then taking calls in that window. However same users are using another internet application to complete their work. It would be messy to open up these multiple windows every time work needs to be done.

It is probably better to target just one window and the user transferred to one window. Better yet to target a specific tab.

So started my search. I thought it ought to be simple. As it turned out there doesnt seem to be a good way to do this through regular unsigned javascript in ie7. I did find a way to do this in firefox.

ie seem to control tab vs new window purely through user configuration. Users can choose to set a global ie option to open new windows targeted by "_blank" to either an actual new window or a tab. Once they set this option as tab then the simple window.open(url) will open that url in a new tab.

I still want to force to open in a new tab. Perhas I will find a way through signed javascript. that is for another day or week.

If you are further curious what follows is my research and notes on how I came to this conclusion. Click on the item above to see that research.

To Try

More documents like this are at:  quotes

20-Jan-11

Goal Insufficient,
Courage seem to waver.
Sweep and gather heart,
For To Try is the Goal.

How to write ie controls

More documents like this are at:  CS-JavaScript

20-Jan-11

How to write ie controls

NFC and Android

More documents like this are at:  Android 1.5

18-Jan-11

NFC and Android

Peggy Lee and Fever

More documents like this are at:  Humanities Current

10-Jan-11

On Jan 8th, Saturday, 2011, WJCT around 8pm played what I thought, (I am an utter non-musicologist), sounded like Big Band Jazz. It was good.

Couple of days later, wanign memory of advancing age, with neighther head nor tail of the program nor the name of the unknown female voice I googled for hours and found Peggy Lee and Fever. Worth the search.

http://www.youtube.com/watch?v=JGb5IweiYG8: youtube.com

A psalm of life - Longfellow

More documents like this are at:  Humanities Current

10-Jan-11

Psalms of Life full text

Not enjoyment, and not sorrow,

Is our destin'd end or way;
But to act, that each to-morrow

Find us farther than to-day.

walking through java enumeration

More documents like this are at:  CS-Java

2-Jan-11

walking through java enumeration

How to set body onload from javascript

More documents like this are at:  CS-JavaScript

1-Jan-11

How to set body onload from javascript

html: HTML tag reference

More documents like this are at:  CS-JavaScript

31-Dec-10

http://www.mountaindragon.com/html/tables2.htm#TOC

Commonly used html tag reference
tables
text
font

What needs to happen


/webapp/display/helllourl?a=b&b=c

should become internally


/webapp/display?url=helllourl&a=b&b=c

And


/webapp/update/uploadthis?a=b&b=c

should become internally


/webapp/update?request_name=uploadthis&a=b&b=c

Jar finder: Pretty neat

More documents like this are at:  CS-Java

28-Dec-10

Jar finder

Pretty neat

An example to find org.apache.xpath.XPathAPI.

Tom Robbins

More documents like this are at:  Humanities Current

28-Dec-10

Tom Robbins

Paraphrasing his interview on NPR

What do you call when you give a middle aged, mid land, confirming soul a dose of magic mushrooms and follow him with a TV camera?

A reality TV show called "fungi for the straight guy"

64 bit windows, 32 bit browser, How to run Java Applets

More documents like this are at:  Tomcat

27-Dec-10

64 bit windows, 32 bit browser, How to run Java Applets

servlet filter mapping rules

More documents like this are at:  Tomcat

27-Dec-10

servlet filter mapping rules