Well I'm gonna get into html5 coding and this will be my first html5 iphone webapp and it's a game I planned and now here's what I got for the main Html5
here's what I've got for now
<!DOCTYPE html>
<html manifest="Game.manifest">
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon-precomposed" href="Images/Icon.png"/>
<link rel="apple-touch-startup-image" href="Images/Startup.png" />
<link rel="stylesheet" href="Parts/Game.css" type="text/css" media="screen, mobile" title="main" charset="utf-8">
<title>Deal or No Deal Superstar</title>
</head>
<body>
<!-- Put your Markup Here -->
<script type="text/javascript" src="Game.js"></script>
</body>
</html>
Thursday, June 30, 2011
Monday, June 27, 2011
Found two good QR code generators sites
These days there are QR code scanner apps for iphone and android phones.
There many sites that you can create your own QR codes
Some links to make QR codes http://blog.qr4.nl/ or http://www.qrstuff.com/
Examples:
Here's two made from qrstuff.com these are website QR codes
Now you can link your twitter using either qrstuff.com or http://blog.qr4.nl/
Now here's QR Twitter Code from http://blog.qr4.nl
to make one just replace http://mobile.twitter.com/JeroenSteeman <--- with your username
now this is how it will look like
If you take your generated ^ twitter QR code from http://blog.qr4.nl/ @you can download a cool Twitter QR Code Business card template I found @ http://edudemic.com/2010/07/how-to-make-your-own-twitter-business-card/ be sure to download both fonts from http://twitterfont.com/ to make it like the Twitter logo with your name in the name follow that twitter font 2 says
Well I hope you make Cool QR codes using any of those Sites and for a bonus you can link youtube videos from http://blog.qr4.nl/ or http://www.qrstuff.com/
first here's QR4 - QR Code's youtube QR code
now here's Qrstuff's Youtube QR code
Well that is what I found on the net two cool QR code generator sites you can use.
There many sites that you can create your own QR codes
Some links to make QR codes http://blog.qr4.nl/ or http://www.qrstuff.com/
Examples:
Here's two made from qrstuff.com these are website QR codes
Now you can link your twitter using either qrstuff.com or http://blog.qr4.nl/
Now here's QR Twitter Code from http://blog.qr4.nl
to make one just replace http://mobile.twitter.com/JeroenSteeman <--- with your username
now this is how it will look like
If you take your generated ^ twitter QR code from http://blog.qr4.nl/ @you can download a cool Twitter QR Code Business card template I found @ http://edudemic.com/2010/07/how-to-make-your-own-twitter-business-card/ be sure to download both fonts from http://twitterfont.com/ to make it like the Twitter logo with your name in the name follow that twitter font 2 says
Well I hope you make Cool QR codes using any of those Sites and for a bonus you can link youtube videos from http://blog.qr4.nl/ or http://www.qrstuff.com/
first here's QR4 - QR Code's youtube QR code
now here's Qrstuff's Youtube QR code
Well that is what I found on the net two cool QR code generator sites you can use.
Subscribe to:
Posts (Atom)