473,385 Members | 1,486 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Build web apps in Javascript - new service open for beta

Hello,
This is a new website I am involved with, and we are seeking to open
up to a shortlist of users.

http://apppad.com

The basic overview of the service is:
- You define Object Type models & can use a Javascript API to persist
object data.
- You create HTML+Javascript applications (everything is provided for
you - no hosting or DB needed)

Hoping to find a few curious/interested Javascript gurus out there
who'd like to try it out.
Thanks & regards.
Feb 19 '08 #1
12 1389
On Feb 18, 11:38 pm, AppPad <sav74...@gmail.comwrote:
Hello,
This is a new website I am involved with, and we are seeking to open
up to a shortlist of users.

http://apppad.com

The basic overview of the service is:
- You define Object Type models & can use a Javascript API to persist
object data.
- You create HTML+Javascript applications (everything is provided for
you - no hosting or DB needed)
That is a neat idea. I'm sure there are people that know front-end
technology but not the database side of things. Adobe Air is trying to
leverage this knowledge to build desktop apps.
Hoping to find a few curious/interested Javascript gurus out there
who'd like to try it out.
Unfortunately I don't have the time but good luck!

Peter
Feb 19 '08 #2
On Feb 19, 2:38*am, AppPad <sav74...@gmail.comwrote:
Hello,
This is a new website I am involved with, and we are seeking to open
up to a shortlist of users.

http://apppad.com
[snip]

An application framework based on HTML and JavaScript will require, at
the very least, developers who can write valid HTML and solid cross-
browser JavaScript. Best of luck in finding some.
Feb 19 '08 #3
rf

"David Mark" <dm***********@gmail.comwrote in message
news:79**********************************@72g2000h su.googlegroups.com...
On Feb 19, 2:38 am, AppPad <sav74...@gmail.comwrote:
Hello,
This is a new website I am involved with, and we are seeking to open
up to a shortlist of users.

http://apppad.com
[snip]

An application framework based on HTML and JavaScript will require, at
the very least, developers who can write valid HTML and solid cross-
browser JavaScript. Best of luck in finding some.

They are certainly not living at the above URL :-)

Not even a bloody doctype!

background-color: 666666; is probably why I get my shocking pink background
:-)
Feb 19 '08 #4
David Mark said the following on 2/21/2008 3:00 AM:
On Feb 21, 12:19 am, AppPad <sav74...@gmail.comwrote:
<snip>
>will take a bit more research on the best way to do it.

Not really.

window.onload = myfunction;
Don't let Thomas know that :)

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 21 '08 #5
Randy Webb said the following on 2/21/2008 6:14 AM:

<snip>
<script type="text/javascript" src="prototype-1.6.0.2"></script>
<script type="text/javascript" src="jquery-1.2.3"></script>
With the .js extension of course. It is what happens when I think ahead
of myself. They had installed jQuery and Prototype on the server and had
put it in every single page on my server and "fixing" code so that it
was "unobtrusive". No, I was not happy. They spent Thursday, Friday and
part of this last Monday fixing it.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 21 '08 #6
On Feb 21, 6:19*am, Randy Webb <HikksNotAtH...@aol.comwrote:
Randy Webb said the following on 2/21/2008 6:14 AM:

<snip>
<script type="text/javascript" src="prototype-1.6.0.2"></script>
<script type="text/javascript" src="jquery-1.2.3"></script>

With the .js extension of course. It is what happens when I think ahead
of myself. They had installed jQuery and Prototype on the server and had
put it in every single page on my server and "fixing" code so that it
was "unobtrusive". No, I was not happy. They spent Thursday, Friday and
part of this last Monday fixing it.
And Tuesday looking for new jobs?
Feb 21 '08 #7
David Mark meinte:
Certainly unobtrusive JavaScript via Prototype *and* jQuery is
madness. Your "senior programmer" should be demoted to junior
janitor.
Come off it! Janitors can save the universe.
<http://en.wikipedia.org/wiki/Space_Quest>

Gregor
--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
Feb 21 '08 #8
David Mark said the following on 2/21/2008 6:46 AM:
On Feb 21, 6:19 am, Randy Webb <HikksNotAtH...@aol.comwrote:
>Randy Webb said the following on 2/21/2008 6:14 AM:

<snip>
>><script type="text/javascript" src="prototype-1.6.0.2"></script>
<script type="text/javascript" src="jquery-1.2.3"></script>
With the .js extension of course. It is what happens when I think ahead
of myself. They had installed jQuery and Prototype on the server and had
put it in every single page on my server and "fixing" code so that it
was "unobtrusive". No, I was not happy. They spent Thursday, Friday and
part of this last Monday fixing it.

And Tuesday looking for new jobs?
Just him. It was his team that did the leg work and it saved them. The
only thing that saved me was my daily backups. Most of Monday was spent
double checking and making sure that everything from Wednesday, Thursday
and Friday got updated in the databases. They went to a paper back up
system and we had to make sure everything got entered and saved. It did
make me go to a complete daily backup. We were doing weekly backups on
the entire system and daily backups on critical data. Now, it is done
daily on the entire system.

They all know, without a doubt, how pissed off I can get though.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 21 '08 #9
David Mark wrote:
On Feb 21, 6:14 am, Randy Webb <HikksNotAtH...@aol.comwrote:
>David Mark said the following on 2/21/2008 4:31 AM:
>>On Feb 21, 4:19 am, Randy Webb <HikksNotAtH...@aol.comwrote:
David Mark said the following on 2/21/2008 3:00 AM:
On Feb 21, 12:19 am, AppPad <sav74...@gmail.comwrote:
<snip>
>will take a bit more research on the best way to do it.
Not really.
window.onload = myfunction;
Don't let Thomas know that :)
Proprietary and error-prone approach. I know.
Only in Thomas' warped mind is it.

Agreed.
Once you recognized that there is inherent truth in the statement that your
favorite (collection of) browser(s) is not the standard for every user agent
out there, you will see how mistaken you really are here.
><script type="text/javascript" src="prototype-1.6.0.2"></script>
<script type="text/javascript" src="jquery-1.2.3"></script>

As Thomas would say: OMG.
Don't quote me unless you mean it.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Feb 23 '08 #10
Gregor Kofler wrote:
David Mark meinte:
>Certainly unobtrusive JavaScript via Prototype *and* jQuery is
madness. Your "senior programmer" should be demoted to junior
janitor.

Come off it! Janitors can save the universe.
<http://en.wikipedia.org/wiki/Space_Quest>
YMMD :)

\\// PointedEars, adding a "find my SQ6 game box" reminder
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Feb 23 '08 #11
On Feb 22, 5:07 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
David Mark wrote:
On Feb 21, 6:14 am, Randy Webb <HikksNotAtH...@aol.comwrote:
David Mark said the following on 2/21/2008 4:31 AM:
On Feb 21, 4:19 am, Randy Webb <HikksNotAtH...@aol.comwrote:
David Mark said the following on 2/21/2008 3:00 AM:
On Feb 21, 12:19 am, AppPad <sav74...@gmail.comwrote:
<snip>
will take a bit more research on the best way to do it.
Not really.
window.onload = myfunction;
Don't let Thomas know that :)
Proprietary and error-prone approach. I know.
Only in Thomas' warped mind is it.
Agreed.

Once you recognized that there is inherent truth in the statement that your
favorite (collection of) browser(s) is not the standard for every user agent
out there, you will see how mistaken you really are here.
Please explain.

Peter
Feb 23 '08 #12
On Feb 21, 4:32*am, Randy Webb <HikksNotAtH...@aol.comwrote:

<snip>
>
Just him. It was his team that did the leg work and it saved them. The
only thing that saved me was my daily backups. Most of Monday was spent
double checking and making sure that everything from Wednesday, Thursday
and Friday got updated in the databases. They went to a paper back up
system and we had to make sure everything got entered and saved. It did
make me go to a complete daily backup. We were doing weekly backups on
the entire system and daily backups on critical data. Now, it is done
daily on the entire system.

They all know, without a doubt, how pissed off I can get though.

I'm a little late to this thread, but was wondering: Are you not using
a source code repository? If so, I don't understand why you would
need backups to save you (aside from cases where the repository gets
wiped). That would make the code much easier to roll back. It can
still be pretty mucked up if some "good" changes were mixed in with
the bad changes, though. Just curious because I would feel safer
reverting to a particular fine-grained, revision-based state than a
certain time-based state (of the backup).

Mar 1 '08 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Chris P. | last post by:
I've been having a problem with PythonWin that seemed to start completely spontaneously and I don't even know where to START to find the answer. The only thing I can think of that marks the point...
9
by: deko | last post by:
I'm confused about what I can use C# and VS.NET for. I have both Visual Studio 6.0 and Visual Studio .NET - which one do I use? If I want to build a basic VB app, I assume I can use the VB 6...
6
by: H | last post by:
This is a question that has haunted me for quite some time. if you build a 4 tier database application where the 4th tier is the database server (MS SQL 2000), where do you build the connection...
0
by: nomail | last post by:
IBM Message Service Client for .NET (informally known as XMS) has recently started an open Beta programme. XMS is a non-Java implementation of the Java Message Service (JMS) API, currently...
26
by: Don | last post by:
I'm writing an html page with some JavaScript that reads a web page into a client-side temp file, then reformats it, then submits that same file as a URL to the browser for display, via...
2
by: denton | last post by:
I want to start coding in C++ but this always happens:{ Most often it says build started, never finishes, and freezes. Sometimes I get an error about a background thread problem and VS that must...
4
by: henry | last post by:
Hi all, I'm building a website which provides contents that only work for some browser types and versions. I know I can get most of the client browser information using HttpBrowserCapabilities...
1
by: David Alloza | last post by:
Hello, I have exactly the same problem as this guy, but in the case of a ( final ) commercial version of .NET2005. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.