"What if? Why not? Challenge the Convention! Let's do some incredible things!"  More Quotes

Recently changed documents

song: Ray Lamontagne: Devil's in the Jukebox

More documents like this are at:  05.01-Humanities

4-Sep-10

song: Ray Lamontagne: Devil's in the Jukebox

book: Riding Freedom is an engaging read

More documents like this are at:  05.01-Humanities

4-Sep-10

book: Riding Freedom is an engaging read

windows firewalls

More documents like this are at:  Tomcat

1-Sep-10

windows firewalls

64bit windows, 32 bit JDK, 32 bit Tomcat, 32 bit MS Access

More documents like this are at:  Tomcat

31-Aug-10

How to reinstall a web application that runs well in windows 32 bit environment on a 64 bit windows server. Tons of issues. It may be possible.

what are valves and what are they used for?

More documents like this are at:  Tomcat

30-Aug-10

what are valves and what are they used for?

what is default host

More documents like this are at:  Tomcat

30-Aug-10

what is default host

what are the various connector node attributes?

More documents like this are at:  Tomcat

30-Aug-10

what are the various connector node attributes?

what is an ajp connector and do I need it

More documents like this are at:  Tomcat

30-Aug-10

what is an ajp connector and do I need it

what is user database and user database realm

More documents like this are at:  Tomcat

30-Aug-10

what is user database and user database realm

How are listeners used in tomcat

More documents like this are at:  Tomcat

30-Aug-10

How are listeners used in tomcat

logmein himachi details

More documents like this are at:  Tomcat

28-Aug-10

logmein himachi details

service.bat

More documents like this are at:  Tomcat

28-Aug-10

This file is used to control how tomcat services are registered in windows platforms.

fluiddb

More documents like this are at:  oscon-2009

26-Aug-10

fluiddb

jfluiddb sample

More documents like this are at:  oscon-2009

26-Aug-10

jfluiddb sample

Pro Android 3: A Developers Handbook

More documents like this are at:  Android 1.5

21-Aug-10

Pro Android 3 is a very detailed (estimated at 950 pages) look at (java based) application development on Google's Mobile OS published by APress. This edition of the book is written by Satya Komatineni, Dave MacLean, and Sayed Hashimi. This book will cover the next public release of Android API (Release 3).

how to restart a page number in word 2007

More documents like this are at:  Computer Hardware

21-Aug-10


Main Menu
Insert
Page Number Drop down
Format Page Numbers
Start at: 1

Understanding Android Resource Arrays, Plurals, Configuration qualifiers

Android Configuration Changes, Restart Activities, Weak References

How to use toast

More documents like this are at:  Android 1.5

20-Aug-10

How to use toast

LiveFolders sample code from betterandroid

More documents like this are at:  Android 1.5

19-Aug-10

LiveFolders sample code from betterandroid

what are android live folders?

More documents like this are at:  Android 1.5

19-Aug-10

what are android live folders?

Order

More documents like this are at:  05.01-Humanities

12-Aug-10

Sunrise.
Sunset.
In a firmment at drift, prearranged,
We matter our affairs.

Pro Android 2: A Developers Handbook

More documents like this are at:  Android 1.5

7-Aug-10

Pro Android 2 is a detailed look at (java based) application development on Google's Mobile OS published by APress. The book is written by Sayed Hashimi, Satya Komatineni., and Dave MacLean. This book covers the Android API all the way to its current public release which is 2.1.

You can read more at this link.

Android Architectural Predicates

More documents like this are at:  Android 1.5

31-Jul-10

Android Architectural Predicates

Understand Java generics and Unlimited variable length arguments. Both these facilities are used in the Android AsyncTask class.

Exploring AlarmManager

More documents like this are at:  Android 1.5

19-Jul-10

You will find in this document


1. Basic research on Android AlarmManager API
2. Useful api references while working with AlarmManager
3. Not-so-intuitive truths about AlarmManager
4. Sample code
5. Downloadable Sample project
6. Finally what I call the AlarmManager Predicates

jquery validation

More documents like this are at:  CS-JavaScript

16-Jul-10

jquery validation

A JQuery Sample

More documents like this are at:  CS-JavaScript

15-Jul-10

A JQuery Sample

jquery

More documents like this are at:  CS-JavaScript

15-Jul-10

jquery

js: sample html with script

More documents like this are at:  CS-JavaScript

15-Jul-10


<html>
<head>
<script type="text/javascript" src="/webapp/scripts/file.js"></script>

<script>
function test(field)
{
	alert("hello");
}
</script>

</head>
<body>
<form>
<p>
numeric field 1: 
<INPUT type="text" name="test1" size="20" onblur="test(this)">
</p>

<p>
numeric field 2: 
<INPUT type="text" name="test2" size="20">
</p>
</form>
</body>
</html>

>>>  Click here for the next set of documents