Search found 3 matches

by sanxiago
Tue Aug 19, 2014 2:33 am
Forum: Custom Actions
Topic: QR Code
Replies: 2
Views: 24738

Re: QR Code

It is relevent because it is a custom action, it generates a QR image with the URL which allows to easily pass it to a mobile device.
by sanxiago
Thu Apr 24, 2014 2:49 pm
Forum: Custom Actions
Topic: More web development and research actions
Replies: 6
Views: 42547

Re: More web development and research actions

I was going to start a thread but I think I will comment here with these:

Google Page Speed - Provides good feedback.

Code: Select all

http://developers.google.com/speed/pagespeed/insights/?url={fullURL}
DNS Inspect - Another DNS Tool

Code: Select all

http://www.dnsinspect.com/{domainName}
by sanxiago
Thu Apr 24, 2014 2:43 pm
Forum: Custom Actions
Topic: QR Code
Replies: 2
Views: 24738

QR Code

QR url, I use this action when I want to send a link to my cell phone:

Code: Select all

http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl={fullURL}