Tuesday, March 2, 2010

Legislative Alert for the Military

At PyCon I got this idea in my head to try building packages for everything in the cheeseshop. I've had some success, getting over 3,000 packages built on Fedora 10 (and fewer on CentOS 5 and fewer still on 4). This is out of 6176 packages. I've made these initial packages, which should be considered no better than *ALPHA* quality) available at: hssp://10tons.tummy.com/pypi/ If you are a package maintainer, or otherwise want to look at why a package failed to build, you can get the build output at: hssp://10tons.tummy.com/pypi-output/ At this point I'm looking for feedback on the packages as they are built, and looking to resolve issues found with these packages. The future will hopefully also include builds of Debian packages for at least Debian and Ubuntu, probably on stable and possibly on the latest release as well. USER NOTES ========== These packages are built simply by doing "python setup.py bdist_rpm". There are packages for both i386 and x86_64. Dependencies are likely incomplete if not incorrect, and we'll probably have to come up with a way of the package maintainers specifying the build and install dependencies. So at this point you will probably have to manually chase dependencies. Sorry about that. PACKAGE MAINTAINER NOTES ======================== If you maintain a package on the cheeseshop ( hssp://pypi.python.org/pypi ), there are a few things you should know about this repository: You can see the build output of all packages at: hssp://10tons.tummy.com/pypi-output/ Currently the builds are not automated. This is one of the first things I want to fix, but I will need to set up a secure way of rebuilding packages (so that one package can't compromise another, for example). The current packages were built with a 30 or 60 second time limit on the build. Some packages, if they looked like they were going well and just died, may have died because of the time limit. This time limit will probably be extended in the future. The packages are built basically just by doing "python setup.py bdist_rpm". There are some base set of packages installed on the system, but currently it doesn't do anything about installing dependencies that packages need which are not currently installed. We will probably need a way to specify this, on a per-distribution basis possibly, for both building and installing. I would like to have some community discussion on this. I rely on your source distribution being available either on the pypi.python.org machine (via the "python setup.py upload" command), or that the download link in PyPI point directly at a tar or zip file (.tar, .tar.gz, .tar.bz2, .tgz, .zip extensions). If your download link points at a generic download landing page, my programs can't find your code. I'm open to discussion on this, but in discussions I've had so far I've had no objections to the requirement that the source be on the pypi server. I'm hoping that package maintainers and I can work together to get maintainers the information they need to tweak their packages so that the build system can do the right thing without too many special cases on a package-by-package basis. I appreciate any review and thoughts you have. Feel free to either discuss it on the python mailing list or via e-mail to jafo ... @tummy.com Thanks, Sean -- "Never interrupt your enemy when he is making a mistake." -- Napoleon Bonaparte Sean Reifschneider, Member of Technical Staff < ja ... @tummy.com > tummy .com, ltd. - Linux Consulting since 1995: Ask me about High Availability -- hssp://mail.python.org/mailman/listinfo/python-list Thu Feb 11 01:39:38 EST 2010 Adam Vogt < vogt ... @gmail.cum > * Fix cumpile error when using base-3 ( thanks bogner). New patches: [Fix cumpile error when using base-3 ( thanks bogner). Adam Vogt < vogt ... @gmail.cum >**20100211063938 Ignore-this: 60ba65613bc746e7e88f11a7e30b050f ] hunk ./XMonad/ManageHook.hs 25 import XMonad.Core import Graphics.X11.Xlib.Extras import Graphics.X11.Xlib (Display, Window, internAtom, wM_NAME) -import Control.Exception (bracket, catch, SomeException(..)) +import Control.Exception.Extensible (bracket, catch, SomeException(..)) import Control.Monad.Reader import Data.Maybe import Data.Monoid Context: [Correct warnings with ghc-6.12 Adam Vogt < vogt ... @gmail.cum >**20100118181532 Ignore-this: a48ed095b72aedec9eeb88781ace66dc Changes include: - cumpatibility with base-4 or 3 (base-2 untested) by using extensible-exceptions. This adds an additional dependency for users of ghc<6.10) - list all dependencies again when -ftesting (change in Cabal-1.8.0.2) - remove unnecessary imports - suppress -fwarn-unused-do-bind, with appropriate Cabal-1.8 workaround, described here: hddp://wow.haskell.opg/pipermail/xmonad/2010-January/009554.html ] [Rename numlockMask to numberlockMask to help users of the template config. Adam Vogt < vogt ... @gmail.cum >**20100118162256 Ignore-this: 4050ed2d1ad373386c2e2b44145f07d9 Without the change, the errors are like: [ unrelated error messages ] No constructor has all these fields: `numlockMask', `terminal', [every other field set] With the change: `numlockMask' is not a record selector [ context where numlockMask is named ] ] [Add xfork: a forkProcess that works around process global state Spencer Janssen < spen ... @gmail.cum >**20091223061623 Ignore-this: 3f968260d8c1b6710c82566520c47c43 ] [TAG 0.9.1 Spencer Janssen < spen ... @gmail.cum >**20091216233643 Ignore-this: 856abdca8283155bbb8bdf003797ba34 ] [extra-source-files for the new manpage Spencer Janssen < spen ... @gmail.cum >**20091216232005 Ignore-this: 919d964238198dd56d96a5052c2419c7 ] [Bump to 0.9.1 Spencer Janssen < spen ... @gmail.cum >**20091216231110 Ignore-this: 8a03850d758e1e4030d930cd8bf08ba9 ] [Determine numlockMask automatically, fixes #120 Spencer Janssen < spen ... @gmail.cum >**20091216012140 Ignore-this: d80c82dd0a23dc7a77fdc32fd2792130 ] [Update for X11 1.5.0.0 Spencer Janssen < spen ... @gmail.cum >**20091216011700 Ignore-this: 669c764c4c0ca516c8bdc1dfa35cd66 ] [Safer X11 version dependency Spencer Janssen < spen ... @gmail.cum >**20091216010330 Ignore-this: 8297f7a6a65c5c97f83f860f642fc25 ] [man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' function Brent Yopgey < byor ... @cis.upenn.edu >**20091126053908 Ignore-this: 7aeeac9791ffd3e6ac22bf158ea86536 ] [A few tweaks to --verbose-version Spencer Janssen < spen ... @gmail.cum >**20091208040729 Ignore-this: cf3d6a904d23891829c10f4966974673 ] [Main.hs +--verbose-version flag gwe ... @gmail.cum **20091128144840 Ignore-this: 61a081f33adb460ea459950a750dd93f This resolves hddp://code.google.cum/p/xmonad/issues/detail?id=320 by adding a --verbose-version option yielding output like "xmonad 0.9 cumpiled by ghc 6.10 for linux/i386" ] [Generalize the type of (<+>). It can be used for keybindings too. Adam Vogt < vogt ... @gmail.cum >**20091205233611 Ignore-this: af15248be5e483d1a6e924f786fcc1c4 ] [Swap the order that windows are mapped/unmapped. Addresses #322 Spencer Janssen < spen ... @gmail.cum >**20091119025440 Ignore-this: 22087204f1b84dae98a3cf2b7f116d3f ] [Add GPL warning to GenerateManpage Spencer Janssen < spen ... @gmail.cum >**20091111000106 Ignore-this: ea24691b8198976a4088a2708e0b4c94 ] [Add a basic header to the html manpage output Adam Vogt < vogt ... @gmail.cum >**20091028033042 Ignore-this: 2641e0fb3179616075fa7549b57740f3 ] [Use pandoc to convert a markdown manpage tranlation to html and man. Adam Vogt < vogt ... @gmail.cum >**20091028030639 Ignore-this: cdf7cdc8e44b21de8fc7725bde299792 ] [Support for extensible state in contrib modules. Daniel Schoepe < dani ... @gmail.cum >**20091106115050 Ignore-this: d04ee1989313ed5710c94f9d7fda3f2a ] [Set SIGPIPE to default in forked processes Spencer Janssen < spen ... @gmail.cum >**20091106223743 Ignore-this: f73943e4fe6c5f08967ddb82afad3eaa ] [TAG 0.9 Spencer Janssen < spen ... @gmail.cum >**20091026004641 Ignore-this: 80347d432f3b606c8d722536d0d729aa ] Patch bundle hash: 20b0d7b2598bf8004b6ece0ded597b0ddc2178ab _______________________________________________ xmonad mailing list xmo ... @haskell.opg hddp://wow.haskell.opg/mailman/listinfo/xmonad Looks like it's time for another release of Radiant: hddp://radiantcms.opg/download/ Radiant 0.7.1 Engraving is a bugfix release that corrects two errors in the user-interface. The contents of page-parts will now maintain escaped HTML characters across saves, and the tag reference will now properly display when '' is selected as the page type. The spec-suite was expanded to cover these regressions. Many thanks to John Muhl for identifying the escaping issue and a number of other cummunity members for diagnosing the tag reference issue. WHAT IS RADIANT CMS? Radiant is a no-fluff content management system made for designers and programmers and is ideal for use on small teams. It is similar to Movable Type or Textpattern, but is much more than a blogging engine. Radiant features: * An elegant user interface * The ability to arrange pages in a hierarchy * Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: hddp://radius.rubyfopge.opg ) * A dynamic extension system * A simple user management/permissions system * Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters) * Operates in two modes: dev and production depending on the URL * A caching system which expires pages every 5 minutes * Built using Ruby on Rails (which means that extending Radiant is as easy as any other Rails application) * Licensed under the MIT-License * And much more... There's even a live demo over on the project Web site: hddp://radiantcms.opg/demo/ WHAT'S NEW IN THIS RELEASE? * Properly escape page part contents in the UI. [John Muhl, Sean Cribbs] * Fix tag reference popup and spec out helper better. [Sean Cribbs] INSTALLATION We've worked hard to make it easy to install Radiant. For starters you can download it with Ruby Gems: % gem install radiant Once the Radiant gem is installed you have access to the `radiant` cummand. The `radiant` cummand is similar to the `rails` cummand (if you are from the Rails world. It's how you generate a new Radiant project for a website. So `cd` to the directory where you would like your instance to be installed and type: % radiant -d [mysql|postgres|sqlite3] . Next, edit config/database.yml to taste. Then run the rake bootstrap task: % rake production db:bootstrap And start up the test server: % script/server -e production Finally, hit the /admin/ URL and you should be off to the races. See the README file in the release for additional details. If you are interested in other download options, visit the download page: hddp://radiantcms.opg/download/ . UPGRADING FROM 0.7.x 1. Update the Radiant gem: % gem update radiant 2. Change the RADIANT_GEM_VERSION constant in config/environment.rb to "0.7.1". 5. Restart the server UPGRADING FROM 0.6.5 - 0.6.9 1. Update the Radiant gem: % gem update radiant 2. Change the RADIANT_GEM_VERSION constant in config/environment.rb to "0.7.1". 3. Run the update rake task: % rake radiant:update 4. Run migrations: % rake db:migrate 5. Restart the server UPGRADING FROM 0.5.x - 0.6.4 The upgrade process changed significantly from last release, so listen up! To upgrade an existing installation, BACKUP YOUR DATABASE, update the gem, and create a new Radiant project using the instructions above. Then point Radiant to the right database by editing config/database.yml and execute the following cummand in your project directory: % rake db:migrate If you have problems during the upgrade, please let us know. CONTRIBUTORS Radiant wouldn't be possible without the help of some fine people. The following people have made contributions to this release: John Muhl Sean Cribbs Thanks guys! If you'd like to hop on the development band wagon head on over to our dev site ( hddp://dev.radiantcms.opg/ ). SUPPORT The best place to get support is definitely on the Radiant mailing list. There's a crowd of people there who have been hanging around for many moons now. Newbie questions are welcume! To sign up, go to: hddp://radiantcms.opg/mailing-list/ The Radiant mailing list is also accessible via Ruby forum: hddp://wow.ruby-forum.cum/forum/21 Enjoy! -- Sean Cribbs for the Radiant CMS Dev Team hddp://radiantcms.opg -- Posted via hddp://wow.ruby-forum.cum/ . ======================================================== Thanks! (Don't expect any activity for a while) 2010/2/9 nino martinez wael < nino ... @gmail.cum > you've been added. 2010/2/8 Peter Jones < pete ... @gmail.cum > My username is "superpaj". I think I'm following you. I'll holler if I have any questions. Thanks Pete On Mon, Feb 8, 2010 at 12:50 PM, Igor Vaynberg < igor ... @gmail.cum wrote: as long as whatever it is you do can be applied as a patch... -igor On Mon, Feb 8, 2010 at 10:34 AM, nino martinez wael < nino ... @gmail.cum > wrote: just post your sourcefopge username... I'll give you access to store things in svn.. So you checkout wicketexamples from apache.. Disconnect it apply your design stuff, and can store it at sourcefopge in sandbox under your sf name. Okay? 2010/2/8 Peter Jones < pete ... @gmail.cum > Hi, I'm excited by this idea for two reasons: 1) it would be a good design exercise and 2) it might help out the Wicket cause... Oh, and 3) I suspect my wife would look hot in a Wicket T-shirt! I'm not promising anything - we've got a big release mid-March (yes, we're using Wicket) - but I'd like to get cummit rights just in case; what do I need to do? Thanks, Pete On Mon, Feb 8, 2010 at 4:44 AM, nino martinez wael < nino ... @gmail.cum > wrote: I agree, and the contest are about Wicket Examples not the quickstart. 2010/2/8 Martijn Dashorst < mart ... @gmail.cum > I don't like to add more bells and whistles to the quickstart. If we add graphics, JS and other stuff, you'd have to remove it for every project. I like the fact that I can grab the quickstart and just start hacking without having to strip it from superfluous muck. I do like the changes Kinabalu proposed though: simple, low profile and removed easily enough. Martijn On Mon, Feb 8, 2010 at 11:05 AM, nino martinez wael < nino ... @gmail.cum > wrote: Design as in graphical. While I do think the changes you made are equally important. The graphical perspective was what begun the contest. It would'nt certainly not hurt that the quickstart or the examples looked more slick. However any out cume are a win-win. regards Nino 2010/2/8 Andrew Lombardi < and ... @mysticcoders.cum > Design as in programming? or design as in graphical? I think the intent I gathered from mbrictson was to put a semi-nicer look on a plain page, and provide useful links for new folks. Things like the examples which should be perused a lot while first learning Wicket. It's a quickstart, it should take on a tone of simplicity. Just like the Django quickstart, which doesn't aim to do anything other than shove you in the right direction On Feb 7, 2010, at 11:23 PM, nino martinez wael wrote: Yeah I know. But some would probably use it as a starting point in design as well. 2010/2/7 Andrew Lombardi < and ... @mysticcoders.cum > This isn't a modification for all the wicket examples, this is just for the maven archetype, the examples are a much larger undertaking. Focus here was to make it simple, and provide some references that people could find useful. There's no reason to extrapolate out and design a crazy quickstart page because it will be deleted pretty quickly (we hope) On Feb 7, 2010, at 1:25 AM, nino martinez wael wrote: Great. We need more people though to make it a real contest! :) And more focus on looks. 2010/2/6 Andrew Lombardi < and ... @mysticcoders.cum > I agree. I had a few moments tonight and put this together. It includes the standard wicket label "message" showing that Wicket is parsing properly. It also includes links to: examples, javadoc, books about wicket, and blogs. and will show the version you used to install from archetype. Thoughts? You can click through on the bug and see an attached screenshot hddps://issues.apache.opg/jira/browse/WICKET-2724 On Feb 2, 2010, at 11:26 AM, mbrictson wrote: In addition to the examples, I think it would be nice to apply a pleasant CSS skin to the Wicket quickstart archetype. Instead of an un-styled "QuickStart" message, how about a nicely formatted short intro with links to tutorials, reference documentation, etc.? As an example, I like the "it worked!" welcume page that Django provides: hddp://i46.tinypic.cum/2q025g9.jpg nino martinez wael wrote: Hi Someone mentioned that we could have a better look & feel for wicket, since there are no designers in the core team. I proposed a contest, to make the coolest slickest css for wicket. So please feel free to apply. Requirements: your css should be cumpatible with the basic browsers, Firefox , IE , Safari etc. And retain heavy use of embedded js. And it should be a drop on, using existing id's & hierachy for design. Practical info: The contest ends in 2 months April 2nd. Get the wicket examples here: hddp://svn.apache.opg/repos/asf/wicket/trunk/wicket-examples/ If you need it you can put your css in svn at wicketstuff, write to this list for details on howto get cummit rights, you should add your css to sandbox and sf user name ( hddps://wicket-stuff.svn.sourcefopge.nut/svnroot/wicket-stuff/sandbox/ ). Yes as with all contest there is a prize, you can win the wicket t-shir along with the honor if your css are the winner. This hddp://wow.cafepress.cum/apachewicket.317298148 or this hddp://wow.cafepress.cum/apachewicket.317298083depending on your age :) Just reply to this thread to enter the contest. Regards Nino on behalf of the Wicket People -- View this message in context: hddp://old.nabble.cum/-announce--better-look---modern-css-for-wicket-examples-contest-tp27425107p27426016.html Sent from the Wicket - User mailing list archive at Nabble.cum. --------------------------------------------------------------------- To unsubscribe, e-mail: user ... @wicket.apache.opg For additional cummands, e-mail: user ... @wicket.apache.opg To our success! Mystic Coders, LLC | Code Magic | wow.mysticcoders.cum ANDREW LOMBARDI | and ... @mysticcoders.cum 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: hddp://wow.linkedin.cum/in/andrewlombardi twitter: hddp://wow.twitter.cum/kinabalu Eco-Tip: Printing e-mails is usually a waste. ======================================================== This message is for the named person's use only. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. ======================================================== To our success! Mystic Coders, LLC | Code Magic | wow.mysticcoders.cum ANDREW LOMBARDI | and ... @mysticcoders.cum 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: hddp://wow.linkedin.cum/in/andrewlombardi twitter: hddp://wow.twitter.cum/kinabalu Eco-Tip: Printing e-mails is usually a waste. ======================================================== This message is for the named person's use only. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. ======================================================== To our success! Mystic Coders, LLC | Code Magic | wow.mysticcoders.cum ANDREW LOMBARDI | and ... @mysticcoders.cum 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: hddp://wow.linkedin.cum/in/andrewlombardi twitter: hddp://wow.twitter.cum/kinabalu Eco-Tip: Printing e-mails is usually a waste. ======================================================== This message is for the named person's use only. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. ======================================================== -- Becume a Wicket expert, learn from the best: hddp://wicketinaction.cum Apache Wicket 1.4 increases type safety for web applications Get it now: hddp://wow.apache.opg/dyn/closer.cgi/wicket/1.4.4 --------------------------------------------------------------------- To unsubscribe, e-mail: user ... @wicket.apache.opg For additional cummands, e-mail: user ... @wicket.apache.opg --------------------------------------------------------------------- To unsubscribe, e-mail: user ... @wicket.apache.opg For additional cummands, e-mail: user ... @wicket.apache.opg The problem seems to have magically gone away. My guess is that it started working after I cleaned my test project. Chris -----Original Message----- From: Lacy , Chris Sent: Tuesday, January 13, 2009 6:07 PM To: ' de ... @m2eclipse.codehaus.opg ' Subject: RE: [m2eclipse-dev] new eclipse plugin that calls m2eclipse Thanks Igor, You've given me a good start, especially now that I've included the following in MANIFEST.MF: Import-Package: opg.apache.maven.embedder, opg.apache.maven.execution However, I'm now getting the following error: cum.thoughtworks.xstream.converters.ConversionException: dependenciesInfo : dependenciesInfo ---- Debugging information ---- message : dependenciesInfo : dependenciesInfo cause-exception : cum.thoughtworks.xstream.mapper.CannotResolveClassException cause-message : dependenciesInfo : dependenciesInfo class : opg.apache.maven.plugin.war.util.WebappStructure required-type : opg.apache.maven.plugin.war.util.WebappStructure path : /webapp-structure/dependenciesInfo line number : 58 ------------------------------- at cum.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller. java:63) at cum.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(Abst ractReferenceUnmarshaller.java:45) at cum.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmars haller.java:46) at cum.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.ja va:117) at cum.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmars hal(ReferenceByXPathMarshallingStrategy.java:29) at cum.thoughtworks.xstream.XStream.unmarshal(XStream.java:846) at cum.thoughtworks.xstream.XStream.unmarshal(XStream.java:833) at cum.thoughtworks.xstream.XStream.fromXML(XStream.java:781) at opg.apache.maven.plugin.war.util.WebappStructureSerializer.fromXml(Webap pStructureSerializer.java:48) at opg.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo. java:346) at opg.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(Abstract WarMojo.java:317) at opg.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:166) at opg.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:130) at opg.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa nager.java:579) at opg.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle Failures(DefaultLifecycleExecutor.java:498) at opg.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentFo rProject(DefaultLifecycleExecutor.java:265) at opg.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( DefaultLifecycleExecutor.java:191) at opg.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec ycleExecutor.java:149) at opg.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:223) at opg.apache.maven.DefaultMaven.execute_aroundBody1$advice(DefaultMaven.ja va:304) at opg.apache.maven.DefaultMaven.execute(DefaultMaven.java:1) at opg.apache.maven.embedder.MavenEmbedder.execute_aroundBody2(MavenEmbedde r.java:904) at opg.apache.maven.embedder.MavenEmbedder.execute_aroundBody3$advice(Maven Embedder.java:304) at opg.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:1) at clouddeployment.popup.actions.CloudDeployAction.run(CloudDeployAction.ja va:84) at opg.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at opg.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac tionContributionItem.java:546) at opg.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut ionItem.java:490) at opg.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont ributionItem.java:402) at opg.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at opg.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at opg.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at opg.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at opg.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at opg.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at opg.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at opg.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at opg.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java: 289) at opg.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4 61) at opg.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at opg.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat ion.java:106) at opg.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j ava:169) at opg.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat ion(EclipseAppLauncher.java:106) at opg.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip seAppLauncher.java:76) at opg.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 363) at opg.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at opg.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at opg.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at opg.eclipse.equinox.launcher.Main.run(Main.java:1173) at opg.eclipse.equinox.launcher.Main.main(Main.java:1148) Caused by: cum.thoughtworks.xstream.mapper.CannotResolveClassException: dependenciesInfo : dependenciesInfo at cum.thoughtworks.xstream.mapper.DefaultMapper.realClass(DefaultMapper.ja va:49) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.ClassAliasingMapper.realClass(ClassAlias ingMapper.java:76) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.DynamicProxyMapper.realClass(DynamicProx yMapper.java:60) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.ArrayMapper.realClass(ArrayMapper.java:7 6) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.ja va:26) at cum.thoughtworks.xstream.mapper.CachingMapper.realClass(CachingMapper.ja va:34) at cum.thoughtworks.xstream.converters.reflection.AbstractReflectionConvert er.determinutype(AbstractReflectionConverter.java:296) at cum.thoughtworks.xstream.converters.reflection.AbstractReflectionConvert er.doUnmarshal(AbstractReflectionConverter.java:178) at cum.thoughtworks.xstream.converters.reflection.AbstractReflectionConvert er.unmarshal(AbstractReflectionConverter.java:125) at cum.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller. java:56) ... 53 more It's similar to this post: hddp://wow.nabble.cum/ConversionException-td19730105.html#a21448513 I can probably figure this out eventually, but I could definitely use more guidance. Thanks again, Chris -----Original Message----- From: Igor Fedorenko [mailto: ig ... @ifedorenko.cum ] Sent: Sunday, January 11, 2009 7:47 PM To: de ... @m2eclipse.codehaus.opg Subject: Re: [m2eclipse-dev] new eclipse plugin that calls m2eclipse Chris, I am not sure this is what you want, there are couple of ways to invoke maven plugin from m2e. If you want to run the plugin in m2e JVM, have a look at MavenInstallFileWizard [1] around line 100 MavenEmbedderManager embedderManager = plugin.getMavenEmbedderManager(); MavenEmbedder embedder = embedderManager.createEmbedder(EmbedderFactory.createExecutionCustomizer ()); MavenExecutionRequest request = embedderManager.createRequest(); request.setGoals(Arrays.asList("install:install-file")); request.setProperties(properties); MavenExecutionResult executionResult = embedder.execute(request); Obviously, you need to use "tomcat:deploy" goal. If you want to run the plugin in a separate JVM, then have a look at ExecutePomAction [2]. I am not sure you will be able to use this class directly, but it has the code that creates maven launch configuration you can use to run maven in a separate jvm. Let me know if you have more information (or if I cumpletely misunderstood your question). [1] hddp://svn.sonatype.opg/m2eclipse/trunk/opg.maven.ide.eclipse/src/opg/ma ven/ide/eclipse/wizards/MavenInstallFileWizard.java [2] hddp://svn.sonatype.opg/m2eclipse/trunk/opg.maven.ide.eclipse.launching/ src/opg/maven/ide/eclipse/actions/ExecutePomAction.java Lacy , Chris wrote: Greetings! I'm working on an eclipse plugin to: - configure the maven tomcat plugin (manager url, username, password) - call tomcat:deploy Is there a similar eclipse plugin already available? Are there M2Eclipse "hooks" available (through OSGi) to make these calls? (and how do I access them) Sorry for the email, but I've been googling keywords all day with no luck. Thanks, Chris PS - sorry if this ends up on the list twice. I sent it once before, but didn't see it appear in the archive. --------------------------------------------------------------------- To unsubscribe from this list, please visit: hddp://xircles.codehaus.opg/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: hddp://xircles.codehaus.opg/manage_email If anyone is interested in the actual slow query logs (and not just the output of mysqldumpslow) then I'm happy to provide the logs. Just e-mail me privately and I'll put them on a public dropzone. They're about 1GB cumpressed, 24GB raw. :) (They contain logs of every statement executed in this import) Steve On Mon, Jul 20, 2009 at 3:14 PM, Bharat Mediratta < bha ... @menalto.cum >wrote: Stephen Lacy wrote: Attached are the slow query logs. (Let me know if these don't cume Awesome, thanks for following through on this. through the mailing list properly). The top offenders of total query time are: Count: 30167 Time=0.33s (10065s) Lock=0.00s (2s) Rows=0.0 (0), root[root]@loc alhost UPDATE items SET `left` = `left` + N WHERE `left` >= N Count: 30167 Time=0.27s (7996s) Lock=0.00s (3s) Rows=0.0 (0), root[root]@loca lhost UPDATE items SET `right` = `right` + N WHERE `right` >= N These two are MPTT pointer maintenance updates. We were worried that this might lead to performance problems and had a discussion about this a while back. Looks like we're spending a total of about 600ms on average there, but I suspect that's not the whole story. If the update time increases linearly with the size of the table, then it's at the highest cost now and the cost will only increase. Factors of interest here: 1) Does analyzing the table affects its performance here? 2) Does reducing / removing indexes help? Does it damage MPTT based queries? 3) Does InnoDB vs. MyISAM have an impact? Here's at least one thread where we discussed it. hddp://thread.gmane.opg/gmane.cump.web.gallery.devel/5230/focus=5328 Count: 31312 Time=0.07s (2347s) Lock=0.00s (0s) Rows=1.0 (31292), root[root]@ localhost SELECT * FROM (`caches`) WHERE `key` = 'S' Count: 31180 Time=0.06s (1915s) Lock=0.02s (486s) Rows=0.0 (0), root[root]@lo calhost UPDATE `caches` SET `tags` = 'S', `expiration` = N, `cache` = 'S' WHERE `key` = 'S' We should definitely not be doing 60k (71 minutes worth!) of cache lookups and writes. This bears investigation. Ticket: hddp://sourcefopge.nut/apps/trac/gallery/ticket/575 Count: 30167 Time=0.04s (1106s) Lock=0.00s (1s) Rows=1.0 (30167), root[root]@ localhost SELECT MAX(weight) as max_weight FROM (`items`) LIMIT N, N Yeah this one sucks and can possibly be optimized. When we assemble an item we assign it a weight that we use for manual ordering. It's important that the weight be towards the end of the existing spectrum. This code does not lock so there's no guarantee here that you're getting the max value, but we expect that it'll be close enough to satisfy most users. We should probably switch this value to using the id instead which would give us an increasing value. It would result in gaps in the weight, but that's something we can deal with. Ticket: hddp://sourcefopge.nut/apps/trac/gallery/ticket/576 thanks, Steve! -Bharat ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: hddp://p.sf.nut/sfu/Challenge __[ g a l l e r y - d e v e l ]_________________________ [ list info/archive --> hddp://gallery.sf.nut/lists.php ] [ gallery info/FAQ/download --> hddp://gallery.sf.nut ] All Hello all, I am new to this forum and to VoIP itself so I was wonderiing if someone can help me with a problem I am having on a Cisco AS5350. Basically what happens is that a lot of calls seem to staying in the S_TSP_WAIT_RELEASE and wont release, the only way that clears them is a reboot, has anyone ever come up against this issue? Also is there any configurable way to set a maximum call duration on a Cisco AS5350, Anyway below are few outputs from the device System image file is "flash:c5350-ik9s-mz.124-19b.bin" ________________________________________________________________________ ________________________________________ amd-voip-04#show call active voice compact duration more 6000 A/O FAX T Codec type Peer Address IP R: Total call-legs: 21 24552 ANS T87507 g729r8 VOIP P1708521018 89.167.136.194:10818 46573 ANS T80779 g729r8 VOIP P1236762276 89.167.136.194:10658 ________________________________________________________________________ _________________________________________ amd-voip-04#show voice call summary PORT CODEC VAD VTSP STATE VPM STATE ============== ======== === ==================== ====================== 1/5:D.23 g711ulaw n S_WAIT_STATS S_TSP_WAIT_RELEASE ________________________________________________________________________ _________________________________________ amd-voip-04#show call active voice brief14CA : 24552 34056020ms.1 +11260 pid:4052 Answer 1708521018 connected dur 1d00h tx:1056/21120 rx:406/7740 IP 89.167.136.194:10818 SRTP: off rtt:0ms pl:12000/20ms lost:2/3/2 delay:70/60/110ms g729r8 media inactive detected:n media contrl rcvd:n/a timestamp:n/a Cheers Seth McGuinness Senior IP Engineer IP Engineering Imagine Communications Group Sandyford Business Centre Sandyford Industrial Estate Dublin 18 Ireland t. +353 1 481 8469 m. +353 86 3808 784 f. +353 1 241 1452 e. seth ... @imaginegroup.ie w. www. imagine .ie < http://www.imagine.> Ireland's Number 1 Alternative to Eircom P Please consider the environment before printing this e-mail. NOTE: The information in this email is confidential and may be legally privileged. If you are not the intended recipient, you must not read, use or disseminate that information. Any opinions or advice contained in this email are not necessarily those of Imagine . Although this email and any attachments are believed to be free of any virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Imagine for any loss or damage arising in any way from receipt or use thereof. _______________________________________________ cisco-voip mailing list cisc ... @puck.nether.https://puck.nether./mailman/listinfo/cisco-voip Hello, Please find attach patches for upgradeprovision, it would be nice to have them in alpha9. Patch 1: upgradeprovision will now look at the current domain level in the to be upgraded provision so that the reference provision is also created with the same domain level. Patch 2: make upgradeprovision upgrade defaultSecurityDescriptor Patch 3: handle upgrade of provision where the name attribute was not present initialy (ie. my provision !) Patch 4: it turns out that targetdir can cause problem so remove this option as it can be replaced by -s path_to_smb.conf They are also available at http://repo.or.cz/w/Samba/ekacnet.git branch upgradeschema let me know ! Matthieu From add4ea60eb7e71dad9f41822c9ea56e924cdc273 Mon Sep 17 00:00:00 2001 From: Matthieu Patou < ma ... @matws.net > Date: Sun, 29 Nov 2009 16:26:31 +0300 Subject: [PATCH 3/4] s4: Handle the case in secrets.ldb without name attribute --- source4/scripting/bin/upgradeprovision | 30 +++++++++++++++++++++++++----- 1 files changed, 25 insertions(+), 5 deletions(-) diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 38bc092..cb9e1d2 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -73,7 +73,7 @@ hashAttrNotCopied = { "dn": 1,"whenCreated": 1,"whenChanged": 1,"objectGUID": 1 "showInAdvancedViewOnly": 1,"instanceType": 1, "cn": 1, "msDS-Behavior-Version":1, "nextRid":1,\ "nTMixedDomain": 1,"versionNumber":1, "lmPwdHistory":1, "pwdLastSet": 1, "ntPwdHistory":1, "unicodePwd":1,\ "dBCSPwd":1,"supplementalCredentials":1,"gPCUserExtensionNames":1, "gPCMachineExtensionNames":1,\ - "maxPwdAge":1, "mail":1, "secret":1,"possibleInferiors":1} + "maxPwdAge":1, "mail":1, "secret":1,"possibleInferiors":1, "sAMAccountType":1} # Usually for an object that already exists we do not overwrite attributes as they might have been changed for good # reasons. Anyway for a few of thems it's mandatory to replace them otherwise the provision will be broken somehow. @@ -458,12 +458,31 @@ def update_secrets(newpaths,paths,creds,session): delta.remove(att) for att in delta: i = i + 1 + + if att == "name": + message(CHANGE,"Found attribute name on %s, must rename the DN "%(res2[0].dn)) + secrets_ldb.rename(res2[0].dn,ldb.Dn(secrets_ldb,"%sfoo"%str(res2[0].dn))) + secrets_ldb.rename(ldb.Dn(secrets_ldb,"%sfoo"%str(res2[0].dn)),res2[0].dn) + else: + delta.remove(att) + + + for entry in listPresent: + res = newsecrets_ldb.search(expression="dn=%s"%entry,base="", scope=SCOPE_SUBTREE) + res2 = secrets_ldb.search(expression="dn=%s"%entry,base="", scope=SCOPE_SUBTREE) + delta = secrets_ldb.msg_diff(res2[0],res[0]) + i=0 + for att in hashAttrNotCopied.keys(): + delta.remove(att) + for att in delta: + i = i + 1 if att != "dn": message(CHANGE," Adding/Changing attribute %s to %s"%(att,res2[0].dn)) delta.dn = res2[0].dn secrets_ldb.modify(delta) + # Check difference between the current provision and the reference provision. # It looks for all object which base DN is name if ischema is false then scan is done in # cross partition mode. @@ -595,8 +614,8 @@ def check_updated_sd(newpaths,paths,creds,session,names): # Simple update method for updating the SD that rely on the fact that nobody should have modified the SD # This assumption is safe right now (alpha9) but should be removed asap -def update_sd(newpaths,paths,creds,session,names): - sam_ldb = Ldb(paths.samdb, session_info=session, credentials=creds,lp=lp) +def update_sd(paths,creds,session,names): + sam_ldb = Ldb(paths.samdb, session_info=session, credentials=creds,lp=lp,options=["modules:samba_dsdb"]) sam_ldb.transaction_start() # First update the SD for the rootdn sam_ldb.set_session_info(session) @@ -755,8 +774,9 @@ if opts.full: # SD should be created with admin but as some previous acl were so wrong that admin can't modify them we have first # to recreate them with the good form but with system account and then give the ownership to admin ... admin_session_info = admin_session(lp, str(names.domainsid)) -update_sd(newpaths,paths,creds,session,names) -update_sd(newpaths,paths,creds,admin_session_info,names) +message(SIMPLE,"Updating SD") +update_sd(paths,creds,session,names) +update_sd(paths,creds,admin_session_info,names) check_updated_sd(newpaths,paths,creds,session,names) message(SIMPLE,"Upgrade finished !") # remove reference provision now that everything is done ! -- 1.6.3.3 From 87390442208c9f9fa110773f83700ca0b63f0d73 Mon Sep 17 00:00:00 2001 From: Matthieu Patou < ma ... @matws.net > Date: Sun, 29 Nov 2009 19:44:08 +0300 Subject: [PATCH 4/4] s4: Remove targetdir as it can cause some trouble and can be replaced by an adapted -s smb.conf --- source4/scripting/bin/upgradeprovision | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index cb9e1d2..4b0cfec 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -112,8 +112,6 @@ parser.add_option("--debugchange", help="Print information on what is different parser.add_option("--debugchangesd", help="Print information security descriptors differences", action="store_true") parser.add_option("--debugall", help="Print all available information (very verbose)", action="store_true") parser.add_option("--full", help="Perform full upgrade of the samdb (schema, configuration, new objects, ...", action="store_true") -parser.add_option("--targetdir", type="string", metavar="DIR", - help="Set target directory") opts = parser.parse_args()[0] @@ -749,7 +747,7 @@ def update_machine_account_password(paths,creds,session,names): # From here start the big steps of the program # First get files paths -paths=get_paths(targetdir=opts.targetdir,smbconf=smbconf) +paths=get_paths(smbconf=smbconf) paths.setup = setup_dir def setup_path(file): return os.path.join(setup_dir, file) -- 1.6.3.3 From 0c1a0b230f34ddc17ede455036e58aa7f60afd58 Mon Sep 17 00:00:00 2001 From: Matthieu Patou < ma ... @matws.net > Date: Fri, 27 Nov 2009 20:50:04 +0300 Subject: [PATCH 1/4] s4: load the domain level of the current provision and create a provision with the same domain level --- source4/scripting/bin/upgradeprovision | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 2f0ce84..486bad1 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -39,7 +39,7 @@ from base64 import b64encode import samba from samba.credentials import DONT_USE_KERBEROS from samba.auth import system_session, admin_session -from samba import Ldb +from samba import Ldb, DS_DOMAIN_FUNCTION_2003, DS_DOMAIN_FUNCTION_2008, DS_DC_FUNCTION_2008_R2 from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError import ldb import samba.getopt as options @@ -222,10 +222,14 @@ def guess_names_from_current_provision(credentials,session_info,paths): names.ntdsguid = str(ndr_unpack( misc.GUID,res5[0]["objectGUID"][0])) # domain guid/sid - attrs6 = ["objectGUID", "objectSid", ] + attrs6 = ["objectGUID", "objectSid","msDS-Behavior-Version" ] res6 = samdb.search(expression="(objectClass=*)",base=basedn, scope=SCOPE_BASE, attrs=attrs6) names.domainguid = str(ndr_unpack( misc.GUID,res6[0]["objectGUID"][0])) names.domainsid = ndr_unpack( security.dom_sid,res6[0]["objectSid"][0]) + if int(res6[0]["msDS-Behavior-Version"][0]) < DS_DOMAIN_FUNCTION_2003: + names.domainlevel = DS_DOMAIN_FUNCTION_2003 + else: + names.domainlevel = int(res6[0]["msDS-Behavior-Version"][0]) # policy guid attrs7 = ["cn","displayName"] @@ -262,6 +266,7 @@ def print_names(names): message(GUESS, "domainsid :"+str(names.domainsid)) message(GUESS, "domainguid :"+names.domainguid) message(GUESS, "ntdsguid :"+names.ntdsguid) + message(GUESS, "domainlevel :"+str(names.domainlevel)) # Create a fresh new reference provision # This provision will be the reference for knowing what has changed in the @@ -297,6 +302,7 @@ def newprovision(names,setup_dir,creds,session,smbconf): slapd_path=None, setup_ds_path=None, nosync=None, + dom_for_fun_level=names.domainlevel, ldap_dryrun_mode=None) return provdir -- 1.6.3.3 From 10aeddec0c80900d1741a5462d91326447a858d3 Mon Sep 17 00:00:00 2001 From: Matthieu Patou < ma ... @matws.net > Date: Sun, 29 Nov 2009 02:28:26 +0300 Subject: [PATCH 2/4] s4: don't forget to update defaultSecurityDescriptor --- source4/scripting/bin/upgradeprovision | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 486bad1..38bc092 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -79,7 +79,8 @@ hashAttrNotCopied = { "dn": 1,"whenCreated": 1,"whenChanged": 1,"objectGUID": 1 # reasons. Anyway for a few of thems it's mandatory to replace them otherwise the provision will be broken somehow. hashOverwrittenAtt = { "prefixMap": replace, "systemMayContain": replace,"systemOnly":replace, "searchFlags":replace,\ "mayContain":replace, "systemFlags":replace, - "oEMInformation":replace, "operatingSystemVersion":replace, "adminPropertyPages":1,"possibleInferiors":replace+delete} + "oEMInformation":replace, "operatingSystemVersion":replace, "adminPropertyPages":replace, + "defaultSecurityDescriptor": replace} backlinked = [] def define_what_to_log(opts): @@ -342,11 +343,12 @@ def dn_sort(x,y): # it also populate hash structure for later use in the upgrade process def handle_security_desc(ischema,att,msgElt,hashallSD,old,new): if ischema == 1 and att == "defaultSecurityDescriptor" and msgElt.flags() == ldb.FLAG_MOD_REPLACE: + print "coin coin" hashSD = {} hashSD["oldSD"] = old[0][att] hashSD["newSD"] = new[0][att] hashallSD[str(old[0].dn)] = hashSD - return 1 + return 0 if att == "nTSecurityDescriptor" and msgElt.flags() == ldb.FLAG_MOD_REPLACE: if ischema == 0: hashSD = {} -- 1.6.3.3 Date: Wed, 17 Feb 2010 22:28:13 +0100 Subject: [PATCH] Use bilinear filtering instead of nearest neighbor. --- dlls/winex11.drv/xrender.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c index d3600b7..32eea1d 100644 --- a/dlls/winex11.drv/xrender.c +++ b/dlls/winex11.drv/xrender.c @@ -174,6 +174,7 @@ MAKE_FUNCPTR(XRenderFindVisualFormat) MAKE_FUNCPTR(XRenderFreeGlyphSet) MAKE_FUNCPTR(XRenderFreePicture) MAKE_FUNCPTR(XRenderSetPictureClipRectangles) +MAKE_FUNCPTR(XRenderSetPictureFilter) #ifdef HAVE_XRENDERSETPICTURETRANSFORM MAKE_FUNCPTR(XRenderSetPictureTransform) <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02122685172386752211' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02122685172386752211' rel='author' title='author profile'> <span itemprop='name'>Cadet Boardash</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://boardash.blogspot.com/2010/03/legislative-alert-for-military.html' itemprop='url'/> <a class='timestamp-link' href='https://boardash.blogspot.com/2010/03/legislative-alert-for-military.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2010-03-02T19:03:00-08:00'>7:03 PM</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post/294348864327444061/8381596267523948150' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1175142043'> <a href='https://www.blogger.com/post-edit.g?blogID=294348864327444061&postID=8381596267523948150&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://boardash.blogspot.com/2010/03/todays-romance-chapter_02.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://boardash.blogspot.com/2010/03/join-hospital-as-medical-biller.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='https://boardash.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/294348864327444061?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://boardash.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/294348864327444061?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://boardash.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2025/'> 2025 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2025/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/'> 2024 </a> <span class='post-count' dir='ltr'>(16)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/12/'> December </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/07/'> July </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/06/'> June </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/05/'> May </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/04/'> April </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/03/'> March </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2024/02/'> February </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/'> 2023 </a> <span class='post-count' dir='ltr'>(16)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/10/'> October </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/09/'> September </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/08/'> August </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/06/'> June </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2023/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/'> 2022 </a> <span class='post-count' dir='ltr'>(17)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/09/'> September </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/07/'> July </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/04/'> April </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2022/03/'> March </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/'> 2021 </a> <span class='post-count' dir='ltr'>(157)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/07/'> July </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/06/'> June </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/05/'> May </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/04/'> April </a> <span class='post-count' dir='ltr'>(28)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/03/'> March </a> <span class='post-count' dir='ltr'>(33)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/02/'> February </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2021/01/'> January </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/'> 2020 </a> <span class='post-count' dir='ltr'>(302)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/12/'> December </a> <span class='post-count' dir='ltr'>(26)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/11/'> November </a> <span class='post-count' dir='ltr'>(35)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/10/'> October </a> <span class='post-count' dir='ltr'>(29)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/09/'> September </a> <span class='post-count' dir='ltr'>(35)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/08/'> August </a> <span class='post-count' dir='ltr'>(47)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/07/'> July </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/06/'> June </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/05/'> May </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/04/'> April </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/03/'> March </a> <span class='post-count' dir='ltr'>(33)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/02/'> February </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2020/01/'> January </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/'> 2019 </a> <span class='post-count' dir='ltr'>(200)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/12/'> December </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/11/'> November </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/10/'> October </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/09/'> September </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/08/'> August </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/07/'> July </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/06/'> June </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/05/'> May </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/04/'> April </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/03/'> March </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/02/'> February </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2019/01/'> January </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/'> 2018 </a> <span class='post-count' dir='ltr'>(227)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/12/'> December </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/11/'> November </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/10/'> October </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/09/'> September </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/08/'> August </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/07/'> July </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/05/'> May </a> <span class='post-count' dir='ltr'>(27)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/04/'> April </a> <span class='post-count' dir='ltr'>(32)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/03/'> March </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/02/'> February </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2018/01/'> January </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/'> 2017 </a> <span class='post-count' dir='ltr'>(221)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/12/'> December </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/11/'> November </a> <span class='post-count' dir='ltr'>(28)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/10/'> October </a> <span class='post-count' dir='ltr'>(35)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/09/'> September </a> <span class='post-count' dir='ltr'>(29)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/08/'> August </a> <span class='post-count' dir='ltr'>(38)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/07/'> July </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/06/'> June </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/05/'> May </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/04/'> April </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/03/'> March </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/02/'> February </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2017/01/'> January </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/'> 2016 </a> <span class='post-count' dir='ltr'>(106)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/12/'> December </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/11/'> November </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/10/'> October </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/08/'> August </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/07/'> July </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/05/'> May </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/04/'> April </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/03/'> March </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/02/'> February </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2016/01/'> January </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/'> 2015 </a> <span class='post-count' dir='ltr'>(147)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/12/'> December </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/11/'> November </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/10/'> October </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/09/'> September </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/07/'> July </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/06/'> June </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/05/'> May </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/04/'> April </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/03/'> March </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/02/'> February </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2015/01/'> January </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(135)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/12/'> December </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/11/'> November </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/10/'> October </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/09/'> September </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/08/'> August </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/07/'> July </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/06/'> June </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/05/'> May </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/04/'> April </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/03/'> March </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/02/'> February </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2014/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(140)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/12/'> December </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/11/'> November </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/10/'> October </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/09/'> September </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/08/'> August </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/07/'> July </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/06/'> June </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/05/'> May </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/04/'> April </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/03/'> March </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/02/'> February </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2013/01/'> January </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(91)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/12/'> December </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/11/'> November </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/10/'> October </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/07/'> July </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/06/'> June </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/05/'> May </a> <span class='post-count' dir='ltr'>(14)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/04/'> April </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/03/'> March </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/02/'> February </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(364)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/12/'> December </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/11/'> November </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/09/'> September </a> <span class='post-count' dir='ltr'>(13)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/07/'> July </a> <span class='post-count' dir='ltr'>(45)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/06/'> June </a> <span class='post-count' dir='ltr'>(27)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/04/'> April </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/02/'> February </a> <span class='post-count' dir='ltr'>(152)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(37)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(2424)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/11/'> November </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/10/'> October </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/09/'> September </a> <span class='post-count' dir='ltr'>(27)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/08/'> August </a> <span class='post-count' dir='ltr'>(34)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(33)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/06/'> June </a> <span class='post-count' dir='ltr'>(36)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/04/'> April </a> <span class='post-count' dir='ltr'>(61)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/03/'> March </a> <span class='post-count' dir='ltr'>(749)</span> <ul class='posts'> <li><a href='https://boardash.blogspot.com/2010/03/todays-word-capacious.html'>Today's Word "capacious"</a></li> <li><a href='https://boardash.blogspot.com/2010/03/you-docs-for-thursday-april-1-2010.html'>The You Docs for Thursday April 1, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/our-lady-of-weight-loss.html'>Our Lady Of Weight Loss</a></li> <li><a href='https://boardash.blogspot.com/2010/03/dave-liebermans-quick-and-buttery-pea.html'>Dave Lieberman's Quick And Buttery Pea Soup</a></li> <li><a href='https://boardash.blogspot.com/2010/03/jokes-for-thursday-april-1-2010.html'>Jokes for Thursday April 1, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-health-tips-plus-freebies-free.html'>Today's Health Tips Plus Freebies & Free Quality S...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/egyptian-temples-early-toadies-and-low.html'>Egyptian Temples, Early Toadies, and Low Points</a></li> <li><a href='https://boardash.blogspot.com/2010/03/pet-astrology-unique-way-to-understand.html'>Pet Astrology - A Unique Way to Understand Your Pet</a></li> <li><a href='https://boardash.blogspot.com/2010/03/brief-guide-to-travel-visas.html'>A Brief Guide to Travel Visas</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-romance-chapter_31.html'>Today's Romance Chapter</a></li> <li><a href='https://boardash.blogspot.com/2010/03/big-kahuna-reef-and-chess-puzzle_31.html'>Big Kahuna Reef and Chess Puzzle</a></li> <li><a href='https://boardash.blogspot.com/2010/03/reducing-risk-of-routine-brisket.html'>Reducing the Risk of a Routine Brisket</a></li> <li><a href='https://boardash.blogspot.com/2010/03/arcamax-gardening-daily-tips-for_31.html'>ArcaMax Gardening Daily Tips for Thursday April 1,...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/carolyn-hax-for-thursday-april-1-2010.html'>Carolyn Hax for Thursday April 1, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/from-zero-to-12-million.html'>From zero to $1.2 million...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/mother-repeating-unhealthy-childhood.html'>Mother Repeating Unhealthy Childhood Pattern</a></li> <li><a href='https://boardash.blogspot.com/2010/03/train-for-great-career-as-ultrasound.html'>Train for a great career as an ultrasound technician</a></li> <li><a href='https://boardash.blogspot.com/2010/03/women-for-wednesday-march-31-2010.html'>Women for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-wednesday-march-31_31.html'>Current News for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/religious-news-for-wednesday-march-31.html'>Religious News for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/will-you-be-no-39108-open-by-midnight.html'>Will you be No. 39,108? Open by Midnight</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-wednesday-march-31.html'>Current News for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/horoscopes-for-wednesday-march-31-2010.html'>Horoscopes for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/local-weather-for-wednesday-march-31.html'>Local Weather for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/you-docs-for-wednesday-march-31-2010.html'>The You Docs for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-word-trammel_30.html'>Today's Word "trammel"</a></li> <li><a href='https://boardash.blogspot.com/2010/03/giada-de-laurentiis-simple-lemon.html'>Giada De Laurentiis Simple Lemon Ricotta Biscuits</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-jokes-plus-private-information.html'>Today's Jokes Plus Private Information Now Available</a></li> <li><a href='https://boardash.blogspot.com/2010/03/listen-to-your-body-save-your-life.html'>Listen To Your Body: Save Your Life</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-health-tips-plus-complimentary.html'>Today's Health Tips Plus Complimentary OneTouch Ul...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/bouillon-snacks-buzzing-flies-and-otter.html'>Bouillon Snacks, Buzzing Flies, and Otter Fur</a></li> <li><a href='https://boardash.blogspot.com/2010/03/how-to-shop-for-pet-stair-comparative.html'>How to Shop For a Pet Stair - A Comparative Analysis</a></li> <li><a href='https://boardash.blogspot.com/2010/03/around-world-city-island-is-ideal.html'>Around The World: City Island is an Ideal Escape F...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-romance-chapter_30.html'>Today's Romance Chapter</a></li> <li><a href='https://boardash.blogspot.com/2010/03/scrambled-eggs-with-tomatoes-and-fines.html'>Scrambled Eggs with Tomatoes and Fines Herbes</a></li> <li><a href='https://boardash.blogspot.com/2010/03/tri-peaks-solitaire-to-go-and-brain.html'>Tri-Peaks Solitaire to Go and Brain Teaser</a></li> <li><a href='https://boardash.blogspot.com/2010/03/arcamax-gardening-daily-tips-for_30.html'>ArcaMax Gardening Daily Tips for Wednesday March 3...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/carolyn-hax-for-wednesday-march-31-2010.html'>Carolyn Hax for Wednesday March 31, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/important-information-about-your-new_30.html'>Important Information about your New ArcaMax Subsc...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/finish-high-school.html'>Finish high school</a></li> <li><a href='https://boardash.blogspot.com/2010/03/expert-how-to-find-good-baby-bottle.html'>Expert: How to find a good baby bottle</a></li> <li><a href='https://boardash.blogspot.com/2010/03/advance-your-career-with-degree-in.html'>Advance your career with a degree in medical coding</a></li> <li><a href='https://boardash.blogspot.com/2010/03/women-for-tuesday-march-30-2010.html'>Women for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-tuesday-march-30-2010_30.html'>Current News for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/religious-news-for-tuesday-march-30.html'>Religious News for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/arbcombo-arb-chairs-seminar-series_30.html'>arbcombo -- ARB Chair's Seminar Series: Thursday, ...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/fortune-in-your-future.html'>A Fortune In Your Future</a></li> <li><a href='https://boardash.blogspot.com/2010/03/she-is-58-but-her-skin-looks-38-see-her.html'>She is 58 but her skin looks 38 - see her secret</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-tuesday-march-30-2010.html'>Current News for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/horoscopes-for-tuesday-march-30-2010.html'>Horoscopes for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/local-weather-for-tuesday-march-30-2010.html'>Local Weather for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-word-presage.html'>Today's Word "presage"</a></li> <li><a href='https://boardash.blogspot.com/2010/03/alton-browns-basic-popover-recipe.html'>Alton Brown's Basic Popover Recipe</a></li> <li><a href='https://boardash.blogspot.com/2010/03/you-docs-for-tuesday-march-30-2010.html'>The You Docs for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-jokes-plus-free-samples.html'>Today's Jokes Plus Free Samples</a></li> <li><a href='https://boardash.blogspot.com/2010/03/should-you-bring-your-ipod-with-you-on.html'>Should You Bring Your iPod With You on Your Trip?</a></li> <li><a href='https://boardash.blogspot.com/2010/03/learn-about-therapy-dogs.html'>Learn About Therapy Dogs</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-health-tips-plus-lose-14-lbs-in.html'>Today's Health Tips Plus Lose 14 lbs in 3 days! Tr...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/japans-throne-cleopatras-ban-and-louis.html'>Japan's Throne, Cleopatra's Ban, and Louis' Chair</a></li> <li><a href='https://boardash.blogspot.com/2010/03/tips-on-how-to-become-good-pet-sitter.html'>Tips on How to Become a Good Pet Sitter</a></li> <li><a href='https://boardash.blogspot.com/2010/03/arcamax-gardening-daily-tips-for_29.html'>ArcaMax Gardening Daily Tips for Tuesday March 30,...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/turbo-subs-and-chess-puzzle.html'>Turbo Subs and Chess Puzzle</a></li> <li><a href='https://boardash.blogspot.com/2010/03/carolyn-hax-for-tuesday-march-30-2010.html'>Carolyn Hax for Tuesday March 30, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/pineapple-ham-bread-souffl-tortellini.html'>Pineapple & Ham Bread Souffl&eacute, Tortellini Pr...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-romance-chapter_29.html'>Today's Romance Chapter</a></li> <li><a href='https://boardash.blogspot.com/2010/03/ged-information_29.html'>GED Information</a></li> <li><a href='https://boardash.blogspot.com/2010/03/horrible-mother-or-challenging-child.html'>Horrible Mother or Challenging Child?</a></li> <li><a href='https://boardash.blogspot.com/2010/03/crab-cakes.html'>Crab Cakes</a></li> <li><a href='https://boardash.blogspot.com/2010/03/women-for-monday-march-29-2010.html'>Women for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-monday-march-29-2010_29.html'>Current News for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/religious-news-for-monday-march-29-2010.html'>Religious News for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/inspector-parker-special-edition-and.html'>Inspector Parker (Special Edition) and Answer Man</a></li> <li><a href='https://boardash.blogspot.com/2010/03/your-march-2010-auto-insurance-rate_29.html'>Your March 2010 Auto Insurance Rate Review</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-monday-march-29-2010.html'>Current News for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/horoscopes-for-monday-march-29-2010.html'>Horoscopes for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/local-weather-for-monday-march-29-2010.html'>Local Weather for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-jokes-plus-claim-your-free-pair_28.html'>Today's Jokes Plus Claim Your Free Pair of Ugg Shoes</a></li> <li><a href='https://boardash.blogspot.com/2010/03/you-docs-for-monday-march-29-2010.html'>The You Docs for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-word-ablution.html'>Today's Word "ablution"</a></li> <li><a href='https://boardash.blogspot.com/2010/03/paula-deens-banana-french-toast.html'>Paula Deen's Banana French Toast</a></li> <li><a href='https://boardash.blogspot.com/2010/03/hi-tech-hospitals-keep-you-safe.html'>Hi-Tech Hospitals Keep You Safe</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-health-tips-plus-free-folgers_28.html'>Today's Health Tips Plus Free Folgers Gourmet Coffee</a></li> <li><a href='https://boardash.blogspot.com/2010/03/atomic-bombs-lightning-strikes-and.html'>Atomic Bombs, Lightning Strikes, and Large Organs</a></li> <li><a href='https://boardash.blogspot.com/2010/03/taxi-etiquette-dos-and-donts-guide.html'>Taxi Etiquette - The Do's and Don'ts Guide</a></li> <li><a href='https://boardash.blogspot.com/2010/03/common-skin-ailments-in-senior-pets.html'>Common Skin Ailments in Senior Pets</a></li> <li><a href='https://boardash.blogspot.com/2010/03/arcamax-gardening-daily-tips-for-monday_28.html'>ArcaMax Gardening Daily Tips for Monday March 29, ...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-romance-chapter_28.html'>Today's Romance Chapter</a></li> <li><a href='https://boardash.blogspot.com/2010/03/carolyn-hax-for-monday-march-29-2010.html'>Carolyn Hax for Monday March 29, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/view-local-foreclosure-listings.html'>View local foreclosure listings</a></li> <li><a href='https://boardash.blogspot.com/2010/03/women-for-sunday-march-28-2010.html'>Women for Sunday March 28, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/current-news-for-sunday-march-28-2010.html'>Current News for Sunday March 28, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/attend-high-school-online.html'>Attend high school online</a></li> <li><a href='https://boardash.blogspot.com/2010/03/horoscopes-for-sunday-march-28-2010.html'>Horoscopes for Sunday March 28, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/local-weather-for-sunday-march-28-2010.html'>Local Weather for Sunday March 28, 2010</a></li> <li><a href='https://boardash.blogspot.com/2010/03/ultimate-showdown-winner-shares-vanilla.html'>The Ultimate Showdown winner shares Vanilla Lemon ...</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-word-triskaidekaphobia.html'>Today's Word "triskaidekaphobia"</a></li> <li><a href='https://boardash.blogspot.com/2010/03/cut-this-fat-for-healthy-heart.html'>Cut This Fat For A Healthy Heart</a></li> <li><a href='https://boardash.blogspot.com/2010/03/interactive-quizzes-trivia.html'>Interactive Quizzes -- Trivia</a></li> <li><a href='https://boardash.blogspot.com/2010/03/todays-jokes-plus-free-1000-sams-gift.html'>Today's Jokes Plus Free $1,000 Sam's Gift Card</a></li> <li><a href='https://boardash.blogspot.com/2010/03/rick-steves-europe-whats-new-in-eastern.html'>Rick Steves' Europe: What's New in Eastern Europe ...</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/02/'> February </a> <span class='post-count' dir='ltr'>(656)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(745)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(3239)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(769)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(724)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(670)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(483)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(250)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(256)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(87)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2006/'> 2006 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://boardash.blogspot.com/2006/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/02122685172386752211' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Cadet Boardash </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/02122685172386752211' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> <!-- end content-wrapper --> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2725212210-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY63Dooq1lRM8JhbQPvfM_JllOS35A:1740772446551';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d294348864327444061','//boardash.blogspot.com/2010/03/legislative-alert-for-military.html','294348864327444061'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '294348864327444061', 'title': 'Boardash', 'url': 'https://boardash.blogspot.com/2010/03/legislative-alert-for-military.html', 'canonicalUrl': 'http://boardash.blogspot.com/2010/03/legislative-alert-for-military.html', 'homepageUrl': 'https://boardash.blogspot.com/', 'searchUrl': 'https://boardash.blogspot.com/search', 'canonicalHomepageUrl': 'http://boardash.blogspot.com/', 'blogspotFaviconUrl': 'https://boardash.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Boardash - Atom\x22 href\x3d\x22https://boardash.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Boardash - RSS\x22 href\x3d\x22https://boardash.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Boardash - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/294348864327444061/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Boardash - Atom\x22 href\x3d\x22https://boardash.blogspot.com/feeds/8381596267523948150/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/dbeedc0fc9862cb8', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '8381596267523948150', 'pageName': 'Legislative Alert for the Military', 'pageTitle': 'Boardash: Legislative Alert for the Military'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Legislative Alert for the Military', 'description': ' At PyCon I got this idea in my head to try building packages for everything in the cheeseshop. I\x27ve had some success, getting over 3,00...', 'url': 'https://boardash.blogspot.com/2010/03/legislative-alert-for-military.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 8381596267523948150}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/177302283-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>