Translation
NinZine; the free on-line Bujinkan magazine

Printed from http://bujinkan.me/ninzine

May 19, 2012, 7:21 am

blogurl:henka.wordpress.com inpostauthor:ariesbudo - Google Blog Search

Happy New Year-2009 Trailer | Henka

The 2008 training year has come to a close and I was fortunate enough to be a part of the last training of the year at Hombu and spend some time with Soke afterwards where several of the up and coming 2009 topics were discussed. ...


Bujinkan seminar sponsored by Kaigozan Dojo in Stockholm Sweden

Kabutoshimen

Bujinkan Seminar List (v2.0 beta)

I’ve been working on a new seminar list. I totally rewrote all code to php, it is much faster than the old one. There is a few things I need to figure out before I remove the “beta tag”, but it is already very usable (open the page and look at the page source for options).

Here is the link for preview http://kesshi.com/seminars/bujinkan.php

This weekend I’m at a seminar, then I take a week off over the holiday, then new year and off to Japan. So I don’t know when and how much time I have to work on it.

If you have any ideas, please let me know, add a comment here or contact me!

Merry christmas and happy new year!

BUDOSHOP.SE is the only place you can buy Sweden Taikai DVD with Masaaki Hatsumi Soke

blogurl:tazziedevil.wordpress.com - Google Blog Search

Koppo « Shugyo 修行

togakushi_embu_016. How to approach training nowadays is plagued with doubt by many throughout the world. Everyone has there own thoughts on budo and personal reasons for becoming involved in the training. However, there are things that ...

blogurl:tazziedevil.wordpress.com - Google Blog Search

Koppo « Shugyo 修行

togakushi_embu_016. How to approach training nowadays is plagued with doubt by many throughout the world. Everyone has there own thoughts on budo and personal reasons for becoming involved in the training. However, there are things that ...

blogurl:tazziedevil.wordpress.com - Google Blog Search

Shou « Shugyo 修行

I have been fortunate to have been awarded by Soke the Bujinkan Gold Medal and a Certificate of excellence in performance for two enbu. dojoshots-and-dkms-2008-034. The Gold Medal awarded for my performances at the Fuse Benten Enbu 2008 ...

Kabutoshimen

Bug fix on the seminar apps

Every December the Next month seminars would show the whole past year. It was a scripting bug that I have fixed now. Since it is december next month it should default to January and forwards, but there is also a tab with Next years seminars so instead I added a message that it is the end of this year and look at next year for future seminars.

Here is the PHP code if you want include it on your web site.

<?php
$nextmonth = mktime(0, 0, 0, date(“m”)+1);
$monta = date(“m”, $nextmonth);
if ( $monta == “01″ )
{ $yerra = date(“Y”)+1 ;
echo “<p>It is probably December now, click on Seminars next year</p>”;
}
else
{ $yerra = date(“Y”) ;
$ch = curl_init(“http://www.kesshi.com/cgi-bin/SEMINARS-ME2.cgi?$yerra-$monta”);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
}
?>

If you want more examples how to display seminars from the database on your web site, please don’t hesitate to contact me.
I really do encourage all web masters to use any code they want (mine or modified) to display seminars from the seminar database.

Kabutoshimen

Bujinkan.ME Superfeed EN on your web site?

Here is a tutorial how to put headlines from the Bujinkan.ME Superfeed EN on your own web site.

Put this code in your html doc where ever you want it to show.

<script src=”http://feedproxy.google.com/SuperfeedEN?format=sigpro” type=”text/javascript” ></script><noscript><p>Subscribe to RSS headline updates from: <a href=”http://feedproxy.google.com/SuperfeedEN”></a><br/>Powered by FeedBurner</p> </noscript>

You can add your own style, override settings and more, see this guide!

This is the widget we use on the landing page here (http://bujinkan.me/). It is Springwidget another way of adding it on Facebook and much more…
http://www.springwidgets.com/widgets/view/23/false/true?param=http://feedproxy.google.com/SuperfeedEN

Kabutoshimen

Get more info from the web in shorter time…

then you can spend more time on training, I will explain it further down.

If you subscribe to our RSS Feeds, please change them to the following feed instead. You gain a lot more features, you can mark, share, e-mail and more, and it looks better to.
http://feedproxy.google.com/SuperfeedEN (English version)
http://feedproxy.google.com/SuperfeedSE (Swedish version)

Some of you might wonder what this RSS/Syndication and stuff means. Well read on…

Do you recognize yourself?
You are interested in Bujinkan Budo Taijutsu (I assume that since you you found this message), and spend quite a lot of time on internet going to different web sites searching for new postings. Some web sites is difficult to find the newest postings, you have to log in and after one or many clicks you find something you think you haven’t read, maybe you already read it? It is very easy to miss something interesting, because the lack of features on the web site (search function for example), or because the interesting stuff was posted on a website you don’t know about. Maybe this is why you google for new web sites. Maybe you stopped doing this because it takes too much time.

Well this is the old way, there is a much better way, it is called RSS (Really Simple Syndication), to put it simple is like subscribing to one or many newspapers. What you need is something that can read feeds (the news papers). I personally have a Google account and use the Google Reader. With that I can access all my feeds from any computer and phone (see the screen dumps below). I’m not bound to one computer to do this.

How it looks on my computer

How it looks on my computer

on the iPhone

on the iPhone

There is many other ways to do it, there is many different readers (Aggregators), I like the google one because I’m not dependent of which computer or device I must use. I can use any device with an internet connection and log in to my account (I mostly use the iPhone on the bus, subway or any time I chose). As you can see on the screen dumps I subscribe to several other feeds to. I only to go to the web site if the content I read interest me enough.

Note 1. It is completely up to the web master of the original feed if the content is web optimized (text formatting, pictures etc), and if the whole article can be read. We can only forward what we get, so don’t complain to us because you can only read the first five words on the Kutaki channel. Just click on the header link to go to the original web site if it interest you.

Note 2. We took the freedom to add small google ads at the bottom of each post. You will hardly notice them after a while. If you click on them you are sponsoring our web sites and work.

Note 3. In the subject header the [brackets] indicate what web site it originates from, our script remove the “www” and takes the first twelve or so characters up until the first “.”, when you opened the post the subject is always linked to the original posting.

My shared items

When I find something I think is good, I click “share” on my reader, then it will be posted here. You can also subscribe to my picks, articles that I have read and I think is good.
Note that there will be a lot of unrelated stuff (not only Bujinkan).

blogurl:henka.wordpress.com inpostauthor:ariesbudo - Google Blog Search

DKMS 2008-Back to Basics | Henka

DKMS 2008-Back to Basics. Posted on December 4, 2008 by ariesbudo. The DKMS this year was a real success on many levels. The highlight of the training being that fact that we training entirely outside for first time in many years. ...

139
Sat, 19 May 2012 07:21:57 +0000

By looking at only the bad points, you open yourself up, and in a real encounter, will most probably be killed.

Hatsumi quote by Benjamin Cole, originally published in Ura Omote newsletter 1996-1998