topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday June 29, 2025, 12:31 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 324 325 326 327 328 [329] 330 331 332 333 334 ... 403next
8201
DC Gamer Club / Re: Terraria
« Last post by wraith808 on June 07, 2011, 08:06 PM »
That Rift game looks like a better proposition :D

Wow... I really like Rift... but 73 hours in 2 weeks?  That's impressive considering that row is only one person...

And how much is the monthly charge on top of the initial cost?
-Carol Haynes (June 07, 2011, 07:51 PM)

Standard MMO fees - $14.99, though you get it for less with a longer commitment.
8202
Living Room / Re: Looking for suggestions for domain name registration
« Last post by wraith808 on June 07, 2011, 01:50 PM »
(Bad Monkey) Hover don't. I transfered the main company from Network Solutions to Hover last week, and it was enabled by default (as a courtesy) on the newly transfered domain.

I think a lot of them throw freebies in like that when you transfer.
8203
DC Gamer Club / Re: Terraria
« Last post by wraith808 on June 07, 2011, 01:48 PM »
That Rift game looks like a better proposition :D

Wow... I really like Rift... but 73 hours in 2 weeks?  That's impressive considering that row is only one person...
8204
General Software Discussion / Re: Dropbox....without dropbox?
« Last post by wraith808 on June 07, 2011, 10:11 AM »
^ That was what I meant.  I thought it had to be source available from the time that you started hosting on one of the OSS sites.
8205
General Software Discussion / Re: DVCS ?
« Last post by wraith808 on June 07, 2011, 09:52 AM »
if A and B are on a network, you can directly pull to A from B and conversely.

So how do I do that?  I didn't see anything about it on any of the reference that I saw, though I might have just missed it.  Can you point me to something that shows how to do that?  I think I see the light... but I just can't figure out whether it's the end of the tunnel or a train...
8206
DC Member Programs and Projects / Re: GameShui Launcher
« Last post by wraith808 on June 07, 2011, 09:50 AM »
I'm just glad you are doing a .NET(/WPF ? ) implementation of this game launcher, I was going to ask on the other thread why it's not in WPF, because it's XAML rather flexible in layout and easy to make looking good :up:, but I'll stick to this thread for now :), and not start one (thread and games launcher) myself ;)

It's not in WPF because of the fact that I needed to get up and running quickly on this to test some other things.  I did make it in a pseudo MVVM manner, so I can swap out a different view quite easily; though I didn't use Unity/IOC in this first implementation, I did put an interface over the data layer, so I can implement that later also.  One thing at a time... :)
8207
DC Member Programs and Projects / Re: GameShui Launcher
« Last post by wraith808 on June 07, 2011, 08:08 AM »
One other issue with using a ribbon (Assuming you're using one of the Microsoft-Provided implementations): It puts your minimum requirements at Vista SP2+. (This does vary between implementations, but is there in the Windows Ribbon Framework, which I assume is your ribbon of choice.)

Actually... it's not.  That's why it has additional functionality already built in.  The grid isn't standard either- in fact, most of the UI is not using windows standard controls.  I was going to go purely windows standard like I usually do... but I had these controls I hadn't used before, and as I said, these projects are usually to increase my understanding....
8208
General Software Discussion / Re: DVCS ?
« Last post by wraith808 on June 07, 2011, 07:49 AM »
^ I thought that might be possible; but I thought that was also what the (D) in DVCS stood for... distributed?  So I thought it was peer-to-peer from the description.  Is that just a function of Git that it doesn't work that way?  Or is the description wrong at wikipedia (which is always a possibility) or am I misunderstanding something?
8209
DC Member Programs and Projects / Re: GameShui Launcher
« Last post by wraith808 on June 07, 2011, 07:44 AM »
Currently, the ribbon gives me functionality that I'd have to code manually.  I wasn't set on using it, but that's not the point of implementation that I'm currently in- I'll take it into consideration; I know it's a take it or leave it type of thing, but there will be other tabs on it later.

Thanks for the link; I already knew those considerations.  It *is* for all intents and purposes a document viewer/browser, which is also one of the reasons that I considered it.

Other than that, I assume that it automatically updates the PlayCount field?
Can it automatically grab the cover art, or do we need to do that manually?
What about the Publisher Details and Release Date?

What is the Digital checkbox supposed to represent?

Could you change the format for the Release Date to show Date, rather than DateTime?

It does automatically update the PlayCount field, and LastPlayed field, and also has a most recently used collection under the home button.  Unfortunately, MobyGames has changed their TOS, so I couldn't use that for the information as I stated.  I'm not sure of another central source for that information.  And yes, the formatting of all of the fields will be taken care of when I'm putting that polish in.  The digital field is supposed to represent whether the game is in a digital format- sort of a reminder or indication of whether there is physical media with the game.


Take or leave this bit of criticism:

If I use a game launcher at all, I would want it to look like a collection. Like this:

http://darkadia.com/...r/doctorfrog/library

As it is, my current game launcher is based on Pegtop's PStart program. It's slim, quick, customizable, and relies on no external runtimes:

(image in previous post)

Note that Steam is capable of looking roughly like either of these: like a Library, or like a Launcher.

Thanks for that bit- I might consider adding a more compact version after the full version is done; I'd alread decided that I was going to put a taskbar notification icon menu at some point.  But as far as the main interface, if you look in the other thread, a lot of this is based on what was originally asked for.  As far as the external runtimes bit- what do you refer to?  .NET?  That's what my major focus is in for work- and when I do these side projects it's because I'm trying to advance those skills, so that's not going away.  Or were you referring to something else?

And I guess, to a large extent, I was asking about the available fields- was there anything I missed in terms of important information to be available?
8210
Post New Requests Here / Re: IDEA: PC game launcher/organizer/frontend
« Last post by wraith808 on June 06, 2011, 07:40 PM »
Well, as not to pollute this thread, I'll start a new thread for the launcher that I started.  It's taken me a bit longer because I've been using it to review something else, and I've been a bit swamped at work.  But I'm sure that the world has space for more than one of these.
8211
DC Member Programs and Projects / GameShui Launcher
« Last post by wraith808 on June 06, 2011, 07:37 PM »
In response to another thread, I started working on a game launcher.  That thread was given to someone that was a bit further along than I found myself, so I figured I'd make a new thread.  It's in pre-alpha stages right now; I'm just looking for feedback in regards to the UI and fields right now.  Currently because of the fact that games can be in multiple groups, I'm having to use a view for the main view of the data, so it's read only, with editing done in dialogs (that I haven't created yet).  I might change that, though I haven't decided yet.

Just really wanted to show how far I was along, and see if it was beginning to look like what was being put forth before.  Know that this will be sort of a slow process between work and home... so it could be a while before it's totally finished... though I hope to have the basic functionality in place to allow it to be at least used in the next couple of months.

GameShuiLauncher1.png
Figure 1: Main List View
Each of the games is assigned to zero or more groups.  I haven't actually tested the zero yet (:-[).  There's currently no way to see all of the games at once.  I'm figuring that this could be helpful, so I'm looking into a way to do that.  Notice that there is sorting and filtering functionality; those grey cells allow for filtering, and clicking the header allows sorting.  There's no customizing of columns as of yet; I'll see how big of a deal that is to add, but though I'll probably do some preliminary research into that, it won't be in the original release most likely.


GameShuiLauncher2.png
Figure 2: Main List View - Different Grouping
Again, the same view, but with the groups expanded.  Note that the header in the grid area always corresponds to the selected game (with the title and publisher), and the run button acts on that game.  I might put the ability to change the subtitle to a different column- I just thought of that, and it would be pretty simple, I think.  There's currently no way to save settings; that would be the first one for that, I suppose...

GameShuiLauncher3.png
Figure 3: Main Detail View (Overview Tab)
This is the first view that is shown when the tabs are switched.  A few main fields are shown always, and the subfields/tables are shown in tabs below.  Note that though the main information is not editable from here currently, the sub tables have edit functionality planned currently.

GameShuiLauncher9.png
Figure 4: Main Detail View (Notes Tab)
Just as with the Overview tab, the Notes tab is a freeform field.  It is rich text, so I'm thinking about adding that functionality, though I haven't yet.

GameShuiLauncher4.png
Figure 5: Main Detail View (Links Tab)
This allows specific links (the games page, hints pages, profile pages, or whatever) to be added.  The links will be clickable from this interface to launch the web browser.

GameShuiLauncher5.png
Figure 6: Main Detail View (Custom Fields Tab)
This is an area for any custom fields that are per game, stored as description and value.  They are free form, and not shared.  You could store the same information in the notes field, I suppose, but I thought this an area where certain things could be stored in a more organized fashion.

GameShuiLauncher10.png
Figure 7: Main Detail View (Custom Fields Tab)
Another example of custom fields.

GameShuiLauncher6.png
Figure 8: Main Detail View (Tags Tab)
Games can be tagged with whatever tags are defined; I hadn't planned on this interface, but ran into a couple of problems with the db.  This is subject to change if I can get the problems sorted.  I wanted more of a text field type interface with all of the tags, and a +/- beside them.

GameShuiLauncher7.png
Figure 9: Main Detail View (Genre Tab)
Same issues apply to the genre as the tags.

GameShuiLauncher8.png
Figure 10: Main Detail View (Command Tab)
This is where the command is stored for running the game.  The test button will test for the validity of the command (as much as possible) without running the game.

Things I haven't considered yet are screenshots and I also want to do a taskbar notification icon with a right click menu for launching games.  The menu at the top holds all of the table maintenance options, along with a list of the recently played games.  I'm still deciding on MobyGames integration- looking at their terms (1) there's no exposed API so I'd have to scrape the data, and (2) they are limiting access to their db.  I might try to later host my own db for browsing online and integration and other things with the program- that would be far down the line though.

Any thoughts so far?

(Oh... GameShui- a reference to Feng Shui.  Don't ask why I did that... I just liked the sound of it, and it went with the new site I'm going to try to launch later)
8212
General Software Discussion / Re: Dropbox....without dropbox?
« Last post by wraith808 on June 06, 2011, 06:34 PM »
Saw something that could tickle the interest from several DC members regarding the creation of their own cloud backup solution.
The following bit of text under "What's Next?" looked interesting:

Transferring via SFTP.


The actual site of the project http://sharpmindproj....com/project/ftpbox/

One interesting(?) blurb there... source code isn't available until its out of beta.  I don't think I've heard of anyone doing that before...
8213
General Software Discussion / Re: web clipping
« Last post by wraith808 on June 06, 2011, 11:25 AM »
I duplicated the problem- I think it's because of the format of Roku's home page.  Roku's homepage is pretty much graphical- that's probably what it means by it's not an article.  The article parser parses the text, and roku.com has a minimal amout of that.

You can report the pages here, but I think that pages like that one would fall outside of the parser on mobile devices, which is why it recommends looking at them in the web page view.
8214
Mini-Reviews by Members / Re: Review of VistaDB
« Last post by wraith808 on June 06, 2011, 10:09 AM »
Notes: The dataset stuff is annoying, but not insurpassable.  If that is the normal behavior of the dataset generator...

I think you're still running into the VS designer "quirks" that I mentioned in a past post. It's really quite annoying, but I've had to go through the process of rebuilding this stuff many times, while dealing with vanilla SQL Server databases.
Thanks.  That was my initial thought, but I wasn't quite sure.

Are you planning on doing any work in LINQ? I'm curious how well VistaDB works in that context.
I'm planning to do a side project to test performance under load- I'll try to fit some testing of LINQ into that also.
8215
Mini-Reviews by Members / Re: Review of VistaDB
« Last post by wraith808 on June 06, 2011, 08:53 AM »
(Added section for Integration in main review above)
8216
General Software Discussion / Re: DVCS ?
« Last post by wraith808 on June 06, 2011, 07:33 AM »
Basically, when I wasn't using VSS, I was using a product called QVCS (very good... got a bit slow when the repo became large).  I have two machines at home that I develop on (sometimes 3- but down to 2 right now), so I wanted a repository that I could share between machines, and of course use as a back up.  I know that you can use Git that way, but I was trying to figure out how to do that without a central server.

Thoughts?
8217
General Software Discussion / Re: web clipping
« Last post by wraith808 on June 06, 2011, 07:30 AM »
^ What's the URL?  Is it just roku.com, or some other child URL?
8218
General Software Discussion / Re: Dropbox....without dropbox?
« Last post by wraith808 on June 06, 2011, 07:29 AM »
I've been using Jungle Disk for backups since 2007, but didn't realize they had anything comparable to Dropbox (i.e. offline support).  Thanks for the heads up, I'm going to take a closer look.

I've been using the PC-to-PC sync for a while, and am very happy with it.  I actually did a mini-review a while back if you want to look for it.
8219
Hmmm... I was thinking about trying it- then saw the requirement for FF or IE. :(  Since I'm in Chrome most of the time now, it appears I would be able to try it.  But it looks neat; I've tried a few of those clip pim things, and the only one I've really stuck with is Evernote.
8220
General Software Discussion / Re: DVCS ?
« Last post by wraith808 on June 05, 2011, 08:26 PM »
I've always used TFS or VSS, but in absence of consulting and having a server at home, and all I've heard about Git/Subversive/Mercurial, I decided to try something new.  I'm using Git in VS2010 right now.  A couple of really good resources that I've found for getting me up to speed are http://gitready.com/ and http://gitref.org/.

(One question- it seems that your repository in the case that you're not using something like github is purely local- is this true?  And is there a way to have a copy of the repository without another machine?)
8221
General Software Discussion / Re: web clipping
« Last post by wraith808 on June 05, 2011, 06:11 PM »
I used to use Read it Later until I got annoyed with it crying about a page not being an article.

Eh?  What do you mean?
8222
Living Room / Re: Should retailers be held accountable for recommendations?
« Last post by wraith808 on June 05, 2011, 03:23 PM »
I'm very surprised that they covered shipping!  :Thmbsup:

I've had a few things I've had to return, and they've never done that, no matter what!  But overall, I've had good success from them.
8223
Mini-Reviews by Members / Re: Review of VistaDB
« Last post by wraith808 on June 04, 2011, 02:19 PM »
(Addition to Step Four: Database Management/Use section, and upgraded rating from 8/10 to 9/10)
8224
Living Room / Re: Should retailers be held accountable for recommendations?
« Last post by wraith808 on June 04, 2011, 08:05 AM »
Unfortunately, Newegg does have in their policies a bit about it being the responsibility of the buyer to make sure that the things that they buy are compatible. 

i.e.
We do not offer any technical assistance. We also do not offer advice on compatibility of items. We sell ONLY individual Hardware and Software items. We are not technicians, only quality retailers with low prices. Please contact the manufacturers for accurate answers to your technical questions.

and

All compatibility or technical issues should be directed to the appropriate developer or manufacturer. These resources are provided on an "as is" basis by Newegg as a supplementary service to you, the user. We offer these resources to you strictly for informative purposes as they may lend valuable insight into products you are interested in and clarify any associated benefits.

That said, they do have excellent customer service, so it's worth at least asking, though I know from experience they won't reimburse shipping.

8225
Living Room / Re: Are EULA's as negative as DRM
« Last post by wraith808 on June 03, 2011, 12:03 PM »
The link I posted has the community discussion beneath the PR blurb.

But the direct link to the discussion is http://www.gog.com/e...of_classic_ea_titles.
Pages: prev1 ... 324 325 326 327 328 [329] 330 331 332 333 334 ... 403next