473,796 Members | 2,751 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1430
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******** *************** ***********@72g 2000hsu.googleg roups.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.javas cript 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 "unobtrusiv e". 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.javas cript 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 "unobtrusiv e". 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.or g/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 "unobtrusiv e". 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.javas cript 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.onlo ad = 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

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

Similar topics

4
2614
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 between "PythonWin works fine" and "PythonWin hardly every works fine" was that I changed the size of my Virtual Paging file, noticing that it was too small (I currently have a P4 with 1G of RAM). I tried returning it to its original (smaller)...
9
1663
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 component in Visual Studio 6.0. But If I want to build a C# application - does that mean I have to use VS.NET? And if I do write an application in C# does that mean it can only run on a Windows box with the .Net Framework? Do all C# apps require...
6
2162
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 string? The obvious answer is to hard code it into the middle layer and use a config file. The problem is the database application needs to be distributed to purchasing clients. Therefore, you do not know, at development, what the SQL
0
1511
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 implemented to work with the IBM WebSphere messaging portfolio. Specifically, it is a fully managed .NET API that can be used by applications to send and receive JMS messages via IBM WebSphere Business Integration Brokers over Real-time Transport or...
26
15312
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 "locate.replace". I can do all this if the html page containing the script originates on the client machine, but don't know how to get access to a client-side temp file when the same html page containing the script is on a web host. How do I get access...
2
1107
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 shut the program down. I have XP Home edition, Is this okay? I have XP Pro edition also but do I have to have the XP Pro upgrade to upgrade to Pro?
4
2102
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 class, but I can't find a way to determine IE update version or service pack number. Any ideas? TIA Henry
1
1759
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. http://216.239.59.104/search?q=cache:FDooiVSC56sJ:myservicescentral.com/site/Alpha-Beta-RC1-RC2-RTM.aspx%3Fpost%3D79%26group%3Dmicrosoft.private.whidbey.framework_sdk+cannot+inherit+from+%27System::Runtime::InteropServices::DispIdAttribute%27&hl=fr I copy/paste his description: "I have both version of Visual Studio...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10467
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10244
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.