Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Juju on October 21, 2011, 10:05:52 pm

Title: My website project
Post by: Juju on October 21, 2011, 10:05:52 pm
I'm redesigning my personal website at http://julosoft.net/, you can see a (non-functional, but still kinda functional) sneak peek here (http://julosoft.net/v2).

The frontend (nearly complete) is entierely made with jQuery, while the login and commands (not implemented yet) are loaded with AJAX. Since it's a school project, they'll be written in JSP.

Please leave some feedback :)
Title: Re: My website project
Post by: DJ Omnimaga on October 21, 2011, 10:06:44 pm
I liked it when I checked it, but the only command that worked is /thegame D:

It reminds me of {AP}'s website btw. Quite ironically he's online right now lol.
Title: Re: My website project
Post by: Deep Toaster on October 21, 2011, 10:07:45 pm
Shiny :D No backspace though. At least space bar works in Chrome, unlike in unixkcd and a few other online consoles.
Title: Re: My website project
Post by: Juju on October 21, 2011, 10:12:02 pm
Yeah, it's supposed to resemble Arch Linux's interface. And weird, backspace worked at home (Chrome for Windows 7) and at school (Firefox, Windows 7), but not on this laptop (Chrome Frame) or my external HD (Chrome for Linux).
Title: Re: My website project
Post by: Deep Toaster on October 21, 2011, 10:14:01 pm
I'm using stable Chrome on a Windows Vista laptop.
Title: Re: My website project
Post by: Juju on October 21, 2011, 10:47:57 pm
There, I fixed the backspace bug. :)

Apparently keypress doesn't work on Chrome so you have to use keyup or keydown.
Title: Re: My website project
Post by: Deep Toaster on October 21, 2011, 11:29:18 pm
Certain special keys don't work with keypress IIRC.
Title: Re: My website project
Post by: Eeems on October 22, 2011, 10:11:22 am
( Build ID: Mozilla/5.0 (X11; Linux x86_64; rv:10.0a1) Gecko/20111021 Firefox/10.0a1 ID:20111021031012 ) Doesn't scroll all the way to the bottom as the text moves. It instead starts missing a pixel or so as it goes.
This is what it looks like if I don't touch anything after a fresh load
Spoiler For big image:
(http://dl.dropbox.com/u/763272/Screenshot%20at%202011-10-22%2008%3A11%3A42.png)
Title: Re: My website project
Post by: Juju on October 22, 2011, 01:57:13 pm
Any way to scroll at the bottom instead of just scrolling the height of a line?
Title: Re: My website project
Post by: yunhua98 on October 22, 2011, 04:56:11 pm
the first command I guessed is the game.  :P
Title: Re: My website project
Post by: Deep Toaster on October 22, 2011, 09:32:17 pm
You can purposefully scroll beyond the end, and the browser will probably stop at the edge.
Title: Re: My website project
Post by: Juju on October 23, 2011, 09:19:03 pm
So scratch the part where I said I'll do it in JSP, I'll do it in PHP instead. For the school project, I'll probably make a forum (much like Omnimaga on crack), or at least an imageboard (much like 4chan on crack).

(Wait did I just said 4chan on crack?)
Title: Re: My website project
Post by: DJ Omnimaga on October 23, 2011, 09:24:44 pm
By Omnimaga on crack, I hope you do not mean something like this unused Omnimaga theme (http://z13.invisionfree.com/missiletest)?  O.OWARNING! SEIZURE!!!
Title: Re: My website project
Post by: Yeong on October 23, 2011, 09:26:30 pm
By Omnimaga on crack, I hope you do not mean something like this unused Omnimaga theme (http://z13.invisionfree.com/missiletest)?  O.OWARNING! SEIZURE!!!
O.o
Title: Re: My website project
Post by: Juju on October 23, 2011, 09:41:30 pm
By Omnimaga on crack, I hope you do not mean something like this unused Omnimaga theme (http://z13.invisionfree.com/missiletest)?  O.OWARNING! SEIZURE!!!
Thanks for the theme idea :)

j/k :P
Title: Re: My website project
Post by: Deep Toaster on October 23, 2011, 10:06:31 pm
(Wait did I just said 4chan on crack?)
So basically 4chan? O.o That console's a cool project anyway, even if it's not for school :D
Title: Re: My website project
Post by: Eeems on October 23, 2011, 10:15:35 pm
Backspace is broken again on firefox.
( I have backspace to go back enabled )
Title: Re: My website project
Post by: Deep Toaster on October 23, 2011, 10:26:10 pm
You can disable that?
Title: Re: My website project
Post by: Eeems on October 23, 2011, 10:27:20 pm
You can disable that?
It's disabled by default on some linux distro's ( mine included ).
Title: Re: My website project
Post by: Juju on November 05, 2011, 11:53:44 pm
And the new website moved over at http://julosoft.net. Some commands works, more and more are added over time. Have fun. And yes, I know, backspace is broken.
Title: Re: My website project
Post by: Deep Toaster on November 06, 2011, 02:15:54 pm
And the new website moved over at http://julosoft.net. Some commands works, more and more are added over time. Have fun. And yes, I know, backspace is broken.
Not for me :D Looks great.
Title: Re: My website project
Post by: Munchor on November 06, 2011, 02:36:57 pm
Adding control-backspace and tab-completion would be neat ;)

Looking very good so far!
Title: Re: My website project
Post by: DJ Omnimaga on November 06, 2011, 02:52:37 pm
Do you know if typing dots is possible to implement in Opera? In both your site and {AP}'s, pressing the dot key just opens the Opera search function.
Title: Re: My website project
Post by: Juju on November 06, 2011, 05:08:27 pm
Yeah the main problem here is that some browsers keeps some keys for themselves instead of throwing them to JavaScript. There must be workarounds.
Title: Re: My website project
Post by: Spyro543 on November 06, 2011, 05:20:14 pm
Cool! Got any example code so I can make a console for my site?
Title: Re: My website project
Post by: Juju on November 06, 2011, 06:40:12 pm
You might want to look at these:

http://julosoft.net/ (HTML, look at the source)
http://julosoft.net/terminal.css (CSS)
http://julosoft.net/kernel.js (Javascript)
http://julosoft.net/shell.php?source (PHP)

Or else there's XKCD's april fools joke (https://github.com/chromakode/xkcdfools).

2 excellent console engines.
Title: Re: My website project
Post by: Darl181 on November 06, 2011, 06:42:47 pm
Um..do any commands work?  Nothing I type in does anything XD
Title: Re: My website project
Post by: Juju on November 06, 2011, 06:44:10 pm
They are supposed to work.
Title: Re: My website project
Post by: annoyingcalc on November 06, 2011, 06:45:11 pm
try typing "the game" it works for me
Title: Re: My website project
Post by: Darl181 on November 06, 2011, 06:47:53 pm
Not for me, it just says "Login Failed."

(Firefox 7.0.1 on XP)

EDIT: wait you have to type in "guest" first XD
Title: Re: My website project
Post by: Deep Toaster on November 06, 2011, 07:07:26 pm
You need to login as "guest" first.
Title: Re: My website project
Post by: Juju on November 06, 2011, 07:14:32 pm
"help" keeps a good track of all the commands that works.

And yeah you have to login first.
Title: Re: My website project
Post by: Deep Toaster on November 24, 2011, 04:03:27 pm
I noticed that spaces don't work in Chrome -- maybe this (http://www.dynamicdrive.com/forums/showthread.php?p=21227) would help? (Text is buffered so spaces aren't automatically trimmed off.)
Title: Re: My website project
Post by: Juju on November 24, 2011, 08:33:20 pm
Spaces works fine for me.