Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 7th, 2002, 07:41 AM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Pembroke Pines, Florida, USA
Posts: 2,303 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 4 h 31 m 37 sec
Reputation Power: 56
Smile So maybe our day has come, after all

http://theregister.co.uk/content/23/25620.html

Get ready to stay busy, folks...
__________________
The real n-tier system:

FreeBSD -> PostgreSQL -> [any_language] -> Apache -> Mozilla/XUL

Amazon wishlist -- rycamor (at) gmail.com

Reply With Quote
  #2  
Old June 7th, 2002, 09:08 AM
Onslaught's Avatar
Onslaught Onslaught is offline
/(bb|[^b]{2})/
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Nov 2001
Location: Somewhere in the great unknown
Posts: 4,840 Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 2 Days 41 m 38 sec
Reputation Power: 89
Send a message via ICQ to Onslaught
That, in a sence, is what I am currently doing now. Any new applications that the company wants is done via PHP and a web interface. The older programs that are currently being run are being converted into web apps so that they can all be stored in one spot and not have to be loaded onto each machine.

This is fun...

Reply With Quote
  #3  
Old June 12th, 2002, 11:58 PM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Pembroke Pines, Florida, USA
Posts: 2,303 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 4 h 31 m 37 sec
Reputation Power: 56
On a somewhat related note: the Alpha version of PHP with Zend 2 scripting engine is now available at www.php.net. This will be a major step forward in establishing PHP as a "serious" programming language. Check it out.

And, combine that fact with a couple of other good ones:

- http://php.net/dotnet

- http://php.net/java

- http://php.net/com

- http://pear.php.net/manual/en/pecl.satellite.php

We will be able to talk anyone's language. We will rule... MWAAAAHAHAHAhahaha...
(evil laugh dies out)

It's gonna be a good year

Reply With Quote
  #4  
Old June 14th, 2002, 12:02 PM
jjoske jjoske is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 286 jjoske User rank is Lance Corporal (50 - 100 Reputation Level)jjoske User rank is Lance Corporal (50 - 100 Reputation Level)jjoske User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 5 h 24 m 46 sec
Reputation Power: 8
Surely there is still further to go?
Any web application till has still has to integrate seamlessly into the desk top?

Reply With Quote
  #5  
Old June 14th, 2002, 12:45 PM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Pembroke Pines, Florida, USA
Posts: 2,303 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 4 h 31 m 37 sec
Reputation Power: 56
Well, there are quite a few working on that, from many different angles. I agree that there needs to be a better protocol than standard HTML/browser interaction. The problem is, everyone is working in different directions; there is no standard.

If we could depend on a truly universal implementation of DHTML/CSS/Javascript/XML in the browser, then it would be simple enough, but in actual practice, there are so many different browsers, all with different levels of support and bugginess. And, it is possible for the user to completely turn off Javascript. Then, of course, both Internet Explorer and Mozilla/Netscape each have their extended programming interface (ActiveX/COM for IE, XUL/Javascript for Mozilla), but this means you have to write your application for that specific browser.

The whole world thought for awhile that Java applets would provide the way to bridge the desktop/webserver gap, but the next thing we knew, Java was being re-packaged as a server solution, or as a stand-alone software language. We hardly see anyone using Java GUI components for web-based systems anymore.

The .NET people say the answer is to make everyone install the .NET framework, which is now at least 30 MB of download. I would hardly call that a "thin client".

I think the problem is that everyone is so wrapped up in implementation that no one takes the time to think about protocols and standards. For example, HTTP, with POST/GET, etc... provides a nice set of stndard protocols that can be used by any software, any implementation you want. Any requesting agent can use this protocol, and it just... works!!! We need such conceptual protocols for desktop interaction, also. I stress, we need a protocol, not an implementation. Java is an implementation, wrapped up in it's own virtual machine, with its own language, compiler, etc... Instead, if there were a straightforward protocol for standard desktop interaction (widgets, etc...) that allows for implementation in any OS, using any programming language, that would be a major step forward.

I have found one developer who has some ideas in this area: http://www.geocities.com/tablizer/scgui.htm. I think this is exactly the kind of thing needed. The browser is great for rendering content, with nice designs, multimedia, etc... but we need an anologous application for real data-centric, form-dependent interaction. Think of it as a forms browser. The great thing about a concept like this is that it would still work perfectly with PHP, over HTTP or HTTPS. The server could treat it exactly as a browser, but you would be able to have a much finer degree of control over how the server and the user interact.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > So maybe our day has come, after all


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT