Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2016 21:52
Show Gist options
  • Save anonymous/b9eb3ad625d78f8c27b7760f5349d23b to your computer and use it in GitHub Desktop.
Save anonymous/b9eb3ad625d78f8c27b7760f5349d23b to your computer and use it in GitHub Desktop.
20160924mpt final update WORKING GIST need to fix timestamp (instd of 9 we're getting 8)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bookmarks</title>
<link href="https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/claro/claro.css" media="screen" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dojo/dojo.js" data-dojo-config="isDebug: 1, async: 1, parseOnLoad: 1">
</script>
<style type="text/css">
html, body {
font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
height: 100%;
width: 100%;
padding: 0px;
border: 0px;
background-color: rgba(223, 230, 236, 1);
overflow:hidden;
}
/* Inline styles (updated 9/6 to remove padding) */
.claro {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
.dj_contentbox {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
#headerPanel
{
left: 0px;
top: 0px;
}
#footerPanel
{
left: 0px;
}
#footerPanel_splitter
{
left: 0px;
}
/* Inline styles (updated 9/6 to remove padding) */
/* bkgrnd color for dlgBoxes (updated 9/6)*/
.claro .dijitDialogUnderlay {
background: rgba(69, 93, 115, 1);
}
#appLayout {
/* background-color: rgba(246, 40, 108, 0); */
height: 100%;
width: 100%;
border: 0px;
top: 0px;
left: 0px;
}
#leftCol {
width: 25%;
background-color: rgba(255, 255, 255, 1);
/* background-color: rgba(216, 214, 214, 1); */
margin: 0px;
border: 0px;
border-radius: 12px;
}
#leftAccordion {
width: 25%;
background-color: rgba(255, 255, 255, 1);
border: 0px;
padding: 5px;
/* border-radius: 12px; */
}
#MainStack {
width: 80%;
height: 80%;
border: 0px;
padding: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 1);
/* background-color: rgba(216, 214, 214, 1); */
}
#MainTxtDiv {
width: 80%;
height: 80%;
border: 0px;
padding: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 1);
/* background-color: #ededed; */
x-overflow: scroll;
}
#headerPanel {
background-color: rgba(124, 119, 119, 1);
border: 0px;
}
#footerPanel {
background-color: rgba(216, 214, 214, 1);
border: 0px;
}
/* ------Spacer Panels for Layout------ */
#headerSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 5px;
border: 0px;
}
#footerSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 5px;
border: 0px;
}
#SidebarSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 20px;
border: 0px;
}
#SidebarSpacerPanelR {
background-color: rgba(246, 40, 108, 0);
height: 20px;
border: 0px;
}
/* ------Spacer Panels for Layout------ */
/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
.loader_vertical-box {
display: flex;
height: 100%;
width: 100%;
flex-flow: column;
}
.loader_horizontal-box {
display: flex;
flex-flow: row;
}
.loader_spacer {
flex: auto;
background-color: black;
}
.loader_centered-element {
flex: none;
background-color: black;
color: #fff;
}
#loader {
position: relative;
width: 100%;
height: 100%;
background-color: black;
color: #fff;
z-index: 99;
}
#loaderInner {
float:center;
text-align: center;
padding: 5px;
width: auto;
color: #fff;
vertical-align: middle;
}
/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
.claro .dijitDialogUnderlay { background: ; }
/* film div specific stuff for flex layout of content */
.mBox-container {
display: flex;
width: 100%;
flex-flow: row wrap;
}
.mBox {
flex: none;
width: 175px;
padding: 10px;
border: solid 0.1em;
border-color: grey;
background-color: white;
color: black;
text-align: center;
}
.mBoxSpacer {
flex: auto;
}
.mBox img {
flex: none;
display: inline-block;
max-width: 175px;
max-height: 250px;
}
/* film div specific stuff for flex layout of content */
.IconSet {
background-image: url('https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/icons/images/editorIconsEnabled.png');
background-repeat: no-repeat;
width: 18px;
height: 18px;
text-align: center;
}
.ArrowIcon { background-position: -486px; }
</style>
</head>
<body class="claro">
<!-- basic preloader -->
<div id="loader">
<div class="loader_vertical-box">
<div class="loader_spacer"></div>
<div class="loader_centered-element loader_horizontal-box">
<div class="loader_spacer"></div>
<div class="loader_centered-element">
<div id="loaderInner"><h1>Loading Mike's notebook ...</h1><br>
<div id="indLoaderBar" data-dojo-props="indeterminate:true" data-dojo-type="dijit/ProgressBar">
</div>
</div>
</div>
<div class="loader_spacer"></div>
</div>
<div class="loader_spacer"></div>
</div>
</div>
<!-- applayout -->
<div class="Layout" data-dojo-props="design: 'headline'" data-dojo-type="dijit/layout/BorderContainer" id="appLayout">
<!-- headerPanel -->
<div class="edgePanel" data-dojo-props="region: 'top'" data-dojo-type="dijit/layout/ContentPane" id="headerPanel">
<table style="width: 100%;">
<tr>
<td>
<h2><font color='white'><span id="hdrTitle">
Mike's NoteBook
</span></font></h2>
</td>
</tr>
</table>
</div>
<!-- headerPanel -->
<!-- headerSpacerPanel -->
<div class="edgePanel" data-dojo-props="region: 'top'" data-dojo-type="dijit/layout/ContentPane" id="headerSpacerPanel"></div><!-- headerSpacerPanel -->
<!-- footerPanel -->
<div class="edgePanel" data-dojo-props="region: 'bottom'" data-dojo-type="dijit/layout/ContentPane" id="footerPanel">
<small>Copyright (c) <span id="aboutDiv">M P Trivedi</span>, 2016. All rights reserved.</small>
</div><!-- footerPanel -->
<!-- footerSpacerPanel -->
<div class="edgePanel" data-dojo-props="region: 'bottom'" data-dojo-type="dijit/layout/ContentPane" id="footerSpacerPanel"></div><!-- footerSpacerPanel -->
<!-- Sidebar content (left) -->
<div class="edgePanel" data-dojo-props="region: 'left'" data-dojo-type="dijit/layout/ContentPane" id="leftCol">
<!-- begin AccordionContainer -->
<div data-dojo-props="region:'leading', minSize:20" data-dojo-type="dijit/layout/AccordionContainer" id="leftAccordion" style="width: 300px;">
<!-- Links panel -->
<div data-dojo-props='selected:true, title:"Frequently accessed links"' data-dojo-type="dijit/layout/ContentPane">
<a href="#" onclick="showTxtDiv('mainNotes')">show Notes...</a>
<hr>
<a href="http://forecast.weather.gov/MapClick.php?w0=t&w3=sfcwind&w3u=1&w4=sky&w5=pop&w7=rain&w8=thunder&w10u=0&w12u=1&w13u=1&AheadHour=0&Submit=Submit&FcstType=graphical&textField1=27.9093&textField2=-82.2966&site=all&unit=0">weather.gov</a><br>
<a href="https://weather.com/weather/hourbyhour/l/33509:4:US">weather.com hrly</a>
<hr>
<a href="http://plnkr.co/edit/">Plunker</a><br>
<a href="http://tinyurl.com">tinyurl</a><br>
<a href="https://gist.github.com/search?q=20160915mpt+anon%3Atrue">GitHub Gists</a><br>
<a href="http://devdocs.io/">DevDocs</a>
<hr>
<a href="http://stackoverflow.com/">stackoverflow</a><br>
<a href="https://jsfiddle.net">JS Fiddle</a> <br>
<a href="http://jsbin.com/">JS Bin</a><br>
<a href="http://www.hexcolortool.com/">Color picker</a><br>
<hr>
<a href="http://www.wikipedia.org">Wikipedia</a><br>
<a href="http://www.oxforddictionaries.com">OED</a>
<hr>
<a href="http://salisburyreview.com/">Salisbury Review</a><br>
<a href="https://www.theguardian.com/uk">Guardian.co.uk</a><br>
<a href="http://www.mid-day.com/">mid-day</a>
<hr>
<a href="http://www.infoworld.com/">InfoWorld</a><br>
<a href="https://slashdot.org/">slashdot</a><br>
<a href="http://www.slate.com/">slate</a><br>
<a href="http://www.dice.com">Dice</a>
<hr>
<a href="#" onclick="mCreateGist()">Create Gist</a>
<hr>
</div><!-- dev panel -->
<div data-dojo-props="title:'dev'" data-dojo-type="dijit/layout/ContentPane">
<div data-dojo-props=" model:devItemModel, query:{ parent : 'dev' }, showRoot: false, openOnClick:true, onClick:function(item,node,evt){ showTxtDiv(item.id);}" data-dojo-type="dijit/Tree" id="devRootlessTree"></div>
</div><!-- "RootlessTree"dijit/layout/ContentPane -->
<div data-dojo-props="title:'rec'" data-dojo-type="dijit/layout/ContentPane">
<div data-dojo-props=" model:recItemModel, query:{ parent :'rec' }, showRoot: false, openOnClick:true, onClick:function(item,node,evt){ showTxtDiv(item.id);}" data-dojo-type="dijit/Tree" id="recRootlessTree"></div>
</div><!-- "RootlessTree"dijit/layout/ContentPane -->
<div data-dojo-props="title:'misc'" data-dojo-type="dijit/layout/ContentPane">
<div data-dojo-props=" model:miscItemModel, query:{ parent :'misc' }, showRoot: false, openOnClick:true, onClick:function(item,node,evt){ showTxtDiv(item.id);}" data-dojo-type="dijit/Tree" id="miscRootlessTree"></div>
</div>
<div id="AdminDiv" data-dojo-props=" title:'Admin'" data-dojo-type="dijit/layout/ContentPane">
<a href="#" onclick="showTxtDiv('ScriptDiv')">Latest Script Hdr</a> <br>
<a href="#" onclick="showTxtDiv('StyleDiv')">Latest Style Hdr</a> <br>
<a href="#" onclick="showTxtDiv('editsDiv')">Show Edited Divs</a> <br>
<hr class="spacer">
Two moody poems chosen by ... <button data-dojo-type="dijit/form/Button" onclick="poemDlg.show();" type="button">&#xAAE;&#xAAF;&#xA82;&#xA95;&#x20;&#xAA4;&#xAC3;&#xAC0;&#xAB5;&#xAC5;&#xAA6;&#xABF;</button>
<div data-dojo-id="myAboutDlg" data-dojo-type="dijit/Dialog" title="About me...">
<img height="300px" src="https://upload.wikimedia.org/wikipedia/commons/archive/0/09/20150318141725%21Rabindranath_with_Einstein.jpg">
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function(){myAboutDlg.hide();}" data-dojo-type="dijit/form/Button" id="OK" type="button">OK</button>
</div>
</div><button data-dojo-type="dijit/form/Button" id="myAboutDlgBtn" onclick="myAboutDlg.show();" type="button">About</button>
<div data-dojo-type="dijit/form/DropDownButton">
<span>Show Tooltip Dialog</span>
<div data-dojo-props=' title:"Enter Login information", execute: function(){ alert("submitted w/args:\n" + dojo.toJson(arguments[0], true)); }' data-dojo-type="dijit/TooltipDialog" id="tooltipDlg">
<table>
<tr>
<td><label for="user">User:</label></td>
<td><input data-dojo-type="dijit/form/TextBox" id="user" name="user" type="text"></td>
</tr>
<tr>
<td><label for="pwd">Password:</label></td>
<td><input data-dojo-type="dijit/form/TextBox" id="pwd" name="pwd" type="password"></td>
</tr>
<tr>
<td colspan="2"><button data-dojo-type="dijit/form/Button" name="submit" type="submit">Login</button></td>
</tr>
</table>
</div><!-- TooltipDialog -->
</div>
List of test pages:<br>
<ul>
<li><a href="#" onclick="showTxtDiv('testDivOneContent')">One</a></li>
<li><a href="#" onclick="showTxtDiv('testDivTwoContent')">Two</a></li>
<li><a href="#" onclick="showTxtDiv('testDivThreeContent')">Three (Gist)</a></li>
</ul>
<br>
<button data-dojo-type="dijit/form/Button" onclick="wipeOutOne();" type="button">Wipe out</button>
<button data-dojo-type="dijit/form/Button" onclick="wipeInOne();" type="button">Wipe in</button>
<button data-dojo-type="dijit/form/Button" onclick="flipOne();" type="button">Flip</button>
<br><hr>
<a href="#" onclick="showTxtDiv('consoleDiv')">Show the Console...</a>
<br><hr>
Another <span id="progmenu">test</span>
<script>
require([
"dijit/Menu", "dijit/MenuItem",
"dojo/date/locale", "dojo/ready",
"dojo/dom", "dojo/domReady!"
], function( Menu, MenuItem, dom, locale){
var mEdTxtMenu;
var mEdUpdMenu;
mEdTxtMenu = new Menu({ targetNodeIds: ["progmenu"] });
mEdTxtMenu.addChild(new MenuItem({
label: "Edit Text",
iconClass: "dijitRtl dijitIconEdit",
onClick: function(){
mAlert("frm_menu to hdr");
//mEditTxt();
} }));
mEdTxtMenu.startup();
/*
//hdrTitle.innerHTML = "Mike's NoteBook | " + "mDescriptiveTimeStamp";
var today = new Date();
var mTimeStamp = locale.format( today, {selector:"date", datePattern:"yyyyMMdd" } ) + "mpt";
var mDescriptiveTimeStamp = locale.format( today, {selector:"date", datePattern:"EEE MMM dd, yyyy"} );
var bodyD = "";
bodyD += "test--------------------";
bodyD += "<br>today: " + today;
bodyD += "<br>mTimeStamp: " + mTimeStamp;
bodyD += "<br>mDescriptiveTimeStamp: " + mDescriptiveTimeStamp;
alert(bodyD);
*/
});
</script>
<button data-dojo-type="dijit/form/Button" data-dojo-id="mytestdivBtn" onclick="createmDiv();" type="button">TestDivCr</button>
<script>
require([
"dijit/Menu", "dojo/_base/array",
"dijit/MenuItem", "dojo/dom-construct", "dojo/dom-attr",
"dojo/_base/fx", "dojo/dom", "dojo/fx", "dojo/dom-style",
"dojo/domReady!"
], function(Menu, MenuItem, dom, domAttr, domConstruct, fx, style, array){
createmDiv = function(){
var output = "";
var mainD = dom.byId("MainTxtDiv");
var computedStyle = domStyle.getComputedStyle(mainD);
computedStyle.forEach(function(key,value){
var _getCurrentItem = key; // will give google:Array[18]....
for(var keys in _getCurrentItem){
console.log('Keys is ' + keys +' & its value' +_getCurrentItem[keys]);
}
});
mAlert("createDiv to hdr: " + output);
} }
);
</script>
<br>
<button data-dojo-id="myEdBtn" onclick="mEditTxt()" data-dojo-type="dijit/form/Button">Edit Txt</button>
<button data-dojo-id="myUpdBtn" onclick="mUpdEditTxt()" data-dojo-type="dijit/form/Button">Update Edited Txt</button>
</div>
</div>
<!-- end AccordionContainer -->
</div><!-- Sidebar content (left) -->
<!-- SidebarSpacerPanel -->
<div class="edgePanel" data-dojo-props="region: 'left'" data-dojo-type="dijit/layout/ContentPane" id="SidebarSpacerPanel"></div><!-- SidebarSpacerPanel -->
<!-- centerPanel -->
<div class="centerPanel" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region: 'center'">
<script>
require(["dojo/parser", "dijit/Toolbar", "dijit/form/Button", "dijit/form/ToggleButton", "dijit/ToolbarSeparator"]);
</script>
<div id="toolbar" data-dojo-type="dijit/Toolbar">
<div data-dojo-type="dijit/form/Button" id="toolbar1.edit"
data-dojo-props="iconClass:'dijitRtl dijitIconEdit', onClick:function(){mEditTxt();}">Edit</div>
<div data-dojo-type="dijit/form/Button" id="toolbar1.save"
data-dojo-props="iconClass:'dijitRtl dijitIconSave', onClick:function(){mUpdEditTxt();}">Update</div>
<div data-dojo-type="dijit/form/Button" id="toolbar1.fwd"
data-dojo-props="iconClass:'IconSet ArrowIcon', onClick:function(){MainStack.forward();}"> (fwd) </div>
<button id="GBtn" data-dojo-type="dijit/form/Button"
data-dojo-props="iconClass:'dijitRtl dijitIconFilter', onClick:function(){mTest();}">Output</button
></div>
<div data-dojo-type="dijit/layout/StackContainer" data-dojo-id="MainStack">
<div id="MainTxtDiv" data-dojo-type="dijit/layout/ContentPane" title="Group 1">
<h4>Stack Group 1 Content</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.</p>
</div>
<div data-dojo-type="dijit/layout/ContentPane" title="editor Content">
<div data-dojo-type="dijit/Editor" data-dojo-id="editorId"
data-dojo-props="extraPlugins:['fontName','fontSize','|','foreColor','hiliteColor','|','createLink','fullscreen','viewsource','findreplace']">
<h4>Stack Group 2 Content in Editor</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.</p>
</div>
</div>
</div>
</div>
<!-- MainTxt centerPanel -->
<!-- SidebarSpacerPanel -->
<div class="edgePanel" data-dojo-props="region: 'right'" data-dojo-type="dijit/layout/ContentPane" id="SidebarSpacerPanelR">
</div><!-- SidebarSpacerPanel -->
</div><!-- applayout -->
<!-- Main Content begins-->
<div id="MainContent">
<!--main Notes content-->
<section>
<div id="mainNotes">
<h4>Notes:</h4>
<br>
<br>
Some words about <a href="http://www.medieval.org/music/world/warvij.html">Khayaal</a><br>
<a href="tinyurl.com\201609150500mpt">some</a> Indian classical music on EP/LP<br>
LP+EP+Ghulam+Ali+ghazal+<a href="tinyurl.com\201609150505mpt">Akhtar</a><br>
<br>
https://pediaview.com/openpedia/Indian_classical_music
<br>
20160917mpt dojo <a href="https://gist.github.com/anonymous/b3f65dbdee5e5433906289e413d43359/raw/dfa836834706acdd89d7c4e473fc10786403d081/testing.html">Testing Shell</a> with Editor Stuff working & StackController
<br>
Srch Results for <a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/anonymous/b89394baed2de4b370a8e7e83f43aa0f/raw/c5b8af987f1be5bb32f175c53a56d119d5683f2d/mike.html">sufi</a>
<br>
<br>
201608140319mpt Yahoo Search result for urdu+ghazal+ghulam+ali+ghalib
https://gist.github.com/anonymous/56f7867c06165e6904b32465367c364c/raw/d1c64c4c25af50cf3479d2fd84ab7881c57bc521/mike.html
<br>
Selected <a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/anonymous/bbffd006181a54ff19f617efdec4568a/raw/92c859387a1c7c4137cb08f75867b4616ba1c453/sufism.html">Srch Txt</a> for sufi
<br>
<br>
<br>
<br>Dojo <a href="https://gist.github.com/anonymous/5a215ed8d94b7a3d56fd3c76ea8c0bce/raw/d9c34948005f26b8b563bfa12a325c700d396ba2/PageBuilder.html">PageBuilder.html SHELL</a> for URLRdr 20160912mpt
<br>
<br>//--URLRdr_v<a href="https://gist.githubusercontent.com/anonymous/21faef9db34e3e4373fd64e1cf7872ba/raw/d2849f643b1c028116a4fd9604d3c0195fee64ca/URLRdr.java">1.092</a>--upd 9/12/2016-------------------- ->
<br>
<br><a href="https://gist.github.com/anonymous/a09741ee929a05f3869ae1cffd178355/raw/b2095ca9b7764d7c17b85aeb2429fd282804ec54/bookmarks.html">Bookmarks</a>
<br>
<br>
developerWorks Top <a href="http://www.ibm.com/developerworks/java/library/j-topjava15-trs/index.html">Java</a> tutorials from 2015<br>
Top five <a href="http://www.ibm.com/developerworks/websphere/library/techarticles/1605_servais-trs/1605_servais.html">WebSphere</a> Liberty tutorials<br>
your Java EE app with IBM <a href="http://www.ibm.com/developerworks/cloud/library/cl-cloudtrader-app/index.html">Bluemix</a><br>
(Sept'16)Deploy Java applications to the <a href="http://www.ibm.com/developerworks/java/library/j-perry-java-in-the-cloud/index.html">IBM Bluemix PaaS</a><br>
developerWorks An introduction to the java.util.<a href="http://www.ibm.com/developerworks/java/library/j-java-streams-1-brian-goetz/index.html">stream</a> library<br>
<a href="https://vaadin.com/framework">vaadin</a> (Java Web UI Framework for Business Applications)<br>
JavaEE-<a href="http://spring.io/guides">Spring</a> guides<br>
<hr>
<b>Links</b><br>
Not as <a href="http://www.gutenberg.org/files/52770/52770-h/52770-h.htm">Spaniards</a>, but as traitors, thieves, and murderers...a NewYorker visits St.Augustine, FL<br>
<a href="http://www.gutenberg.org/files/52790/52790-h/52790-h.htm">Travels</a> through Switz... pursuing, like the swallow, the inconstant summer of delight and beauty which invests this visible world (the Shelleys)<br>
<br>
Last stable bootcrap <a href="https://htmlpreview.github.io/?https://gist.githubusercontent.com/anonymous/966f78786fc3109ddfe3303b91dee507/raw/5f2445e3ea382f7962a6dfbc29517049f203d2c3/launcher.html">Launcher</a> (8/15/16 or thereabouts)<br>
<br>
Dojo <a href="http://dojotoolkit.org/api/">API</a><br>
- DOM <a href="http://dojotoolkit.org/documentation/tutorials/1.10/dom_functions/index.html">Manipulation</a><br>
- Dojo <a href="http://dojotoolkit.org/documentation/tutorials/1.10/effects/index.html">Effects</a><br>
- Dijit <a href="http://dojotoolkit.org/documentation/tutorials/1.10/editor/index.html">Editor</a><br>
- <a href="http://dojotoolkit.org/documentation/tutorials/1.10/jsonp/index.html">JSONP</a> with dojo/request<br>
- Dijit <a href="http://download.dojotoolkit.org/release-1.9.3/dojo-release-1.9.3/dijit/themes/themeTester.html?theme=claro">theme</a> Tester<br>
- Dijit icon images are in :<br> - editorIconsEnabled.png (& ~Disabled) : <img src="https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/icons/images/editorIconsEnabled.png"><br> - commonIconsObjActEnabled.png (& ~Disabled) : <img src="https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/icons/images/commonIconsObjActEnabled.png"><br>
They can be used in the following widgets: AccordionContainer, Menu, TabContainer, TitlePane, Tree, and all button widgets.<br>
for claro; add: media="screen"<br>
for JS ; add: data-dojo-config="isDebug: 1, async: 1, parseOnLoad: 1"<br>
<hr>
<b>(for later?)</b><br>
(srch results for idler) http://tinyurl.com/jy5vb79<br>
* insert col-sm & col-md tags<br>
* preview/test in handheld brosers online<br>
lookup public todo app w/export data fmt outlk<br>
<br>
Left to add:<br>
Blogs: Man~ AND -anglophile =epicurean -single malt avail =alfresco sm frndly opts
<br>
<br>
Fan pgs for: -Wharton -rafa/tgr -astaire -chilpprs -jB/crnrShp - sufi/bulleh/rumi -suchet -fry/laurie<br>
<br>
wadala/gangsterCulture -mann/spa
<br>
<br>
TI trading rms -eco -re/au<br>
-Green rm, bw/off -FOB/AB blogroll -Lit/Iowa Wrkshp -LP availabil in BOM -AmazonLists -rsch chp compl Vinyl setup<br>
How to find tlr, pique/tech/den<br>
</div><!-- NotesDiv -->
</section><!--main Notes content-->
<!--rec/Sartorial content-->
<section>
<div id="sartorial">
<section>
<br>
<a href="https://en.wikipedia.org/wiki/Frette#Select_hotels">Frette</a> is supposedly a good choice for linens and <a href="https://www.amazon.com/Frette-Solid-Shawl-Collar-Bathrobe/dp/B00DGI6JLM/ref=lp_7862871011_1_14?%20srs=7862871011&ie=UTF8&qid=1465403436&sr=8-14">robes</a>.<br>
<br>
- Tom Ford has belts with a "T" for a buckle Men's<br>
http://www.gentlemansgazette.com/<br>
http://putthison.com/<br>
http://dappered.com/<br>
http://offthecuffdc.com/<br>
<br>
Seward Trunk Co. Embossed Steel 31" Oversize wheeled locker<br>
http://www.distributorcentral.com/websites/MercuryLuggage/item_information.cfm? SupplierItemGUID=71851D65 -5A6C-43FD-834E- C62D9FB6B482&<br>
<br>
Rhino Trunk & Case<br>
http://www.rhinotrunkandcase.com/products-capabilities/rhino-travel-wardrobe-trunks/<br>
https://amishhandcrafted.com/content/maple-steamer-trunk
</section>
</div>
</section><!--rec/Sartorial content-->
<!--rec/Film/Desi content-->
<section>
<div id="filmDesi">
<h3>desi films --</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0382383/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcxMDU0MTgwN15BMl5BanBnXkFtZTgwMTEzMDI4MzE@._V1_UY209_CR1,0,140,209_AL_.jpg"></a>
<div class="caption">
2005 Filmfare_Critics_Award_for_Best_Film- Yuva - Mani Ratnam
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0364303/?ref_=fn_al_tt_1"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQ1Nzg1OTgxNl5BMl5BanBnXkFtZTcwOTI3ODgzMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Dev (2004)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2301155/?ref_=nv_sr_1"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BZGM0ZTI0MTEtMGUwNS00NGIyLWEzZjYtNDQ4OWQwZDMwZDQ4XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Shootout at Wadala (2013) The first-ever registered encounter by the Mumbai Police, which took place on November 1, 1982. Based on a true story.
</div>
</div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1954470/?ref_=fn_al_tt_1"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc5NjY4MjUwNF5BMl5BanBnXkFtZTgwODM3NzM5MzE@._V1_UY209_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
2013 Filmfare_Critics_Award_for_Best_Film - Gangs of Wasseypur - Anurag Kashyap
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1395054/?ref_=fn_al_tt_1"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTAwMTg1NzY3NDReQTJeQWpwZ15BbWU3MDQ2NzQxNzM@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Once Upon a Time in Mumbai (2010) A smuggler rises to power in in 1970s Mumbai, a younger gangster seeks to overthrow him, and a police officer is caught in the middle.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1891884/?ref_=fn_al_tt_2"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc2NzMyNDAyNl5BMl5BanBnXkFtZTcwNjg5OTc5OQ@@._V1_UY268_CR1,0,182,268_AL_.jpg"></a>
<div class="caption">
Once Upon a Time in Mumbai Dobaara! (2013)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1833673/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjI3NjY4OTU3Ml5BMl5BanBnXkFtZTgwODI5MzM1MDE@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Dhoom 3- 2013
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2112124/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjE2OTEyOTA3OV5BMl5BanBnXkFtZTcwNjI4MDk3OQ@@._V1_UY209_CR2,0,140,209_AL_.jpg"></a>
<div class="caption">
Chennai Express - 2013 about a man's journey from Mumbai to Rameswaram, and what happens along the way after he falls in love with the daughter of a local don.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt3735246/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMWI3YTA1MDktYWNjOS00MTE5LTkzMTQtOWNiODY2MjIzYTQwXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_UY209_CR2,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Bajirao Mastani 2015 Indian epic historical romance film directed by Sanjay Leela Bhansali
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/Desi content-->
<!--rec/Film/TV content-->
<section>
<div id="filmTV">
<h3>TV Series --</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0310455/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BOTEyYWRhYTQtMGMxOC00YzY1LWFkOGItMWJlMDI4MjQ2ZGUwXkEyXkFqcGdeQXVyMjExMjk0ODk@._V1_UY209_CR5,0,140,209_AL_.jpg"></a>
<div class="caption">
Foyle's War (2002- 2015)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0094525/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNjIxZDMwY2QtYjZmNy00ZWQwLWJhYjAtNDIxNzJkYjEzYjk0XkEyXkFqcGdeQXVyMjExMjk0ODk@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Agatha Christie: Poirot (Many episodes remain to be seen)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0092379/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjRkNWFjNWEtNzhhNS00OTgzLWJhMmUtZWFiMTQxMmFlMDYzXkEyXkFqcGdeQXVyMjExMjk0ODk@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Inspector Morse (Many episodes remain to be seen)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0092379/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNWU5ZTMyZDAtMDc1Yy00OTNiLWI4OWQtYzMzYWE0ZmEzMmNjXkEyXkFqcGdeQXVyMjExMjk0ODk@._V1_UY209_CR3,0,140,209_AL_.jpg"></a>
<div class="caption">
Inspector Lewis (2006 TV Series)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1988386/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU2Njk1NTYxNV5BMl5BanBnXkFtZTgwMTc3NzAxMzE@._V1_UY209_CR69,0,140,209_AL_.jpg"></a>
<div class="caption">
Miss Fisher's Murder Mysteries (2012 TV Series)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt3574152/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU5NDA5MTkzMV5BMl5BanBnXkFtZTgwNDM4MDc0NjE@._V1_UY209_CR3,0,140,209_AL_.jpg"></a>
<div class="caption">
Partners in Crime(1992)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt5012394/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BYmExY2I1NzEtZThkMi00N2RjLWIwOTktZDFlZmY5NThlMzAwXkEyXkFqcGdeQXVyMjExMjk0ODk@._V1_UX140_CR0,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Maigret Sets a Trap (2016 TV Movie)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Zatoichi">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/f/f0/Zatoichi_017.jpg/220px-Zatoichi_017.jpg"></a>
<div class="caption">
Zatoichi - Many episodes remain to be seen (2003 film!!)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/TV content-->
<!--rec/Film/DesiArt content-->
<section>
<div id="filmDesiArt">
<h3>Desi arthouse --</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0083248/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU0OTQyODQzN15BMl5BanBnXkFtZTcwNTg3ODQyMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Umrao Jaan (1981)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0085913/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BYzcxNDM3ODAtOWI3ZS00YTViLTllZDgtYzczN2E3N2Q0ODU5XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR2,0,140,209_AL_.jpg"></a>
<div class="caption">
Masoom (1983)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0091256/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BZDlhNTc2N2QtZGM2OS00YmY2LWI2NWMtYTU0MDg5MTY2NmVmXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR3,0,140,209_AL_.jpg"></a>
<div class="caption">
Permission (1987)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0142431/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Khamoshi (1970)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0080343/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Albert Pinto Ko Gussa Kyon Ata Hai (1980)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0246456/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNjEwOTIyMDI0OV5BMl5BanBnXkFtZTgwMTk3ODM3NDE@._V1_UY209_CR8,0,140,209_AL_.jpg"></a>
<div class="caption">
Bazaar (1982)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0241753/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
The Morning Breeze (1995)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0087736/?ref_=wl_li_tt"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Mohan Joshi Hazir Ho! (1984)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0150683/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Gaman (1978)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2140039/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjI0NzU5NjM2OF5BMl5BanBnXkFtZTcwMDY5MTk1OA@@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Josh (2013)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0107199/mediaviewer/rm1365744896?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU5MTM2Njc5N15BMl5BanBnXkFtZTcwMzUzNjgyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
In Custody (1994)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244590/mediaviewer/rm2778194176?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNGE0Njc0M2EtYjdhYi00ODM0LWI4MGEtODAxZTNlOWRkZmIzXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR1,0,182,268%20_AL_.jpg"></a>
<div class="caption">
Kissi Se Na Kehna (1983) Director: Hrishikesh Mukherjee
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/DesiArt content-->
<!--rec/Film/Noir content-->
<section>
<div id="filmNoir">
<h3>Noir/Nouvelle Vague --</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0027336/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcyOTU1OTU1Nl5BMl5BanBnXkFtZTgwMjQ5NTQ5MTE@._V1_UY209_CR12,0,140,209_AL_.jpg">&lt;/
a&gt;</a>
<div class="caption">
The Lower Depths (1936)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0025898/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTUzOTI0MTI2NV5BMl5BanBnXkFtZTcwMDg4MDMzMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Toni (1935)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0023284/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Night at the Crossroads (1932)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0080610/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjM2MzMzNjY0NF5BMl5BanBnXkFtZTgwNTk1OTk3MTE@._V1._CR28.1875,48.622161865234375,1471.1817932128906,19%2048.6362609863281_UY209_CR9,0,140%20,209_AL_.jpg"></a>
<div class="caption">
The Last Metro (1980)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054389/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU3MjUxNTM0NF5BMl5BanBnXkFtZTcwNTY4MTYzMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Shoot the Pianist (1960)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0056917/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjA5NjczMzA0NV5BMl5BanBnXkFtZTcwMjE5Nzg5Mg@@._V1_UY209_CR2,0,140,209_AL_.jpg"></a>
<div class="caption">
Greed in the Sun (1964)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0059592/?ref_=wl_li_i"><img alt="film&quot;" src="http://ia.media-imdb.com/images/M/MV5BMTQ0OTc4MDcxMl5BMl5BanBnXkFtZTgwNjIzMjA0NzE@._V1_UY209_CR7,0,140,209_AL_.jpg"></a>
<div class="caption">
Pierrot le Fou (1965)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0062480/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcyNDQ2MzY0MF5BMl5BanBnXkFtZTcwMTYxNDM0OA@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Weekend (1967)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0108394/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BZDc4NzY5NjAtY2FmNy00NzRmLTk0MzMtMTkyMjEwYjY2MzQ5XkEyXkFqcGdeQXVyMTAwMzUyOTc@._V1_UY209_CR0,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Three Colors: Blue (1993)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0111495/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BM2VkNTVhOWItNmVhYi00ZmJjLWIxNDYtOTk3OTZkZTVkNWFiXkEyXkFqcGdeQXVyMTAwMzUyOTc@._V1_UY209_CR1,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Three Colors: Red (1994)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0111507/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNTliYTI1YTctMTE0Mi00NDM0LThjZDgtYmY3NGNiODBjZjAwXkEyXkFqcGdeQXVyMTAwMzUyOTc@._V1_UX140_CR0,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Three Colors: White (1994)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0062728/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTk4ODExMDYwOF5BMl5BanBnXkFtZTcwNjgzNDcxMQ@@._V1_UY209_CR7,0,140,209_AL_.jpg"></a>
<div class="caption">
Les Biches (1968)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0052708/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc3MTk3NjI4Ml5BMl5BanBnXkFtZTcwNzM2MDEyMQ@@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Les Cousins (1959)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0053473/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTgyNzQ1MTYzMV5BMl5BanBnXkFtZTcwMzE1NDYzMQ@@._V1_UY209_CR3,0,140,209_AL_.jpg"></a>
<div class="caption">
Leda (1959) Director: Claude Chabrol
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0073221/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTMxMTgyOTQxMl5BMl5BanBnXkFtZTcwNTM3OTk3MQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Just Before Nightfall (1971)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054632/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BOTIzODQ3NzgwNV5BMl5BanBnXkFtZTcwNTAwMjE0Mg@@._V1._CR80,86,458,699_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Last Year at Marienbad (1961)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/Noir content-->
<!--rec/Film/Arthouse content-->
<section>
<div id="filmArt">
<h3>Arthouse/Intl. --</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0109424/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjA5MTc3NDE2MV5BMl5BanBnXkFtZTcwMDM5MTk5MQ@@._V1_UY209_CR14,0,140,209_AL_.jpg">&lt;/
a&gt;</a>
<div class="caption">
Chungking Express (1994)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0053390/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc3MDc0OTE4OF5BMl5BanBnXkFtZTcwNDg2NTUyMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Floating Weeds (1959)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0060827/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc1OTgxNjYyNF5BMl5BanBnXkFtZTcwNjM2MjM2NQ@@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Persona (1966)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0056923/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNTIwODUwMjU1N15BMl5BanBnXkFtZTgwMzg4ODQwMjE@._V1_UY209_CR2,0,140,209_AL_.jpg"></a>
<div class="caption">
Charade (1963)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0063759/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcwNTkxOTcxMV5BMl5BanBnXkFtZTgwNjI4Nzc1MzE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Hour of the Wolf (1968)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0056732/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMzczNjE3OTY4MV5BMl5BanBnXkFtZTgwOTk5NTg0MTE@._V1._CR218,227,1124,1555_UY209_CR5,0,140,209_AL_.jpg"></a>
<div class="caption">
The Exterminating Angel (1962)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0066603/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcxNTU5NzM0OF5BMl5BanBnXkFtZTgwMDEyODIyMTE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Zatoichi Meets Yojimbo (1970)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0066602/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTcwMjY3NjIzOV5BMl5BanBnXkFtZTgwOTkxODIyMTE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Zatoichi Meets the One-Armed Swordsman (1971)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0201922/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNjc0MDgzOTE4Nl5BMl5BanBnXkFtZTgwNTAyODIyMTE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Zatoichi in Desperation (1972)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0164983/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU5MTcyOTEwN15BMl5BanBnXkFtZTgwNzEyODIyMTE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Samaritan Zatoichi (1968)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0186725/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTk5NzY3MzUzOF5BMl5BanBnXkFtZTgwNTEyODIyMTE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
Zatoichi's Cane-sword (1967)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0055267/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTA4Nzg3MTk2ODdeQTJeQWpwZ15BbWU4MDAyNzY5MTEx._V1_UY209_CR8,0,140,209_AL_.jpg"></a>
<div class="caption">
Daredevil in the Castle (1961)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054150/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Man Against Man (1960)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054006/?ref_=wl_li_i"><img alt="film" src="http://www.imdb.com/title/tt0054006/?ref_=wl_li_i"></a>
<div class="caption">
The Gambling Samurai (1960)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0051808/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTUzMzI1OTU2OV5BMl5BanBnXkFtZTgwNjAwOTQyNjE@._V1_UY209_CR4,0,140,209_AL_.jpg"></a>
<div class="caption">
The Hidden Fortress (1958)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0052567/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Ankokugai no kaoyaku (1959)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0050330/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjA2ODExOTEwMF5BMl5BanBnXkFtZTgwMDQ5NTQ5MTE@._V1_UY209_CR3,0,140,209_AL_.jpg"></a>
<div class="caption">
The Lower Depths (1957)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0020697/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNDkyMjgzMDU2Ml5BMl5BanBnXkFtZTgwMzg0MTE1MjE@._V1_UY209_CR1,0,140,209_AL_.jpg"></a>
<div class="caption">
The Blue Angel (1930)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0023458/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjE4OTY2NjYwNl5BMl5BanBnXkFtZTgwOTEyOTYyMjE@._V1_UY209_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Shanghai Express (1932)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0026276/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjUyNTM5MTA1OV5BMl5BanBnXkFtZTgwODk1NTAwMjE@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
The Devil Is a Woman (1935)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://ia.media-imdb.com/images/M/MV5BMTYwNDA3NDY2M15BMl5BanBnXkFtZTYwMDE4NTQ5._V1_UX140_CR0,0,140,209_AL_.jpg"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTYwNDA3NDY2M15BMl5BanBnXkFtZTYwMDE4NTQ5._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Gosford Park (2001)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0105130/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjIxODM3MTI4M15BMl5BanBnXkFtZTcwNTIzNzU2NA@@._V1_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
Peter's Friends (1992)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0101049/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjAyODI4MTc0Nl5BMl5BanBnXkFtZTYwOTUzNTI5._V1._CR1,1,267,434_UX140_CR0,0,140,209_AL_.jpg"></a>
<div class="caption">
A Bit of Fry and Laurie (1987- 1995) many episodes remain to be seen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0131158/?ref_=wl_li_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BOTNlM2FhODUtMzdmYy00MmE5LThiYmQtNTlkNTQxNjEyMGM0XkEyXkFqcGdeQXVyMDYxMTUwNg@@._V1_UY209_CR4,0,140,209%20_AL_.jpg"></a>
<div class="caption">
Alfresco (1983-1984)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0117400/mediaviewer/rm3944390400?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjA4NDQ5NjE1NV5BMl5BanBnXkFtZTcwMzk0MTcxMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
The Proprietor (1996)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/Arthouse content-->
<!--rec/Film/IsmaelMerchant content-->
<section>
<div id="filmIsmail">
<h3>Ismail Merchant (1936-2005)</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0159373/mediaviewer/rm2913967872?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTYxMTQwMDkwNF5BMl5BanBnXkFtZTYwMzk3MTk5._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Cotton Mary (1999) Directors: Ismail Merchant, Madhur Jaffrey
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0322530/mediaviewer/rm1676645120?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjE0NDc1Njc4NF5BMl5BanBnXkFtZTcwNDU2OTQ1MQ@@._V1_UY268_CR1,0,182,268_AL_.jpg"></a>
<div class="caption">
Bombay Talkie
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0059709/mediaviewer/rm2397019392?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNTE1NzIyNzU5OF5BMl5BanBnXkFtZTcwMTUwMzUyMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg"></a>
<div class="caption">
Shakespeare-Wallah (1965)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0064396/mediaviewer/rm1299829248?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU3NDIyMzk5Nl5BMl5BanBnXkFtZTgwMTQxODk1MDE@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
The Guru (1969)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0073903/mediaviewer/rm3050478848?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTY5OTc1Mzk4MV5BMl5BanBnXkFtZTcwOTQxNDUyMQ@@._V1_UY268_CR7,0,182,268_AL_.jpg"></a>
<div class="caption">
The Wild Party (1975)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0072674/mediaviewer/rm1335072256?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTkzODQxNTgzMF5BMl5BanBnXkFtZTcwNTc5MTI2MQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Autobiography of a Princess (1975)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0076639/mediaviewer/rm210279680?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTg3MTUyNDUzNF5BMl5BanBnXkFtZTcwNzcxODYyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Roseland (1977)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0079316/mediaviewer/rm784243968?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTUxMTE2MTgxOV5BMl5BanBnXkFtZTcwNDE0NDYyMQ@@._V1_UY268_CR10,0,182,268_AL_.jpg">&lt;/
a&gt;</a>
<div class="caption">
Hullabaloo Over Georgie and Bonnie's Pictures (1978)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0079123/mediaviewer/rm4211706112?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQ2ODE5NzQ2OF5BMl5BanBnXkFtZTcwMzExOTk4Mg@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
The Europeans (1979)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0082964/mediaviewer/rm600743168?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTUxODA1OTYzOF5BMl5BanBnXkFtZTcwMzY4NjQyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Quartet (1981)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0086992/mediaviewer/rm2459868928?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTM2NjIzMzI1M15BMl5BanBnXkFtZTcwNjk0MzAwMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
The Bostonians (1984)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0176016/mediaviewer/rm3566902528?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQzNjk1NjM0OV5BMl5BanBnXkFtZTcwMzc1NTcyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
The Perfect Murder (1988)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0100200/mediaviewer/rm491691776?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTY3NTA1NTc4NF5BMl5BanBnXkFtZTcwOTM5OTAyMQ@@._V1_UY268_CR1,0,182,268_AL_.jpg"></a>
<div class="caption">
Mr. & Mrs. Bridge (1990)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0101404/mediaviewer/rm3516570880?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjE1NTIxMjMzOV5BMl5BanBnXkFtZTcwNjc1NTcyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
The Ballad of the Sad Cafe (1991)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0113463/mediaviewer/rm1943379200?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTI1MjA3MDQ3Nl5BMl5BanBnXkFtZTcwNTkyNTUyMQ@@._V1_UY268_CR1,0,182,268_AL_.jpg"></a>
<div class="caption">
Jefferson in Paris (1995)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0117791/mediaviewer/rm1834654720?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTk2NTI4MTMwMV5BMl5BanBnXkFtZTcwMjE4ODcyMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Surviving Picasso (1996)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0120127/mediaviewer/rm1664850944?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQ1MjQ5ODc1OF5BMl5BanBnXkFtZTcwMjQyMjMyMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Side Streets (1998)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0200669/mediaviewer/rm520068352?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQyNTI0OTY3M15BMl5BanBnXkFtZTcwMDI1MTQyMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
The Golden Bowl (2000)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0338249/mediaviewer/rm359111936?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTQ3NzE0NzY0NF5BMl5BanBnXkFtZTcwNzYyNjgyMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Merci Dr Rey! (2002)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0384686/mediaviewer/rm3504378368?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMzMzMDgxNzQ4MV5BMl5BanBnXkFtZTcwMTczNjEzMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
The White Countess (2005)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/IsmaelMerchant content-->
<!--rec/Film/DesiConnection content-->
<section>
<div id="filmSomeDesi">
<h3>Some desi connection</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt0114106/?ref_=nm_flmg_act_22"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
The Peacock Spring (1996)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0349249/mediaviewer/rm1166053888?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNjYzNDY5MjQ5NV5BMl5BanBnXkFtZTcwNTk5MTQzMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Cosmopolitan (2003)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0480904/?ref_=nm_flmg_act_10"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Hiding Divya (2006)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0826772/?ref_=nm_flmg_act_9"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
The Papdits (2006)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0213985/mediaviewer/rm4264399360?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTIxNDQ4NDI2M15BMl5BanBnXkFtZTcwMTI1MjU0MQ@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
Partition (2007)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2180423/?ref_=nm_flmg_act_1"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTU2NDYwNjg1NV5BMl5BanBnXkFtZTgwNzYzNjcwMDE@._V1_UY268_CR110,0,182,268_AL_.jpg">&lt;
/a&gt;</a>
<div class="caption">
Jadoo (2013)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1934231/mediaviewer/rm1062387456?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNTI3ODQwNDAzN15BMl5BanBnXkFtZTcwMDg5NDExNg@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
Delhi Belly (2011)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0166175/mediaviewer/rm911318016?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTI0MDk3ODQ4M15BMl5BanBnXkFtZTcwMDQ1NDkyMQ@@._V1_UY268_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
East Is East (1999)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0168529/mediaviewer/rm2443714304?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNWY0Yjc5OTItMDNkYy00ZDdmLTlkYTgtYjlhMTdmZmZiMWNhXkEyXkFqcGdeQXVyNjYwOTkwNzQ@._V1_UY268_CR28,0,182,26%208_AL_.jpg"></a>
<div class="caption">
Bombay Boys (1998)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2204540/mediaviewer/rm4059363328?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTkyMDU3NjM5NV5BMl5BanBnXkFtZTgwNTYzODczMzE@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Brahmin Bulls (2013)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0073341/mediaviewer/rm929810176?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BNDQ1NjQ0Mjk4N15BMl5BanBnXkFtZTgwODUwNzU2MjE@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
The Man Who Would Be King (1975)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0095584/?ref_=nm_flmg_act_32"><img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png"></a>
<div class="caption">
Manika, une vie plus tard (1989)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0425326/mediaviewer/rm571380480?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTI0MzU5NTEwNF5BMl5BanBnXkFtZTcwNzIxMDU1MQ@@._V1_UY268_CR7,0,182,268_AL_.jpg"></a>
<div class="caption">
Outsourced (2006)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1012757/mediaviewer/rm3531002368?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTc2MDY5NjIxNV5BMl5BanBnXkFtZTgwNjU4MTA2MDE@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Loins of Punjab Presents (2007)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2356180/mediaviewer/rm3825968896?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMTY1Nzg4MjcwN15BMl5BanBnXkFtZTcwOTc1NTk1OQ@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
Bhaag Milkha Bhaag (2013)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0435706/mediaviewer/rm2605159424?ref_=tt_ov_i"><img alt="film" src="http://ia.media-imdb.com/images/M/MV5BMjI0MzgwNjI1NV5BMl5BanBnXkFtZTcwNDAzNzc5MQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Nina's Heavenly Delights (2006)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href=""><img alt="film" src=""></a>
<div class="caption"></div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/DesiConnection content-->
<!--rec/Film/USCommercial content-->
<section>
<div id="filmUSComm">
<h3>US Commercial</h3><br>
<section class="mBox-container">
<div class="mBox">
<a href="http://www.imdb.com/title/tt2567712/board/nest/244640072?ref_=tt_bd_1"><img alt="film" src="http://www.imdb.com/title/tt2567712/mediaviewer/rm2679292416"></a>
<div class="caption">
Starred Up
</div>
</div>
<div class="mBoxSpacer"></div>
<section class="mBox-container">
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Last_King_of_Scotland_(film)#Plot"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d9/Last_king_of_scotland_uk.jpg/220px-Last_king_of_scotland_uk.jpg" /></a>
<div class="caption">
The Last King of Scotland (2006) re:Idi Amin
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Departed"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/50/Departed234.jpg/220px-Departed234.jpg" /></a>
<div class="caption">
The Departed (2006) directed by Martin Scorsese
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Letters_from_Iwo_Jima"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/8/87/Letters_from_Iwo_Jima.jpg" /></a>
<div class="caption">
Letters from Iwo Jima (2006) directed by Clint Eastwood
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_History_Boys_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/3/3f/The_History_Boys_%28film%29.JPG" /></a>
<div class="caption">
The History Boys (2006), adapted from play which won 05 Olivier/ 06 Tony Awards
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Sweeney_Todd:_The_Demon_Barber_of_Fleet_Street_(2007_film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/4/4b/Sweeneylarge.jpg" /></a>
<div class="caption">
Sweeney Todd (2007), Johnny Depp as The Demon Barber of Fleet Street
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Into_the_Wild_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/8/8a/Into-the-wild.jpg" /></a>
<div class="caption">
Into the Wild (2007) drama survival film-Sean Penn(dir) - 1996 non-fiction bk of same name.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Bourne_Ultimatum_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/f/fe/The_Bourne_Ultimatum_%282007_film_poster%29.jpg" /></a>
<div class="caption">
The Bourne Ultimatum (2007) Matt Damon
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Assassination_of_Jesse_James_by_the_Coward_Robert_Ford"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/a/ab/Assassination_poster.jpg" /></a>
<div class="caption">
The Assassination of Jesse James... 2007 revisionist Western film
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Starting_Out_in_the_Evening"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/6/6a/SOITE_poster.jpg" /></a>
<div class="caption">
Starting Out in the Evening(2007)aging author approached by Brown U grad student.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2567712/board/nest/244640072?ref_=tt_bd_1"><img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTczOTY4MTg2OF5BMl5BanBnXkFtZTgwNTM2NzcxMjE@._V1_SY1000_CR0,0,674,1000_AL_.jpg" /></a>
<div class="caption">
Starred Up (buzz abt. impossible-to-decipher accents in this movie)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Dark_Knight_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/Dark_Knight.jpg/220px-Dark_Knight.jpg" /></a>
<div class="caption">
2008
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Gran_Torino"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/c6/Gran_Torino_poster.jpg/220px-Gran_Torino_poster.jpg" /></a>
<div class="caption">
2008
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Wrestler_(2008_film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/3e/The_Wrestler_poster.jpg/220px-The_Wrestler_poster.jpg" /></a>
<div class="caption">
aging professional wrestler befriends stripper etc.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Frozen_River"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/2/2e/Frozen-river-movie-poster.jpg/215px-Frozen-river-movie-poster.jpg" /></a>
<div class="caption">
2008 crime drama film abt 2 working-class women who smuggle immigrants frm Canada to US
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Mongol_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/8/81/Mongol_poster.jpg/220px-Mongol_poster.jpg" /></a>
<div class="caption">
The Rise of Genghis Khan
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/An_Education"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/7/74/Education_ver3.jpg/220px-Education_ver3.jpg" /></a>
<div class="caption">
2009 60s london
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Hurt_Locker"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/6/6c/HLposterUSA2.jpg/220px-HLposterUSA2.jpg" /></a>
<div class="caption">
2008 war film about an Iraq War Explosive Ordinance Disposal team
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Inglourious_Basterds"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/Inglourious_Basterds_poster.jpg/220px-Inglourious_Basterds_poster.jpg" /></a>
<div class="caption">
2009 German-American war film written/dir by Quentin Tarantino
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/500_Days_of_Summer"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d1/Five_hundred_days_of_summer.jpg/220px-Five_hundred_days_of_summer.jpg" /></a>
<div class="caption">
2009 highly rated rom-com (@ end he meets 'Autumn') :-(
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Invictus_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/0/05/Invictus-poster.png" /></a>
<div class="caption">
2009 Mandela, rugby - Eastwood
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Star_Trek_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/2/29/Startrekposter.jpg/220px-Startrekposter.jpg" /></a>
<div class="caption">
2009 film
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_King%27s_Speech"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/a/a0/Kings_speech_ver3.jpg" /></a>
<div class="caption">
2010
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Social_Network">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/7/7a/Social_network_film_poster.jpg" /></a>
<div class="caption">
2010 the founding of Facebook
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Fighter">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/9/93/The_Fighter_Poster.jpg" /></a>
<div class="caption">
2010 boxing film
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Inception">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/2/2e/Inception_%282010%29_theatrical_poster.jpg" /></a>
<div class="caption">
2010 science fiction heist thriller film
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Shutter_Island_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/7/76/Shutterislandposter.jpg" /></a>
<div class="caption">
2010 'neo-noir' thriller dir Scorsese
</div>
</div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Burn_After_Reading"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/4/42/Burn_After_Reading.png/220px-Burn_After_Reading.png" /></a>
<div class="caption">
2008 black comedy (Coen bros, O brother...)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/True_Grit_(2010_film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/c/ce/True_Grit_Poster.jpg" /></a>
<div class="caption">
2010 Revisionist Western (Coen bros /Spielberg)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Hail,_Caesar!">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/0/01/Hail%2C_Caesar%21_Teaser_poster.jpg" /></a>
<div class="caption">
'50s Hollywood (Coen bros)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Drive_(2011_film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/1/13/Drive2011Poster.jpg" /></a>
<div class="caption">
2011 neo-noir crime thriller
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Girl_with_the_Dragon_Tattoo_(2011_film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/8/80/The_Girl_with_the_Dragon_Tattoo_Poster.jpg" /></a>
<div class="caption">
2011 Swedish-American psychological thriller
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Tree_of_Life_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/4/4e/Thetreeoflifeposter.jpg" /></a>
<div class="caption">
50s Texas; v. highly rated
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Margin_Call_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/6/62/Margin_Call.jpg" /></a>
<div class="caption">
initial stages of the financial crisis of 2007–08, "easily the best Wall Street movie ever made"
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</section>
</div>
</section><!--rec/Film/USCommercial content-->
<!--rec/Film/Other content-->
<div id="filmOther">
<h3>Other film</h3><br>
<section class="mBox-container">
<div class="mBox"></div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/Film/Other content-->
<!--rec/Film/filmIntl content-->
<section><div id="filmIntl">
<section class="mBox-container">
<h3>Int'l</h3><br>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Counterfeiters_(2007_film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/0/08/Counterfeiters_ver3.jpg" /></a>
<div class="caption">
(2007) flooding the Reich w/fake notes
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/La_Vie_en_rose_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/La_Vie_en_Rose_poster.jpg/220px-La_Vie_en_Rose_poster.jpg" /></a>
<div class="caption">
(2007) bio-Piaf
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/4_Months,_3_Weeks_and_2_Days"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/4/41/4months3weeks%262days_poster.jpg/220px-4months3weeks%262days_poster.jpg" /></a>
<div class="caption">
set in Communist Romania ~ final yrs of Ceaușescu era
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Lust,_Caution"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/32/Lust_caution.jpg/220px-Lust_caution.jpg" /></a>
<div class="caption">
Spy movie set in Hong Kong in 1938 and in Shanghai in 1942
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Edge_of_Heaven_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/f/f5/Auf_der_anderen_Seite.jpg/215px-Auf_der_anderen_Seite.jpg" /></a>
<div class="caption">
2007 Turkish-German drama
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Roman_de_Gare"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/8/82/Romandegare.jpg/220px-Romandegare.jpg" /></a>
<div class="caption">
2007 French film French slang for "trashy novel fr. train station"
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Revanche_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/a/a4/Revanchefilmposter.jpg/220px-Revanchefilmposter.jpg" /></a>
<div class="caption">
Viennese ex-con & Ukrainian prostitute - bank robbery.
</div>
</div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Song_of_Sparrows"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/6/66/The_Song_of_Sparrows%2C_2008_film.jpg/220px-The_Song_of_Sparrows%2C_2008_film.jpg" /></a>
<div class="caption">
a 2008 Iranian movie man works @ ostrich farm; fired when an ostrich escapes
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Three_Monkeys"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/b/bf/Three_Monkeys_VideoCover.png/220px-Three_Monkeys_VideoCover.png" /></a>
<div class="caption">
2008 Turkish film İstanbul
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_White_Ribbon"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d6/White_ribbon.jpg/220px-White_ribbon.jpg" /></a>
<div class="caption">
2009 black-and-white German-language drama the roots of evil
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/A_Prophet"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d1/A_Prophet.jpg/220px-A_Prophet.jpg" /></a>
<div class="caption">
2009 French prison drama-crime film: the Corsicans vs the Muslims.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Soul_Kitchen_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/a/a0/SoulKitchenFilmPoster.jpg"></a>
<div class="caption">
2009 German comedy film re: Greek tavern in Hamburg
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Animal_Kingdom_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/4/40/Animal_kingdom_poster.jpg" /></a>
<div class="caption">
cop-shooters in '88 Melbourne, Austr.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Fish_Tank_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d7/Fish_tank_poster.jpg/330px-Fish_tank_poster.jpg" /></a>
<div class="caption">
2009 British drama film / 15yr old in an East London council estate
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Ghost_Writer_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/1/1a/The_Ghost_Writer_poster.png" /></a>
<div class="caption">
2010 pol thriller film directed by Roman Polanski.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Somewhere_(film)">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/a/a0/Somewhere_Poster.jpeg" /></a>
<div class="caption">
explores ennui among Hollywood stars / Chateau Marmont / S. coppola
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Yi_Yi">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/5/5c/Yiyiposter.jpg" /></a>
<div class="caption">
3 generations of middle-class Taiwanese family in Taipei.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/In_the_Mood_for_Love#Critical_reception">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/4/45/In_the_Mood_for_Love_movie.jpg" /></a>
<div class="caption">
Hong Kong in 1962, v. highly rated movie
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h">
<img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div></section>
<!--rec/Film/filmIndie content-->
<section><div id="filmIndie">
<section class="mBox-container">
<h3>Independent</h3><br>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Water_(2005_film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/8/86/Water_%282005_film%29_cover_art.jpg" /></a>
<div class="caption">
Water (2005), India in 1938, movie follows Fire(1996) &amp; Earth(1998). Deepa Mehta/Anurag Kashyap
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/The_Namesake_(film)"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/8/8b/The_Namesake.jpg" /></a>
<div class="caption">
(2006) based upon J. Lahiri's bk / Mira Nair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Slumdog_Millionaire"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/92/Slumdog_Millionaire_poster.png/250px-Slumdog_Millionaire_poster.png" /></a>
<div class="caption">
2008 British drama film
</div>
</div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/District_9"><img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d7/District_nine_ver2.jpg/220px-District_nine_ver2.jpg" /></a>
<div class="caption">
2009 science fiction thriller aliens in '82 Jo'burg
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h"><img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h"><img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h"><img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h"><img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="h"><img alt="film" src="h" /></a>
<div class="caption">
S
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div></section>
<!--rec/Film/filmPalekar content-->
<section><div id="filmPalekar">
<section class="mBox-container">
<h3>Amol Palekar</h3><br>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0072064/?ref_=nm_flmg_act_53">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNjdmMmM2MWItMTFkNy00ZTIzLTg0MTMtOTUxODdhODY2ZGY2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR6,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1974) A Delhi-based woman in a steady relationship gets an old Mumbai flame back in her life.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0072777/?ref_=nm_flmg_act_51">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTU5MTc0ODE3MF5BMl5BanBnXkFtZTcwMjM5MzIyMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1975) "established Amol Palekar as having an uncommon comic talent for playing mousy characters..."
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0157460/?ref_=nm_flmg_act_50">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEzNDU4NzUwNV5BMl5BanBnXkFtZTgwODYwOTk1MDE@._V1_UY268_CR9,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1976) Bombay Zarina Wahab
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0075747/?ref_=nm_flmg_act_47">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BYzk2Y2JmMTYtMDQ4MS00YTIxLWI0MzgtNTVhNGRmNDJkNjRlXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR10,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1977) Smita Patil, Dina Pathak, Naseeruddin Shah |Girish Karnad (screenplay)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0316733/?ref_=nm_flmg_act_46">
<img alt="film" src="h" /></a>
<div class="caption">
(1977) taxi-driver Tun Tun, Mehmood Jr.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0150718/?ref_=nm_flmg_act_44">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNWExNWQ5ZGMtNzBlMi00MjhmLTlmODEtZjVkNjY1OTdlZjJiXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR2,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1977) Bombay
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0158179/plotsummary?ref_=tt_ov_pl">
<img alt="film" src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/140x209/film-4001654135._CB271193464_.png" /></a>
<div class="caption">
(1978) Panchgani Keshto Mukherjee, Asrani, Iftekhar
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0079364/?ref_=nm_flmg_act_34">
<img alt="film" src="" /></a>
<div class="caption">
Jeena Yahan (1979) Shabana Azmi, Dina Pathak
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0157320/?ref_=nm_flmg_act_33">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMWYxZWNkNDgtZjQ5ZS00ZjJkLWI0NWQtZGYxOGMwYzdjMTA2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR5,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1980) Utpal Dutt, Shabana Azmi, Girish Karnad
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0178185/?ref_=nm_flmg_act_32">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BM2JlNDgxMmEtNmY0Ni00Y2YyLTliZmUtMjY0MWQ4OTM0ZDg0XkEyXkFqcGdeQXVyMjU4NDY1ODA@._V1_UY268_CR43,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1980) Rajesh Khanna, Rakhee Gulzar, Rekha |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt1142320/?ref_=nm_flmg_act_31">
<img alt="film" src="" /></a>
<div class="caption">
(1981)Plot No. 5
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0082796/?ref_=nm_flmg_act_30">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjM2YjQyOGMtMzU0Zi00OGUwLWE0MDEtMjExN2RmYWNlNjcyXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR5,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1981) Director: Hrishikesh Mukherjee | Swaroop Sampat, Utpal Dutt |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/year/1982/?ref_=tt_ov_inf">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNTU2NWUyZmEtMDgwOC00ZjhkLTgyMGMtOWQyNzQ3MGI5OWQ5XkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY268_CR5,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1982) Sanjeev Kumar, A.K. Hangal, Deepti Naval|
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="">
<img alt="film" src="" /></a>
<div class="caption">
(1983) |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0086170/?ref_=nm_flmg_act_18">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNzA5NTM5MDktOTU0NS00YTNhLTk1NWItY2EwODQwYTJkZDI3XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR3,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1982) Hrishikesh Mukherjee | Amol Palekar, Parveen Babi, Farooq Shaikh |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0305993/?ref_=nm_flmg_act_17">
<img alt="film" src="" /></a>
<div class="caption">
Pyaasi Aankhen (1983) | Shabana Azmi, Amol Palekar, Waheeda Rehman
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0088227/?ref_=nm_flmg_act_14">
<img alt="film" src="" /></a>
<div class="caption">
Tarang (1984) |Smita Patil, Shreeram Lagoo, Girish Karnad, Om Puri
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244567/?ref_=nm_flmg_act_11">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMDhkN2M4ZTctOTY1ZC00MjEwLWEzNTctZDBkM2FiYmY1NTcwXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY268_CR1,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1984) |Director: Hrishikesh Mukherjee
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0089413/?ref_=nm_flmg_act_10">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTkwNzE3NTM3NV5BMl5BanBnXkFtZTcwNzUyNDE0MQ@@._V1_UY268_CR3,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1985) | murder mystery on set
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0249358/?ref_=nm_flmg_act_9">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BZDU2MzFkYmItZTllNC00OGFiLWI5ZWMtOWQ2OTFlYTY1ZWM1XkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY268_CR1,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1985) | astrologer
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0270219/?ref_=nm_flmg_act_7">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMzg0Yzg0M2YtOTAzYy00Y2Q2LWFjNzQtNjE4MGE1MGQzNDIwXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX182_CR0,0,182,268_AL_.jpg" /></a>
<div class="caption">
(1986) | 10th Road, Juhu, Bombay Utpal Dutt
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt2624346/?ref_=nm_flmg_act_6">
<img alt="film" src="" /></a>
<div class="caption">
Mr. X (1987) | Tom Alter, Shabana Azmi, Amjad Khan
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div></section>
<!--rec/Film/filmHrMukherjee content-->
<section><div id="filmHrMukherjee">
<section class="mBox-container">
<h3>Hrishikesh Mukherjee</h3><br>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244409/?ref_=fn_al_tt_1">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNzkzMjVjOTQtYzgyOC00ZmM0LTk1YjUtNDU4ZTcyNzVlZWQ4XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR10,0,182,268_AL_.jpg"></a>
<div class="caption">
(1962)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0060444/?ref_=nm_flmg_dr_38">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BZDM0ODljZjgtZGQwZS00YTY3LWJjNDAtN2FlNTA5MTFmYTEzXkEyXkFqcGdeQXVyNjczMDYzNDI@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
(1966) Believing himself to be a suspect for embezzlement in British India, a man must testify against non-violent freedom-fighters.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244430/?ref_=nm_flmg_dr_37">
<img alt="film" src=""></a>
<div class="caption">
Biwi Aur Makan (1966) 4 guys come to Bombay & 2 of 'em dress in drag to get accomodation
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244443/?ref_=nm_flmg_dr_29">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNTcyYzI5Y2MtNWY4NS00OGFhLWFkYWItYTVlNGU0NTgzNTllXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
(1971) Bombay, Hanging gardens etc.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0068257/?ref_=nm_flmg_dr_28">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTg5NDIyNzAwOV5BMl5BanBnXkFtZTgwMjk3ODM3NDE@._V1_UY268_CR9,0,182,268_AL_.jpg"></a>
<div class="caption">
(1972)family has a reputation of not having any cook last long
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0069204/?ref_=nm_flmg_dr_27">
<img alt="film" src=""></a>
<div class="caption">
Sabse Bada Sukh (1972) Village born Lalloo re-locates to Bombay
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0070434/?ref_=nm_flmg_dr_25">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3NDMyMzM4NF5BMl5BanBnXkFtZTgwODAyMDU4MzE@._V1_UY268_CR9,0,182,268_AL_.jpg"></a>
<div class="caption">
(1973) Delhi, Calcutta
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0072783/?ref_=nm_flmg_dr_23">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjAzMjMzMzU2N15BMl5BanBnXkFtZTgwMDkxOTE3NDE@._V1_UY268_CR9,0,182,268_AL_.jpg"></a>
<div class="caption">
(1975)new husband plays a practical joke on wife's family
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Alaap">
<img alt="film" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/31/Alaap.jpg/220px-Alaap.jpg"></a>
<div class="caption">
Alaap (1977)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Chaitali_(film)">
<img alt="film" src=""></a>
<div class="caption">
Chaitali (1975) Dharmendra, based on novel of the same name by famed Bengali writer Ashapoorna Devi
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="https://en.wikipedia.org/wiki/Arjun_Pandit">
<img alt="film" src="https://en.wikipedia.org/wiki/File:Arjun_Pandit.jpg"></a>
<div class="caption">
1976 - Keshto
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244585/?ref_=nm_flmg_dr_14">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTk0MTk4NjAwOV5BMl5BanBnXkFtZTgwNDM1NDk5NTE@._V1_UY268_CR9,0,182,268_AL_.jpg"></a>
<div class="caption">
(1980)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244674/?ref_=nm_flmg_dr_17">
<img alt="film" src=""></a>
<div class="caption">
Naukri (1978)A.K. Hangal Rajesh Khanna Raj Kapoor
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0079382/?ref_=nm_flmg_dr_15">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BZTRiYWZmMjktMWQxMS00MjkxLTg5ZDQtNDc5OWI1NTM1MzhkXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR147,0,182,268_AL_.jpg"></a>
<div class="caption">
(1979) Hangal, Keshto, bachchan
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0082796/?ref_=nm_flmg_dr_13">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjM2YjQyOGMtMzU0Zi00OGUwLWE0MDEtMjExN2RmYWNlNjcyXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR5,0,182,268_AL_.jpg"></a>
<div class="caption">
(1981) Amol Palekar, Swaroop Sampat, Utpal Dutt |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244380/?ref_=nm_flmg_dr_10">
<img alt="film" src=""></a>
<div class="caption">
Achha Bura (1983) Amjad Khan, Ranjeet, Raj Babbar
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0244590/?ref_=nm_flmg_dr_9">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNGE0Njc0M2EtYjdhYi00ODM0LWI4MGEtODAxZTNlOWRkZmIzXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR1,0,182,268_AL_.jpg"></a>
<div class="caption">
(1983) Farooq Shaikh, Deepti Naval, Utpal Dutt |
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0262527/?ref_=nm_flmg_dr_1">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BN2MyMTk5N2YtZDQ3Yi00NzI4LTgyOTItOTNiMzZiMDU1NjkxXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
(1998)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div></section>
<!--rec/Film/filmSeijunSuzuki content-->
<section><div id="filmSeijunSuzuki">
<section class="mBox-container">
<h3>Seijun Suzuki</h3><br>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0051361/?ref_=nm_flmg_dr_48">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTMzNTAxODg4Ml5BMl5BanBnXkFtZTcwNTc3NDQyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
(1958) Released from prison, a gangster (Michitaro Mizushima) retrieves diamonds sought by fellow yakuza.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054325/?ref_=nm_flmg_dr_41">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BZjc2OTY4MDktZTFjOS00ZmRkLThhM2MtNDBjZjAzNTc4NGJiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY268_CR4,0,182,268_AL_.jpg"></a>
<div class="caption">
(1960) A prison truck is assaulted and the two convicts inside are murdered.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0053720/?ref_=nm_flmg_dr_39">
<img alt="film" src=""></a>
<div class="caption">
(1960)Two reporters of divergent morals investigate a drug ring, delving deeper into the underworld in the process.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054350/?ref_=nm_flmg_dr_38">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BNmNmYTkzNDMtMGVhMi00Y2Y3LTk0OTMtY2NjYzU2OWQzOTMyXkEyXkFqcGdeQXVyNjUwMTQ4NjE@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
(1960)young rebel Juro has to deal with an environment of crime and prostitution
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0054967/?ref_=nm_flmg_dr_35">
<img alt="film" src=""></a>
<div class="caption">
(1961)A Hell of a Guy | Muteppo-daisho (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0055404/?ref_=nm_flmg_dr_34">
<img alt="film" src=""></a>
<div class="caption">
(1961) The Man with the Hollow-Tip Bullets |
Sandanju no otoko (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0056989/?ref_=nm_flmg_dr_28">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTgwNDQzMDYwNV5BMl5BanBnXkFtZTgwNjY5Nzk1MDE@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Detective Bureau 2-3: Go to Hell Bastards (1963)
Kutabare akutô-domo - Tantei jimusho 23 (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0057697/?ref_=nm_flmg_dr_27">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTU5Nzg4OTk2OF5BMl5BanBnXkFtZTcwMjcyNTcyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Youth of the Beast (1963) Yajû no seishun (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0181956/?ref_=nm_flmg_dr_26">
<img alt="film" src=""></a>
<div class="caption">
The Bastard (1963)
Akutaro (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0058409/?ref_=nm_flmg_dr_23">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTkyOTgyNTM1OV5BMl5BanBnXkFtZTcwMzg0OTkyMQ@@._V1_UY268_CR7,0,182,268_AL_.jpg"></a>
<div class="caption">
Gate of Flesh (1964)
Nikutai no mon (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0059320/?ref_=nm_flmg_dr_19">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjAxMjM2ODgxOF5BMl5BanBnXkFtZTcwNjE4NDQyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Tattooed Life (1965)
Irezumi ichidai (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0061101/?ref_=nm_flmg_dr_17">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEwODg1Mzk5Nl5BMl5BanBnXkFtZTcwMDIwODAwMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
Tokyo Drifter (1966)
Tôkyô nagaremono (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0061882/?ref_=nm_flmg_dr_15">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTY2ODA1NDcyMV5BMl5BanBnXkFtZTcwNjk3MDYxMQ@@._V1_UX182_CR0,0,182,268_AL_.jpg"></a>
<div class="caption">
Jô Shishido,(1967)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0285906/?ref_=nm_flmg_dr_2">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEzOTE2MjQ2N15BMl5BanBnXkFtZTcwMjUxOTAyMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg"></a>
<div class="caption">
(2001) Pisutoru opera (original title)
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0089404/?ref_=nm_flmg_dr_6">
<img alt="film" src="http://criticsroundup.com/wp-content/uploads/2015/11/capone-cries-a-lot-still-526x284.jpg"></a>
<div class="caption">
(1985)... possibly the ne plus ultra of Seijun Suzuki provocations, and must be seen to be believed... Made entirely in Japan, and with dodgy English-language acting by both the Japanese and American performers, it’s an explosion of color and anachronistic costumes and hairstyles, with Kimura’s set design repurposing a Japanese amusement park to approximate the West Coast of the United States.
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.imdb.com/title/tt0057219/?ref_=fn_al_tt_1">
<img alt="film" src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEzNDYxMjc0NV5BMl5BanBnXkFtZTcwNzc3NDQyMQ@@._V1_UY268_CR3,0,182,268_AL_.jpg"></a>
<div class="caption">
Kantô mushuku (1963)
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div></section>
<!--rec/Planning content-->
<section>
<div id="planning">
<section class="mBox-container">
<div class="mBox">
<a href="http://www.levenger.com/Bomber-Jacket-Tyler-Folio-6134.aspx"><img alt="Folio" src="http://www.levimage.com/image/web/product/personal_accessor/folio_padholders/al7455.jpg" width=150px></a>
<div class="caption">
Bomber Jacket Tyler Folio
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/Note-Cards-16/Custom-Note-Cards-915/3-x-5-Cards-%20937/250-Personalized-3-%20x-5-%20Cards---Vertical-13683.aspx"><img alt="Jotting Index cards" src="http://www.levenger.com/Catalog/CardImages/ZOOMS/ADS80_A1.JPG" width=150px></a>
<div class="caption">
Custom Index NoteCards
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.crane.com/product/lincoln-vintage-metalsmith-tornado-rollerball-pen/VRR1331"><img alt="pen" src="http://www.crane.com/crnImages/VRR1331/zoom-v1-VRR1331.jpg" width=150px></a>
<div class="caption">
Lincoln Vintage Metalsmith Tornado Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/PENS---REFILLS-8/SHOP-BY-BRAND-34/AURORA-39/Aurora-Gemstone-Rollerball-13675.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/pen_ink/pens/ap16255_aurora-gemstone-rollerball_csw_aqm.jpg" width=150px></a>
<div class="caption">
Aurora Gemstone Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/PENS---REFILLS-8/SHOP-BY-BRAND-34/WATERFORD-1068/Waterford-Pallas-%20Rollerball-13643.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/pen_ink/pens/ap16295_waterford-pallas-rollerball_csw.jpg" width=150px></a>
<div class="caption">
Waterford Pallas Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/PENS---REFILLS-8/SHOP-BY-BRAND-34/PARKER-1070/Parker-Sonnet-Contort-Purple-Cisele-Rollerball-13551.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/pen_ink/pens/ap14065_parker-sonnet-contort-purple-cisele-rollerball_csw.jpg" width=150px></a>
<div class="caption">
Parker Sonnet Cisele Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/PENS---REFILLS-8/SHOP-BY-BRAND-34/FABER-CASTELL-41/Faber-Castell-e-Motion-Pure-Black-Rollerball-13487.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/pen_ink/pens/ap16125_faber-castell-e-motion-pure-black-rollerball_csw.jpg" width=150px></a>
<div class="caption">
Faber-Castell e-Motion Pure Black Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/PENS---REFILLS-8/SHOP-BY-BRAND-34/ACME-1066/ACME-Rhapsody-Rollerball-13457.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/pen_ink/pens/ap12755_acme-rhapsody-rollerball_csw.jpg" width=150px></a>
<div class="caption">
ACME Rhapsody Rollerball Pen
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.levenger.com/Pair-Of-Levenger-Single-Sheet-Cutters-421.aspx"><img alt="pen" src="http://www.levimage.com/image/web/product/desk_accessories/clips_cutters_tools/ad260_csw_rd.jpg" width=150px></a>
<div class="caption">
Single-Sheet Cutters
</div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section>
<!--rec/Planning content-->
<!--rec/Audio content-->
<section>
<div id="audio">
<section>
http://www.avsforum.com/<br>
http://www.klipsch.com/<br>
http://www.polkaudio.com/<br>
http://definitivetechnology.com/<br>
http://www.martinlogan.com/<br>
https://www.cambridgeaudio.com/<br>
http://www.bang- olufsen.com/da/collection/speakers/beolab-20<br>
http://www.jbl.com/loudspeakers/STUDIO +L890.html?dwvar_STUDIO%20L890_color=Black#start=1<br>
http://www.paradigm.com/products- current/type=tower/model=prestige-95f/page=overview<br>
http://kef.com/html/us/index.html<br>
http://www.bowers- wilkins.com/Speakers/Home_Audio/600_Series/683.html<br>
http://www.bostonacoustics.com/<br>
Sony Home Cinema Projector - VPL- HW40ES<br>
http://www.amazon.com/Koss-PortaPro- Headphones-with-Case/dp/B00001P4ZH/ref=sr_1_1?s=electronics&ie=UTF8&qid=1464305449&sr=1-1&keywords=Koss+PortaPro+Headphones+with+Case<br>
<a href="http://www.stereophile.com/search/node/tube%20amp%20vinyl%20entry-level%20setup%20type%3Aforum">Stereophile</a><br>
http://www.theabsolutesound.com/<br>
http://www.soundandvision.com/<br>
<a href="http://www.bestbuy.com/site/searchpage.jsp?st=AMD+Radeon%20+R9&id=pcat17071">Radeon</a><br>
<a href="http://www.bestbuy.com/site/sennheiser-rs-175-over-the-ear-wireless-%20headphone-system-black/2822013.p?id=1219561396856&skuId=2822013">Sennheiser over-the-ear wireless Headphones</a>
<br>
http://www.tomshardware.com/s/pc+4k/<br>
ASUS Sound Card Essence STX II<br>
Srch for "Essence ASUS headphone movie 2016" tinyurl.com/zrtpnn2<br>
<br>
http://www.dansdata.com/spkvshead.htm<br>
(forum) http://www.head-fi.org/<br>
https://www.headphone.com/collections/top-10-headphones/audiophile<br>
(srch results for headphones) http://tinyurl.com/mpt-headphones
</section>
</div>
</section><!--rec/Audio content-->
<!--rec/fin content-->
<section>
<div id="fin">
<section>
blcked srch res: http://www.tinyurl.com/hvvf5lr http://www.ft.com/global-economy<br>
http://www.economist.com/<br>
https://www.bloomberg.com<br>
<br>
http://tulipsandbears.com/<br>
http://www.itulip.com/<br>
http://www.shadowstats.com/<br>
http://www.gold-eagle.com<br>
http://www.kitco.com<br>
</section>
</div>
</section><!--rec/Fin content-->
<!--nyc/re content-->
<section>
<div id="re">
<section>
http://www.mansionglobal.com/newyork<br>
Rental <a href="http://streeteasy.com/for-rent/manhattan/status:open%7Cprice:-2000%7Csqft%20%3E=500%7Cbeds%3C1?view=map#pos=12/40.77547,-73.97747">studios</a> under 2k<br>
<br>
Studios for about $200/day - http://manhattan.marmaranyc.com/studio/<br>
<a href="http://www.bhsusa.com/for-sale/new-york-city">Brown harris</a> (also has rentals)<br>
<a href="http://www.zillow.com/homes/for_sale/hdfc_att/globalrelevanceex_sort/40.808547,-%2073.873014,40.7416,-%2074.019442_rect/12_zm/a752f575ecX1-CR187zxt422kzhp_17gt2i_crid/">HDFC</a> income-restr. apts on zillow.<br>
<a href="http://www.trulia.com/for_rent/New_York,NY/13_zm/40.73048088865914,40.82056720511156,-%2074.04242212280275,-73.88569528564454_xy/0-2000_price/map_v">trulia</a> has both for sale & for rent<br>
<br>
<a href="http://www.brickunderground.com/">Decent real-est site w/lots of articles</a><br>
<a href="http://www.curbed.com/">Curbed: nyc real estate</a><br>
<a href="http://www.apartmenttherapy.com/">Tips and things for living better in small spaces</a>
</section>
</div>
</section><!--nyc/re content-->
<!--rec/furniture content-->
<section>
<div id="furniture">
<section>
<b>(site below has WishList saved under email id)</b><br>
http://www.furniturelandsouth.com/<br>
http://www.hickoryfurniture.com/Furniture- Jonathan-Charles-Tables/ItemBrowser.aspx?action=attributes&ItemType=Furniture&Brand=Jonathan %20Charles&Type=Tables&TrailIndex=1<br>
http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/513/images/217%20jessicamcclintock %20cover.pdf
</section><!--A SECTION with cols for thumbnails-->
<section class="mBox-container">
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Reflections-Furniture-%20Outlet-Leather-Barrel-Chair/02Chair-P67/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/p67/image384/02chair.jpg" width=150px></a>
<div class="caption">
Leather- Barrel-Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Miles-Talbott-Chair/THO-LX-9521-TC-1227/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/1227/image1024/3074-1-lg-tho-lx-9521-tc.jpg" width=150px></a>
<div class="caption">
Miles Talbott Living Room Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Whittemore-Sherrill-Leather-Gallery-by-Reflections-%20Classics-Tufted-%20Leather-Chair-by/1610-01-P67/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/p67/image1024/1610-01.jpg" width=150px></a>
<div class="caption">
Tufted Leather Chair by Reflections
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Lexington-Cardiff-Chair/7531-11-8/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/8/image384/7531-11.jpg" width=150px></a>
<div class="caption">
Lexington Living Room Cardiff Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Thomasville-Vienna-Chair/HS331%20013-%20976/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/976/image384/hs331013002_91206s.jpg" width=150px></a>
<div class="caption">
Thomasville Vienna Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hancock-and-Moore-%20Lincoln-Tufted-Chair/1777-%20965/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/965/image384/1777_lincoln_oc_hr.jpg" width=150px></a>
<div class="caption">
Lincoln- Tufted-Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hancock-and-%20Moore-%20Kenneth-Chair/5060-%20965/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/965/image384/5060_kenneth_st_hr.jpg" width=150px></a>
<div class="caption">
Kenneth Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hancock-and-Moore-George-%20III-Wing-Chair/9752-%20965/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/965/image384/9752_george_wc_hr.jpg" width=150px></a>
<div class="caption">
George III Wing Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hancock-and-Moore-George-%20III-Tufted-Wing-Chair/9751-%20965/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/965/image384/9751_george_wc_hr.jpg" width=150px></a>
<div class="caption">
George III Tufted Wing Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Marge-Carson-Chandler-Chair/CHD41A-%201155/ItemInformation.aspx"><img alt="chair" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/1155/image384/chd41a-p1.jpg" width=150px></a>
<div class="caption">
Chandler Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/michael-amini-knightsbridge-charterhse-leather-chair-fs-knght35-gll-43"><img alt="chair" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/AICO11107.jpg" width=150px></a>
<div class="caption">
Michael Amini Knightsbridge Charterhse Leather Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/michael-%20amini-chair-and-a-half-54838-chpgn-04"><img alt="chair" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/AICO10401.jpg" width=150px></a>
<div class="caption">
Michael Amini Chair and a Half
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/francesco-molon-leather-wing-chair-p82"><img alt="chair" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/FRANC10486.jpg" width=150px></a>
<div class="caption">
Francesco Molon Leather Wing Chair
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Habersham-Plantation-Corporation-Small-Marcelle-Chest/17-2601-%20605/ItemInformation.aspx"><img alt="chest" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/605/image384/500_17-%202601.jpg" width=150px></a>
<div class="caption">
Small Marcelle Chest
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Tall-Floral-Painted-Chest-On-Sta/493513-993/ItemInformation.aspx"><img alt="chest" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/493513.jpg" width=150px></a>
<div class="caption">
Floral painted chest
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Chaddock-Petite-Camille-Small-Chest/MM1489-06-1375/ItemInformation.aspx"><img alt="sm chest" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/1375/image1024/mm1489-06.jpg" width=150px></a>
<div class="caption">
Chaddock- Petite-Camille-Small-Chest
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hooker-Furniture-Chatelet-Floor-Mirror-wJewelry-/5351-50003-5/ItemInformation.aspx"><img alt="mirror" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/5/image384/5351-50003silo.jpg" width=150px></a>
<div class="caption">
Chatelet Floor Mirror
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Hooker-Furniture-Rhapsody-Floor-Mirror-wJewelry-/5073-50001-5/ItemInformation.aspx"><img alt="mirror" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/5/image384/5073-50001.jpg" width=150px></a>
<div class="caption">
Furniture Rhapsody Floor
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Black-Gold-Drinks-Cabinet/492356-993/ItemInformation.aspx"><img alt="Cabinet" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492356.jpg" width=150px></a>
<div class="caption">
Black Gold Drinks Cabinet
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Black-Chinoiserie-Drinks-Cabinet/492705-993/ItemInformation.aspx"><img alt="Cabinet" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492705.jpg" width=150px></a>
<div class="caption">
Black Chinoiserie Drinks Cabinet
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Chaddock-Prince-Bar-TV-Cabinet/1285-49-1375/ItemInformation.aspx"><img alt="bar/cabinet" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/1375/image1024/1285-49.jpg" width=150px></a>
<div class="caption">
Chaddock- Prince-Bar-TV-Cabinet
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/guildmaster-provence-drink-cabinet-718532"><img alt="bar/cabinet" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/GUILD10877.jpg" width=150px></a>
<div class="caption">
Guildmaster Provence Drink Cabinet
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Mahogany-Drum-Table-Green/492611-993/ItemInformation.aspx"><img alt="Table" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492611.jpg" width=150px></a>
<div class="caption">
Mahogany Drum Table
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Walnut-Eglomise-Side-Table/492071-993/ItemInformation.aspx"><img alt="sm table" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492071.jpg" width=150px></a>
<div class="caption">
Walnut Eglomise Side Table
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Rope-Twist-Round-Side-Table/492512-993/ItemInformation.aspx"><img alt="side table" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492512.jpg" width=150px></a>
<div class="caption">
Rope Twist Round side table
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Jonathan-Charles-Lapis-Blue-Eglomise-With-Mahogan/492454-993/ItemInformation.aspx"><img alt="eglomise" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image384/492454.jpg" width=150px></a>
<div class="caption">
Lapis Blue Eglomise With Mahogan
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.hickoryfurniture.com/Furniture-Jonathan-Charles-Tables/ItemBrowser.aspx?action=attributes&ItemType=Furniture&Brand=Jonathan%20Charles&Type=Tables&TrailIndex=1"><img alt="tables" src="http://s3.amazonaws.com/images2.eprevue.net/p4dbimg/993/image200/492145.jpg" width=150px></a>
<div class="caption">
Jonathan Charles Tables
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/artitalia-group-armoire-dc367"><img alt="armoire" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/ARTIT10099.jpg" width=150px></a>
<div class="caption">
Artitalia Group Armoire
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/francesco-molon-armoire-with-two-doors-i6l"><img alt="armoire" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/FRANC10250.jpg" width=150px></a>
<div class="caption">
Francesco Molon 2 dr armoire
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/artitalia-group-credenza-cot-176-bp"><img alt="credenza" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/ARTIT10075.jpg" width=150px></a>
<div class="caption">
Artitalia Group Credenza
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/artitalia-group-credenza-in-oak-cot-160"><img alt="credenza" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/ARTIT10061.jpg" width=150px></a>
<div class="caption"></div>Artitalia Group Credenza in Oak
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/hooker-furniture-true-vintage-king-upholstered-%20poster-bed-5701-90666c"><img alt="bed" src="https://s3.amazonaws.com/flswordpressmedia/media/product-%20catalog/base/HOOKE13342.jpg" width=150px></a>
<div class="caption">
Hooker furniture vintage king poster bed
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/guildmaster-heritage-caned-bench-652502"><img alt="bench" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/GUILD10540.jpg" width=150px></a>
<div class="caption">
Guildmaster Heritage Caned Bench
</div><br>
Note: This design can also be used for a bench swing (custom)
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/karges-%20furniture-georgian-chest-0703"><img alt="chest" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/KARGS10164.jpg" width=150px></a>
<div class="caption">
Karges Furniture Georgian Chest
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/four-%20hands-large-desk-vlls-01-11-fh"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/FOURH11268.jpg" width=150px></a>
<div class="caption">
Four Hands Large desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/hooker-%20furniture-kendrick-junior-executive-desk-1060-10562"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/HOOKE12450.jpg" width=150px></a>
<div class="caption">
Hooker Furniture Kendrick jr exec desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/hooker-%20furniture-la-maison-writing-desk-5437-10458"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/HOOKE13256.jpg" width=150px></a>
<div class="caption">
Hooker Furniture la maison Writing desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/hooker-%20furniture-sanctuary-60-writing-desk-dune-beach-3002-10458"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/HOOKE11028.jpg" width=150px></a>
<div class="caption">
Hooker Furniture Sanctuary 60" Writing Desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/lorts-%20three-drawer-writing-desk-1223"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/LORTS10106.jpg" width=150px></a>
<div class="caption">
Lorts Three Drawer Writing Desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href="http://www.furniturelandsouth.com/shop-furniture/theodore-alexander-chippendales-signature-writing-desk-7105-213"><img alt="desk" src="https://s3.amazonaws.com/flswordpressmedia/media/product-catalog/base/THALX12206.jpg" width=150px></a>
<div class="caption">
Theodore Alexander Chippendale's Signature Writing Desk
</div>
</div>
<div class="mBoxSpacer"></div>
<div class="mBox">
<a href=""><img alt="chest" src="" width=150px></a>
<div class="caption"></div>
</div>
<div class="mBoxSpacer"></div>
</section>
</div>
</section><!--rec/furniture content-->
<!--nyc/storage content-->
<section>
<div id="NYCStorage">
<p>Manhattan Mini Storage www.manhattanministorage.com<br>
Makespace https://makespace.com/nyc/<br>
Box Butler http://www.yelp.com/biz/box-butler- new-york<br>
OR dump stuff in Edison/Philly (cheaper + less crowded + less hassles)</p>
<p>NOTE: MOST MANHATTAN SITES DON'T HAVE TRUE 24X7 ACCESS, ONLY DAYTIME ACCESS. ALSO, IF THEY DELIVER THERE MIGHT BE DELAYS etc.</p>
<p>JAN. 22, 2013 Gotham Mini Storage</p>
<p>Prices range from $39 a month for a 64- cubic-foot locker reached by a stepladder, to $2,000 for a garage- size space. In contrast, a similar 64-cubic-foot space at Manhattan Mini Storage this week was $57 a month, with a year lease, at most locations. Prices started at $70 a month, for a slightly larger space, at Tuck-It-Away, which is based in Upper Manhattan.</p>
<p>2016:Gotham Mini Storage Locker Promotion Rent a storage locker for $79/month at Gotham Mini Storage and save 50% for the first three months.</p>
<p>There are about 30 self-storage facilities in Manhattan. Manhattan Mini Storage, which has been in business since the 1970s, owns 17 of those properties. (NYT 08:) A 10-by-10-by-8-foot space runs about $300 a month. manhattanministorage.com. Spaces start at 4 by 4 by 5 feet, and one of the most popular is a closet that size with a hanging rod and shelves, "so people can store out-of-season clothing,"" he said. The monthly cost is $45. The company provides a key card for access to the building and elevator, and the customer provides a lock.</p>
<p>CubeSmart ... enjoy a range of new services, like a courier that can shuttle boxes to tenants' homes its employees can sign for packages, which is important for tenants who run their businesses out of their storage areas and who make up about 30 percent of CubeSmart's tenants</p>
<p>Tuck-It-Away, one of the oldest operators in the city, owns 14 facilities with a total of about one million square feet of space.</p>
<p>''Most people rent twice as much space as they really need,'' said Edward Troianello, the president of the Self-Service Storage Association of New York. So calculate carefully and conservatively. According to Mr, Troianello, a three-piece bedroom set, plus the boxed contents of a bedroom closet, can fit into a 5-by-5-by-8-foot storage room</p>
<p>(NYT 14:)start-ups like MakeSpace charge roughly $220 a month for 36 square feet of space at an offsite warehouse.</p>
<p><br>
https://www.publicstorage.com/storage-search- landing.aspx?location=edison+nj<br>
Storage Units Off Old Post Road in Edison, NJ --<br>
SMALL 5' x 5'<br>
*Climate Controlled<br>
*Inside unit/1st Floor 1 Left $69/mo.<br>
Online Special* $74 In-store<br></p>
</div>
</section><!--nyc/storage content-->
<!--nyc/desi content-->
<section>
<div id="NYCdesi">
<section>
<div id="NYCdesiStuff">
<br>
(Note: These work in lib browser)<br>
Some girl who moved from Minn to NYC - http://101baddesidates.blogspot.com/<br>
Amardeep Singh (dated site but lotsa links) = http://www.lehigh.edu/~amsp/2005/04/desi-weekend-indian-bloggers-bob- nyc.html<br>
SruTHI's decorating website - http://theeastcoastdesi.blogspot.com/<br>
SAJA Form desi spotting - http://www.sajaforum.org/desi_spotting/<br>
<a href="http://www.garamchai.com/desiassc.htm">Professional Indian Associations (net-ip, tie, etc.)</a><br>
<a href="https://siliconeer.com">Valley desi site</a><br>
Mohan's custom tailoring - http://www.mohancustomtailors.com/<br>
<br><br><br>
Bhel, chaat, etc @ Murrah Hill & Village http://www.desi-galli.com/<br>
Nisha's Desi Street Food Site LOTS of info - http://indianstreetfoodie.com/<br>
<br>
punjabi forum (chk out jokes)- http://www.desicomments.com/desi/janmashtami/<br>
Daandiyaa TOO! host events all over, website only works in IE -&gt; www.desiparty.com<br>
<br>502 error?! "http://nycpunjabigal.blog.com/"
</div>
</section>
</div>
</section><!--nyc/desi content-->
<!--nyc/misc content-->
<section>
<div id="NYCmisc">
<br>
<br>
somewhat interesting:<br>
https://batteryrooftopgarden.org<br>
http://www.bikeblognyc.com/ & page/2/ etc.
<p></p><br>
<a href="http://nypost.com/">NY Post</a><br>
<br>
<a href="https://www.vice.com/read/dumpster-diving-on-the-upper-west-side-511">VICE</a><br>
<a href="www.nydailynews.com">NY Daily News</a><br>
<a href="http://www.thedailybeast.com/articles/2015/06/19/why-we-love-to-loathe-manhattan-s-upper-east-side-from-f-scott-fitzgerald-to-odd-mom-out.html">Why We Love to Loathe Manhattan's UES...</a><br>
<a href="http://www.amny.com/real-estate/city-living/manhattan/upper-west-side-1.7059835?image=2">AM NY</a><br>
<a href="http://abc7ny.com/">ABC7 NY</a><br>
<a href="http://newyork.cbslocal.com">CBS NY</a><br>
<a href="http://www.yelp.com/biz/europan-cafe-new-york-9">Europan Cafe - 11 Reviews - Cafes - Upper West Side - New ...</a><br>
<a href="https://www.rottentomatoes.com/m/those_people_2016/">Those People (2016) - Rotten Tomatoes</a><br>
<a href="http://westsidewords.com/">westsidewords</a><br>
<a href="https://www.airbnb.com/locations/new-york/upper-west-side">Airbnb but lotsa gd photos</a><br>
<a href="http://untappedcities.com/">http://untappedcities.com/</a><br>
<a href="http://www.toochicformeat.com/nyctour/">Vegan NYC Tour</a><br>
<a href="http://ny.eater.com/">ny.eater</a><br>
<a href="http://www.humansofnewyork.com/">(blocked)humansofnewyork</a><br>
<a href="http://www.westsiderag.com/">(blocked)WestSideRag (seems gd)</a><br>
<a href="http://therumpus.net/2016/07/the-upper-far-east/">(blocked)The Upper Far East - The Rumpus.net</a><br>
<a href="http://www.lifeintheapple.com/uptown.html">life in the apple (blocked)</a><br>
<a href="http://www.yelp.com/biz/one-riverside-park-new-york">Yelp rev</a>
<p><br>
srch results for manhattan veggie places: http://tinyurl.com/z9bh8qq<br>
<br>
- 252 Manhattan veggie restaurants at http://www.vegguide.org/region/5<br>
(but v. few rated well, lots of cafes & raw/vegan stuff) top choices have been listed below.<br>
Hummus Kitchen - 768 9th Avenue 212-333- 3009<br>
Gd rev from NYT, also has falafel<br>
Soy and Sake Village<br>
47 7th Avenue South 212-255-2848 http://www.soyandsake.com<br>
Japanese Vegetarian cafe West Village specializing in Japanese food, but also carrying Chinese, Malaysian, and American soul food. owned by the same people as Red Bamboo / VP2, so the menu includes many well-known Red Bamboo items like chicken Parmesan, soy chops, and other soul food dishes utilizing soy meats. Other menu items include: numerous mockmeat sandwiches, curries, salads, noodle dishes, bento boxes and sushi. Lunch specials are about $7-9 include both sushi and soul food options.<br>
Hangawi 12 E 32nd Street<br>
Vegan Korean dining in a tranquil space "posh". Zagat rated as top Korean and top vegetarian.<br>
Lunch specials are WAY cheaper than dinner ($10 vs. $25),<br>
<br>
Beyond Sushi 229 E 14th St betw 2nd & 3rd Ave Union Square vegetarian sushi shop<br>
Executive Chef Guy Vaknin is a Hell's Kitchen finalist. He serves all vegetarian sushi made from fruits and vegetables topped with customized sauces. Spicy Mango Roll - black rice, avocado, mango, cucumber and spicy veggie topping with toasted cayenne sauce.<br>
Kyotofu Upper West Side 705 Ninth Avenue<br>
Upscale, modern Japanese food with an emphasis on tofu<br>
Souen Organic Ramen East Village Betw 1st & 2nd Ave 326 E 6th St Small organic ramen noodle shop<br>
From the owners of Souen comes this tiny organic ramen noodle shop. The seitan dumplings are vegan but make sure to ask questions about the ingredients of the different broths available.<br>
Maoz Vegetarian Restaurant 38 Union Sq E International Falafel Chain<br>
falafel sandwiches, salads, and fries. After you get your sandwich, there's a large selection of self-serve toppings - pickles, cucumber salad, roasted cauliflower, dairy and vegan coleslaws, carrots, baby eggplants dyed in beet juice (really), olives, several fresh hot sauces, and much more. The trick is they don't leave very much spare room in your sandwich, so you can't really load up on the condiments. The first Maoz branch was opened in 1991 in Amsterdam, Holland<br>
KAJITSU it's Michelin-starred Midtown E 125 E39th St betw Park & Lex Aves<br>
A tasting menu here runs $95, with the option of an additional $59 sake pairing;<br>
you can also opt for the less extravagant $55 menu, with a $45 sake pairing.<br>
Shojin cuisine refers to a type of vegetarian cooking that originates in Zen Buddhism.<br>
Even though it does not use meat or fish, shojin is regarded as the foundation of all Japanese cuisine, especially kaiseki, the Japanese version of haute cuisine. In its present form kaiseki is a multi-course meal in which fresh, seasonal ingredients are prepared in ways that enhance the flavor of each component, with the finished dishes beautifully arranged on plates. All of these characteristics come from shojin cuisine, which is still prepared in Buddhist temples throughout Japan.<br>
<br>
Peacefood Cafe 460 Amsterdam Ave betw82nd and 83rd Streets on UWside<br>
The roasted Japanese pumpkin sandwiches ($9.75) are served on spelt bread and come stuffed with pumpkin pulp, cashew cheese, walnuts and onions; the Shangai-style dumplings ($8.50) are packed with chives, mushrooms, marinated tofu and vegetarian protein, and the chickpea fries ($8.50) are thick mashed legume slices fired up with piquant Indian spice—there are also vegan cheeseburgers on tap at Peacefood's downtown spot. Don't skip out on dessert here, since the raw key lime pie ($7.50) will blow your mind, almond brazil nut crust and all. (limes shortage coming up).<br>
— In addition to expanding service to anyone and everyone (in Midtown East) Jul2016, David Chang’s delivery-only Momofuku restaurant Ando also introduced a new vegetarian sandwich and a meat-less side: Veg Banh Mi s/w ($10), Kimchi salad $4<br>
Charrua 131 Essex Street, New York, NY 10002 (212) 677-5838 (S of Houston)<br>
the vegetarian chivito, called the el cheto, a "signature Uruguayan sandwich" filled with portobello mushrooms and mozzarella, plus carrots, caramelized onions, and chimichurri, and served with a handful of thick, hot fries.<br>
Renovations are now complete at Tribeca stalwart Pakistan Tea House. The inexpensive restaurant was purchased by the owners of Baluchi's last year, who decided to close the shop for some renovations in January. The space now has a few new details — including large wooden tables, and chrome panelling on part of the wall — but the overall layout remains the same. Tribeca Citizen notes that the restaurant is now serving a limited menu, which includes vegetarian and meat combo plates for $8 to $10. According to the specials board, samosas are two-for-a-dollar.<br>
https://blogs.baruch.cuny.edu/asianamericanhistorynyc/<br>
Cinnamon Snail at The Pennsy<br>
World famous vegan food truck turned permanent vendor in this spacious food hall above Penn Station. Every vegan's dream<br>
<br>
Founded by renowned Chef, Guy Vaknin, and his wife, Tali, Beyond Sushi offers an assortment of distinctive sushi rolls and other nutritional staples at their three outposts in Manhattan.<br>
Chef Guy and his culinary team fuses unconventional pairings of fruit and vegetables with whole grains to create sushi rolls. Hand pressed juices; reason. prices, online ordering/deliv.<br>
UNION SQUARE 646-861-2889 229 E. 14th St. (Between 2nd & 3rd Ave)<br>
MIDTOWN WEST 646-964-5097 62 W 56th St. (Between 5th & 6th Ave)<br>
CHELSEA MARKET 212-929-2889 75 9th Avenue (Between 15th & 16th St)<br>
<br>
Cinnamon Snail Penn Plaza, Southwest corner of 33rd St. and 7th Ave<br>
"voted the top food truck in America", four- time Vendy Award winner the Cinnamon Snail finally shares the recipes for its beloved street-side meals. Here you’ll find Fresh Fig Pancakes for breakfast, Chimichurri Tempeh Empanadas for a snack, Thai Barbecue Seitan Ribs for a meal, and, of course, Snail classics like Vanilla-Bourbon Crème Brulée Donuts for dessert.<br>
Blossom du Jour (212) 229-2595 · Vegan, Juice Bars & Smoothies 5 locations:<br>
CHELSEA 259 West 23rd Street (between 7th & 8th Ave.)<br>
HELL'S KITCHEN 617 9th Avenue (between 43rd & 44th St.)<br>
UNION SQUARE 15 East 13th Street (between 5th & University)<br>
UWS 81ST 449 Amsterdam Avenue (between 81st & 82nd St.)<br>
COLUMBUS CIRCLE in the subway statione 1000S 8th Ave, #21<br>
For over a decade, Terry’s Gourmet Deli on Chelsea’s 6th Avenue has dispensed some of the city’s best Trinidadian rotis. The vegetarian (potatoes and chickpeas only) weighed in at a whopping 1 pound, 10 ounces; was 6½ inches long, and cost $8. I’m not sure how one person could finish it. You can ask the roti maker for any amount of pepper sauce to be put inside, and I usually go for three plastic teaspoonfuls. 575 6th Ave, (212) 206-0170.<br>
<br>
Nix (Michelin-starred chef John Fraser)<br>
Vegetables are finally getting their due in New York, as evidenced by new all-vegetarian restaurant Nix. The food is complemented by a strong drinks program at this NYU-area restaurant in a modern space.<br>
(Brdway & 11th, just north of the Village) 72 University Pl New York, NY 10003 (212) 498-9393<br>
presently open for dinner only. http://www.nixny.com/<br>
"When my vegetarian friends ask for dining advice I send them to American spots like Hearth, for hen of the woods mushrooms and gnocchi, or to to nouveau-Indian spots like Babu Ji for their bright yellow Punjabi curries. I send them to creative pizza spots like Roberta's and Pasquale Jones, to Semilla for vegetable-heavy tastings, to Del Posto for their vegan tasting menu. Some of the most celebrated vegetable dishes right now are served at "regular" restaurants: the grain bowls, the avocado toasts, the brown butter and squash carpaccios.<br>
Superiority Burger made the veggie burger just as much an object of desire among the city's culinary cognoscenti as a trendy lamb burger. Now, the menus at Momofuku restaurants read "vegetarian options available on request."<br>
<br>
famed Avenue B deli Sunny and Annie's - vegetarian sandwich - had not just pesto, grilled mozzarella, fresh goat cheese, spinach, seaweed, and avocado, but also ~three~ pieces of bread, making it the first non-meat double decker I've ever seen.<br>
new fast-casual Asian restaurant @ 122 Ludlow Street Zing’s Awesome Rice: menu will include six types of "seared rice," Yes, the fried rice is awesome, and it comes attractively plated with two domed scoops on either end of a long plate, with sriracha squirted in the middle in the shape of a heart or a leaf. But is it worth $11.99 to $13.99 for a modest serving, so that a full meal with app and beverage will run you $20 or $25? That’s for you to decide. The rice is loaded with umami, has diced vegetables in it, and offers as a main ingredient a choice of tofu. For an extra dollar or two you can pick a more exotic form of rice, including a black rice with a particularly nutty flavor. Beverages run to beer and infused sake.<br>
(5/16) Philadelphia-based chef Michael Solmonov and restaurateur Steve Cook officially kicked open the doors to the Chelsea Market outpost of their hit hummus restaurant, Dizengoff, this morning. A key member of the Dizengoff Philly team moved to New York for the opening of this new counter: executive chef Emily Seaman. Dizengoff will always serve fresh hummus, and pita baked in a taboon, but the toppings and combinations will change often. Solomonov tells Eater: "Emily really changes the menu all the time. She gets everything from the market, basically, and transforms it into Israeli-esque dishes." Solomonov notes that the avocado with peanut harissa on the opening menu is "not something that you'd ever find in Israel, but it really tastes fantastic." The hummus meals are $10 to $13, and the salatim are $3 each. for the moment, Dizengoff NYC is serving salads, hummus, pita, and drinks.<br>
&lt;&lt;resp to above, a reviewer sez:&gt;&gt;I thought that the hummus at Dizengoff was excellent — probably the best in Manhattan along with Baraca on 38th Street, and amongst the best in the entire City in league with places like Olympic Pita and Mabat in Brooklyn, or Grill Point in Queens. (they don’t have falafel for some reason)<br>
<br>
Freud<br>
The brunch menu at chef Eduard Frauneder's new Greenwich Village Austrian restaurant has a vegetarian breakfast sandwich with cauliflower, egg, Tumbleweed cheese, and onions on a roll. Baked eggs are also on the menu. For sweet options, Frauneder is offering pancakes with rhubarb, and French toast served with walnuts and smoked maple syrup.<br>
506 Laguardia Pl New York, NY 10012 (212) 777- 0327 (just N of Houston below the Village)<br>
Stuff to eat @ the Columbus Circle’s Turnstyle Food Court (access via an outdoor elevator at 59th Street and 8th Ave)<br>
2. Tex-Mex Slice at The Pizza — Uber-cheesy, with a slightly thicker than usual crust dotted with serious jalapeños and black-olive slices, and irrationally finished with squiggle of honey, the Tex-Mex slice verges on wonderful. But they should hand out wet-naps due to stickiness. $3.50<br>
3. Key Lime Tart at Georgia & Aliou’s — Topped with a fresh raspberry and a few slivers of lemon zest, the yellow pastry looks like a beach scene if you squint your eyes. It’s every bit as tart and rich as you hoped, made for nibbling rather than biting. $5.50<br>
5. Smoked Egg Salad Sandwich at Ellary’s Greens — Vegetarians take note: The smoked egg salad sandwich at Ellary’s Greens delivers much the same barbecue power as a slice of smoked brisket, with chopped kale adding to the textural terrain. $8<br>
6. Avellino Focaccia Sandwich at Casa Toscana — The house-baked focaccia (sometimes known as pizza bianca) is thin and slightly crisp, and on it is piled mozzarella, cherry tomatoes, and fresh basil, making for a simple and delicious sandwich, the way they do it in Italy. $9<br>
<br>
Agern<br>
Agern is the new restaurant from Noma co- founder Claus Meyer and chef Gunnar Gíslason. It is located within Grand Central Station, right next to the Nordic food court that Meyer recently opened. The focus is primarily on Nordic cooking using local American ingredients. There are two tasting menus available — the vegetarian "Field and Forest" ($120) and the meat and fish heavy "Land and Sea" ($145) — as well as a la carte options. Both tasting menus span seven courses, along with a selection of amuse-bouches. (Prices are inclusive of service.)<br>
89 E 42nd St New York, NY 10017 (646) 568- 4018<br>
<br>
Salvation Burger - rustic joint in the Pod 51 hotel<br>
Chefs across New York are fostering a vegetarian burger renaissance, and the version April Bloomfield serves at Salvation Burger, her newest restaurant, ranks near the top of the citywide hierarchy. Her kitchen mashes together golden beets, carrots, carrot juice, French lentils, mushrooms, sticky rice, and sweet potato vermicelli. This is all laced with enough warming garam masala to power a geothermal turbine, grilled over wood, and then anointed with cooling yogurt, shredded lettuce, and sweet tomato confit.&lt;&lt;writer goes on to pan this place bigtime, also v. exp (~30 burger) <strong>Desi spots:</strong><br>
<br>
Founded in 1975 with a name certain to popularize the cuisine to a wider audience, Curry in a Hurry was one of the original anchors of Curry Hill. The international food store Kalustyan's was another. 119 Lexington Ave, (212) 683-0900.<br>
Dating to 1996, the amazing Vatan still offers a single enormous vegetarian meal, reflecting an era when the westernmost state of Gujarat provided many of the city's Indian immigrants. The price of the meal is fixed at $32, and includes approximately 25 dishes organized into four courses. It's also all-you-can-eat. 409 3rd Ave, (212) 689-5666.<br>
&lt;&lt;just a reg. thaali, avoid&gt;&gt;<br>
<br>
Bombay Masala (148 W 49th St #2, 212-302-8150) this Times Square standard, successor to Ceylon India Inn, which occupied the space as late as 1968, has a $12.95 lunch buffet considered a good deal.<br>
<br>
Vegetarian Ham Banh Mi — Vietnamese baguette sandwiches present such a chorus of powerful flavors (pickled veggies, cilantro, jalapeños, doctored mayo) that it’s hard to imagine that lack of real meat would make much of a difference. But there’s something wonderful about the fake ham used in this banh mi — greasy, salty, and gelatinous —that actually boosts the flavor of this excellent sandwich. Find it at: Banh Mi Place, 824 Washington Ave, Brooklyn,</p>
<p><br>
<b>10 Athleic NYC items</b><br>
<br>
Loop the rez at <a href="http://centralpark.org/attractions-h-%20w/reservoir/">night</a><br>
Decline using yr car or <a href="https://www.uber.com/cities/new-york/">Uber</a>, walk instead!<br>
Appreciate the facilities in <a href="https://www.nyac.org/">midtown</a><br>
Enjoy a heavenly <a href="http://www.timeout.com/newyork/shopping/mortal-man">bliss out</a> after a run<br>
Pick up some post-run energy with an <a href="http://www.timeout.com/newyork/restaurants/best-%20coffee-shops-in-new-york">espresso</a><br>
Hit the roads on your bike and <a href="http://www.timeout.com/newyork/blog/good-news-for-%20cyclists-the-2016-nyc-bike-%20map-has-awesome-new-%20additions-032916">ride</a><br>
Kiss the blues goodbye @ <a href="the%20place%20went%20outta%20biz%207%20yrs%20ago!">CBGB</a><br>
Catch some tree-time by going <a href="the%20nat'l%20park%20just%20outside%20%20manhattan">outdoors</a><br>
Rise above the smoke/smog and look <a href="skyscraper%20climbing%20race">down</a><br>
Shoot some pool <a href="https://www.nycgovparks.org/parks/M130/facilities/indoor-%20pools/recreation-center-54-pool">everyday</a></p>
<p><br>
http://gothamist.com<br>
<a href="http://www.timeout.com/newyork/things-to-do/the-anglophiles-guide-to-nyc">Anglophile's guide to New York</a><br>
<a href="http://www.gothamgazette.com/localbeats/manhattan.php">Gotham Gazette Manhattan blogs, lists</a><br>
<a href="http://www.terryteachout.com/">Terry Teachout</a><br>
<a href="http://cityroom.blogs.nytimes.com/">NYT CITY ROOM rdr's stories</a><br>
<a href="http://newyork.craigslist.org/search/roo">NY rooms to let stories</a><br>
<br>
<br></p>
</div>
</section><!--nyc/misc content-->
<!--dev/domino content-->
<section>
<div id="devDomino">
<br>
http://www.dominoguru.com/page.xsp? id=index.html<br>
<br>
LinkedIn - <a href="https://www.linkedin.com/topic/xpages-development">Xpages</a> stuff (incl presentations) & <a href="https://www.linkedin.com/topic/lotus-notes">Notes</a> stuff<br>
http://xpages.info/XPagesHome.nsf/Home.xsp<br>
https://xomino.com/<br>
http://xpages.tv/<br>
<a href="http://xpagescheatsheet.com/cheatsheet.nsf/home.xsp">XPages CheatSheet</a> Demo App(Tips & Tricks)<br>
XPages <a href="https://www.teamstudio.com/blog/topic/xpages">mobile development</a><br>
<a href="http://notesin9.com/">notesin9</a><br>
<a href="http://www.lotusguru.com/lotusguru/LGBlog.nsf/d6plinks/Is-There-Really-a-Shortage-of-Lotus-Notes-Developers">LACK of notes developers</a><br>
<a href="http://www.slideshare.net/sbasegmez/bp207-download">IBM Connect13 - Meet the Java Application Server You Already Own</a><br>
<a href="http://www.intec.co.uk/ibm-connect-2016-review/">ibm Connect 2016 review</a><br>
IBM <a href="http://www.ibm.com/blogs/zz/en/">Syndicated feeds</a> (Tons o'links)<br>
IBM Connect Sessions & Lotusphere Slides<br>
(esp check earlier xpages stuff, eg::<br>
BP308 The Journey to Becoming a Social Application Developer (2014)<br>
<br>
http://www.idonotes.com/IdoNotes/IdoConnect2013.nsf/archive?openview&title=Domino&type=cat&cat=null&tag=Domino<br>
https://developer.ibm.com/connect2cloud/<br>
<a href="http://heidloff.net/article/04122011020116AMNHE93V.htm">How to create your own Domino XPages Server in the IBM SmartCloud</a><br>
<a href="https://www-10.lotus.com/ldd/ddwiki.nsf">IBM Notes and Domino Application Development wiki</a><br>
<a href="https://greenhouse.lotus.com/catalog/">IBM Domino biz partner solutions</a><br>
<br>
XPages links:<br>
<br>
JSF <a href="http://www.jsftutorials.net/">Tutorials</a><br>
JSF Tuts from <a href="http://www.coreservlets.com/JSF-Tutorial/">Core Servlets</a><br>
http://openntf.org/<br>
http://dojotoolkit.org/<br>
<a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Whats_New_in_852_for_XPages">Whats_New in 8.52 for XPages</a><br>
<a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Client_Side_JavaScript_Libraries_in_XPages.htm">Client Side</a> JS Libraries in XPages<br>
http://www- 10.lotus.com/ldd/ddwiki.nsf/dx/Master_Table_of_Contents_for_XPages_Extensibility_APIs_Developer_Guide <b>IBM <a href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.designer.domino.api.doc/r_wpdr_intro_c.html">XSP & js</a> API ref<br>
<a href="http://www-10.lotus.com/ldd/ddwiki.nsf/xsp/.ibmmodres/domino/OpenAttachment/ldd/ddwiki.nsf/01C426ED3170B96A8525776C00278CDC/attach/BP207%20Make%20your%20XPage%20Apps%20%27Pop%27%20with%20CSS%20and%20Themes.pdf">CSS & Themes</a> for XPgs<br>
IBM <a href="http://www-12.lotus.com/ldd/doc/oneuidoc/docpublic/index.htm">OneUI</a> Theme<br>
<br>
https://dojotoolkit.org<br>
<a href="https://openntf.org/XSnippets.nsf/snippetsByLanguage.xsp?cat=Java">OpenNTF java Xpages snippets</a><br>
<a href="https://github.com/edm00se/AnAppOfIceAndFire">A demo application, implemented in the XPages runtime, with a Domino NoSQL database, for Java HttpServlets and front-end development practices</a><br>
<a href="https://github.com/MWLUG/2014-Build-a-bean-workshop">build & deploy a simple, Java-based XPages appl on yr own laptop</a><br>
<a href="https://github.com/naveenmaurya/JavaCharts">Some dude (Medhu?) copied mChart!</a><br>
<a href="https://github.com/naholyr/json-server-gui">Create a local JSON Server for testing (v.gd!)</a><br>
Notes/Domino blogs/personal sites:<br>
Mat <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-connect-2016-summary-conference-agenda-published">Newman</a><br>
Notes <a href="http://notesspeak.blogspot.com/2016/06/new-directions.html">Speak</a><br>
Cool 1-pg Notes <a href="https://quintessens.files.wordpress.com/2011/09/20111003-curriculum-vitae-petrus-kwinten.pdf">resume</a> from <a href="https://quintessens.wordpress.com/">this</a> guy.<br>
Domino <a href="http://dominogavin.blogspot.com/search/label/Domino">Gavin</a><br></b>
</div><b></b>
</section><!--dev/domino content-->
<!--dev/Java content-->
<section>
<b></b>
<div id="devJava">
<b></b>
<section>
<div id="devJavaLinks">
<b><br>
<a href="http://docs.oracle.com/javase/specs/jls/se8/html/index.html">The Java Language Specification</a><br>
<a href="http://docs.oracle.com/javase/tutorial/index.html">The Java Tutorials</a><a href="https://docs.oracle.com/javaee/7/tutorial/">The Java EE Tutorial</a><br>
<a href="http://docs.oracle.com/javaee/7/index.html">Java EE Main site</a><br>
<a href="http://docs.oracle.com/javase/8/javafx/api/toc.htm">Java FX API dox</a><br>
<br>
<font color='brown'></font></b>
<h6><b><font color='brown'>RegEx</font></b></h6><b><a href="http://java-regex-tester.appspot.com/">Java Regex Creator/Tester</a><br>
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#sum">Java Regex API</a><br>
Visual <a href="http://www.ocpsoft.org/tutorials/regular-expressions/java-visual-regex-tester/">Regex Tester</a> (is for Java BUT working exp on this site still has chars which'll need to be escaped<br>
Online Java regex <a href="http://www.ocpsoft.org/opensource/guide-to-regular-expressions-in-java-part-1/">guide</a><br>
Some notes on regex in <a href="http://www.regular-expressions.info/java.html">Java</a><br>
<br>
<a href="http://htmlpreview.github.io/?https://gist.githubusercontent.com/anonymous/b3080f8c7310dc7b0c628f7286e9f246/raw/102bf9fa22c5ae31fbbe104e4099fb0853c11649/mike.html">Gist with Google's Java API</a><br>
<a href="http://www.tinyurl.com/zrwgy9c">Yahoo multipg srch "online java IDE compile run"</a><br>
<a href="http://www.tinyurl.com/hax2brg">Yahoo Dev Net page:</a><br>
<a href="http://www.tinyurl.com/hx8m3yw">Yahoo BOSS srch API (prob'ly discontd) & google search api page:</a><br>
<a href="http://www.tinyurl.com/jx86lys">Yahoo REST api srch calls (prob'ly discontd)</a><br>
<a href="http://www.tinyurl.com/jjju79c">**Google API Client Libraries Java</a><br>
<a href="http://www.tinyurl.com/j993r5b">Search result for javascript+framework+popularity+Bootstrap +2016</a></b>
<p><b></b></p>
</div>
<div id="devJavaIDE">
<b></b>
<p><b><b>Java Cloud IDEs:</b><br></b></p>
<p>http://www.koding.com/features<br>
... once you've finalized your app, you'll want to deploy it on a cloud-based service that lets you host apps long term, preferably one with a free hosting option like <a href="https://devcenter.heroku.com/articles/getting-started-with-java#introduction">Heroku</a>.<br>
(looks ok)Free java cloud IDE : https://codetasty.com<br>
also seems good -&gt; https://codeanywhere.com/signup <button class="btn btn-default" data-="" data-content="codeanywhere -- A couple of the standout features are the really nice Revisions capability which allows you to easily see all changes you have made to any file. This means you can easily roll back to a previous version if you make a mistake. Also the editor has a nice Minimap that is very reminiscent of the one in Sublime Text 3. Another useful features is the great integrations with Git, SSH, SFTP, FTP, Google Drive, DropBox and S3 containers." data-toggle="popover" type="button">codeanywhere info</button><br>
http://www.koding.com/ <button class="btn btn-default" data-="" data-content="very focused and clutter-free, which ensures you only see what you need, and nothing more. Also there is no browser tab, but you can see your site live by going to your assigned URL or custom domain. Setting up instructions for a sample app are on - https://getgrav.org/blog/cloud-ide-zero-to-code?o=600605&l=dir&qsrc=990" data-placement="right" type="button">Koding info</button><br>
<br>
<br>
<a href="http://www.tutorialspoint.com/compile_java_online.php">Compile & exec Java (Hydr.)</a><br>
<a href="https://www.codechef.com/ide">CodeChef</a><br>
<a href="https://www.jdoodle.com/online-java-compiler">jDoodle</a><br>
<br>
<a href="https://www.codebunk.com/">Bunk</a> from the SauceLabs people<br>
<br>
<a href="https://www.compilejava.net/">compile.net</a> v gd except for http permissions<br>
<br>
<a href="http://ideone.com/">ideOne</a> nice but complains on long output<br>
<br>
<a href="http://browxy.com/">Browxy</a> nice but complains on long output<br>
<br>
<a href="http://www.innovation.ch/java/java_compile.html">Chinese</a> compiler only, no IDE<br>
<br>
<a href="https://codenvy.com/">CodEnvy</a> supposedly gd but requires sign-in & reg</p>
<p></p>
</div>
<div id="devJavaServlets">
<a href="http://courses.coreservlets.com/Course-Materials/">Free Java EE, JSF 2.0, Ajax, Android, jQuery, & GWT Tutorials</a>
<p>Servlet Hosting (outdated?!):</p>
<p><a href="http://www.gwtproject.org/">gwtproject</a></p>
<p><br>
ISPs<br>
These days it seems there are servlet engines for nearly every web server, and now we're seeing servlets commonly offered as core value-add for Internet Service Providers (ISPs) and Web Hosting companies.<br>
The megacorp ISPs and Hosting companies still don't offer servlets, though, probably because it's not something Joe Consumer cares about. Also because to host servlets effectively and efficiently requires a bit of expertise. That makes finding a good servlet provider somewhat challenging.<br>
On this page we try to help you on that endeavor by keeping track of all the ISPs that are known to host servlets. For each ISP we provide location and contact information, a short summary, and user reviews. The reviews should help you find out how the ISP you're looking at compares to others in terms of features, reliability, support, and overall score. Feel free to add one of your own.</p>
<p><br>
<button class="btn btn-default" data-content=" URL: http://java.isavvix.com&lt;br&gt; Location: Herndon, Virginia&lt;br&gt; Contact: ijc@isavvix.com&lt;br&gt; Phone: 866-isavvix&lt;br&gt; Average Review: No reviews yet&lt;/p&gt; &lt;p&gt; Looks like a portal site, and as a service to their freely registered members 10 Megs of space to run JSPs, including tag libraries. Your site will have a URL like http://member.isavvix.com//. They use Tomcat and other Apache software. One user reports, 'You CANNOT USE your OWN CLASSES, only the classes that they provide!'&lt;/p&gt;" data-placement="right" data-toggle="popover" type="button">isavvix (Free!)</button><br>
<br>
<button class="btn btn-default" data-content=" URL: http://www.mycgiserver.com&lt;br&gt; Location: Austria&lt;br&gt; Contact: general@mycgiserver.com&lt;br&gt; Phone: N/A&lt;br&gt; Average Review: 4.0 out of 5.0&lt;br&gt; &lt;p&gt;&lt;br&gt; Service (including servlets) is FREE. Comes with 5 Megs of space (the concept is that other files are stored somewhere else). Powered by Resin on an Alpha server running Linux.&lt;/p&gt;" data-placement="right" data-toggle="popover" type="button">mycgiserver (Free!)</button><br></p>
</div>
<div id="devJavaOther1">
<section>
<a href="https://gist.github.com/anonymous/9379000b071864e728ca5c5b463b6856/raw/5a2421da47cdcd12322dd50a303fdce1c39238e2/URLRdr_v1.09.java">URLRdr v1_9</a> updated 9/10/2016 & <a href="https://tinyurl.com/201609100427mpt">some</a> srch results generated.<br>
<a href="https://gist.githubusercontent.com/anonymous/925d247782fabb5007e7b82ca08e1681/raw/97b740585726d9d662d65edf8609cf7725365cb7/URLRdr_v1.082.java">URLRdr v1_82</a> updated 08/16/2016 & <a href="https://tinyurl.com/201608140319mpt">some</a> & <a href="https://tinyurl.com/201608140320mpt">some</a> srch results generated by it.<br>
<a href="https://gist.github.com/anonymous/b73aac46b0bb9f7288a6d51ffe43d9b1">URLRdr v1_7</a> (w/timeStamp module) updated 08/08/2016 & lotsa <a href="https://tinyurl.com/2016080802mpt">srch results</a> generated by it.<br>
<a href="https://gist.github.com/anonymous/da3f444a9a905c649b8218853c4f47e8">URLRdr v1_6</a> (working GistLink & TinyLink) updated 07/18/2016<br>
<a href="https://gist.github.com/anonymous/a67bf6a887643b60141bcaeb71499785">URLRdr v1_5</a> (no soup, no apache includes)<br>
Code for jSoup + escaped JSON string version of URLRdr <a href="#" onclick="URLRdr1_4Dlg.show()">v1_4.java</a><br>
<a href="#" onclick="URLRdr1_3NotesDlg.show()">Notes</a> for jSoup version of v1_3<br>
<div data-dojo-id="URLRdr1_3NotesDlg" data-dojo-type="dijit/Dialog" title="URLRdrv1_3 Notes">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}">
<br>
//---------------------------------------------------------<br>
FOR TUT POINT SHELL:<br>
http://www.tutorialspoint.com/unix/unix-environment.htm<br>
<br>
To set the value of PS1 (PROMPT)<br>
so that it shows the USERNAME & working directory, issue the command -<br>
<br>
<kbd>PS1="[\u@\h \w]\$"</kbd><br>
<br>
The prompt will show username, machine's name (hostname), and the working directory.<br>
<br>
<kbd>echo $PATH</kbd> (to see path env)<br>
<kbd>echo $TERM</kbd> (to see path terminal)<br>
<br>
<kbd>mvn --version</kbd> (shows maven version, which IS installed on tutpoint)<br>
<br>
*SOLVED!<br>
first :<br>
<kbd>find / -name "jsoup*.*"</kbd><br>
that listed 2 locations for the jars; incl<br>
/usr/share/java/jsoup/jsoup.jar<br>
/usr/share/maven/lib/jsoup_jsoup.jar<br>
<br>
to update env var syntax is:<br>
<kbd>export CLASSPATH= $CLASSPATH:/usr/share/java/jsoup/jsoup.jar</kbd><br>
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function() {URLRdrNotes3Dlg.hide();}" data-dojo-type="dijit/form/Button" id="URLRdrNotes3DlgOK" type="button">OK</button>
</div>
</div>
Code for jSoup version of <a href="#" onclick="URLRdr3Dlg.show()">URLRdr v1_3</a><br>
<div data-dojo-id="URLRdr3Dlg" data-dojo-type="dijit/Dialog" title="URLRdrv1_3">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}">
<br>
//Before running, will have to compile with jsoup jar:<br>
//export CLASSPATH= $CLASSPATH:/usr/share/java/jsoup/jsoup.jar<br>
//------------------------------------------------------------------------------<br>
import java.net.*;<br>
import java.io.*;<br>
import org.jsoup.Jsoup;<br>
import org.jsoup.nodes.Document;<br>
import org.jsoup.nodes.Element;<br>
import org.jsoup.select.Elements;<br>
<br>
public class URLRdr {<br>
<br>
public static String getText(String url) throws IOException {<br>
<br>
URL website = new URL(url);<br>
String strBody = "";<br>
Document doc = Jsoup.connect (url).get();<br>
Elements bodyTxt = doc.select("body");<br>
<br>
for (Element el : bodyTxt){<br>
System.out.println("bodyTxt: "+el);<br>
strBody = strBody + el.toString();<br>
}<br>
return strBody;<br>
}<br>
<br>
public static void main( String[] args ) throws IOException{<br>
<br>
String[] thisIsAStringArray = {<br>
"http://www.bing.com/search? q=aesthete+or+flaneur&go=Search&qs=ds&form=QBRE" , "http://www.bing.com/search?q=aesthete+or+flaneur&go=Search&qs=ds&first=11&FORM=PERE" , "http://www.bing.com/search?q=aesthete+or+flaneur&go=Search&qs=ds&first=21&FORM=PERE1" , "http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=31&FORM=PERE2" };<br>
<br>
String content = "";<br>
<br>
for( int i = 0; i &lt; thisIsAStringArray.length; i++) {<br>
content=content + URLRdr.getText(thisIsAStringArray[i]);<br>
}<br>
System.out.println( content );<br>
<br>
}<br>
<br>
}
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function() {URLRdr3Dlg.hide();}" data-dojo-type="dijit/form/Button" id="URLRdr3DlgOK" type="button">OK</button>
</div>
</div>
Code for String Array version of <a href="#" onclick="URLRdr2Dlg.show()">URLRdr v1_2</a>.java<br>
<div data-dojo-id="URLRdr2Dlg" data-dojo-type="dijit/Dialog" title="URLRdrv1_2">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}">
<br>
//---------------------------------------------------------<br>
//URLRdr.java<br>
import java.net.*;<br>
import java.io.*;<br>
public class URLRdr {<br>
public static String getText(String url) throws Exception {<br>
URL website = new URL(url);<br>
URLConnection connection = website.openConnection();<br>
BufferedReader in = new BufferedReader( new InputStreamReader( connection.getInputStream()));<br>
StringBuilder response = new StringBuilder();<br>
String inputLine;<br>
while ((inputLine = in.readLine()) != null) response.append(inputLine);<br>
in.close();<br>
return response.toString();<br>
} public static void main(String[] args) throws Exception { //String content = URLRdr.getText(args [0]);<br>
//System.out.println(content);<br>
//String[] thisIsAStringArray = {"Apple", "Banana", "Orange"};<br>
String[] thisIsAStringArray = { "http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&form=QBRE" , "http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=11&FORM=PERE" , "http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=21&FORM=PERE1" , "http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=31&FORM=PERE2" };<br>
String content = "";<br>
for( int i = 0;<br>
i &lt; thisIsAStringArray.length;<br>
i++) { content=content + URLRdr.getText(thisIsAStringArray[i]);<br>
} System.out.println( content );<br>
} }
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function() {URLRdr2Dlg.hide();}" data-dojo-type="dijit/form/Button" id="URLRdr2DlgOK" type="button">OK</button>
</div>
</div>
<a href="http://www.tinyurl.com/zaszudu">Sample output from GitHub</a><br>
<p>Code for <a href="#" onclick="URLRdr1Dlg.show()">URLRdr v1_0</a>.java</p><br>
<div data-dojo-id="URLRdr1Dlg" data-dojo-type="dijit/Dialog" title="URLRdr v1">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}">
<br>
//---------------------------------------------------------<br>
//URLRdr.java (for tutorialspoint.com)<br>
import java.net.*;<br>
import java.io.*;<br>
public class URLRdr {<br>
public static String getText(String url) throws Exception {<br>
URL website = new URL(url);<br>
URLConnection connection = website.openConnection();<br>
BufferedReader in = new BufferedReader( new InputStreamReader( connection.getInputStream()));<br>
StringBuilder response = new StringBuilder(); String inputLine; while ((inputLine = in.readLine()) != null) response.append(inputLine);<br>
in.close();<br>
return response.toString();<br>
}<br>
public static void main(String[] args) throws Exception {<br>
String content = URLRdr.getText(args [0]);<br>
System.out.println(content);<br>
}<br>
}<br>
//---------------------------------------------------------<br>
//java URLRdr "https://www.yahoo.com/? p=dnr" &gt;<br>
HelloWorld.java<br>
//then refresh the project to see HelloWorld.java which's auto added to Project
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function() {URLRdr1Dlg.hide();}" data-dojo-type="dijit/form/Button" id="URLRdr1DlgOK" type="button">OK</button>
</div>
</div>
<p>Search param. notes: To get 30 result on single page, pass below parameter:<br>
For bing use count=30 - http://www.bing.com/search?q=test&count=30<br>
For yahoo use n=30 - https://search.yahoo.com/search? p=test&n=30<br>
For google use num=30<br>
- https://www.google.com/search?q=test&num=30<br>
<br></p>
<div data-dojo-id="srchStrTitlePane1" data-dojo-type="dijit/TitlePane"
data-dojo-props='title:"Search String", width:600'>
<pre> String[]
srchUrlArray = {
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=11&pstart=2",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=21&pstart=3",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=31&pstart=4",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=41&pstart=5",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=51&pstart=6",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=61&pstart=7",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=71&pstart=8",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=81&pstart=9",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=91&pstart=10",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=101&pstart=11",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=111&pstart=12",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=121&pstart=13",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=131&pstart=14",
"https://search.yahoo.com/search?p=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016%26n%3D100%26sort%3Dnew&xargs=0&psqn=2&b=141&pstart=15",
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=11&FORM=PERE" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=21&FORM=PERE1" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=31&FORM=PERE2" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=41&FORM=PERE3" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=51&FORM=PERE4" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=61&FORM=PERE5" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=71&FORM=PERE6" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=81&FORM=PERE7" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=91&FORM=PERE8" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=101&FORM=PERE9" ,
"http://www.bing.com/search?q=domino+xpages+java+jobs+contract+-pizza+-delivery+-driver
+2016&go=Search&qs=ds&first=111&FORM=PERE10"
};</pre>
</div>
</section>
</div>
<div id="devJavaOther2"></div>
</section>
</div><!--dev-Java-->
</section><!--dev/Java content-->
<!--dev/Other content-->
<section>
<div id="devOther">
<p><br>
<b>VBA code snippet</b><br>
Selection.Find.Execute FindText:="http:", _Forward:=True, Wrap:=wdFindStop Selection.MoveLeft Unit:=wdCharacter, Count:=1 Selection.TypeParagraph Selection.TypeText Text:="<br>
" Selection.MoveRight Unit:=wdCharacter, Count:=15<br>
<br>
<b>Working/manipulating MSO Files via REST: (3 links)</b><br>
https://xomino.com/2016/08/01/reading-an-excel-file-from-onedrive-using-the-microsoft-graph- api/<br>
MSDN <a href="https://msdn.microsoft.com/en-us/office/office365/api/api-catalog">Office365 API</a> Ref<br>
Accessing MS Files using the <a href="https://graph.microsoft.io/en-us/graph-explorer">Graph API</a><br></p>
<p></p><br>
</div>
</section><!--dev/Other content-->
<!--dev/Web content-->
<section>
<div id="devWebLinks">
<br>
<a href="https://www.w3.org/community/webed/wiki/HTML">HTML v5</a> Mozilla's <a href="https://developer.mozilla.org/en-US/docs/Glossary/CSS">CSS Guide</a> & <a href="https://developer.mozilla.org/en-US/docs/Web/API/Window/open">Web API</a> Guide<br>
Ref: Speaking <a href="http://speakingjs.com/es5/index.html">JavaScript</a>:for Programmers<br>
<a href="http://www.creativebloq.com/">CSS, design etc.</a><br>
<a href="https://resourcecards.com/">Web front end resources</a><br>
Online <a href="https://www.dirtymarkup.com">JS Beautifier</a> & <a href="http://www.cleancss.com/html-beautify/">#2</a><br>
<a href="https://learn.jquery.com/using-jquery-core/">jQuery ref</a><br>
<a href="http://jsbin.com">jsBin, live console for js</a><br>
<a href="http://query.yahooapis.com/">Yahoo Query API ref</a><br>
<a href="http://anicollection.github.io/#/">Anicollection</a> a site with animated windows (probably useless, but whatever)<br>
<a href="https://github.com/VerbalExpressions/JSVerbalExpressions">VerbalExpressions</a> a JS plain language RegEx builder<br>
<a href="http://www.chartjs.org/">Chartjs</a> a JS chart builder w/8 types<br>
<a href="http://www.dreamstime.com/">Stock photos</a><br>
<a href="http://www.0to255.com/">Color picker</a><br>
<a href="https://letsencrypt.org/">A free Certificate Authority for https</a><br>
<hr>
Adobe <a href="https://color.adobe.com/explore/most-popular/?time=all">color</a> schemes<br>
<p></p>
</div>
<div id="devWebDojoLinks">
<p></p>
<h3>Dojo</h3><br>
Dojo <a href="http://dojotoolkit.org/api/">API</a> Dojo <a href="http://dojotoolkit.org/documentation/">tutorials</a><br>
- DOM <a href="http://dojotoolkit.org/documentation/tutorials/1.10/modern_dojo/index.html">DOM Manipulation</a><br>
- Dijit <a href="http://dojotoolkit.org/documentation/tutorials/1.10/editor/index.html">Editor</a><br>
- <a href="http://dojotoolkit.org/documentation/tutorials/1.10/jsonp/index.html">JSONP</a> with dojo/request<br>
- Dijit <a href="http://download.dojotoolkit.org/release-1.9.3/dojo-release-1.9.3/dijit/themes/themeTester.html?theme=claro">theme</a> Tester<br>
for claro; add: media="screen"<br>
for JS ; add: data-dojo-config="isDebug: 1, async: 1, parseOnLoad: 1"<br>
<hr>
</div>
<div id="devWebDojoJSONP">
<!--A SECTION with a Yahoo local srch request gotten thro jsonp-->
<h1>Demo: jsonp Dojo pull requests</h1>
<br>This page has been updated with a live JSONP pull list
<ul id="pullrequests">
</ul>
</div>
<div id="devWebOther1">
<a href="https://saucelabs.com">saucelab Emulator (mm)</a> to test stuff on different browsers.
</div>
<div id="consoleDiv">
<h1>Console output...</h1><br>
</div>
</section><!--dev/Web content-->
<!--misc/food content-->
<section>
<div id="miscFood">
<h3>Food:</h3><br>
Seasonality table<br>
<a href="http://www.freshdirect.com/seasonal_guide.jsp">Seasonal food calendar</a> (note: this site requires you to enter a New York zip code. 10003 is one that will work)<br>
fallingfruit.org source for trail berries
</div>
</section><!--misc/food content-->
<!--misc/other content-->
<section>
<div id="miscOther">
<br>
<br>
<a href="http://www.tinyurl.com/gsmyy69">Yahoo & Bing job srch (1 pg ea) "ibm domino jobs contract -pizza -delivery -driver&n=100&sort=new"</a><br>
Params for Job srch:<br>
=ibm+domino+jobs+java+contract+us+-canada+-uk +-administrator+-pizza+-delivery+-driver+n=100+sort=new<br>
<br>
http://www.metmuseum.org/<br>
Men's Nike Free RN Distance<br>
Men's SAUCONY KINVARA 7
<p></p><br>
<br>
https://www.theguardian.com/books/translation- tuesdays-by-asymptote-journal<br>
https://www.theguardian.com/books/biography? page=2<br>
https://www.theguardian.com/books/series/100- best-nonfiction-books-of-all- time<br>
http://www.lrb.co.uk/v28/n11/maya- jasanoff/before-and-after-said<br>
https://www.theguardian.com/books/2016/apr/05/john-aubrey-my-own-life-by-ruth-scurr- review-diary- rival-pepys<br>
https://www.theguardian.com/books/2016/apr/14/maggie-nelson-argonauts-intellectualism- having- baggage<br>
<br>
https://en.wikipedia.org/wiki/Rodrigues_Ottolengui <a href="http://www.gutenberg.org/ebooks/authors/search/?query=Ottolengui,+Rodrigues">(Proj gutenberg)</a><br>
<br>
http://aldaily.com/ ... the Internet's best index of articles on culture and ideas<br>
http://www.spiegel.de/international/<br>
http://www.pepysdiary.com/<br>
<br>
http://www.artnet.com/<br>
http://www.uppereast.com/articles<br>
<br>
<br>
http://www.theparisreview.org/<br>
<br>
<br>
<br>
http://www.songlyrics.com/<br>
<a href="https://en.wikipedia.org/wiki/Great_American_Songbook">Great American Songbook</a><br>
<br>
<br>
<br>
http://howtospendit.ft.com/<br>
<br>
https://www.scribd.com<br>
<br>
https://getd.libs.uga.edu/pdfs/harris_paget_w_200512_ma.pdf<br>
http://www.ft.com/cms/s/2/59590084-f59b-11e0- 94b1-00144feab49a.html<br>
<br>
http://www.thedandy.org/thedandy<br>
http://www.huckmagazine.com/art-and- culture/flaneurs/<br>
https://www.scribd.com/doc/316466247/Gleber- Art-of-Walking-Ch-4<br>
<br>
<br>
Early b.html w/working <a href="https://gist.github.com/anonymous/b1074a7a681a0694918347241c70593d">map</a><br>
<br>
<i>Some Blocked searchlist sites:</i><br>
http://circumspections.tumblr.com/<br>
http://psychogeographicreview.com/baudelaire- benjamin-and-the-birth-of-the-flaneur/<br>
<br>
<br>
<a href="http://www.tinyurl.com/hgonpwa">Yahoo multipg srch "sufi rumi bulleh"</a><br>
<br>
<a href="http://www.tinyurl.com/zuu7lkl">Yahoo multipg srch "Wall street forum technical Analysis economy"</a><br>
<a href="http://www.networkerror.org/component/content/44.html?task=view">Google's Undocumented Finance API</a><br>
<a href="http://www.tinyurl.com/j2upuzn">Desi Blog srch Multipg results:</a><br>
Against Nature: A Rebours by Huysmans<br>
<br>
https://en.wikipedia.org/wiki/Katapayadi_system<br>
https://en.wikipedia.org/wiki/Method_of_loci
<p></p>
</div>
</section><!--misc/other content-->
<!--test content-->
<section>
<div id="testDivOneContent">
<div id="testDivOneContent0">
<!-- basic preloader -->
<!-- div id="loader">
<div id="loaderInner" style="direction:ltr;">Loading Mike's notebook ...</div>
</div-->
test Div One Content<br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus efficitur gravida. Curabitur semper dignissim posuere. In augue nisl, malesuada a tellus quis, sagittis fermentum arcu. Duis at sodales erat, non finibus orci. Phasellus in auctor justo, sed congue nisl. Nulla iaculis, purus id sollicitudin hendrerit, mi orci maximus dolor, a feugiat elit justo id magna. Nulla vestibulum ligula sed accumsan finibus. Phasellus ornare eros nisl, sit amet mattis libero vulputate in. Ut a blandit leo, a rhoncus velit. Aliquam sit amet dolor nisi. Duis lobortis mauris arcu, ut auctor massa venenatis id. Cras imperdiet nibh non purus vulputate, vel lobortis neque pretium. Ut vel gravida libero. Aliquam erat volutpat.
<br>
Interdum et malesuada fames ac ante ipsum primis in faucibus. In hac habitasse platea dictumst. Suspendisse potenti. Nulla ut lacus vitae velit suscipit pulvinar in eu purus. Mauris dapibus nunc risus, ac tempor felis congue id. Integer nec placerat enim. Suspendisse lobortis fermentum ornare. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla at ligula eu mi molestie venenatis at eu ex. Nam feugiat aliquet massa, tincidunt iaculis nunc tincidunt eget. Etiam in iaculis leo. Etiam vulputate in est a aliquet. Proin fermentum felis cursus leo egestas elementum.
<br>
Suspendisse in aliquam tortor, quis elementum neque. Donec ultrices purus sed est aliquam vulputate. Donec lobortis, mi sed dapibus auctor, nunc lorem feugiat dolor, ac aliquet sem orci at nisl. Aliquam tincidunt ante leo. Sed pulvinar elit nec mi mollis, eget laoreet erat cursus. Sed euismod in est ac feugiat. Ut ac neque sit amet tortor bibendum accumsan. Pellentesque sed fringilla ipsum. Fusce velit tortor, sagittis vel velit non, lacinia auctor purus. Donec commodo sed arcu eget ultricies. Proin feugiat dignissim hendrerit. Vestibulum efficitur tincidunt rhoncus. Pellentesque lobortis justo vitae nunc bibendum, nec consectetur leo tristique.
<br>
Maecenas a eleifend ligula, ac finibus nibh. Quisque ullamcorper tortor pulvinar, pellentesque sapien sit amet, semper nunc. Praesent luctus erat in lacus efficitur, tincidunt laoreet ante suscipit. Nullam laoreet vestibulum sagittis. Suspendisse tristique, massa eget ultricies tincidunt, ipsum felis lobortis est, vitae interdum augue enim ut turpis. Quisque a augue nisi. Proin cursus ligula at pulvinar eleifend. Nunc sollicitudin ultrices mi eget varius. Etiam lectus risus, vulputate nec leo sed, ultrices gravida dolor. Donec ultricies sodales justo eu vehicula. Sed sit amet ultrices dolor. Nunc a congue sem.
<br>
</div>
</div>
<div id="testDivTwoContent">
test Div Two Content
<br>
<b>1914 translation by H. Rackham</b><br>
"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"
<br>
"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."
<br>
<div style="height: 250px;">
<script type="text/javascript">
require(["dojo/parser", "dojo/dom", "dojo/dom-style",
"dojo/_base/fx", "dojo/fx", "dojox/fx", "dojo/on", "dijit/form/Button",
"dojo/domReady!"], function(parser, dom, domStyle, baseFx, fx, on){
var wNode = dom.byId("MainTxtDiv");
wipeInOne = function(){
dojox.fx.wipeIn({
node: wNode,
duration: 300
}).play();
}
wipeOutOne = function(){
dojox.fx.wipeOut({
node: wNode,
duration: 300
}).play();
}
flipOne = function(){
dojox.fx.flip({
node: wNode,
dir: "top",
darkColor: "#555555",
lightColor: "#dddddd",
endColor: "#666666",
depth: .5,
shift: 50,
duration:300
}).play();
}
})
</script>
<div id="wipeDisplayNode" style = "height:200px; top: 30px; width: 350px; background: red; ">
<div style="padding: 10px;">Hi friends</div>
</div>
</div>
</div>
<div id="testDivThreeContent">
test Div Three Content
<br>
<h1>Output:</h1>
<div id="gistOutput">Output here...<br><br></div>
<br>
</div>
</section><!--test content-->
<!--Poetry content-->
<section>
<div data-dojo-id="poemDlg" data-dojo-type="dijit/Dialog" title="Two moody poems ...">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}" data-dojo-type="dijit/layout/ContentPane">
<small><br>
<b>John Milton, 1608 - 1674</b><br>
<br>
When I consider how my light is spent,<br>
Ere half my days in this dark world and wide,<br>
And that one talent which is death to hide<br>
Lodged with me useless, though my soul more bent<br>
<br>
To serve therewith my Maker, and present<br>
My true account, lest He returning chide;<br>
"Doth God exact day-labor, light denied?"<br>
I fondly ask. But Patience, to prevent<br>
<br>
That murmur, soon replies, "God doth not need<br>
Either man's work or His own gifts. Who best<br>
Bear His mild yoke, they serve Him best. His state<br>
Is kingly: thousands at His bidding speed,<br>
And post o'er land and ocean without rest;<br>
They also serve who only stand and wait."</small>
<p><small></small></p>
<p><small><br>
<b>Acquainted with the Night, ROBERT FROST</b><br>
I have been one acquainted with the night.<br>
I have walked out in rain-and back in rain.<br>
I have outwalked the furthest city light.<br>
<br>
I have looked down the saddest city lane.<br>
I have passed by the watchman on his beat<br>
And dropped my eyes, unwilling to explain.<br>
<br>
I have stood still and stopped the sound of feet<br>
When far away an interrupted cry<br>
Came over houses from another street,<br>
<br>
But not to call me back or say good-bye;<br>
And further still at an unearthly height,<br>
One luminary clock against the sky<br>
<br>
Proclaimed the time was neither wrong nor right.<br>
I have been one acquainted with the night.</small></p>
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function(){poemDlg.hide();}" data-dojo-type="dijit/form/Button" id="PoemCancel" type="button">Close</button>
</div>
</div>
</section>
<!--Poetry content-->
<!-- div URLRdr1_4Dlg -->
<section>
<div data-dojo-id="URLRdr1_4Dlg" data-dojo-type="dijit/Dialog" title="URLRdrv1_4.java">
<div data-dojo-props="style: {overflow: 'auto', padding: 0, height: '500px', width: '400px'}" data-dojo-type="dijit/layout/ContentPane">
<br>
//Before running, will have to compile with jsoup jar:<br>
//export CLASSPATH= $CLASSPATH:/usr/share/java/jsoup/jsoup.jar<br>
//------------------------------------------------------------------------------<br>
//Before running, will have to compile with jsoup & apache commons jars:<br>
//export CLASSPATH=$CLASSPATH:/usr/share/java/jsoup/jsoup.jar:<br>
//usr/share/java/apache-commons-lang3.jar<br>
//------------------------------------------------------------------------------<br>
import java.net.*;<br>
import java.io.*;<br>
import org.jsoup.Jsoup;<br>
import org.jsoup.nodes.Document;<br>
import org.jsoup.nodes.Element;<br>
import org.jsoup.select.Elements;<br>
import org.apache.commons.lang3.StringEscapeUtils;<br>
<br>
public class URLRdr {<br>
<br>
public static String getText(String url) throws IOException {<br>
<br>
URL website = new URL(url);<br>
String strBody = "";<br>
Document doc = Jsoup.connect(url).get();<br>
Elements bodyTxt = doc.select("body");<br>
<br>
for (Element el : bodyTxt){<br>
System.out.println("bodyTxt: "+el);<br>
strBody = strBody + el.toString();<br>
}<br>
<br>
//escape the string for JSON<br>
strBody = StringEscapeUtils.escapeJson(strBody);<br>
return strBody;<br>
}<br>
<br>
public static void main( String[] args ) throws IOException{<br>
<br>
String[] thisIsAStringArray = {<br>
"http://www.bing.com/search?q=aesthete+or+flaneur&go=Search&qs=ds&form=QBRE" ,<br>
"http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=11&FORM=PERE" ,<br>
"http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=21&FORM=PERE1" ,<br>
"http://www.bing.com/search?q=aesthete+or +flaneur&go=Search&qs=ds&first=31&FORM=PERE2" };<br>
<br>
String content = "";<br>
<br>
for( int i = 0; i &lt; thisIsAStringArray.length; i++) {<br>
content=content + URLRdr.getText(thisIsAStringArray[i]);<br>
}<br>
//System.out.println( content );<br>
//content = URLencoder.encode(content, "UTF-8");<br>
<br>
//create a Gist from output<br>
try {<br>
<br>
URL Giturl = new URL("https://api.github.com/gists");<br>
<br>
HttpURLConnection conn = (HttpURLConnection) Giturl.openConnection();<br>
conn.setDoOutput(true);<br>
conn.setRequestMethod("POST");<br>
conn.setRequestProperty("Content-Type", "application/json");<br>
<br>
String input = "{ \"description\": \"2016mpt 7-12-16 Output of flaneur search on Bing\", \"public\" : true , \"files\": {\"mike.html\": {\"content\" : \"" + content + "\"}}}";<br>
// String input = "{ \"description\": \"2016mpt 7-12-16 Output of flaneur search on Bing\", \"public\" : true , \"files\": {\"mike.html\": {\"content\" : \"" + "test" + "\"}}}";<br>
<br>
OutputStream os = conn.getOutputStream();<br>
os.write((input.toString()).getBytes("UTF-8"));<br>
os.flush();<br>
<br>
if (conn.getResponseCode() != HttpURLConnection.HTTP_CREATED) {<br>
throw new RuntimeException("Failed : HTTP error code : "<br>
+ conn.getResponseCode());<br>
}<br>
<br>
BufferedReader br = new BufferedReader(new InputStreamReader(<br>
(conn.getInputStream())));<br>
<br>
String output;<br>
System.out.println("Output from Server .... \n");<br>
while ((output = br.readLine()) != null) {<br>
System.out.println(output);<br>
}<br>
<br>
conn.disconnect();<br>
<br>
} catch (MalformedURLException e) {<br>
e.printStackTrace();<br>
<br>
} catch (IOException e) {<br>
e.printStackTrace();<br>
}<br>
<br>
<br>
System.out.println("URLRdr done,..");<br>
}<br>
}
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function() {URLRdr1_4Dlg.hide();}" data-dojo-type="dijit/form/Button" id="URLRdr1_4DlgOK" type="button">OK</button>
</div>
</div></section>
<!-- div URLRdr1_4Dlg -->
<!-- div mAlertDlg -->
<section>
<div data-dojo-id="mAlertDlg" data-dojo-type="dijit/Dialog" title="Alert">
<div id="mAlertTxt" data-dojo-props="style: {overflow: 'auto', padding: 0, height: '300px', width: '400px'}" data-dojo-type="dijit/layout/ContentPane">
<br>
</div>
<div class="dijitDialogPaneActionBar">
<button data-dojo-props="onClick:function(){mAlertDlg.hide();}" data-dojo-type="dijit/form/Button" id="mAlertDlgOK" type="button">OK</button>
</div>
</div></section>
<!-- div mAlertDlg -->
<!-- div editsDiv -->
<section>
<div id="editsDiv">
</div></section>
<!-- div editsDiv -->
<!-- div ScriptDiv -->
<section>
<div id="ScriptDiv">
<h4>TimeStamp: 20160924 noon </h4>
<script>
require(["dojo/Deferred", "dojo/_base/lang", "dojo/parser", "dojo/request", "dijit/registry",
"dijit/ProgressBar", "dijit/layout/BorderContainer",
"dijit/layout/StackContainer", "dijit/layout/ContentPane",
"dijit/layout/AccordionContainer", "dijit/form/Button",
"dijit/Dialog", "dijit/form/DropDownButton", "dijit/TooltipDialog",
"dijit/form/TextBox", "dijit/form/CheckBox", "dijit/TitlePane",
"dojo/dom", "dojo/dom-style", "dojo/dom-construct",
"dojo/store/Memory", "dijit/tree/ObjectStoreModel",
"dojo/request/script", "dojo/_base/array",
"dojo/request/xhr", "dojo/json", "dojo/mouse",
"dojo/_base/fx", "dojo/fx", "dojo/query!css3", "dijit/Tree", "dojo/on", "dojo/string",
"dijit/Editor",
"dijit/_editor/plugins/FontChoice", "dijit/_editor/plugins/TextColor",
"dijit/_editor/plugins/LinkDialog", "dijit/_editor/plugins/FullScreen",
"dijit/_editor/plugins/ViewSource", "dojox/editor/plugins/FindReplace",
"dojo/date/locale", "dojo/dom-class",
"dojo/domReady!"
], function(Deferred, lang, request, registry,
ProgressBar, BorderContainer, StackContainer, ContentPane,
AccordionContainer, Button, Dialog, DropDownButton,
TooltipDialog, TextBox, CheckBox, TitlePane,
parser, dom, domStyle, domConstruct, Memory,
ObjectStoreModel, script, arrayUtil, xhr, JSON, mouse,
baseFx, fx, query, Tree, on, string, Editor, domClass, locale){
var mToday = new Date();
var mYear = mToday.getFullYear();
var mMonth = mToday.getMonth();
var mDay = mToday.getDate();
var mHours = mToday.getUTCHours();
var mMinutes = mToday.getUTCMinutes();
var mTimestamp = mYear.toString() + mMonth.toString() + mDay.toString() + "mpt";
var mDescriptiveTimeStamp = mToday.toLocaleString();
var curDivId = ""; /* currentlyEditingDivRef */
var editorDiv = dom.byId("editorId");
var mainDiv = dom.byId("MainTxtDiv");
var hdrDiv = dom.byId("hdrTitle");
var consDiv = dom.byId("consoleDiv");
var loaderDiv = dom.byId("loader");
var notesDiv = dom.byId("mainNotes");
var consTxt = "";
var editFlag = "0";
//for editUpdates proc
var editsNode = document.getElementById("editsDiv");
var edArr = [];
var removedFromArr = [];
/* Data for Tree, ComboBox, InlineEditBox */
var dataStore = [
{ id: "root", name: "Root", type: "base", population: "6 billion"},
{ id: "dev", name: "dev", type: "layer1", population: "6 billion", parent: "root"},
{ id: "rec", name: "rec", type: "layer1", population: "6 billion", parent: "root"},
{ id: "nyc", name: "nyc", type: "layer2", population: "6 billion", parent: "misc"},
{ id: "misc", name: "misc", type: "layer1", population: "6 billion", parent: "root"},
{ id: "devDomino", name: "Domino", type: "layer2", population: "900 million", area: "30,221,532 sq km",
timezone: "-1 UTC to +4 UTC", parent: "dev"},
{ id: "devJava", name: "Java", type: "layer2", parent: "dev" },
{ id: "devWeb", name: "Web", type: "layer2", parent: "dev" },
{ id: "devOther", name: "Other", type: "layer2", parent: "dev" },
{ id: "fin", name: "Finance", type: "layer2", parent: "misc" },
{ id: "furniture", name: "Furniture", type: "layer2", parent: "misc" },
{ id: "audio", name: "Audio / HT", type: "layer2", parent: "rec" },
{ id: "sartorial", name: "Sartorial", type: "layer2", parent: "misc" },
{ id: "planning", name: "Planning/Org", type: "layer2", parent: "misc" },
{ id: "film", name: "Film", type: "layer2", parent: "rec" },
{ id: "filmDesi", name: "desi films", type: "layer3", parent: "film" },
{ id: "filmDesiArt", name: "Desi arthouse", type: "layer3", parent: "film" },
{ id: "filmTV", name: "TV Series", type: "layer3", parent: "film" },
{ id: "filmNoir", name: "Noir", type: "layer3", parent: "film" },
{ id: "filmNouvelle", name: "Nouvelle Vague", type: "layer3", parent: "film" },
{ id: "filmArt", name: "Arthouse films", type: "layer3", parent: "film" },
{ id: "filmIsmail", name: "Ismail Merchant", type: "layer3", parent: "film" },
{ id: "filmSomeDesi", name: "Some desi connection", type: "layer3", parent: "film" },
{ id: "filmUSComm", name: "Commercial films", type: "layer3", parent: "film" },
{ id: "filmOther", name: "Other films", type: "layer3", parent: "film" },
{ id: "miscFood", name: "Food", type: "layer2", parent: "misc" },
{ id: "miscOther", name: "Other", type: "layer2", parent: "misc" },
{ id: "re", name: "Real Estate", type: "layer3", parent: "nyc" },
{ id: "NYCStorage", name: "Storage", type: "layer3", parent: "nyc" },
{ id: "NYCdesi", name: "Desi Stuff", type: "layer3", parent: "nyc" },
{ id: "NYCmisc", name: "Misc", type: "layer3", parent: "nyc" },
{ id: "devJavaLinks", name: "Links", type: "layer3", parent: "devJava" },
{ id: "devJavaIDE", name: "IDE", type: "layer3", parent: "devJava" },
{ id: "devJavaServlets", name: "Servlets", type: "layer3", parent: "devJava" },
{ id: "devJavaOther1", name: "URLRdr", type: "layer3", parent: "devJava" },
{ id: "devJavaOther2", name: "Other", type: "layer3", parent: "devJava" },
{ id: "devWebLinks", name: "Links", type: "layer3", parent: "devWeb" },
{ id: "devWebDojo", name: "Dojo", type: "layer3", parent: "devWeb" },
{ id: "devWebDojoLinks", name: "Links", type: "layer4", parent: "devWebDojo" },
{ id: "devWebDojoJSONP", name: "dojo JSONP", type: "layer4", parent: "devWebDojo" },
{ id: "devWebOther1", name: "Other", type: "layer3", parent: "devWeb" },
{ id: "consoleDiv", name: "Console", type: "layer3", parent: "devWeb" }
];
/* Create test store. */
menuItemStore = new Memory({
data: dataStore
});
/* Since dojo.store.Memory doesn't have various store methods we need, we have to add them manually */
menuItemStore.getChildren = function(object){
// Add a getChildren() method to store for the data model where
// children objects point to their parent (aka relational model)
return this.query({parent: this.getIdentity(object)});
};
/* Create the 3 data model for the Trees */
menuItemModel = new ObjectStoreModel({store: menuItemStore, query: {id: "root"}});
devItemModel = new ObjectStoreModel({store: menuItemStore, query: {id: "dev"}});
recItemModel = new ObjectStoreModel({store: menuItemStore, query: {id: "rec"}});
miscItemModel = new ObjectStoreModel({store: menuItemStore, query: {id: "misc"}});
var abtDiv = dom.byId("aboutDiv");
on(abtDiv, mouse.enter, function(evt){
myAboutDlg.show();
//mAlert("test");
});
showTxtDiv = function(strId){
mLog("clicked on id:" + strId );
if (strId == "devWebDojoJSONP") {
/*
In this case we need to build pg and THEN display (otherwise err)
mAlert("getDojoPulls");
*/
getDojoPulls();
} else {
/*
if (editFlag == "1") {
Update the edited Txt & them proceed...
mUpdEditTxt();
}
*/
curDivId = dom.byId(strId);
var newTxt = (curDivId.innerHTML);
if (strId == "ScriptDiv") {
var newTxt = (curDivId.textContent);
};
baseFx.fadeOut({
node: mainDiv,
duration: 700,
onEnd: function(n){
/* mLog("about to fadeout..." ); */
mainDiv.innerHTML = newTxt;
baseFx.fadeIn({
node: mainDiv,
duration: 700,
onEnd: function(n){
/* mLog("about to fadeIn..." ); */
}
}).play();
}
}).play();
};
}/*showTxtDiv*/
mEditDivCheck = function(dId) {
var editedDivList = "";
var foundIndex = edArr.lastIndexOf(dId);
if (foundIndex != -1) {
//if found, remove
removedFromedArr = edArr.splice(foundIndex, 1);
}
edArr.push(dId);
edArr.forEach(function(val) {
editedDivList += ("\"" + val + "\"") + "," ;
});
editsNode.innerHTML = editedDivList;
}
mLog = function(strLogEntry){
consTxt= consDiv.innerHTML;
var now = new Date();
var tmStamp = (now.toTimeString()) + "-->";
consDiv.innerHTML = consTxt + "<span style='background-color:rgba(124, 119, 119, 1)'> <font size=2 color='white'>" + tmStamp + strLogEntry + "</font></span><br>";
}
mAlert = function(strParam){
var strMsg = "Alert with param: " + strParam;
var mAlertDiv = dom.byId("mAlertTxt");
mAlertDiv.innerHTML = strMsg;
mAlertDlg.show();
}
showRecDiv = function(strId){
if (strId == "filmTV") {
mAlert("filmTV");
var newContent = "";
mainDiv.innerHTML = "";
var capList = query(".caption", "filmTV" );
/*
capList.forEach(function(node, index, nodeList){
mLog("innerhtml of node" + index + ":" + node.innerHTML);
})
*/
var filmQ = query("a", "filmTV");
filmQ.forEach(function(node, index, nodeList){
/*
tmpStr = "<div data-dojo-type='dijit/TitlePane' data-dojo-props='" + "title:" + string.trim(capList[index].innerHTML) + ", width:275'>"
*/
tmpStr = string.trim(capList[index].innerHTML);
newContent += tmpStr + node.innerHTML + "</div>";
if (index == 0){mLog("tmpstr:" + tmpStr + "---newContent:" + newContent);}
});
mainDiv.innerHTML = newContent;
} else {
showTxtDiv(strId);
};
}
getDojoPulls = function(){
var mainDiv = dom.byId("MainTxtDiv");
var pullDiv = dom.byId("devWebDojoJSONP");
/*
https://query.yahooapis.com/v1/public/yql?q=select*from%20local.search%20where%20zip%20= %20%2233511%22%20and%20query=%22sushi%22&format=json
script.get("https://query.yahooapis.com/v1/public/yql?q=select*from local.search where zip=33511 and query=sushi&format=json", {
*/
script.get("https://api.github.com/repos/dojo/dojo/pulls", {
jsonp: "callback",
timeout: 2000
}).then(function(response){
return response.data;
}).then(function(results){
var docFragment = document.createDocumentFragment();
arrayUtil.forEach(results, function(pull){
var li = domConstruct.create("li", {}, docFragment);
var link = domConstruct.create("a", {href: pull.url, innerHTML: pull.title}, li);
});
domConstruct.place(docFragment, pullDiv);
mainDiv.innerHTML = pullDiv.innerHTML;
});
}
mCreateGist = function (){
mAlert("Disabled for now-- does work but includes ALL dojo .js files.");
var mainDiv = dom.byId("MainTxtDiv");
var gistDescTag = mTimestamp + " auto-posted dojo NoteBook updates (updated DIV CONTENT ONLY) @ " + mHours + ":" + mMinutes;
var bodyTxt = "";
edArr.forEach(function(val) {
bodyTxt += " "
bodyTxt += "- - - - - - " + val + "- - - - - - <br>";
bodyTxt += (dom.byId(val)).innerHTML;
bodyTxt += "- - - - - - " + val + "- - - - - - <br>";
bodyTxt += " "
});
var gistTxt = JSON.stringify(bodyTxt);
var outputDiv = dom.byId("gistOutput");
var docFragment = document.createDocumentFragment();
xhr("https://api.github.com/gists", {
method: "POST",
timeout: 3000,
data: "{ \"description\": \"" + gistDescTag + "\", \"public\" : true , \"files\": {\"mike.html\": {\"content\" : " + gistTxt + "}}}",
handleAs: "json"
}).then(function(data){
var gistP = domConstruct.create("p", {}, docFragment);
var gistResp = domConstruct.create("code", {innerHTML: JSON.stringify(data)}, gistP);
domConstruct.place(docFragment, outputDiv);
mainDiv.innerHTML = outputDiv.innerHTML;
mAlert("mainDiv.innerHTML =" + docFragment);
}, function(err){
var gistErr1 = domConstruct.create("p", {}, docFragment);
var gistErr2 = domConstruct.create("p", {innerHTML: err.response.text}, gistErr1);
domConstruct.place(docFragment, outputDiv);
mainDiv.innerHTML = outputDiv.innerHTML;
mAlert("mainDiv.innerHTML =" + docFragment);
});
}
mEditTxt = function(strParam){
editorId.set("value", curDivId.innerHTML);
editFlag = "1";
MainStack.forward();
}
mUpdEditTxt = function(strParam){
curDivId.innerHTML = editorId.get("value");
editorId.set("value", "");
editFlag = "0";
MainStack.forward();
showTxtDiv(curDivId);
//domClass.add(curDivId, "isUpdated", true);
mEditDivCheck(curDivId.id);
}
mTest = function(strParam){
var editedDivs = query("isUpdated");
var bodyTxt = "List of divs edited/updated:<br>";
editedDivs.forEach(function(node, index, nodeList){
bodyTxt += node.id + "<br>";
});
mAlert(bodyTxt);
}
mLog("Commencing Loader routine...");
hdrDiv.innerHTML = "Mike's NoteBook | " + mDescriptiveTimeStamp;
mainDiv.innerHTML = notesDiv.innerHTML;
curDivId = notesDiv;
baseFx.fadeOut({
node: loaderDiv,
duration: 3000,
onEnd: function(n){
dom.byId('loaderInner').innerHTML += " DONE....";
domConstruct.destroy(loaderDiv);
}
}).play();
});
</script>
</div>
</section>
<!-- div ScriptDiv -->
<!-- div StyleDiv -->
<section>
<div id="StyleDiv">
<h4>TimeStamp: 20160924 noon </h4>
html, body {
font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
height: 100%;
width: 100%;
padding: 0px;
border: 0px;
background-color: rgba(223, 230, 236, 1);
overflow:hidden;
}
/* Inline styles (updated 9/6 to remove padding) */
.claro {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
.dj_contentbox {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
#headerPanel
{
left: 0px;
top: 0px;
}
#footerPanel
{
left: 0px;
}
#footerPanel_splitter
{
left: 0px;
}
/* Inline styles (updated 9/6 to remove padding) */
/* bkgrnd color for dlgBoxes (updated 9/6)*/
.claro .dijitDialogUnderlay {
background: rgba(69, 93, 115, 1);
}
#appLayout {
/* background-color: rgba(246, 40, 108, 0); */
height: 100%;
width: 100%;
border: 0px;
top: 0px;
left: 0px;
}
#leftCol {
width: 25%;
background-color: rgba(255, 255, 255, 1);
/* background-color: rgba(216, 214, 214, 1); */
margin: 0px;
border: 0px;
border-radius: 12px;
}
#leftAccordion {
width: 25%;
background-color: rgba(255, 255, 255, 1);
border: 0px;
padding: 5px;
/* border-radius: 12px; */
}
#MainStack {
width: 80%;
height: 80%;
border: 0px;
padding: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 1);
/* background-color: rgba(216, 214, 214, 1); */
}
#MainTxtDiv {
width: 80%;
height: 80%;
border: 0px;
padding: 20px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 1);
/* background-color: #ededed; */
x-overflow: scroll;
}
#headerPanel {
background-color: rgba(124, 119, 119, 1);
border: 0px;
}
#footerPanel {
background-color: rgba(216, 214, 214, 1);
border: 0px;
}
/* ------Spacer Panels for Layout------ */
#headerSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 5px;
border: 0px;
}
#footerSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 5px;
border: 0px;
}
#SidebarSpacerPanel {
background-color: rgba(246, 40, 108, 0);
height: 20px;
border: 0px;
}
#SidebarSpacerPanelR {
background-color: rgba(246, 40, 108, 0);
height: 20px;
border: 0px;
}
/* ------Spacer Panels for Layout------ */
/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
.loader_vertical-box {
display: flex;
height: 100%;
width: 100%;
flex-flow: column;
}
.loader_horizontal-box {
display: flex;
flex-flow: row;
}
.loader_spacer {
flex: auto;
background-color: black;
}
.loader_centered-element {
flex: none;
background-color: black;
color: #fff;
}
#loader {
position: relative;
width: 100%;
height: 100%;
background-color: black;
color: #fff;
z-index: 99;
}
#loaderInner {
float:center;
text-align: center;
padding: 5px;
width: auto;
color: #fff;
vertical-align: middle;
}
/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
.claro .dijitDialogUnderlay { background: ; }
/* film div specific stuff for flex layout of content */
.mBox-container {
display: flex;
width: 100%;
flex-flow: row wrap;
}
.mBox {
flex: none;
width: 175px;
padding: 10px;
border: solid 0.1em;
border-color: grey;
background-color: white;
color: black;
text-align: center;
}
.mBoxSpacer {
flex: auto;
}
.mBox img {
flex: none;
display: inline-block;
max-width: 175px;
max-height: 250px;
}
/* film div specific stuff for flex layout of content */
.IconSet {
background-image: url('https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/icons/images/editorIconsEnabled.png');
background-repeat: no-repeat;
width: 18px;
height: 18px;
text-align: center;
}
.ArrowIcon { background-position: -486px; }
<br>
</div>
</section>
<!-- div StyleDiv -->
</div> <!-- div MainContent -->
<!-- Main Content ends-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment