What are the height and width requirements?
Oh yeah, 600x900
Last edited by ProgrammingFreak (2011-11-11 17:20:53)
Offline
ProgrammingFreak wrote:
What are the height and width requirements?
Oh yeah, 600x900
Well, for the web browser app any now.
just has to fit on a screen. :p but 600x900 is a nice size
Offline
Okay here a few ideas for the firecloud web browser..
- a type search similar to the way google searchs the moment you start typing.
- a reader similar to the page reader in ios 5 that removes adds from web pages.
- the ability to save a web page and all its data onto your computer so you can acess the web page, say wikipedia, without the internet.
Let me know what you think.
Offline
Okay, I like these ideas. Their awesome. This is sounding like a better browser every time you post!
Offline
Could you explain how this works? Is this going to be like iGoogle or something? Or is this a separate app? I'm guessing separate since 900x600 is kinda big.... :\
Offline
Daffy22 wrote:
gbear605 wrote:
Daffy22 wrote:
Yes. Or you could just redirect to a website which has a php script on it. But u have to host it your self.![]()
Ok, here is my stuff hosted: (the scratch viewer ain't working)
Code:
<iframe src="http://escratch.org/YoutubeViewer/form.html" width=660 height=380 frameborder=1></iframe> <iframe src="http://escratch.org/MusicPlayer/form.html" width=500 height=170 frameborder=1></iframe>XML files:
Code:
<xml> <author>gbear605</author> <name>Youtube Viewer</name> <description>Views Youtube</description> <version>1.0</version> <main>http://escratch.org/YoutubeViewer/form.html</main> <useweb>true</useweb> </xml> <xml> <author>gbear605</author> <name>Music Player</name> <description>Plays Music</description> <version>1.0</version> <main>http://escratch.org/MusicPlayer/form.html</main> <useweb>true</useweb> </xml>Thanks, ill compile that for you. Do you want to make a 52x52 png icon for it or shall i do it?
You make it. I can't be artistic worth anything.
Offline
ProgrammingFreak wrote:
Could you explain how this works? Is this going to be like iGoogle or something? Or is this a separate app? I'm guessing separate since 900x600 is kinda big.... :\
Seperate app, like chrome apps.
Offline
gbear605 wrote:
Daffy22 wrote:
gbear605 wrote:
Ok, here is my stuff hosted: (the scratch viewer ain't working)
Code:
<iframe src="http://escratch.org/YoutubeViewer/form.html" width=660 height=380 frameborder=1></iframe> <iframe src="http://escratch.org/MusicPlayer/form.html" width=500 height=170 frameborder=1></iframe>XML files:
Code:
<xml> <author>gbear605</author> <name>Youtube Viewer</name> <description>Views Youtube</description> <version>1.0</version> <main>http://escratch.org/YoutubeViewer/form.html</main> <useweb>true</useweb> </xml> <xml> <author>gbear605</author> <name>Music Player</name> <description>Plays Music</description> <version>1.0</version> <main>http://escratch.org/MusicPlayer/form.html</main> <useweb>true</useweb> </xml>Thanks, ill compile that for you. Do you want to make a 52x52 png icon for it or shall i do it?
You make it. I can't be artistic worth anything.
Ok will do...
Offline
Daffy22 wrote:
ProgrammingFreak wrote:
Could you explain how this works? Is this going to be like iGoogle or something? Or is this a separate app? I'm guessing separate since 900x600 is kinda big.... :\
Seperate app, like chrome apps.
Okay.
Offline
Grr, I'll be done as soon as I can make this javascript xml reader to work.
Offline
I made a mini-browser so you can, uhh, listen to online radio sites or something while browsing.
It is called Bitty Browser.
Download the zip here.
EDIT: Oh, and also, it resizes to what it's put in I think.
Last edited by cocolover76 (2011-11-12 11:29:22)


Offline
cocolover76 wrote:
I made a mini-browser so you can, uhh, listen to online radio sites or something while browsing.
It is called Bitty Browser.
Download the zip here.
EDIT: Oh, and also, it resizes to what it's put in I think.
wow, did you make this?
Offline
LS97 wrote:
MoreGamesNow wrote:
It basically makes an invisible page with PHP and uses that to get the information right?
AJAX stands for some kind of asynchronous java and xml (I think).
Asynchronous simply means not inside time -- so not synced with the page's load.
It means you can call a website even after the page is loaded, without freezing the page (if it's a decent browser). It doesn't have to link with a PHP page, it can be a text file (then processed by the javascript), an html page... whatever!
A synchronous
J avascript
A nd
X ML


Offline
Sorry. I'm having trouble with the code. I'll post it later for help.
Offline
gbear605 wrote:
Ok, finished my YT viewer.
Download it:escratch.org/downloads/YoutubeViewer.zip
The index.html is just an iframe, so you can just insert it however you wish. I didn't bother to make this fancy, but it works.
LOL
Is this a joke?
Or did I do this wrong...
I put my username and project id and it came up with the wrong project...
It always comes up with that project....
No offence meant if it is supposed to work... LOL
Offline
Pecola1 wrote:
gbear605 wrote:
Ok, finished my YT viewer.
Download it:escratch.org/downloads/YoutubeViewer.zip
The index.html is just an iframe, so you can just insert it however you wish. I didn't bother to make this fancy, but it works.LOL
Is this a joke?
Or did I do this wrong...
I put my username and project id and it came up with the wrong project...
It always comes up with that project....
No offence meant if it is supposed to work... LOL
the scratch viewer is broken. IDK why.
You quoted the youtube viewer, and that did work.
Offline
gbear605 wrote:
Pecola1 wrote:
gbear605 wrote:
Ok, finished my YT viewer.
Download it:escratch.org/downloads/YoutubeViewer.zip
The index.html is just an iframe, so you can just insert it however you wish. I didn't bother to make this fancy, but it works.LOL
Is this a joke?
Or did I do this wrong...
I put my username and project id and it came up with the wrong project...
It always comes up with that project....
No offence meant if it is supposed to work... LOLthe scratch viewer is broken. IDK why.
You quoted the youtube viewer, and that did work.
Oh whoops.
Offline
Great name
Offline
Sounds interesting. I have a basic understanding of html, but this is beyond me, though I can keep up, so sorry, I won't be making anything.
It is a cool idea, though.
Offline