[Q] Mobile Redirect from specific page / QR Code - General Questions and Answers

My client has created a QR Code that goes to a specific page on her non-mobile site. She does have a mobile site, m.customersdomain.com
Question is, the QR Code has already been submitted to print for advertising and is going to a regular URL.
Is there a way to look for mobile devices that hit this one non-mobile page and redirect them to a mobile URL / page with the same content?

solwebsolutions said:
My client has created a QR Code that goes to a specific page on her non-mobile site. She does have a mobile site, m.customersdomain.com
Question is, the QR Code has already been submitted to print for advertising and is going to a regular URL.
Is there a way to look for mobile devices that hit this one non-mobile page and redirect them to a mobile URL / page with the same content?
Click to expand...
Click to collapse
hmm, why, yes. You either move the mobile content to that address, or change that address to a redirect, or make your content in that page recognize mobile devices and redirect them to another page.
It is all on your side, as it should be

Javascript final
NavNav,
Have this so far for JS:
if ((screen.width <= 700) &&
currentpage("regularURL")) {
window.location = "mobileurl";
}
I just need to figure out how to look @ the current URL, and if it is in fact regular URL, then send them via window.location to mobile URL

Related

Free and real time monitor website or server - webmaster APP V&Web

Sometimes our website or server fail to open, but you don’t know how to deal with it, it is so terrible. Now you don’t worry about it anymore.
In order to repay our dear customers, Letswin Technology have developed a FREE professional webmaster APP- V&WEB (support Android and iOS) , you can monitor your website or server in real time 24/7/365. V&WEB fully functional, there are websites ALEXA ranking, IP check, Ping features, domain WHOIS check, Port Check, and so on.
You can visit the following website to get free V&Web APP:
app.vandweb.com/
Or you can go to Google Play to download play.google.com/store/apps/details?id=cn.letswin.vandweb
Youtube link: youtube.com/watch?edit=vd&v=-XN-nx_Nrrc
The following is the introduction of V&WEB functions.
Monitoring: V&Web APP is a free website (server) monitoring tool with 24/7 support. We will monitor your server or website every 20 minutes after you set the corresponding address. Once failure, you will receive a push notification.
Ping: You can ping a server or website to test the response speed of the local network to the server. There are 20 ping results for each time, and you can also repeat ping, and share your ping results to your friends easily.
Whios: You can check the registration status of domain names, or view the current owner contact information, or view the current status of them, etc., and you can also share the whois results to your friends with one key.
Port Check: This tool can be used to scan whether the common port or specified port is open or not. Multiple ports need to be separated by a semicolon when checking.
LETSWIN TECHNOLOGY is the gold medal proxy in that lots of high-quality server room rental, we are an excellent global IDC service provider in Great China Region, offering global dedicated server hosting, Web hosting, VPS, domain name registration and various solutions for you. Please feel free to contact us, we are honour to provide you with comprehensive services, we are looking forward to your inquiry.
-----------------------------------------------------------------------------------
Our site: app.vandweb.com/
My skype: vandweb
Twitter: @ Letswin Jan Facebook: Letsidc Letsidc
Email: [email protected]
Tel: +886-2-8228-7256(Taiwan) Fax:+886-2-8228-7269(Taiwan)
Head quarter:1st F,No.54 Anping Rd., Zhonghe dist., Taipei, Taiwan

VPN TRUE APP {test premium code}

VPN TRUE opens access to the content that is not available in Your location and will protect your life on the Internet.
We are constantly improving our application service. Now we will give a promo code for a premium service (1 month), and we are grateful for the feedback
​Premium code for 1 month:
3e5b37NRirQRh3i75h
F3BGniRY3EE8ysdkt5
h7Hyii9t9ir5tYSYs7
VPN TRUE guarantees Your web safety:
1. Protect yourself from DPI and corporate systems data control.
2. Prevent corporate control and espionage.
3. Keep Your location and personal information in secret.
4. Protect yourself from hacker attacks while using public Wi-Fi.
5. Protect Your personal data (mobile banking, emails, social networks, etc.)
In order to use a promotional code, download the mobile app from Play Store (we use tracking appsflyer) :
//app.appsflyer.com/com.truevpn.vpn?pid=xda
or download the APK file
//dropapk.com/3dgsg3uprttr
No download link, thread closed.
@vpntrue
In order to gain permission to post links you need to reach a post count of 10 by contributing productively to the forums. Once you've reached 10 posts please contact me via PM and I'll open this thread again so you can add the link.

Create a native Mobile App that collect surveys with pictures then send to a server o

Hello experts!
I am looking for guidelines and where to start in creating a native mobile app that has a collection of questions
Example:
1. Engineer name
Text box:
2. Site name?
Text box
Picture of site access:
Picture ( choice of Galery or Camera)
3. Is site accessible with 2x4 vehicle?
Check box
Yes
No - if no selected then a check box appear and request more information
4. Etc...
5. E-mail to send to engineering?
Text box which will submit the email. Need probably to link to an email server?
I think this explain the project. At the end of the questionnaire the mobile user would have to hit submit and the info will be submitted to a web or cloud server.
I’ve started to install Apache (LAMP) and start something on adobe phonegap but I think I am going all over the place and not on the right direction.
What should I focus on and steps.
1. First step
2. Second step
3. Third ....
4.
Sorry I am a real beginner but I don’t mind to spend countless hours instead to use the ones available like form builder , fastfield, Zoho. Etc... i’d Like to try to host it on my private server at home on private network first, then will try something bigger, but for my personal experience I really want to make it work.
Thanks
Sylvain

Reading a QR Code that is on the device?

I cannot find any relevant results on Google search for this.
I know all about scanning a QR code that I can focus my camera lens on such as a piece of paper etc.
If the code is an image that resides on my phone I cannot figure out any way to scan that?
Where this came up was related to a product with a download for an APK related to the file and the dumb asses did not provide any actual URL just a QR code. But it's on the cell phone screen. So how can I scan a code that is on the screen of the phone either on a web page or a downloaded QR code as an image file?
Is there an app that allows me to actually browse to a web site or to an image to be scanned and not require being able to point the camera at it?
I removed TAGS due to bug in the forum.
You specified a tag that was too short. A tag must be at least 3 characters. ( none were under 4 characters but refused to get past that error message.
Ideas?

deleted

deleted
No.
The User-Agent (UA) string is contained in the HTTP headers and is intended to identify devices requesting online content.
The UA tells the visited server what the visiting device is (among many other things) and this information can be used to determine what content to return.
See also here:
List of User-Agent strings
deviceatlas.com
jwoegerbauer said:
No.
The User-Agent (UA) string is contained in the HTTP headers and is intended to identify devices requesting online content.
The UA tells the visited server what the visiting device is (among many other things) and this information can be used to determine what content to return.
See also here:
List of User-Agent strings
deviceatlas.com
Click to expand...
Click to collapse
deleted

Categories

Resources