記事検索

独り言

https://jp.bloguru.com/UchikuraCo

While Foods Market

スレッド
While Foods Market
Whole Foods Market is now an Amazon Compnay.
I went there today but other than this sign, I did not see any Amazon sign.

ワオ!と言っているユーザー

PHP Day 12-3 Functions / Passing Arguments 2

スレッド
Source Source Output Output
If you do not know the number of arguments you are passing, you can use this function syntax.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 12-2 Functions / Passing Arguments

スレッド
Source Source Output Output
You need sometime to pass arguments (valuables) to the function.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 12-1 Defining Functions

スレッド
Source Source Output Output
This enables PHP program to be modularized ... Useful function.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 11-5 Loop / Break

スレッド
Source Source Output Output
Breaking the loop before the condition is met.
I used to use this to avoid endless loop.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 11-4 Loop / Foreach Statement

スレッド
Source Source Output Output
This uses array to control the number of loops.
Very confusing statement.

ワオ!と言っているユーザー

PHP Day 11-3 Loop / While Statement

スレッド
Source Source Output Output
Another way to create a loop,
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 11-2 Loop / For Statement

スレッド
Source Source Output Output
Now we are learning loop statement.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 11 Switch Statement

スレッド
Source Source Output Output
Using Switch statement to determine the action.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

Embed Audio to Your Website

スレッド
Embed Audio to Your Website
Please checkout http://www.clickitaudio.com
I think this is a great feature for your web and blog.
Kistening is much easier than reading and less costly than video.
#marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 10-2 IF ... ELSE ...

スレッド
Source Source Output Output
This is an extension of IF STATEMENT I just learned.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 10-1 Testing Odd or Even

スレッド
Testing Odd or Even using If St... Testing Odd or Even
using If Statement
Result Result
I don;'t really understand how thesis working ... But I want to save it for the future.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 10 If Statement

スレッド
Source Source Output Output
"If" statement is something you use a lot writing any program.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

Too Old to Learn

スレッド
Too Old to Learn
As you know I have started teaching myself PHP programming. I hove programmed before in different language. I hope I am not just too old to learn.

You cannot teach an old dog new tricks.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 9-2 Increment

スレッド
Source Source Output Output
This is use to add 1 or delete 1 from the valuable when the line is processed. This is what we use to set the number of loops.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 9-1 Bit Operations

スレッド
Source Source Output Output
To understand bit operations, I need to understand binary.
In this example 7 in binary is 00000111, 8 is 00001000.

Do I ever used those bit operations? I don't know. But I know PHP can handle bit operations. It is good to know.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 9 Logical Operations

スレッド
Source Source Result / Output Result / Output
Some of the operations are easier to understood when you write them and execute them. The logical Operations are just that.

Logical Operations are "AND" "OR" "XOR" and "NOT"
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 8 Condition ... Simple Condition

スレッド
Source Source Output Output
PHP uses

( condition )? true : fault;

as a grammar for simple condition testing.

It is same as

If condition then true else fault

in BASIC.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

Quote of the Day!

スレッド
Quote of the Day!
If you postpone what you can do today to tomorrow, you will postpone what you can do to a day after tomorrow and so on. You cannot never finish anything you don't start.
#uchikuraco #valueproposition

ワオ!と言っているユーザー

Quote of Today

スレッド
Quote of Today


YOU'LL MISS 100% OF THE SHOTS YOU DIN'T TAKE!

#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Fall is Here!

スレッド
Fall is Here!
What a nice weather we are having today.
I am hoping Kiroboto will be ready for pre-release showing next week.
#branding #kiroboto #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 7-2 Comparisons

スレッド
Source Source Output Output
This is how you compare two values.
Again type is the main reason I cannot get result.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 7 ... Arithmetic

スレッド
Source Source Result Result
This is simple.
I am moving on.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 6 ... GLOBALS

スレッド
Source Source Output Output
I have no idea why I need to learn about GLOBALS ... I guess I will be using it later.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

Ezell's Famous Chicken for Japan

スレッド
Ezell's Famous Chicken for Ja...
I spent entire afternoon talking about Ezell's Famous Chicken project for Japan. During this meeting, I think we came up with few points that needed to addressed.

I am skipping the PSP study today.
#branding #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 5-3 constants and environment

スレッド
Source Source Output Output
With is I know what kind of server environment my program is running.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 5-2 gettype()

スレッド
Source Source Output Output
It is sometime important to understand what kind of data you are dealing with. This is specially useful when you are trying to verify user input.
#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP DAY 5 DIMENSION

スレッド
Source Source Output Output
I guess to create dimension (or multi dimensional array) using PHP, you do not need to define the dimension size. It is very interesting.
#learningphp #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 4-2 ARRAY SORT

スレッド
PHP Day 4-2 ARRAY SORT PHP Day 4-2 ARRAY SORT PHP Day 4-2 ARRAY SORT
Array Sort.
When I was programming in the other language, I had to write a routine to do the sorting. But PHP provides a function to do the sorting.

#learningphp #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

Here is how to setup free credit monitoring from Equifax

スレッド
https://www.equifaxsecurity201... https://www.equifaxsecurity2017.com/enroll/ Your last name and last 6 digi... Your last name and last 6 digit of your SSN I guess I was affected. I guess I was affected. Here is how to setup free cred... Enter your information. Enter your information. Wait for your email. Wait for your email.

ワオ!と言っているユーザー

PHP Day 4-1

スレッド
The Source The Source Result Result
(1) Creating Array.
(2) Imploding Array into a string.
(3) Exploding a string back to an array.

This function should be useful creating a CSV file or reading CSV file in an array.

Note: So far the most difficult thing about learning PHP is to create an environment where you can test your source code. Lucky for me, I have my domain and web environment that supports PHP.

If you want t learn PHP, I suggest you get your own learning environment in the cloud.
#LearningPHP #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 3

スレッド
Source Source Result Result
Array ... It is bit confusing.
Have you thought about web server programming?
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

PHP Day 2 ... Variables

スレッド
Source Source Result Result
Variables in PHP starts with $ sign.
#marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Learning PHP

スレッド
My first source in PHP My first source in PHP Output Output
My first Program ... "Hello World!"

This is one of the things help me understand Internet more.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

New Trend in Fast-Food Restaurant

スレッド
New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta... New Trend in Fast-Food Resta...
Many popular fast food restaurants allows customers to choose what they want on their plate. Some of the example of those restaurants are...

- SUBWAY
- MOD PIZZA
- CHIPOTLE
- JUST POKE (Pictured)

They all seem to appeal to millenniums and the theme is "HEALTH" & "ORGANIC". It is a interesting trend.
#branding #kiroboto #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

Most Powerful Desktop PC

スレッド
Most Powerful Desktop PC
This must be the most powerful desktop PC we have ever built for our client. We do not usually build PC but the customer's request was so specific, we can only build it ourselves.

I see this kind of PCs at COMPUTEX Taiwan earlier this year.
#marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

It Applied to Software Design Too

スレッド
It Applied to Software Design Too It Applied to Software Design Too
Have you heard of Norman door?
If you have not, please take a look at the video below.
It is talking about the door ... but it applies to everything that interacts with human.
Software too.

#kiroboto #uchikuraco #valueproposition

ワオ!と言っているユーザー

Should Uchikura Co Open a Store at Amazon?

スレッド
Should Uchikura Co Open a St...
Should Uchikura Co Open a Store at Amazon?
#marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Practice Makes It Perfect ... No Better

スレッド
Practice Makes It Perfect ... N...


If you don't try, nothing will happen.
If you don't practice, you will not get better.

#kiroboto #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

Three Wheels on Motorcycle

スレッド
Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle Three Wheels on Motorcycle
My friend Tom introduced me to the company that produces three wheel adaptation kit for large motorcycles. It is really cool.
#kiroboto #marketing #uchikuraco #valueproposition

ワオ!と言っているユーザー

Kiroboto Walk Through

スレッド
Kiroboto Walk Through Kiroboto Walk Through
We just completed the first look at system walk through. I requested couple of changes but the system is almost ready to go. I believe we can release (alpha) to Seattle area this month.

http://www.kiroboto.com
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Kiroboto Internal Walk Through for Alpha Release

スレッド
Kiroboto Internal Walk Through...
As we have been saying, Kiroboto first alpha release is few weeks away if not days. We are doing the alpha release walk through tomorrow. Let's hoe it is ready.

Kiroboto is a Market Place service design to help companies and individuals to sell products and service to the local market. It is free to use. If you have anything to sell, post it on Koroboto.

http://www.kiroboto.com (This is not active yet.)
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Kiroboto Seattle Local Release

スレッド
Kiroboto Seattle Local Release
If you have something to sell and need a place to let people know about it, use Kirobito for free. The first edition of local release will take place soon.

http://www.kiroboto.com <- site is not active yet.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Blah Blah Blah ... I don't understand.

スレッド
Blah Blah Blah ... I don't under...
This advertisement just popped up in my Facebook.


"Meet Ericsson AIR 3246, our first NR radio able to support Massive MIMO on FDD - strengthening LTE coverage and ready for 5G!"


Are you serious?
I have no idea what "NR", "MIMO" and "FDD" are.
When communicating, I think it is important to use the language people understand. I kind have a feel that this product is not for me.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Blow Out Sale!!!

スレッド
Blow Out Sale!!!
After selling about 1/2 of what I purchased for sale, I have few left. So I decided to eat the loss and blow them out the door. Now the price is dow to $6.99 including shipping within the US. Oh, if you buy two, the price will be $9.99. That is also including shipping.

For International customers, please do not order this item. Shipping will cost you three times as much as the product itself.

This sale will go on until there is no more.

http://www.uchikura.co/shop/

Please order it online. We use PayPal and can take your credit card. I will never see your credit card number.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Microsoft Surface in Japan

スレッド
Japanese Surface Online Store Japanese Surface Online Store US Surface Online Store US Surface Online Store
Comparing Japan and US Microsoft online store, you notice one difference. One of the products is missing from Japanese online store. Yes, Microsoft Surface Studio is missing from the product lineup. I wonder why?

And the price difference between Japan and the US is significant.
#marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

After Labor Day Sale

スレッド
After Labor Day Sale After Labor Day Sale After Labor Day Sale After Labor Day Sale
There will be an after Labor Day sale at UchikuraCo.com.
Please comeback on Tuesday to find out how much we cut price on the Open Box (New) Bluetooth Headset.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Selling Products From Japan Online

スレッド
Wood Craft from Nisimoku Jap... Wood Craft from Nisimoku Japan
Hand Made in Japan
Wood Craft from Nisimoku Jap... Wood Craft from Nisimoku Japan
Hand Made in Japan
Wood Craft from Nisimoku Jap... Wood Craft from Nisimoku Japan
Hand Made in Japan
We sold few wood crafts from Japan at Japan Fair 2017 ... Since then we are working to make them available online but it is not easy to open online shop. Especially for the products that are not mass quantity.

That is one of the reason why we need Kiroboto. The Kiroboto first look will be available later this month.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Kiroboto Update

スレッド
Kiroboto Update Kiroboto Update Kiroboto Update
Kiroboto Local Marketplace service will be available for limited testing later this month. Kiroboto enables local businesses and individuals to advertise their products and service for free. And, later Kiroboto offers purchase assurance program to buyers.
#kiroboto #marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

Uchikura Co Opens Facebook Store

スレッド
Uchikura Co Opens Facebook S...
Uchikura & Co. just opened the first Facebook online store selling a product from Japan. This is a first step to online marketing development.

Please go to http://www.facebook.com/uchikuraco then click on the "Store" one the left. Currently, only one item is available. When I am confident that we can operate this shop, I will add more products.

Thank you for supporting Uchikura & Co.
Facebook Store Address .... https://www.facebook.com/uchikuraco/app/251458316228/
#marketing #onlinesales #uchikuraco #valueproposition

ワオ!と言っているユーザー

  • ブログルメンバーの方は下記のページからログインをお願いいたします。
    ログイン
  • まだブログルのメンバーでない方は下記のページから登録をお願いいたします。
    新規ユーザー登録へ
ハッピー
悲しい
びっくり