首頁我是相片相簿文字
snDateCommentHit
Display 1-12, Total 12 data, 2024-04-27
page 1
Place Report development2016-09-27


Place.Report development
URL->https://place.report/

1. website statement:
1. Place.Report is a Google Map API application which helps Sales to identify possible local customers.
2. Place.Report was an idea came out while developing the StreetView.cc website, both websites apply the same algorithm but pick up different target audiences.

--
2. Release Note
First released on 9/27, 2016 v2.0 (from streetview v1.3)
a. Functions:
[Public] Target Area Search, Store Search, Place.Report
[Priviate] MyPlaces, Place.Rank

b. Support Countries:
US, United States
TW, Taiwan

c. Target Audiences:
Sales: door-to-door, telephone
Marketing company
Local store owners

d. Keywords:
Geomarketing, Store Research, Marketing ROI measurement

--
3. Bug Report / Discussion
Please leave a comment below if there was an issue or anything you would like to discuss
IP GeoLocation Service2016-08-29


IP GeoLocation Service development 中文版

http://ip.ymc2.com/
website statement:
1. The ip.ymc2.com is a customized website for IP query purpose.
--
V1.3 Released on 9/6, 2016
1. Include a reference DB from ip2location.com, DB11 LITE
2. Optimize MySQL commands to shorten query time
3. Minor texts fixed.

V1.2 Released on 9/4, 2016
1. Include 17monipdb.dat (Open-Source Database of CHINA IP) to better locate location in China
2. Enable to display city name in both Chinese and English (CHINA only)

V1.1 Released on 8/30, 2016
1. Support Country-CountryName. US-> United States
2. Apply Country - Language- GoogleMaps look-up to set default on Google Maps UI

V1.0 Released on 8/29, 2016

Function: Giving an IP address, return its GeoLocation including City, Country and Latitude & Longitude. (and maybe other information as well)

Support: IPV4 format only.

API usage: Provide JSON result, but only for internal usage now.

Database & Tables :
1. GeoIP2
Version: 20160802 open-source
Max Note: 804,007 geo-location data, and 2,180,870 ip-blocks data were imported.
This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com

2. IP2LOCATION LITE-DB11
Version: 20160901 open-source
Max Note: 4,016,410 data were imported.
This site or product includes IP2Location LITE data available from http://www.ip2location.com

3. 17monipdb:
Version: FREE 20160601
Max Note: This db is mainly to locate specific IP-address where $country=CN. Total 96,817 data were imported. (225 duplicate values on row startIpNum row; 2 duplicate values on row EndIpNum. Unable to setup primary key.)
The API includes 17monipdb.dat, 作者©高春辉, available from https://www.ipip.net/download.html


4. GoogleMaps Languages Support list: GMap-language.csv, source-> https://developers.google.com/maps/faq#languagesupport

5. a revised Country codes (ISO 3166) and official language table: country-language.csv, source-> http://download.geonames.org/export/dump/countryInfo.txt

6. a table to look-up locId with city name in Chinese and in English (China IP only) locId-cn_city.csv
Max Note: Please open it with Notepad before importing to your db. It includes Chinese characters.

--
Report Error: Please leave a comment below if there was an error result.
文字樣式作弊表2016-03-28
文字樣式作弊表 - 僅供 Max Chen website 文字部份使用. 使用方式 span class="xx"

標題

v1
underline,bolder,16pt

v2
border-bottom,15pt


內文

t1
藍底白字 : 使用在某種程度的高光顯示

t2
黃底紅字: 不太確定該怎麼使用

t3
黃底: 一般程度的高光顯示

t4
灰色刪除線: 使用在某種需留住但不重要或是有笑果的時候


coding 程式碼專用

$result = $db->query($sql);
if($result){
while ($row = $result->fetch_object()){ // Cycle through results
$stdClass[] = $row;
}
$result->close(); // Free result set
}
$val = json_decode(json_encode($stdClass), true); //Transform stdClass to Array
$val = array_map('array_values', $val); //remove Key of the Array (may not required)


自定情況: 就自定吧
StreetView.cc Development Diary2016-03-15

Streetview.cc Development Diary

Kind of a note to memorize something that I may forget in few days after....


Ver 2.1 Released:

Public
StreetView: Display places with Google See-Inside features.
Coverage: Reveal areas which have been scanned by system.
SeeInside: SeeInside a place with the UI combines Google Maps(pegman) and its StreetView image on the same page.

Private
SECRETS

website Version
2016/10/07 - Ver 2.1 Released. all major function revised.

2016S2S3 - Development https://Place.Report website
2016/4/13 - Revise See-Inside judgement programming (v1.1)
2016/4/12 - Comment_Service implemented
2016/4/01 - Ver 1.3 Released. mysqli implemented
2016/3/25 - Ver 1.2 Released. New function: MapScan, Providing Linear and area two types scanning.
2016/3/22 - website Automation Test Success!!
2016/3/17 - Improve processing efficiency by using curl instead of file_get_contents
2016/3/15 - Big-Data Place Report trial. (providing Place Ranks)
2016/3/12 - Ver 1.1 Released. New functions: Coverage, PlaceRank, SeeInside
2016/3/12 - Integrated g.ymc2.com, an URL Shorten API. a JSON application
2016/3/10 - Ver 1.0 released to DOMAIN: streetview.cc HOST: netfirms.com
Function: Home, OnePageReport, PlaceSearch, MapProcess
2016/3/01 Defined three modules, placeid, cid and cbk, to figure out if a store has the SEE-INSIDE feature or not.
2016/2/15 Start Coding .........A Google Maps Javascript V3 Journey....
--
Problems/Issues/Improvements Ideas 2.1:
1. CSS Layout for mobile device. TBH, i don't really care about this for sure.
2. Google API limitation. a Major concerns
3. Facebook Graph API

Update Place.DB (Automatic and Manual)
Define a mid-term relationship for Place.DB and Seeing.DB (maybe a Pano.DB)?
Useful Statistic Data
Replace mysql to my_sqli sentence
Rethink the function: judge_seeinside, judgement see-inside...
Implement google analytic
IP rule for certain function

--
Major Fixed:
1. How to process place results generated by Google Maps API (Async) to db?
-> 1) generate a click button within the async function.
-> 2) generate an auto-run php page.

2. How to curl the place results generated by Google Maps API (async) to a html.element?
-> 1) Curl does not work on async page. (empty element)
-> 2) Include the Google Maps API script on the parent page

3. Improve server efficiency:
-> A test reveals that curl is 50 percent faster than file_get_contents.
-> Replace file_get_contents with curl function.

4. website automation test solution:
-> Tried Selenium webdriver, but was unable to figure out a way to make it work on wamp server.
-> Tried Selenium IDE, Works, however it had file size limits for processing codes(20KB?), and also there was no flow control (if-else) at the moment for testing purpose.
-> Turned out a solution which is to connect the server with localhost, and write php pages to the server via fopen(ftp), and then automatically run these pages to process results.

5. Encode the imgurl of all pano:
-> Applied JSON to communicate with g.ymc2.com (url shorten service)

6. fopen($ftp_path): failed to open stream at certain time ?
-> It seems like the hosting server issue (connection error or what?)
-> Use curl to do ftp method. (not sure if doing this is right, but it temporally works!)

7. The owner-response-rate (Google Reviews)
-> Find the recent 10 reviews and check to see if response from the owner exists
Embed Google Street View on the webpage2015-08-28
Here is an instruction which shows you how to embed a google street view tour on your website.

Step 1. Open the Google Map on your browser, and Key in your business name on the Search tab.
Step 2. Click the See Inside tab, and then guide the Street View screen to your prefer initial view spot (the default screen of your Google Street View).



» Read More
Hasselblad icons2015-08-23
Hasselblad icons

Just developed two Hasselblad icons using my 203FE as sample. Too bad that its blue stripes symbol of Hasselblad-FE series are on the other side...

These icons will be used on my website.


Viewfinder Up



Viewfinder Close


Missing the moment to view through the viewfinder of Hasselblad 203FE.
Street View | Trusted Photographer2015-08-22
Street View Trusted | Trusted Photographer

Do you want to apply the Google Street View technology to show your business to the world? Try below sample:

Jade Mountain Café
2611 E Johnson St, Madison, WI 53704

Ting-Li Lin and Max Chen (myself), who founded Snowforst.co, are helping Wisconsin local business to spread their visibility! Although they are both Google Trusted Photographers, their photography capabilities is way beyond than this.

I am currently marketing Google Street View services in most towns in Sauk county, like: Sauk City, Baraboo, Reedsburg and Wisconsin Dells area. If you see me stop by your business store, don't be surprised. I see your potential and would like to help promote your store. I believe Street View for business is a great marketing tool for local business for the below reasons:

» Read More
Applebot Found2015-08-17

Appebot identified!

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)

Just found out an applebot recently crawled my website. But, why?

Is Apple trying to build its own search engine? Interesting...
Virtual Tour Mobile-Friendly2015-08-15
This post also posted in Virtual Tour Mobile-Friendly Test

This article is going to compare 5 visual tour services using five common mobile friendly test tools on the internet. These 5 virtual tour services are the most common marketing providers in the North America real estate industry, including: Circlepix, Paradym(VisualTour) ,matterportMy Visual Listingtruplace, TourBuzz. And the 5 mobile friendly test tools will be used are: W3C mobile Checker, MobiReady, Google Developer Tools: Mobile-Friendly TestPageSpeed Insights and Wave.

Result

After reviewing the result, I would rank these five virtual tour services as: truplace, matterport, tourbuzz, paradym, my visual listings and the last, circlepix.

» Read More
Mobile Friendly2015-08-08

I've been working to add the responsive website feature to ymc2.com.
And finally, it's online. WOO-HOO~
Why Realtors need a floor plan2015-07-29

A floor plan makes your real estate listing unique


As a successful Realtor, you may already know how important the listing photos could help you in attracting buyers’ eyes, and make them move to you. It is no longer a secret in the real estate market. But, do you ever see a floor plan was included in an MLS website? Rarely. I would say only 1 out of 500 listings would have a floor plan. Frankly speaking, expense to create a floor plan is the reason that why a Realtor could not be able to provide one, although, according to Realtors.com, there are still over than 80% of home buyers would like to have a floor plan of those interested properties on hand, and would love to see an interactive floor plan with little icons with pop-up photos. Luckily, if you are the Realtors in south central Wisconsin, your problem is solved. As a professional engineer, I am able to create relatively precise floor plans with a low cost at $99 (per floor or 1,600sqft) that can be included in your listing material. Follow up, let me tell you how a floor plan could effectively increase your selling power.


On an open-house day


Printed floor plan will be a very impressive handout for home buyers on an open-house day. A buyer may consider much more than you thought. He may think about where to relocate his piano or fitness equipment, or is he able to move his large items to the basement? What dimension is the kitchen? What width is the hallway or the stair? All these kind of questions reveals that why a floor plan on hand will be helpful. By answering these questions with a precise dimension, will definitely reveal your professionals. People will be impressed by you. Moreover, buyers with a floor plan can explore the home on their own. Just figuring it like exploring a corn maze in your childhood. It can provide a unique customer experience for quiet customers. After the open-house event, people will remember the property because you were the one who hand them a specific floor plan other than a brochure, and then, you will be picked up. This counts for everything.


Interactive floor plan


Buyers are not able to picture the layout of a property if photos are the only content provided. Beautiful and bright photos have become a standard marketing tool in this market, so you must create an unusual user experience on the internet to help you market a property. Providing a visual tour with slideshows and videos is an option, but do you know that most visual tour services are outdated. Nowadays, people tend to use mobile devices to surfing on the internet even when they are at home. This is also a reason that why as a Realtor need to reconsider about implementing an interactive floor plan on their website. Just browse your visual tour service with your mobile device, and compare it with ours here. The snowforest.co interactive floor plan embed with photos is the best among all visual tour services. Prospective buyers will be able to know where and what this photo was taken, and it help them to build up a visual sense of a whole property, and then the most important of all, the interactive floor plan bring buyers to you.



Again, why do you Realtors need a floor plan? Is it worth to invest? An analysis done by Redfin Corp., a Seattle-based brokerage, indicated that listing better photos is worth than $1,000 or more. There is no official study that tells you how a floor plan will be worth at, however, being able to provide a mobile friendly visual tour and help home buyers to decide whether to keep or eliminate a property on their “wish-to-see-list”. If a virtual tour service, such as snowforest.co, has done very well, it is much more likely that the property will be kept in the list, and you will be called. This way develops a positive cycle, not only buyers and you will be able to save tons of time, and benefit you in multi-ways, including customer sanctification, website statistics and average time in the sell. So, why not include a floor plan in your marketing material?


 

捐款2007-10-25


捐款

好久沒有向社會捐款了...

以前小時候每學期總是有紅十字會的郵票~ 心裡的"公益", 也就是那時候培養出來的~

前陣子有個作業員在車間因心臟休克突然離去,  當時也捐了一筆善款...

不過, 今天我做了件很酷的事情:

我捐了一筆錢至 WMF這個基金會~

» Read More
page 1