Post subject: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 7:49 am
Amateur Beta Collector
Joined Tue Jun 21, 2011 6:21 pm
Posts 78
Location The SpawnPoint
Favourite OS Windows 8 Pro build 9200 x64
I had some ideas earlier today, so I decided to put together this rough, NON-FUNCTIONING app for Windows Consumer Preview. Basically it would pull information from a community driven wiki, or something like that. It would also allow you to link your Download account for the BA FTP server to it, or open it in a default ftp app. I included several possible layouts, along with some appbars in some screenshots below. Feel free to use this idea in a way or form, but you know who you heard it from...
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 9:57 am
Site Moderator
Joined Sat Feb 24, 2007 4:14 pm
Posts 5824
Location United Kingdom
Favourite OS Server 2012
It's a nice idea, indeed the only problem I'm thinking with it is the wiki idea wouldn't work - the BA wiki runs on MediaWiki, which has sod all in the way of useful APIs. Fetching the information would require some nasty HTML manpulation with regex and the like.
As a side note, I am working on a BA application, based off the Tapatalk client I started writing for WP7 (and I've already ported the code - the library only took minutes to port). It'll add some BA services - I've already pencilled in support for the BA Image Uploader and Gallery.
I don't know how complete the networking APIs are - I think if it's closer to .NET 4.0 rather than Silverlight for WP7, there should be FTP support included, and we wouldn't have to write that part ourselves, it'll just be a case of creating an FTP connection and enabling SSL rather than worrying about the protocol.
I do plan on open-sourcing my BA client, I'm just looking at project hosting now. Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 12:58 pm
Guru Beta Collector
Joined Sat Oct 02, 2010 7:55 am
Posts 831
Location Greece
Favourite OS GyrOS
hounsell wrote:
It's a nice idea, indeed the only problem I'm thinking with it is the wiki idea wouldn't work - the BA wiki runs on MediaWiki, which has sod all in the way of useful APIs. Fetching the information would require some nasty HTML manpulation with regex and the like.
As a side note, I am working on a BA application, based off the Tapatalk client I started writing for WP7 (and I've already ported the code - the library only took minutes to port). It'll add some BA services - I've already pencilled in support for the BA Image Uploader and Gallery.
I don't know how complete the networking APIs are - I think if it's closer to .NET 4.0 rather than Silverlight for WP7, there should be FTP support included, and we wouldn't have to write that part ourselves, it'll just be a case of creating an FTP connection and enabling SSL rather than worrying about the protocol.
I do plan on open-sourcing my BA client, I'm just looking at project hosting now. Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
I'm in the process of learning C#,so I don't think I can help you.But I think that Blizzardo knows C#.
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 2:55 pm
Amateur Beta Collector
Joined Wed Apr 13, 2011 10:47 am
Posts 114
Location .gr
Favourite OS Windows Server 2008 R2
Metro apps have yet to catch my attention... I'm just not totally convinced yet...
hounsell wrote:
Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
I've actually been doing some application development with C# for quite some time now. .NET Framework is huge but it is totally worth it... So I guess I could be of help if anything comes up. Let me know...
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 4:28 pm
1337 Beta Collector
Joined Thu Nov 29, 2007 11:33 pm
Posts 3010
Location Where do you want to go today?
Favourite OS All Microsoft operating systems!
Would this automatically update itself (well, update the listings anyway) based on new releases made available, or would it have to be updated manually? While this sounds like a good idea in theory, and may even be a good way for the members here to easily and more conveniently update their Windows 8 installations upon the releasing of new builds, for it to really work out, it would need to update the listings automatically, otherwise, it would be much more difficult to keep up.
_________________ Main operating system: Windows 8 Enterprise (Evaluation)
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 5:05 pm
Site Moderator
Joined Thu Oct 23, 2008 3:25 am
Posts 2614
Location Earth.
Favourite OS Real Life
hounsell wrote:
I do plan on open-sourcing my BA client, I'm just looking at project hosting now. Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
How close to C++ is C#? I've got a few years of ++ under the belt, and wouldn't mind learning #
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 5:43 pm
Amateur Beta Collector
Joined Wed Jan 06, 2010 12:40 pm
Posts 134
Location Germany
C# is closer to Java than it is to C++. I guess the biggest difference is that C# is managed and consequently object oriented, so neither top-level functions etc. nor pointers (at least in standard code) exist. Operators and keywords are pretty similar, but naming and general coding conventions are quite different. I started with C myself before I switched to C#, so I would say that once you've wrapped your head around the strictly OO rules, the change is pretty easy and rewarding. Due to the (IMO) excellent language support in Visual studio and the generally good documentation, learning type and function names and purposes isn't too hard as well.
On topic: While I've been doing C# for quite some time, I've never really cared about networking and data processing. Also, I currently have no experience with Metro apps, so I'm afraid I couldn't be of help. This app is a nice idea though, so maybe I'll get started on related topics.
Post subject: Re: BA FTP Explorer Metro style App Posted: Sun Mar 04, 2012 8:26 pm
Amateur Beta Collector
Joined Tue Jun 21, 2011 6:21 pm
Posts 78
Location The SpawnPoint
Favourite OS Windows 8 Pro build 9200 x64
It runs into some problems when I try to compile it. It shows the loading screen of the app, but it hangs then goes back to the desktop:
This is the output: 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Angel\Documents\Visual Studio 11\Projects\hounsell-BetaArchive-Metro-ec503c6\BetaArchiveMetro\bin\Debug\AppX\BetaArchiveMetro.exe', Symbols loaded. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.UI.Xaml.winmd', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.UI.Xaml.Markup.winmd', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.ApplicationModel.Activation.winmd', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.WindowsRuntime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.WindowsRuntime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.ApplicationModel.winmd', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'BetaArchiveMetro.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Diagnostics.Debug\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Diagnostics.Debug.dll' The program '[5360] BetaArchiveMetro.exe: Managed (v4.0.30319)' has exited with code -1073740286 (0xc0000602). The program '[5360] BetaArchiveMetro.exe: Program Trace' has exited with code 0 (0x0).
Post subject: Re: BA FTP Explorer Metro style App Posted: Mon Mar 05, 2012 12:36 am
1337 Beta Collector
Joined Mon Jan 23, 2012 12:14 am
Posts 1368
Location Orange County, California
Favourite OS OSX 10.8 Dev 4
SotirisMichail wrote:
hounsell wrote:
It's a nice idea, indeed the only problem I'm thinking with it is the wiki idea wouldn't work - the BA wiki runs on MediaWiki, which has sod all in the way of useful APIs. Fetching the information would require some nasty HTML manpulation with regex and the like.
As a side note, I am working on a BA application, based off the Tapatalk client I started writing for WP7 (and I've already ported the code - the library only took minutes to port). It'll add some BA services - I've already pencilled in support for the BA Image Uploader and Gallery.
I don't know how complete the networking APIs are - I think if it's closer to .NET 4.0 rather than Silverlight for WP7, there should be FTP support included, and we wouldn't have to write that part ourselves, it'll just be a case of creating an FTP connection and enabling SSL rather than worrying about the protocol.
I do plan on open-sourcing my BA client, I'm just looking at project hosting now. Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
I'm in the process of learning C#,so I don't think I can help you.But I think that Blizzardo knows C#.
I'm also in the process of learning C#, Blizzardo1 is actually my teacher!
_________________ Japanese Animation Connesieur #nttalk is the best beta chat room on IRC!
Post subject: Re: BA FTP Explorer Metro style App Posted: Mon Mar 05, 2012 12:39 am
Guru Beta Collector
Joined Fri Apr 17, 2009 4:14 pm
Posts 600
Location In your mind
Favourite OS Mac OS X v10.8 Mountain Lion
SotirisMichail wrote:
hounsell wrote:
It's a nice idea, indeed the only problem I'm thinking with it is the wiki idea wouldn't work - the BA wiki runs on MediaWiki, which has sod all in the way of useful APIs. Fetching the information would require some nasty HTML manpulation with regex and the like.
As a side note, I am working on a BA application, based off the Tapatalk client I started writing for WP7 (and I've already ported the code - the library only took minutes to port). It'll add some BA services - I've already pencilled in support for the BA Image Uploader and Gallery.
I don't know how complete the networking APIs are - I think if it's closer to .NET 4.0 rather than Silverlight for WP7, there should be FTP support included, and we wouldn't have to write that part ourselves, it'll just be a case of creating an FTP connection and enabling SSL rather than worrying about the protocol.
I do plan on open-sourcing my BA client, I'm just looking at project hosting now. Unfortunately, I think C# expertise is not as wide-spread on BA as would be ideal for a project like this. I'll probably end up doing the bulk of the coding, but I do hope I can find other contributors.
I'm in the process of learning C#,so I don't think I can help you.But I think that Blizzardo knows C#.
Yeah I know a bit, but a Project this big? ... Maybe
pizzaboy192 wrote:
How close to C++ is C#? I've got a few years of ++ under the belt, and wouldn't mind learning #
Quite similar in my opinion. Syntax is sorta the same, It's the fact of Classes that can be an Issue.
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.