This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-26 13:35:14

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Web Application Developers Needed!

I am making a web os called Zer0S, and I need apps for it!

These apps can be made in HTML, JS, and PHP.

Just follow these steps:

1. Create your application. Although you can use PHP scripts, no file operations unless you host your own files, okay? You can host your app files, but if you do, you need to either redirect or use iframes to embed them into your app's page that will be submitted.
The apps will be displayed inside of an iframe, so if you want to change the "title" of the page so that the user can see it while using the iframe shell, then put this code into your files:

Code:

<script type="text/javascript">
window.parent.document.getElementById("title").innerHTML = "Dashboard";
</script>

Change "Dashboard" to whatever you want.

2. Create a file called "app.txt" which contains the following information:
Line 1 - Your app's full name
Line 2 - The main page of your app, for example "index.php"
So, for the App Store app, the file would be:

Code:

App Store
index.php

3. Create a 50x50 PNG image named "icon.png"
Pretty self explanatory...

4. Compress the following into a ZIP file whose name is a 3-10 character title or abbreviation of the app (ex. "appstore"):
All of the files you want to host ON THE ZER0S SITE
app.txt
icon.png

5. IF APPLICABLE: Host the files you want to host separately (this is your responsibility)

6. Upload your app to a file sharing site, and post the link in this topic.

You should keep the file size of the app you're submitting below 5 MB.

If you have any questions please ask!  smile

Anyone can post as many apps as they want, but I want quality and originality!

Happy developing!

Last edited by ohaiderstudios (2011-11-26 13:49:27)


Fork Clamor on GitHub!

Offline

 

#2 2011-11-27 10:29:01

Pankaj11
New Scratcher
Registered: 2011-11-27
Posts: 12

Re: Web Application Developers Needed!

Thanks for sharing this way to create an application.Going to made one application...

Offline

 

Board footer