Tuesday, October 23, 2012

Fiction 101 Entries Now Being Accepted | Cobweb

Fiction 101 Entries Now Being Accepted

Posted by Deanna Darr on Mon, Oct 22, 2012 at 3:33 PM


Got a knack for telling a compelling story in a teeny tiny time period? Well, it's time to put your words, well, where your words are.

Boise Weekly's annual short fiction writing contest, Fiction 101, is back for its 11th year, which means it's time for writers to start putting their ideas on paper?and then editing the bejesus out of them.

All entries are due at BWHQ no later than 5 p.m. Wednesday, Nov. 7.

Here are the vital statistics you need to know:

? All entries must be exactly 101 words as counted by Microsoft Word (excluding the title).

? All entries must be fiction.

? No poetry allowed.

? No handwritten entries.

? All entries must be accompanied by a $10 per story entry fee.

? All entries must have the authors name, address and phone number on the BACK of each story.

? BW employees and freelancers are not eligible to enter.

Entry fees will be used to award cash prizes to the winners, as selected by an illustrious panel of judges. Those winning entries will be published in the Wednesday, Jan. 2, edition of Boise Weekly.

Entries can be dropped off in person or mailed to Boise Weekly, 523 Broad St., Boise, ID, 83702. For more information, contact Office Manager Shea Sutton at 208-344-2055.

Also, be sure to mark your calendars for a little one-on-one time with our winning authors during First Thursday, Jan. 3. BW is once again teaming up with the crew at Rediscovered Books to host a special reading and question-and-answer session with the winning authors. The reading will begin at 7:30 p.m., but look for more details closer to the event.

Tags: Fiction 101

Subscribe to this thread:

Subscribing?


'); } else if (jQuery(this).attr("id") == "sortSelect"){ jQuery("#BlogComments .sortSpinner").show(); } var url = "/Cobweb/archives/2012/10/22/fiction-101-entries-now-being-accepted"; var myStart = jQuery(this).attr("id") == "sortSelect" ? "1" : jQuery(this).attr("rel"); var showAllComments = jQuery(this).attr("id") == "showAllComments" ? "yes" : "no"; if (!myStart) var myStart = "1"; var mySort = jQuery("#sortSelect").val() || "asc"; var params = { sort: mySort, ajaxComponent: componentId, startIndex: myStart, showAll: showAllComments }; jQuery.ajax({ url: url, data: (params), success: function (data) { jQuery("#"+componentId+"_PaginationBottom").remove(); jQuery("#"+componentId+"_commentContent .brandNewComment").remove(); jQuery("#BlogComments .sortSpinner").hide(); if (myStart == "1") jQuery("#"+componentId+"_commentContent").html(data); else jQuery("#"+componentId+"_commentContent").append(data); } }); }; function removeEdit(oid){ if (oid){ var cont = jQuery("#BlogComments-comment-"+oid).closest(".brandNewComment"); cont.find(".newCommentOptions").fadeOut("fast", function(){ jQuery(this).remove(); }); } } function getComment(oid){ var url = "/Cobweb/archives/2012/10/22/fiction-101-entries-now-being-accepted"; if (oid){ var params = { ajaxComponent: componentId, commentOid: oid }; jQuery.ajax({ url: url, data: (params), success: function (data) { if (!jQuery.trim(jQuery("#"+componentId+"_commentContent").html())){ jQuery("#"+componentId+"_commentContent").append(data).find(".brandNewComment").fadeIn("fast"); } else { jQuery("#"+componentId+"_commentContent").children("div.comment, div.brandNewComment").filter(":last").after(data).parent().find(".brandNewComment").fadeIn("fast"); } var t=setTimeout(function(){removeEdit(oid)},300000); var myTotal = parseInt(jQuery("#comments_total").text(), 10); myTotal++; updateCommentTotals(false,myTotal); } }); } } function doLikeComment(e){ e.preventDefault(); if (!this.clicked){ var oid = jQuery(this).attr("data-commentOid"); jQuery("#BlogComments #"+oid+"_likeLinks a").addClass("dimmed").css("opacity","0.4").each(function(){this.clicked = true;}); var myCurrentLikes = jQuery("#"+oid+"_rating_likes").html() || 0; var myCurrentDislikes = jQuery("#"+oid+"_rating_dislikes").html() || 0; var thisRating = jQuery(this).attr("rel"); if (thisRating == "Like"){ myCurrentLikes = parseFloat(myCurrentLikes)+1; } else { myCurrentDislikes = parseFloat(myCurrentDislikes)+1; } var myNewLine = '' + myCurrentLikes + ' like'; if (myCurrentLikes != 1) { myNewLine += 's'; } myNewLine += ', ' + '' + myCurrentDislikes + ' dislike'; if (myCurrentDislikes != 1) { myNewLine += "s"; } jQuery("#"+oid+"_rating_sub").html(myNewLine); jQuery("#"+oid+"_rating_sub").show(); var params = { oid: oid, rating: thisRating }; jQuery.ajax({ url: "/gyrobase/Tools/AjaxLike", type: "POST", data: (params), success: function (data) { jQuery("#"+oid+"_rating_sub").html(data); if (thisRating == "Like"){ jQuery("#BlogComments #"+oid+"_likeLinks a.dislike").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } else { jQuery("#BlogComments #"+oid+"_likeLinks a.like").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } } }); } } function reportComment(e){ e.preventDefault(); e.stopPropagation(); var oid = jQuery(this).attr("rel"); var elem = jQuery("#"+oid+"_report"); elem.click(function(e){e.stopPropagation();}) if (!elem.is(":visible")){ jQuery("#BlogComments .reportCommentContainer").hide(); if (elem.is(":empty")){ var params = { oid: oid, ajaxComponent: "ReportComment" }; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", data: (params), success: function (data) { elem.html(data); elem.fadeIn("fast"); } }); } else { elem.fadeIn("fast"); } } // attach close event handler to the html jQuery("html").one("click", function(){ jQuery("#BlogComments .reportCommentContainer:visible").hide(); }); } function closeReport(obj){ jQuery(obj).closest(".reportCommentContainer").fadeOut("fast"); } function submitReport(e){ var params = jQuery(e).closest("form").serialize()+"&ajaxComponent=ReportComment"; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", type: "POST", data: (params), success: function (data) { jQuery(e).closest(".reportCommentContainer").html(data); } }); } (function($) { var subscribed=false; function showFollowPanel(e){ e.preventDefault(); myPanel = $(this).parent().next(".togglePanel"); myPanel.fadeIn("fast"); } function doSubscribe(obj){ var myPanel = obj.parent().next(".togglePanel"); myPanel.fadeIn("fast"); if (!subscribed){ var myLink = obj.parent(); var myLoader = myPanel.children(".loading"); var myUpdater = myPanel.children(".ajaxUpdater"); var params = { object: myPanel.attr("data-toolsoid"), macro: myPanel.attr("data-toolsajaxmacro"), url: window.location }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { subscribed = true; if (myUpdater){ myUpdater.html(data); myLoader.fadeOut("fast", function(){ myUpdater.fadeIn("fast", function(){ setTimeout(function(){ myPanel.fadeOut("fast"); }, 3000); }); }); } else { myPanel.fadeOut("fast"); } } }); } } function activateSubscribe(e){ e.preventDefault(); var myObj = $(this); var isAuthenticated = Foundation.SessionManager.sharedSessionManager().isAuthenticated(); if (!isAuthenticated){ new Foundation.Login.Dialog({ "feelingShy": false, "callback": function(){doSubscribe(myObj);} }); return false; } else { // Proceed doSubscribe(myObj); } } function deleteComment(e){ e.preventDefault(); var thisComment = $(this); var params = { macro: "deleteComment", comment: thisComment.attr("data-comment") }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { thisComment.closest(".brandNewComment").fadeOut("fast", function(){ $(this).remove(); var myTotal = parseInt(jQuery("#comments_total").text(), 10); myTotal--;console.log(myTotal); updateCommentTotals(false,myTotal); }); } }); } function editComment(e){ e.preventDefault(); var thisComment = $(this); var commentCont = thisComment.closest(".brandNewComment").find(".description"); var commentTemp = thisComment.closest(".brandNewComment").find(".commentTemp"); var commentText = commentTemp.html(); var toolbar = thisComment.closest(".brandNewComment").find(".commentToolbar"); commentCont.next(".commentEditCont").remove(); commentCont.after(''); toolbar.fadeOut("fast"); commentCont.fadeOut("fast", function(){ commentCont.next(".commentEditCont").fadeIn("fast"); }); $(".brandNewComment textarea.expandableBox").autoBoxResize(); } function editCommentSave(e){ e.preventDefault(); var thisComment = $(this); var editCont = thisComment.closest(".commentEditCont"); var commentTemp = thisComment.closest(".brandNewComment").find(".commentTemp"); var newText = thisComment.prevAll("textarea").val(); var toolbar = thisComment.closest(".brandNewComment").find(".commentToolbar"); var params = { macro: "editComment", comment: thisComment.attr("data-comment"), commentText: newText }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { editCont.fadeOut("fast", function(){ editCont.prev(".description").html($.trim(data)); commentTemp.html(newText); editCont.prev(".description").fadeIn("fast"); toolbar.fadeIn("fast"); }); } }); } function editCommentCancel(e){ e.preventDefault(); var editCont = $(this).closest(".commentEditCont"); var toolbar = $(this).closest(".brandNewComment").find(".commentToolbar"); editCont.fadeOut("fast", function(){ editCont.prev(".description").fadeIn("fast"); toolbar.fadeIn("fast"); editCont.remove(); }); } $("#BlogComments").on('click', ".bottomOptionBar a#doSubscribe", activateSubscribe); $("#BlogComments").on('click', ".bottomOptionBar a.togglePanelClose", function(){$(this).parent().fadeOut("fast"); return false;}); $("#BlogComments").on('click', ".brandNewComment a.commentDeleteLink", deleteComment); $("#BlogComments").on('click', ".brandNewComment a.commentEditLink", editComment); $("#BlogComments").on('click', ".brandNewComment a.doneEditLink", editCommentSave); $("#BlogComments").on('click', ".brandNewComment a.cancelEditLink", editCommentCancel); })(jQuery); jQuery(document).ready(function($){ $("#BlogComments").on('click', '#showMoreComments,#showAllComments', getMoreComments); $("#BlogComments #sortSelect").change(getMoreComments); getMoreComments(); new Foundation.PostCommentComponent(componentId); var nc = Foundation.NotificationCenter.sharedNotificationCenter(); nc.observe("comment:added", function (e) { var comment = e.data; getComment(comment.get("oid")); // clear rating if (jQuery(".commentFormRating").length!=0){ jQuery(".commentFormRating input[name='reviewRating']").val(""); jQuery(".commentFormRating .goldStarContainer").css("left", zeroPos+"px"); } }); var subscribeCheckBox = $("#BlogComments_commentSubscribe"); subscribeCheckBox.prop("checked", getCookie("subscribeToThread") === "true" ? true : false); subscribeCheckBox.change(function (e) { var subscribeToThread = $(this).prop("checked"); setCookie("subscribeToThread", subscribeToThread ? "true" : "false", 30); }); var shareFacebookBox = $("#BlogComments_postCommentToFacebook"); shareFacebookBox.prop("checked", getCookie("shareOnFacebook") === "true" ? true : false); shareFacebookBox.change(function (e) { var shareOnFacebook = $(this).prop("checked"); setCookie("shareOnFacebook", shareOnFacebook ? "true" : "false", 30); }); $("#BlogComments").on('click', 'a.likeLink', doLikeComment); $("#BlogComments").on('click', 'a.reportCommentLink', reportComment); });

Source: http://www.boiseweekly.com/Cobweb/archives/2012/10/22/fiction-101-entries-now-being-accepted

saints bounty program toulouse france ny jets ny jets the situation tim tebow jets katy perry part of me video

Dahlonega Wedding from the long farewell ? 5849th Edition

I can always count on a good vineyard wedding to spread a wide smile across my face and warm my heart with the romance and grandeur of it all. And this little number from the long farewell is no exception, lovelies. Not only is this bride gorgeous beyond belief, but the floral arrangements, candlelit dinner, and breathtaking views of Montaluce Winery & Estates truly made this wedding an absolute stunner and I just can?t.get.enough. Find even more of this vineyard beauty in our gallery right here.

Click here for the FULL wedding!

From the Bride? When Brett and I got engaged, we were really undecided on the location of our wedding. We searched through what felt like hundreds of venues and then finally found the perfect spot in Montaluce Winery & Estates. Brett is from Ohio, and my extended family was coming all the way from South Africa and England, so Montaluce was a perfect special getaway that felt a little bit like a destination wedding.

Our family friend offered to do all of our flower arrangements for the wedding, so our DIY wedding was truly that. We worked together to decide on a color scheme and chose georgia peach as our accent color, since we moved to Atlanta, Georgia from South Africa after I was born and still call it home! Our family and friends all pitched in to make this wedding the beautiful affair that it was. Brett?s brother Ryan designed the gorgeous wedding invitations which also influenced our programs and other paper products. On the wedding day we had a team of people lighting candles, laying out the handmade burlap aisle runner, cleaning lanterns, setting out flower arrangements, decorating the table tops and laying out the bags of almonds on each place setting(a special tradition from South Africa). I collected antique postcards from South Africa through Ebay and Etsy to make our table numbers, which was a surprise for my parents and a little slice of home. Our wedding absolutely would not have happened without the love and care each and every ?worker bee? put into it.

The weather was absolutely perfect (75 degrees in Georgia in June?!) on our wedding day, creating a wonderful backdrop to our candlelit ceremony in the production room of Montaluce. We then ate family-style dinner with the winery sunset as a backdrop and danced under the stars. Altogether, our day was one I will never forget and really was a tribute to all of the hard work that everyone involved put into making it happen. Finally, our photographers have put together an amazing collection of photos that we will have forever to remind us of the day. Chad and Tina of The Long Farewell are genuinely wonderful people who made everyone feel at ease and comfortable all day. We could not have asked for two better people to spend the day capturing our wedding. A million times thank you!

Wedding Photography: the long farewell / Wedding Venue: Montaluce Winery & Estates in Dahlonega, Georgia / Floral Arrangements: Martin Lawrie, A Family Friend of the Bride / Personal Flowers: Katie Lloyd of Boukates / Wedding Day Coordination: Laura Godfrey of Godfrey Wedding Design / Wedding Cakes: Cecilia?Villaveces Cakes / Wedding Invitations: Designed by Ryan Willi, Brother of the Groom / Invitation + Program Printing: Sam Flax / DJ: DJ Hal Mealor of Halco Services, Inc. / Transportation: Wacky Taxi / Wedding Dress + Veil: Priscilla of Boston (Now Closed) / Bride?s Shoes: Kate Spade / Hair + Makeup: Danielle Shlien Dungan / Bridesmaids? Dresses: J.Crew

? Style Me Pretty : The Ultimate Wedding Blog, 2012. |
Permalink |
Comments |
Add to
del.icio.us

Post tags: Boukates, Cecilia Villaveces Cakes, Danielle Shlien Dungan, DJ Hal Mealor, Halco Services Inc., J.Crew, Kate Spade, Katie Lloyd, Laura Godfrey, Laura Godfrey Wedding Design, Martin Lawrie, Montaluce Winery & Estates, Priscilla of Boston, Ryan Willi, Sam Flax, the long farewell, Wacky Taxi
Post categories: Georgia Weddings, Real Weddings


By Holly
Yaab

Source: http://www.wedding-photographyprices.com/detroit/photographer/wedding/dahlonega-wedding-from-the-long-farewell-5849th-edition/

war of the worlds rock and roll hall of fame severe weather wichita brian wilson storm chasers david blaine

Monday, October 22, 2012

How the video games industry is faring

Companies in the video games industry have begun releasing their earnings reports for the latest quarter. Here's a look at selected companies that make or sell video games or machines.

? Oct. 18: Microsoft Corp. says Xbox 360 platform revenue fell 24 percent, or $418 million, mostly because of fewer consoles sold and lower revenue from video games software. The year-ago quarter saw the release of "Gears of War 3," with no comparable major releases in the just-ended quarter. That was offset partly by higher revenue from its Xbox Live subscription service.

Coming up:

? Wednesday: Nintendo Co.

? Oct. 30: Electronic Arts Inc., Take-Two Interactive Software Inc.

? Nov. 1: Sony Corp.

? Nov. 5: THQ Inc.

? Nov. 7: Activision Blizzard Inc.

Source: http://news.yahoo.com/video-games-industry-faring-225521741.html

us open tennis aaliyah Empire State Building shooting Republican National Convention Karlie Redd guild wars 2 adrian gonzalez

Video: Tomorrow in 30: Earnings, Economy & the Debate

Sorry, Readability was unable to parse this page for content.

Source: http://video.msnbc.msn.com/cnbc/49509357/

j.r. smith espn jeremy lin sleigh bells meek sturgis sturgis whitney houston laid to rest

Monday Brief: Apple/Google Events, Surface Launch, and more!


Mobile Nations



Source: http://feedproxy.google.com/~r/androidcentral/~3/0XUlPmUad08/story01.htm

bengals vs texans nfl playoffs cincinnati bengals bengals the stand josh mcdaniels cotton bowl

Sunday, October 21, 2012

Kuwait parliamentary election set for Dec. 1

{ttle}

{cptn}","template_name":"ss_thmb_play_ttle","i18n":{"end_of_gallery_header":"End of Gallery","end_of_gallery_next":"View Again"},"metadata":{"pagination":"{firstVisible} - {lastVisible} of {numItems}","ult":{"spaceid":"84441866","sec":""}}},{"id": "hcm-carousel-1242243601", "dataManager": C.dmgr, "mediator": C.mdtr, "group_name":"hcm-carousel-1242243601", "track_item_selected":1,"tracking":{ "spaceid" : "84441866", "events" : { "click" : { "any" : { "yui-carousel-prev" : { "node" : "a", "data" : {"sec":"HCMOL on article right rail","slk":"prev","itc":"1" }, "bubbles" : true, "test": function(params){ var carousel = params.obj.getCarousel(); var pages = carousel._pages; // if same page, don't beacon if(("_ult_current_page" in carousel) && carousel._ult_current_page==pages.cur) return false; // keep track of current position within this closure carousel._ult_current_page = pages.cur; return true; } }, "yui-carousel-next" : { "node" : "a", "data" : {"sec":"HCMOL on article right rail","slk":"next","itc":"1" }, "bubbles" : true, "test": function(params){ var carousel = params.obj.getCarousel(); var pages = carousel._pages; // no more pages, don't beacon again // if same page, don't beacon if(("_ult_current_page" in carousel) && carousel._ult_current_page==pages.cur) return false; // keep track of current position within this closure carousel._ult_current_page = pages.cur; return true; } } } } } } })); }); Y.later(10, this, function() {(function() { try{ if (Math.floor(Math.random()*10) == 1) { var loc = window.location, decoded = decodeURI(loc.pathname), encoded = encodeURI(decoded), uri = loc.protocol + "//" + loc.host + encoded + ((loc.search.length > 0) ? loc.search + '&' : '?') + "_cacheable=1", xmlhttp; if (window.XMLHttpRequest) xmlhttp = new XMLHttpRequest(); else xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("GET",uri,true); xmlhttp.send(); } }catch(e){} })(); }); Y.later(10, this, function() {Y.namespace("Media").ywaSettings = '"projectId": "10001256862979", "documentName": "", "documentGroup": "", "ywaColo" : "vscale3", "spaceId" : "84441866" ,"customFields" : { "12" : "classic", "13" : "story" }'; Y.Media.YWA.init(Y.namespace("Media").ywaSettings); }); Y.later(10, this, function() {if(document.onclick===YAHOO.Media.PreventDefaultHandler.newClick){document.onclick=YAHOO.Media.PreventDefaultHandler.oldClick;} }); }); });

The supplemental nutrients to removal of ... - Health and Fitness Tips

The supplemental nutrients to removal of beriberi (athlete?s foot )

Vitamin B complex: to promote cell regeneration, prevent beriberi renewable.

Vitamin C: is quite important for immune function, improve blood circulation and the wounds had healed, and the absorption of vitamin B can help.

Zinc: the ability to inhibit fungal and stimulate the immune system.

  • How to prevent of tinea pedis?
    Tinea pedis is a mycotic skin disease. The prevention of tinea pedis is very critical. To eliminate fungal growth environment, especially in warm and humid season, it can be effective in preventing ti...
  • What vegetables to prevent constipation
    1.Lettuce is rich in vitamin C, natural folate, iron, carbohydrate, calcium, phosphorus, protein, fat, carbohydrates, crude fiber, carotene, thiamine, riboflavin, niacin and other ingredients. Often e...
  • What is the fastest method to remove freckle?
    1, Crush the fresh carrot and get juice, take 10 to 30 ml per day, with morning and evening after washing the face painting, to be dry, then washing the face. In addition, drink a glass of carrot juic...
  • What are the factors that influence a child IQ?
    1. Genetic: General,the high-IQ parents, the children would not have a low IQ. Such genetic factors is also reflected in the blood relationship, the parents are locals, the average IQ of 102 children;...
  • The nutritional value of broccoli
    Per 100g edible portion of broccoli, the containing protein 3.6 g, carbohydrates 5.9 g, fat 0.3 g, calcium 78 mg, 74 mg phosphorus, iron 1.1 mg, 25 mg carotene, vitamin C110 mg and minerals. In additi...
  • The nutritional value of corn (maize)
    Corn contains a lot of fat, it can be extracted corn oil from corn germ. Corn oil is rich in vitamin A, vitamin E, lecithin and mineral elements magnesium and selenium, linoleic acid and so on. Long-t...
  • The nutritional content and value of Shark fin
    Shark fin which protein containing about 80%, also contains fat, carbohydrates and other minerals. Cooking Shark fin is a more precious material, but the nutritional value is not very high, because th...
  • Five major food lower blood pressure
    The following five kinds of food, prevention and treatment of high blood pressure have a significant effect of lower blood pressure food. 1, Chayote: Chayote is a low-calorie, rich in potassium, z...
  • Winter season Healthy skin care Success Guideline.
    Healthy skin care success guideline. Cold winter season air is far less humid than warm air, which means skin area would be more dry in the winter season. Harsh winds make conditions worse by leading ...
  • How to skin care in spring and summer
    Spring and summer skin's metabolism to speed up gradually, more and more strong secretion of sebum and sweat. Skin resistance in spring and summer is the worst, are susceptible to the invasion of exte...
Tags: removal of athlete's foot, removal of beriberi, supplemental nutrients to removal of beriberi
This entry was posted on Friday, October 19th, 2012 and is filed under Health Tips. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Source: http://www.hhtip.com/the-supplemental-nutrients-to-removal-of-athletes-foot-beriberi/

us open tennis aaliyah Empire State Building shooting Republican National Convention Karlie Redd guild wars 2 adrian gonzalez