How do you think I should go about making a terminal-esque login system for my website? I was sort of thinking Flash, but I was wondering if anyone knew any simpler ways?
[img]http://costeira.com/upl/uploads/console.PNG[/img]
I made this a while ago
Edit: 100% html, javascript, and php (to run commands)
Holy crap, can I have a copy?
Just make the textfield invisible and handle the input with JQuery or something and it shouldn't be a problem.
Stop using Js frameworks for every damn thing !
Using Jquerry for that is simply stupid.
[QUOTE=OrYgin;20881396]Stop using Js frameworks for every damn thing !
Using Jquerry for that is simply stupid.[/QUOTE]
It's intelligent if you don't want to have to write a couple hundred lines to use AJAX and process the server's response.
[QUOTE=OrYgin;20881396]Stop using Js frameworks for every damn thing !
Using Jquerry for that is simply stupid.[/QUOTE]
Not really. jQuery has a tiny footprint and fixes a bunch of browser compatability problems by default... I'm pretty sure it makes .pngs transparent in IE automatically, and $(document).ready() is very helpful. It's better to use a minified JS lib and make scripts a couple of lines in length, than a bulky hand-written script that doesn't load as quickly and hasn't been tested against all the JS engines.
cas97 sent me his program. It's actually just what I was looking for! It's brilliant and perfect for what I wanted with a few modifications.
Cool concept, simple, but very cool.
[QUOTE=TehDoomCat;20883052]Not really. jQuery has a tiny footprint and fixes a bunch of browser compatability problems by default... I'm pretty sure it makes .pngs transparent in IE automatically, and $(document).ready() is very helpful. It's better to use a minified JS lib and make scripts a couple of lines in length, than a bulky hand-written script that doesn't load as quickly and hasn't been tested against all the JS engines.[/QUOTE]
jQuery doesn't fix anything by default, and it certainly doesn't include any png fixes (there are plugins for it, though). It does deal with a lot of browser compatibility issues behind the scenes though, so you don't have to worry about your javascript working in other browsers.
If anybody needs something like this, you can see it in the new [url=http://xkcd.com/]XKCD[/url] design.
You can get the source for it, here : [url]http://github.com/chromakode/xkcdfools[/url]
Some slight modifications and you can pretty much do what you want with it.
It's very cool.
[QUOTE=<ToD> Aaron;21109680][url=http://xkcd.com/]XKCD[/url][/QUOTE]
When did XKCD change to look like that?
april 1
I prefered it that way I think... Oh well.
[QUOTE=Mokkan13;21114896]I prefered it that way I think... Oh well.[/QUOTE]
[url]http://xkcd.com/unixkcd/[/url]
aww, turns out the new design was only temporary, but yeah. you can see it at DrTaxi's link.
Sorry, you need to Log In to post a reply to this thread.