Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > Comments / Feedback / Suggestions
Reload this Page Forum selection drop-down??
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Comments / Feedback / Suggestions Post bugs, comments, suggestions and anything else site related in here. Also see the Site News section for LinuxForums announcements

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-15-2004   #21 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,578
Quote:
Originally Posted by lakerdonald
but that is totally against the spirit of programming in general! why should we shun people who have come up with a viable solution, albeit one which is esoteric. i was super insane at html/css/javascript a couple years ago, and remember staying up all night on several occasions coding menubars and ui's... i think that the DOM is flawed a tad, but i see no problem with a standard such as that
If it were viable, I'd agree with you. However, it isn't. If you just want a completely client-side user interface (i.e. with no interaction with the server), then you should write a program in either case, since that is... well, I'd actually care to say better in each and every way, except it may get too many privileges for the end-user to feel comfortable. If the last issue is a problem, you should use Java WebStart instead.

If you want a user interface that does communicate with the server, the web falls immediately, since it's just too impractical to implement with a protocol like HTTP. That is because of the nature of the web, which makes you completely lose all client-side state every time you wish to communicate with the server (sure, you could create some hack using hidden frames and stuff, but now we're talking about being so ugly that I wouldn't even touch it with a pair of pliers).

Quote:
Originally Posted by scientica
So Dolda, what do you suggest for "interface technology"?
Well, there is X11 which is mature and ready to use. I can agree it might not be the best thing over the Internet at large, though, thanks to the latency. However, then there is NEWS, which would be great for things like that.
Dolda2000 is offline   Reply With Quote
Old 11-15-2004   #22 (permalink)
Linux Guru
 
lakerdonald's Avatar
 
Join Date: Jun 2004
Location: St. Petersburg, FL
Posts: 5,039
i think we're suffering from a case of miscommunication
i'm not suggesting a substitute for X11, just i don't think that there is anything wrong with a nice client side scripting language to create an interactive menu bar as a substitute for a bland frame to the side
__________________
the lost art of found sound
lakerdonald is offline   Reply With Quote
Old 11-16-2004   #23 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,578
Well, the thing is that that menu bar is really just an esthetical improvement which has more or less no practical value. Considering the lack of practical value, it doesn't justify the cost for having to implement JavaScript in a browser.

Also, you can just implement a menu bar with CSS. ;-)
Dolda2000 is offline   Reply With Quote
Old 11-16-2004   #24 (permalink)
Linux Guru
 
lakerdonald's Avatar
 
Join Date: Jun 2004
Location: St. Petersburg, FL
Posts: 5,039
like i said before:
CSS is easily deployed through javascript
__________________
the lost art of found sound
lakerdonald is offline   Reply With Quote
Old 11-16-2004   #25 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,578
Not at all -- CSS is self-containing. Since there is so little actual practical for JavaScript, it does not justify the cost of having to implement it in a browser. For that reason, if everyone tries to stay away from JavaScript, it will decline in popularity so much that it does not have to be implemented in new browsers anymore.

As a programmer, I naturally like things that increase the functionality of a program. However, when it's supposed to be a standard, you have to consider if adding functionality to the standard is worth the cost of implementing it. And when it comes to JavaScript, I say that it's not worth it. The only thing that currently makes it worth it is its current popularity, and that is why everyone should shy it like the bubonic plague, so that it won't be worth it anymore.
Dolda2000 is offline   Reply With Quote
Old 11-16-2004   #26 (permalink)
Linux Guru
 
lakerdonald's Avatar
 
Join Date: Jun 2004
Location: St. Petersburg, FL
Posts: 5,039
okay
fine...we have contrasting opinions.s'aight...
lol
__________________
the lost art of found sound
lakerdonald is offline   Reply With Quote
Old 11-16-2004   #27 (permalink)
Linux User
 
Join Date: Oct 2004
Location: /dev/random
Posts: 404
Quote:
Originally Posted by jasonlambert
the_unforgiven, thanks for your suggestion, however it is a little more complicated than that. Think permissions, ordering of listing, and grouping by category.

The way I am running mysqld at the moment, even the slightest underperforming query has a big impact on server load.

Like I said, the box has been removed for a reason. When I work out the most suitable way to cache it then you will get an option in your forum profile to enable or disable the jumpbox.
Sure...
I'm looking forward for it..

Thanks a lot..
__________________
The Unforgiven
Registered Linux User #358564
the_unforgiven is offline   Reply With Quote
Old 11-18-2004   #28 (permalink)
Linux Enthusiast
 
scientica's Avatar
 
Join Date: Sep 2003
Location: South- or "Mid-" Sweden
Posts: 742
Send a message via ICQ to scientica
> NEWS
uhm... Dolda, could you please give an URL with more info on that (I'm guessing it's not news as in mail/usenet/nntp)

X11, I've seen things about it, though I've lost the url, I trie dit once but due to a version missmatch the plugin for firefox just crashed it... (so I actually never really tried it) -- also, iirc it required several linux/unix specific features, such as X11 - which means it's not crossplatform.


I think much of JavaScript's bad reputation actually comes from Microsoft's implementation/version, which in reallirt is JScript. JScipt is in one way a subset of JavaScript, and in one way an extension, eg, some code that really shouldn't be runnanble JavaScript seems to work when read as JScript (also there are some differences in the names of different things, for insance I know mozilla/gecko uses "className" isntead of "class" for a poperty related to elements, this due to DOM having a member named "class", which isn't the class from '<tag class="">'. I'm not sure but I think JScript/MSIE interprents "class" as "className"...). Btw, recently I've run accross EMCA scripts, which I belive is some standard for JavaScript, though I really don't know anything about it or it's correlation to JavaScript or JScript, does anyone know?



btw, css is just king, eg, if you want scrollbars for a pice of text, you can use JavaScript or css. (from my own experience I can tell, chances are you'll never get the JavaScript "solution" to work, the css is just "instant working" )
__________________
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
scientica is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:23 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0