Sunday, 18. February 2007, 20:24:06
site, robodesign, blog
Hello!
I have finally released my new web site,
ROBO Design version 5. It has a completely new backend, new functionality, dropped functionality, and more. Me and my twin brother decided to completely change the structure of the site and make it more personal.
There you go:
www.robodesign.ro.
The new site has a blog for each of us. So, I will no longer post "articles" in here. I will use my site. I might occasionally cross-post what's interesting for the My Opera community (anything related to the Opera browser).
Thanks for everyone who read my blog and/or posted comments. I really appreciate comments.

P.S. I am
not leaving the My Opera community. This is only a choice for a larger audience: my entire site, not only you guys.
Friday, 7. October 2005, 14:28:40
blog, robodesign, javascript, programming
...
Hello!
I took the time to tinker with one of the files that comes with Opera: jsconsole.html.
First thing I did not like with the JS console from Tools > Advanced is the window itself

. I don't like my task bar cluttered and there's no way to 'move' that window inside the Opera window as a tab (like you can do with the Voice log window).
This problem can easily be fixed if I just open the file as a normal page.
Changes from original JS console file:
- added a Reset button;
- added a Pause/Resume button (sometimes I'm not interested of seeing 'real-time' all errors);
- added time stamp for the errors (based on Andrew Gregory's JS console panel)
- repeated errors detection
What's different from other JS consoles: detection of repeated errors. There are some sites with scripts that run over and over, if these contain errors, then the JS console can get overloaded. What I did is just output: repeated error #N with a link to the error.
Get
the JavaScript console file.
To 'install' the JS console just save the file somewhere on your HDD and open it, then bookmark it. I also used a nickname for fast access (via Shift+F2).
Suggestions/ideas for improvements always welcome.