>
Laurie Wagner Buyer :: The Rush of Spring
",startCloseTag)+1;
if(div_results!="")
{
objResults.innerHTML+=strBloque.substring(index,startOpenTag);
}
try{
eval(strBloque.substring(endOpenTag,startCloseTag));
}catch(e){
alert(e.name + " - "+e.message);
}
index=endCloseTag;
}
if(div_results!="")
{
objResults.innerHTML+=strBloque.substring(index,strBloque.length);
}
}else{
if(div_results!="")
{
objResults.innerHTML+=strBloque;
}
}
}
var ajax_queue_current = 0;
var ajax_queue_running = 0;
var ajax_queue = Array();
var ajax_queues = 0;
var ajax_queue_callback = "";
function LoadContent(parameters,script,form,ret,divsec)
{
ajax_queues = ajax_queues+1;
ajax_queue[ajax_queues] = Array(parameters,script,form,ret,divsec);
if (ajax_queue_callback){ajax_queue[ajax_queues]['callback'] = ajax_queue_callback;ajax_queue_callback = "";}
if (ajax_queue_running == 0){AJAX_NextQueue();}
}
function AJAX_NextQueue()
{
if (ajax_queue_running == 1){
if (ajax_queue[ajax_queue_current]['callback']){eval(ajax_queue[ajax_queue_current]['callback']);}
}
next = ajax_queue_current+1;
if (ajax_queues >= next)
{
ajax_queue_running = 1;
ajax_queue_current = ajax_queue_current + 1;
AJAX_Run(ajax_queue[next][0],ajax_queue[next][1],ajax_queue[next][2],ajax_queue[next][3],ajax_queue[next][4]);
}else{ajax_queue_running = 0;if ($('AjaxStatus')){$('AjaxStatus').innerHTML = "";$('AjaxStatus').style.display ="none";} }
}
function AJAX_Run(parameters,script,form,ret,divsec)
{
if (script.indexOf('.php') > 0 )
{var url = script;}else{var url = "http://lauriewagnerbuyer.com/management/"+script+".php";}
var params = "aid=ajax&script="+script+parameters;
if (form){params = params + "&" + Form.serialize($(form))}
divid = "Ajax_Table"; if (divsec){divid = divsec;}
if ($('AjaxStatus')){$('AjaxStatus').innerHTML = "Ajax Running "+ajax_queue_current+"/"+ajax_queue.length+". Please be patient... ";$('AjaxStatus').style.display ="";}
new Ajax.Request(url, { method: 'post', parameters: params,
onSuccess: function(transport)
{
if (ret == "noreturn")
{
ajax_queue[ajax_queue_current]['result'] = transport.responseText;
}
else
{
ajax_queue[ajax_queue_current]['result'] = transport.responseText;
ExcecuteSriptsAndReturnText(transport.responseText,divid);
}
AJAX_NextQueue();
}
});
}
function ViewPhoto(gi_id,samewindow)
{
if (samewindow != true)
{
var max_height = iecompattest().clientHeight - 100;
winGP = Dialog.confirm('',{top: 10, width:700,height:max_height, className: "alphacube", okLabel: "Close" })
winGP.getContent().update($('view_photo_div').innerHTML);
winGP.showCenter();
}
$('view_photo_div_html').style.height = iecompattest().clientHeight - 230 + "px";
LoadContent('&vid=view_photo_gallery&gi_id='+gi_id,'includes/components/gallery/gallery.php','','return','view_photo_div_bottom');
LoadContent('&vid=view_photo&gi_id='+gi_id,'includes/components/gallery/gallery.php','','return','view_photo_div_html');
}
function Gallery_SendComment()
{
var fck = FCKeditorAPI.GetInstance("gco_html");
fck.UpdateLinkedField();
ValidateFirst('COForm','1','V_Run','&vala='+$('gi_id').value);
}
function Gallery_SendComment_AJAX()
{
LoadContent('&vid=send_comment&gi_id='+$('gi_id').value,'includes/components/gallery/gallery.php','COForm','return','view_photo_div_html');
return false;
}
function ViewSinglePhoto(photo,autofit,windowWidth,windowHeight)
{
var newImg = new Image();
//Load the window to display a Preview as 'Loading photo...'
winGP = Dialog.confirm('',{top: 10, width:200,height:40, className: "alphacube", okLabel: "Close" })
winGP.getContent().update("Loading Photo, please wait... ");
winGP.showCenter();
newImg.onload=function(photo,autofit,windowWidth,windowHeight)
{
if (autofit == null){autofit = true;}
var photo_final = this.src;
var photo_resize = false;
var photo_width = 0;
if (this.height > 0)
{
if (autofit == true)
{
var height = this.height;
var width = this.width+30;
if (width > (iecompattest().clientWidth - 50) ) {windowWidth = iecompattest().clientWidth - 50; photo_resize = true;} else { windowWidth = width; }
if (height > (iecompattest().clientHeight - 50) ) {windowHeight = iecompattest().clientHeight - 50; photo_resize = true; } else { windowHeight = height + 20;}
if (photo_resize == true){photo_width = windowWidth-50; photo_final = "thumb2.php?file="+this.src+"&mode=width&size="+photo_width;}
}
if (windowWidth == null){windowWidth = 700;}
if (windowHeight == null){windowHeight = 500;}
//winGP = Dialog.confirm('',{top: 10, width:windowWidth,height:windowHeight, className: "alphacube", okLabel: "Close" })
$('SinglePhotoDIV_Image').src = photo_final;
winGP.setSize(windowWidth, windowHeight);
winGP.getContent().update($('SinglePhotoDIV').innerHTML);
winGP.showCenter();
}
}
newImg.src = photo;
}
function ScrollMove(px,increment)
{
if (increment == true)
{
$('gallery_browse_bottom_scroll').scrollLeft = $('gallery_browse_bottom_scroll').scrollLeft + px ;
}
else
{
$('gallery_browse_bottom_scroll').scrollLeft = px;
}
}
function Gallery_Next_Prev(domove)
{
var images = $('gi_available').value;
var images_arr = images.split(",");
for (x=0;x<=images_arr.length;x++)
{
if (images_arr[x] == $('gi_id').value)
{
if (domove == "next")
{
var next_img = x+1;
if (next_img+1 > images_arr.length){next_img = 0;}
Gallery_ViewPhotoSwitch(images_arr[next_img]);
}
if (domove == "prev")
{
var prev_img = x-1;
if (prev_img-1 < 0){prev_img = images_arr.length-1;}
Gallery_ViewPhotoSwitch(images_arr[prev_img]);
}
return;
}
}
}
function Gallery_ViewPhotoSwitch(gi_id)
{
LoadContent('&vid=view_photo&gi_id='+gi_id,'includes/components/gallery/gallery.php','','return','view_photo_div_html');
}
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function CommentsPage(co_wp_id,page)
{
LoadContent('&co_wp_id='+co_wp_id+'&action=switchpage&page='+page,'includes/components/comments/comments.php','','return','comments_listing_box');
}
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-544074-31");
pageTracker._trackPageview();
} catch(err) {}
function InfoHideall()
{
$('info_1').className = "info_hidden";
$('info_2').className = "info_hidden";
$('info_3').className = "info_hidden";
$('info_4').className = "info_hidden";
$('info_5').className = "info_hidden";
}
function InfoShow(inf)
{
$(inf).className = "info_shown";
}
function SendComment(wp_id)
{
//If the browser does not support Safari, then we are using a regular textarea
if ($('co_html___Config'))
{
var fck = FCKeditorAPI.GetInstance("co_html");
fck.UpdateLinkedField();
}
ValidateFirst('COForm','1','V_Run','&vala=');
}
window.onload = function () {
if ($('pngfix')){pngfix.main();}
}
Table of Contents
September 9th, 2008 - Llano Notes
September 11th, 2008
September 18th, 2008
Llano Notes - September 20, 2008
Llano Notes - September 24
October 27, 2008 Llano Notes, Just Wondering About Cockroaches
October 30, 2008 Llano Notes—Moving Shit
October 31, 2008 On the Road—Llano to Lamesa (Texas)
November 6, 2008 Llano Notes—The Fall Garden
November 8, 2008 Llano Notes—Rouge Rats, Cockroaches, Pest Control
November 9, 2008 Llano Notes—Exhaustion and Beyond
November 10, 2008 Llano Notes—Bewilderment and Butterflies
November 11, 2008 Llano Notes—To Be or To Do?
November 12, 2008 Llano Notes—One Rose after the Rain
November 13, 2008 Llano Notes—Working at the Library
November 14, 2008 Llano Notes—The Hunters and the Hunted
November 15, 2008 Llano Notes—Festivities at Casita de Luz
November 16, 2008 Llano Notes: The Law of Entropy and Personal Stewardship
November 17, 2008 Llano Notes—Shopping for Shoes
November 18, 2008 Llano Notes—To Blog or Not to Blog?
November 30, 2008 Llano Notes—Finally It Is Fall
November 24, 2008 Llano Notes—When Company Comes
November 25, 2008 Llano Notes—The Carcass Count Rises
November 27, 2008 Llano Notes—Thanksgiving Day Texas Style
November 28, 2008 Llano Notes—Anniversaries
November 29, 2008 Llano Notes—Recipes, recipes
December 7, 2008 - Llano Notes—Remembering Pearl Harbor
A Break from Blogging
June 18th - Llano Notes
Llano Notes—September 9, 2009
Llano Notes - October 7, 2009
Rain on a Strange Roof
Hearing the Leaves Fall
A Sweep of Starlings
First Frost
WC, Me and Anniversaries
The Love Express
Great Hiking
The Rush of Spring
The Rush of Spring
The Rush of Spring
For the longest time our lives here at Casita de Luz felt gripped in the cold hands of a winter that refused to let go. Then, almost overnight, spring's seductive warm night air and squint-causing sunshine rushed in to overwhelm us with weeds to pull, grass to mow, raised beds to build and seeds to plant. Abundant blossoms on the fruit trees gave way to luscious bright green leaves and now the branches hang burdened with the developing orbs of apricot, plum, pear and peach. Vegetables that had braved the coldest months--cauliflower, broccoli, cabbage, Brussels sprouts--bolted into tall flowering stalks that brought the bees and butterflies. A late frost obliterated the first sets of tomatoes, peppers, and chiles but we replanted the pots after an impatient wait of another ten days and also set out eggplant, zucchini, and yellow squash. Potatoes, peas, radishes, onions, lettuce and Swiss chard burgeon forth even as the cilantro and spinach succumb to days that are too warm. A few bold roses join the ever-increasing ranks of yellow and purple iris while the herb patch (parsley, oregano, mint, basil, thyme, chives, lavender) outside the kitchen door flourishes.
While robins and cardinals vie for a chance at the bird bath, the always enchanting doves call out "who-cooks-for-you…who-cooks-for-you…" Need I say more about what we've been doing on the home front?
Pages:
Prev
1
2
3
4
...
39
Next
- 39 entries
Read or make comments for this article