Create A Qr Scanner For Iphone?
Sep 28, 2011I want to Create a simple scanner app for the iPhone so when someone scans a URL embedded in a QR code, it opens the browser and loads that URL. :thumbsup:
View 1 RepliesI want to Create a simple scanner app for the iPhone so when someone scans a URL embedded in a QR code, it opens the browser and loads that URL. :thumbsup:
View 1 RepliesIs there any program out there that can scan a website for javascript errors? Just trying to fix some EXTREMELY minor problems on a very large (20,000 pages) web site...
View 1 Replies View RelatedI am new to java, I am having trouble on outputting the num2 on the screen. I could not see any errors indicated the problem on the program(Eclipse). However, the program just miss scan the num2. I was trying to sort the number and output them from smallest to largest.
[Code]...
Trying to pass variables from the javascript into my php script and into my SQL query so i can track the location of the iphone. So far i have...
<script type="text/javascript">
function getGPS() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showGPS, gpsError);
[Code].....
This gets the coordinates in javascript and the php runs and i get a new record in the database but it doesnt pass the variables from java to php. Anyone know a workaround to get the variables from the iphone to sql on a single page?
I want this to run in the background and refresh every now and then so i can track users location.
I'am having trouble making it work. I placed it in the head section, am I missing something or could the code just be crap? Here is the code i use. found on [URL]
<script type="text/javascript">{literal}
function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.
match(/iPod/i))){
[Code]....
and on the <Body> I've put this <body onLoad="iPhoneAlert();">
Is there anyway to show scrollbar for textarea in iphone and ipad instead of using two fingered scrolling
View 1 Replies View RelatedFirst off, a quick THANK YOU for making cluetip! I'm using it and loving it but I have an issue with it under iPhone/ Mobile Safari. Basically, when I view a page with a desktop browser, cluetip activates on hover and does what I want. However, on the iPhone, cluetip displays whenever a link is tapped that would normally display the cluetip hover in a desktop browser. So, is there a way to fix this behavior in cluetip? If not, can I disable cluetip (or stop it from loading) when an iPhone requests the page?
View 1 Replies View RelatedWhat im trying to do is get the users location (from the iPhone) which I have working and store it in a MySQL database (semi works). My problem is that to get the location, you need to use javascript. So I thought of using Ajax to post that back to the server. I have very little knowledge in Javascript, and Ajax, so this has been a bit of a struggle. Iv tried to learn how to do it with a tutorial:
[Code]...
I have a simple form on my website which gives the user a instant-quote on our prices. The script doesnt work on the iPhone, which is something I would like it to do just in case someone tries it. Here is the Javascript:
[Code]....
I am currently developing a slideshow video comprise of images and video clips in a sequence on iPhone (with video tag, HTML5 & CSS3).Just for your record, on iPhone quicktime videos are played using a build-in player on a new page, and you have to click on a button "Done" to go back to your website when the video finished.I was be able to use JavaScript to make the video clips to auto play, however, when the video finished, the screen got stuck on the video player page and doesn't go back to my website, while the images continue to do transitions on the site page --> the sequence of the whole slideshow messed up. how to use JavaScript to close that damn iPhone video player page dynamically (so I can put it on the event "ended" of the video tag").
View 1 Replies View RelatediPhone and more can automatically recognize phone numbers and make them an active link to click and initiate a call to that number. I can do this on many webpages, but not in myTinyTodo task list. Anyone know what might be preventing the phones from being able to recognize the number and make it active?
You can input a task on this page with a phone number and then view on your phone to see if it is active link or not.[URl]...
I want to include the iphone gps long and lat into my website to be added to a sql query.Gets GPS long and lat from iphone and pops it in a div:
Code:
<html>
<head>
<script type="text/javascript">
[code]....
I want this to work like a tracking system where it gets the gps long and lat from the iphone and then adds it to a sql table (id, user_id, long, lat). I have the code to get the long and lat but how do i get the script to add them to a sql query from java?Also how can i get the script to refresh every 15 mins to overwrite the last long and lat?
I'm trying to swap flash for an image when a user is on an ipod/ipad/iphone. This snippet works:
<script type="text/javascript">
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)))
{document.write ('you are an ipod')
[code]....
but when I enter in the content for non ipods (a javascript call) it trips up:
<script type="text/javascript">
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)))
{document.write ('you are an ipod')
[code]....
I'm looking for the best cross browser compatible swipe script for android, iphone and other touch phones. Has anyone used any of the available frameworks or have you used custom scripts? [code]...
View 1 Replies View RelatedI have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.
User will write some input, it will be added to file in specific place.
I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)
Create a temporary copy of edited file and create a unique temporary link to it.
I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?
Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.
I can find a specific word in xml file, but how to change it?[code]...
I am loading a frame on the right from a simple text menu in a frame on
the left.
What I would like is to be able to show the user which menu item they
selected last for example emboldening the item or showing a marker
against it.
Could anyone post a snippet of code or a link that might just point me
in the right direction.
I need the create a password script. The password script must have 4 users each with different log in locations.
View 4 Replies View RelatedI have a problem and I don't understand why this is happening.
Code:
calendar = document.createElement("div");
calendar.setAttribute("id", "calendar");
table = calendar.createElement("table");
After I create table element nothing apears on the screen.
My problem is to create a <spantag in the div tag with the name
"favoriten".
In the first step I create the span tag in the "hinzufügen" function
in my JS. The function is called when someone clicked a picture on my
site (onclick).
After that the span tag is create, but not exactly in my div
"favoriten"... The span tag is create on the top of my site.. Code:
I'm trying to create a php form which is auto completed after onchange
action of a drop down.
I've created a js file and linked it to a PHP file, which is linked
with a XML file.
Inside the PHP - after i tried to print the response and got a blank
one:
var response = xmlHttp.responseText;
alert(response);
I've tried to print after creating the DomDocument, but it probably
doesn't work, because it doesn't print anything:
<?
$q=$_GET["q"];
$xmlDoc=new DomDocument();
print $q;
.....
.....
?>
If i put the print $q before the Dom creation: $xmlDoc=new
DomDocument(); it does print.
How can i create the DOM without an error? where is my mistake?
<img src="img/Timezones_optimized.png" width="956" height="396" usemap="#locationmap" alt="World Map" />
<map id="locationmap" name="locationmap">
<script type="text/javascript">
[Code]....
As you can see I am simply trying to get the javascript to write an area for the image map but I can't get it to display.
I know the code looks pointless but what I want to do eventually is use an array of locations to dynamically create the areas.
I am working on the html code in which i using the List Control The Requirement that among the List element in which I choose the locationsthere is option in which whenever i select the option None From The List then it should Disply the empty textbox So how the function is declared
View 4 Replies View RelatedI need to create an interactive map similar to the one on this site: [url]
It is a map of a fictional area ( a real area but there are fictional buildings and characters on it) so I don't think google maps plugins are suitable.
In other words, I need a map where by clicking the objects on the map, a popup window pops up with additional information about the 'scene' or a 'character'.
In addition, the map will be dark from the beginning and more and more sites and characters will be revealed on it every week.
I have an assignment to create a program in JS but I have not read JS much more. So, for this assignment, can anyone help me to solve this assignment? Check attachment. [URL]
View 1 Replies View RelatedI have to create a dynamic HTML page that actually contains two separate HTML forms.Can anyone tell me how can I create two forms in a single HTML page.
View 1 Replies View Relatedi would like to know that how to create dropdown menu in mysite.
View 1 Replies View Related