Simple. Try to tap to click. If it doesn't work, there you have it. Fastest guide yet.
Showing posts with label guide. Show all posts
Showing posts with label guide. Show all posts
Tuesday, 15 March 2011
Sunday, 27 February 2011
How to Post A Chrome Web Store App Without Owning The Underlying Site
Posted on 09:50 by Unknown
Now, this guide is for making temporary applications available to the public while the website you are trying to make an app for, makes one themselves.
Since I got tired of waiting for Gizmodo to post an app of their own, I made a Gizmodo Chrome App as an example.
To start, download my base app here: http://www.mediafire.com/?dnucf166lhf6m07
This will set you up with the correct layout and setup.
Once you open the manifest.json file, you will see this:
{
"name": "ENTER THE APP NAME HERE",
"description": "ENTER A QUICK DESCRIPTION OF THE APP HERE",
"version": "1.0",
"icons": { "16": "16.png",
"128": "128.png" },
"app": {
"launch": {
"local_path": "NAME THIS HTML THE SAME AS YOUR APP NAME.html"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}
Pretty self explanatory. Next, open the HTML file and you will see this:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://YOUR SITE HERE.com">
Add your site and you're almost done!
Now get your own images that are 16x16 and 128x128 and name them 16.PNG and 128.PNG
Now rename "Base App" to your app name and right click it again. Select "Send To" and click "Compressed Folder"
Now visit this link: https://chrome.google.com/webstore/developer/dashboard
and (If you didn't already) pay the 5 bucks and upload your app!
Since I got tired of waiting for Gizmodo to post an app of their own, I made a Gizmodo Chrome App as an example.
To start, download my base app here: http://www.mediafire.com/?dnucf166lhf6m07
This will set you up with the correct layout and setup.
Once you open the manifest.json file, you will see this:
{
"name": "ENTER THE APP NAME HERE",
"description": "ENTER A QUICK DESCRIPTION OF THE APP HERE",
"version": "1.0",
"icons": { "16": "16.png",
"128": "128.png" },
"app": {
"launch": {
"local_path": "NAME THIS HTML THE SAME AS YOUR APP NAME.html"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}
Pretty self explanatory. Next, open the HTML file and you will see this:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://YOUR SITE HERE.com">
Add your site and you're almost done!
Now get your own images that are 16x16 and 128x128 and name them 16.PNG and 128.PNG
Now rename "Base App" to your app name and right click it again. Select "Send To" and click "Compressed Folder"
Now visit this link: https://chrome.google.com/webstore/developer/dashboard
and (If you didn't already) pay the 5 bucks and upload your app!
Friday, 31 December 2010
Simple Canon Trick To Take Better Photos
Posted on 12:28 by Unknown
Taken on Auto Mode, no changes.
The image is bright and almost black and white
Next, I switched to vivid colors after going into Program.
The only change is a bit of darkness
Next I played with Colors and changed it to Vivid Colors for the best in that setting
The colors of the sun appear with much more color.
Finally, to get the best image, I went to SCN and played around with the Scenes. The best one for my image was obviously Sunset.
My tip to you: Stay away from auto, SCN has many Scenes made for each scenario. So why not give it a shot!
The image is bright and almost black and white
Next, I switched to vivid colors after going into Program.
The only change is a bit of darkness
The colors of the sun appear with much more color.
My tip to you: Stay away from auto, SCN has many Scenes made for each scenario. So why not give it a shot!
Friday, 17 December 2010
Guide: Modifying websites and how to say what you really think without sending it.
Posted on 17:46 by Unknown
This is what I wish to see on the Cr-48 tracker.
How can I make this?
I use a firefox extension called Firebug
You can download the newest release here: http://getfirebug.com/releases/firebug/1.7X/
Using this extension is really simple. Just highlight over the selected text and click "Inspect Element".
I have also edited some random person's facebook status to make it more entertaining then something such as: "Shopping, It was fun."
The good part about this add on? Nothing is sent to the person, no one else can see it and a simple refresh of the page will bring everything back to normal.
I'm sure people can think of more mischievous uses for this app.
Subscribe to:
Posts (Atom)