Search found 11 matches

by flydeprutten
November 10th, 2010, 9:45 am
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

Love your work dada87! :-)

Sorry for not posting updates, but work has taken all my time the last few months.
by flydeprutten
September 15th, 2010, 3:26 am
Forum: Templates
Topic: Touch - for SABnzbd
Replies: 6
Views: 10588

Re: Touch - for SABnzbd

I have been playing with a feature like that, and the biggest problem is the "cross-domain policy". But this can be overcome by using a serverside proxy like the google ajax feed api. After that, it is just a question of reading a RSS-feed. Sites like Newzbin and NZBs(dot)org supports sear...
by flydeprutten
September 13th, 2010, 1:40 am
Forum: Templates
Topic: Touch - for SABnzbd
Replies: 6
Views: 10588

Re: Touch - for SABnzbd

This sounds great! :)

I really hope you will continue the work on the web-based templated, and not make it into a iPod/iPhone-only App, for the sake of us Android-fans. ;)

I Also hope we can continue sharing ideas and code, even though we are not working on the same project anymore.  :)
by flydeprutten
September 9th, 2010, 5:49 am
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

I'm remaking the whole code, so I have not looked at why the old version doesn't work i SABnzbd 0.5.4. The new version will of course work on all versions of SABnzbd 0.5.

I will release the new version soon, I just have some To-Do's left.
by flydeprutten
July 16th, 2010, 4:55 am
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

I have uploaded a new version that does not burden the network as much as the old version. In the picture below you can see the load of my network respectively for the old and new version when SABnzbd runs idle. I added the new version to my original post. http://img94.imageshack.us/img94/9224/skrmb...
by flydeprutten
July 15th, 2010, 3:42 pm
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

Let me know if you want any help with this - more than happy to help. I have a vast amount of knowledge of ExtJS. ;) It would be great to have some help on this. :-) You should put it up onto GitHub! I have never used GitHub or something similar, and I have never received any training in programmin...
by flydeprutten
July 14th, 2010, 5:33 am
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

I am changing the ajax-requests, so that it only makes one request at a time, and instead of making a request every second, it makes a request, receives the data, and THEN waits one second. Even if the server is multithreaded, it is a good idea to not bombard the server with requests, i think. Espec...
by flydeprutten
July 13th, 2010, 7:33 am
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

Just one question, why when using this template does it max out the internet connect when connecting to SAB remotely? Im guessing it is to keep the data on screen updated, but it seems a little excessive. I thought it would poll for updates periodically? Looks like a good start apart from that thou...
by flydeprutten
July 10th, 2010, 5:10 pm
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

ok, this is a very very early version. It most likely has a lot of bugs. besides it has no configuration menu, and I am still working on the history menu. I've tested it in Firefox 3.6.6, Safari 5 and Internet Explorer 8 and SABnzbd version 0.5.0, 0.5.2 and 0.5.3. The package which I've attached con...
by flydeprutten
July 9th, 2010, 3:33 pm
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Re: Another ExtJS template.

JayBird wrote: I will reserve judgment until i can test it out  :)
That is of course very understandable :)

I am not completely comfortable releasing right now, but I can post a new screenshot, showing of some new features.

Image
by flydeprutten
July 8th, 2010, 2:38 pm
Forum: Templates
Topic: Another ExtJS template.
Replies: 40
Views: 59698

Another ExtJS template.

Last weekend i started making a template for SABnzbd, to learn how the program is put together. I have some experience in useing ExtJS to build web-apps, so i chose that, even though it has already been use for another template. The template will have fetures like, drag-and-drop queue, editable list...