topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday August 2, 2025, 9:17 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 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 66next
551
Living Room / "Waiver of Liability"... suggestions?
« Last post by wreckedcarzz on September 05, 2008, 11:52 PM »
OK, most of the common DC'ers know that I run a small computer fix-it thing in the local area for friends and family... but this has since extended to the local college (!) and I have an offer from 2 separate people to fix 6 computers - and I don't want to buy either one of them a new one if it were to say, explode all over their office.

My dad advised me, since I am getting paid a somewhat reasonable sum of money, that I take the time to devise something to save myself in case of fire (see above explosion scenario :P). Problem is, as a couple members here know, I SUCK at legal stuff (I'm 15, what do you really expect?). So, does anyone have any tips or thoughts or guidelines? I just need something that says "I am doing this for $__, I am not liable if your house, bank, dog, car, and chimney explode and cause the carjacking down the road of your best friend's boat and SUV..."

Here is a draft I made up in OpenOffice:
Waiver of Liability and Service Terms

   By signing this document you agree to the following terms:

1)You will not hold Brandon Seal responsible for loss of data, funds, or other items because of the provided services.
2)The services are in no way guaranteed, and have no express or implied warranty.
3)Some services may incur additional charges for software, hardware, or otherwise. If not paid, the services cannot be fully completed.
4)Payment for services must be made in cash, either on-site or within 2 weeks of the services.
5)Some services may void your computer manufacturer's warranty – it is your responsibility to check for this before services are carried out.
6)Some services require installation of software and downloads from the internet. All software has been checked and personally used by Brandon Seal, and is checked for suspicious activity; no software can ever be guaranteed to be safe, however.
7)Some programs on your computer may require modification, and some programs on your computer may require uninstallation. These will be explained. You may opt out of modifications and uninstallations, however services may not be completely satisfactory and your computer may not achieve the status that you request.
8)Services are aimed at Win32 machines, specifically Windows 95a through Windows Vista Service Pack 1. Macintosh, UNIX, and Linux systems can receive services, but Brandon Seal does not have extensive experience with these operating systems.

   Also, if you do not understand something that is being explained, please ask. It does no good if you do not understand what is going on.

Signed & authorized by:____________________ on ___/___/20__

So... suggestions?

-Brandon
552
Alright, my new incarnation of SmartBrowse is coming to life - and it is all coded by me; no more reliance on IE7Clone's base and the bundled tabcontrol.

It is essentially SmartBrowse 2.4, with a standard UI, and lacking features (its a personal alpha, so at this point, what can you expect?). It covers the basics of browsing and what you expect in a tabbed browser, with a bump or two along the way (once again, alpha).

Anyways, it looks pretty good IMO, nice and basic, but I plan on adding stuff in like I did with SB 2.4.

(I was going to post this around 10PM last night, but I found several major bugs with it while posting this - they are fixed now, and I had a friend at school today "do whatever you can to break it", and he found several more bugs. Teamwork = win!)

I attatched a screenshot, it is pretty much the same visually as SmartBrowse, but it has technical improvements, as well as things I could NOT do in SM due to IE7Clone's base (closing tabs via a hotkey, for example).

EDIT: As you can see in the image, I posted this in MB ;)

-Brandon
553
DC Gamer Club / Re: Steam, and the gift of game...
« Last post by wreckedcarzz on September 04, 2008, 11:21 PM »
Something that also worries me is that everyone seems to be in a "me too" stance, and they're releasing their own services, complete with frontends: Microsoft, Stardock... prolly others like EA or Activision could join the fest, as well as more "niche" companies.

Personally, I don't use Steam - I find it idiotic to buy a game online, and in order to do so, download a client to "manage" my games. And it has to stay installed, taking precious MB (my laptop had 555MB free of a 30GB XP partion this morning, now at 1.2GB due to cleaning it up as much as possible).

Anyways, EA jumped on the bandwagon long ago - EA Download Manager, a program I used to purchase and download Need for Speed Carbon Collectors Edition, has gone through lots of stages over several years. Same issue. I no longer have Carbon, or EADM, installed.

In a way, it's convenient - no disks, but then you have the 2 hour waiting period for the 4-6GB to download, whereas you have a disk and it is just install and play.

 :two:
554
Announce Your Software/Service/Product / Re: Waterworld Ultra
« Last post by wreckedcarzz on September 04, 2008, 11:12 PM »
BUMP!

Any progress? Gmk or EXEs? New previews? :tellme:

My sister in into aquatic life (and all animals in general) so I'm curious as to how this is going...
555
SnapSuite 2009's "tech refresh" is going mostly well, with only one annoying (and so far, unfixable) error (read about it here: https://www.donation...?topic=14669.new#new). Other than that, the GUI is getting a slight update, and some other small stuff being updated. The naming scheme on objects is being made "standard", and I am planning some type of documentation (now that I can talk to my PC, it doesn't sound like such an endeavor anymore).

I will post screenshots when the whole thing is ready to go, but at this point it is minor (but positive) changes and improvements.

Images and more news (possible final beta) soon!

-Brandon
556
Been having a problem ever since I have been using VB, and I can never fix it - it has gotten to the point of "fix it or forget it", and obviously I don't want to leave some wierd bug in a program.

This doesn't act like a normal bug - it is random, and it occurs only with specific items. Timers, panels, pictureboxes are several of the items that have issues. Anything that goes into the container box at the bottom of the designer is a potential target - buttons, labels, and other controls are somehow unaffected. :huh:

This time, it is a timer. And it was there. I ran it. And then... its not there. No trace in the component tray, the form, or in the list of objects on the form in the Properties window. So, no big deal - its a timer, not a button with 50 lines of code. I added a new timer control, named "tmrTyping", and all seemed well.

Except it brought along with it an error - the error I can not, for the life of me, fix:

Error 2 'components' is already declared as 'Private components As System.ComponentModel.IContainer' in this class. C:\Users\Brandon\Documents\Visual Studio 2008\Projects\SnapSuite 2009\SnapSuite 2009\Notes.vb 27 13 SnapSuite 2009

If I comment out or delete the line, the error turns to a warning of:

Warning 1 The variable 'components' is either undeclared or was never assigned. 0 0

And somehow, while writing this post, I now have BOTH of the above.. what the h*ll?? :huh: >:(


My current "fix" for this is to start a WHOLE NEW project, and bring all the controls over, re-do the settings for everything, copy the code, and sync the events with the code. There has to be a fix. Googling turned up no help whatsoever, so does any DC'er out there know anything about this? I am glad to post the entire solution in a ZIP if needed- I just need a way to fix this annoying error! :'(

Help! SOS! :tellme:

-Brandon
557
I am still at it with my tracks, and I am figuring out the MediaTracker as well! The first track to feature it will be Carnival Ride, a track in the making since mid June (another one of my maze type tracks, the name suits it well).

I have 32 tracks so far I believe, with a few not validated (not ready). I plan on updating all the tracks with new items soon, as well as creating a large combination of several of the tracks.

I am hosting a TM server RIGHT NOW online if anyone wants to jump on and see some new tracks. :)

EDIT: Stopped hosting @ 2:44PM
558
Living Room / Re: What do you do during your free time?
« Last post by wreckedcarzz on September 01, 2008, 12:22 AM »
I think wreckedcarzz really just talks to his computer lol 

"Stop listening"

Hey, I resent that!

"Start listening"

559
Living Room / Re: Wreckedcarzz vs. scannie
« Last post by wreckedcarzz on September 01, 2008, 12:15 AM »
I can dance... *looks at video camera next to me*

Wait... I'm not getting roped into that again! ;D ;D ;D

(Or AM I? :o :huh: :D ;D :P)

(Warning: Overuse of emote icons shows lack of brainpower due to lack of sleep, therefore displaying lack of quality judgment)
560
Developer's Corner / Re: A plugin based information bar in Windows
« Last post by wreckedcarzz on September 01, 2008, 12:09 AM »
How about some type of application starter (like QuickLaunch), but with a folder type system (like the Start Menu)?
561
General Software Discussion / Re: Voice in Vista: I can't get enough
« Last post by wreckedcarzz on August 31, 2008, 11:56 PM »
How do you access the Vista voice command stuff?

Type in "speech" in Vista's Start Menu Search - XP it takes some Control Panel digging.

I finally got vista to understand most of my words - it won't type in Firefox though. But I don't really care at this point: IT WORKS! :D :beerchug:

What more can you ask for? (Cookies not applicable :P)
562
Developer's Corner / Re: Best way to sync programming projects?
« Last post by wreckedcarzz on August 31, 2008, 01:52 PM »
I have my dad's HP using SyncBack to backup sensitive data (taxes, documents, family photos, etc) and it works pretty good, but I'm not sure how I would go about having the other computer recognize that a change in the files occurred...

Downloading SyncToy now.
563
General Software Discussion / Re: Voice in Vista: I can't get enough
« Last post by wreckedcarzz on August 31, 2008, 04:52 AM »
I just have a basic mic - $20 from the local Wal-Mart, but it will pick up any commands I give it like a champ (if I up the input volume to 100% it helps, and I have to activate the +20db boost if I am doing online gaming (dunno why), but it seems like a good microphone) - I just don't get text. I was able to get it to type "www." in IE, and again in Notepad, but after I said anything else, like "space", it put some random characters. "Balloon" returned ":" I think.

Almost, but not quite.

I don't have $100 to shell out on a voice-to-text app (just ordered a $91 laptop battery), but it does look like a quality app from what the website shows.

Testing Vista's built in SR right now: "Type the blue fox" (type being the command to type apparently...dunno why, the tutorial has you just start talking, but whatever works at this point) returned "wf". "Type bob" returns "p". But "Start Notepad" works great (as does everything else that is command based).

Basically, after running the little tool to help it learn your voice 3 times now: Don't rely on it for anything important. On Screen Keyboard is going to be more efficient at this point - I'll give it some more time tomorrow, but it is kind of upsetting at this point. I can get it to type letters, but whole words just seem to become random items.

Oh well. I am off to tell my PC to sleep. "Start, 15, OK."

-Brandon
564
Just put together a sketch for the SnapSuite 2009 splash screen (took me about 30 seconds). I found it rather amusing (was listening to “Having Trouble Sneezing” by Mark Mothersbaugh while I made it).

http://img209.imageshack.us/img209/4474/snapsuitesplashoc9.png


You can't tell me that that isn't at least a little amusing. C'mon. You know you smiled ;) ;D

Anyways:
I was about 1/2 done with the SS09 MCU (Massive Code Update) when I hit a major bump (no graphics!). Backups rule. :)

FloorIt Alpha 2 is just about ready, but I am going to give it another week or so because I want to show it to some friends and see what they think about it.

Nothing else to report or upload yet.

-Brandon
565
General Software Discussion / Voice in Vista: I can't get enough
« Last post by wreckedcarzz on August 31, 2008, 01:12 AM »
OK, the fact that I post about this shows how crazy I am over this. I havn't used voice recognition software since Talk-To-Type back in 2005, and that was a HORRIBLE product. I am using Vista's built in voice capabilities, and while I am still unable to type via voice, the commands alone are just so amazing to me. You tell the computer what you want to do, and it responds, and you respond back. It is like having a little mini conversation.

  • "Start Notepad"
  • "Paste"
  • "Switch Application, Walt"
  • *Type*
  • "Switch application, Notepad"
  • "Minimize that"

Is a series of commands I said a few minutes ago (minus the typing). It just lets you interface so cool. I put my computer to sleep, delete files, run programs, control my media player... everything, with voice commands. It is just so breathtaking (except not being able to type with voice, but still).

I can't get enough. It's so fun and cool!

Anyone else use voice or speech tools? It might be interesting to see what other people use (I'm too cheap to use anything but built-in :P)

-Brandon
566
Living Room / Re: What do you do during your free time?
« Last post by wreckedcarzz on August 31, 2008, 01:01 AM »
All of these answers above are lies! I think everyone here spends their free time on DC Forums and #donationcoder

I do not!!

*Wreckedcarzz logs onto DC chat* ;D ;D ;D
567
I don't like the Mac operating system - I wouldn't mind having a Macintosh laptop for testing and programming purposes, but other than that, I see no reason to own one. And to switch your Windows-based computer (or Linux, or Unix...) for a Macintosh... to me, that is like going from color to black and white.

Just my opinion. *Gives tower a big hug* :P
568
Developer's Corner / Re: Best way to sync programming projects?
« Last post by wreckedcarzz on August 30, 2008, 02:03 AM »
On the verge of passing out due to lack of sleep...

FileHamster totally screwed up my resx file, meaning that SnapSuite now has NO graphics... thank god I made a manual backup before! Not sure WHY, or HOW, but it did. :(

Haven't setup svn yet, at this point typing takes more energy than I really have.

21 days * 6 hours sleep per night = fail
569
General Software Discussion / Re: I love my computer configuration...
« Last post by wreckedcarzz on August 29, 2008, 11:57 PM »
Sounds like a good idea, but what when you need to install something that can not be portable (ex: games that integrate directly with the filesystem/registry)? That would bug the heck out of me - I don't run any security software either (on demand on occasion, but otherwise it is closed), and I use Sandboxie to test questionable software.

I have my computer configured in such a way that most people can not find anything because it is right in front of their face, and they are used to searching through heaps of stuff to get to it. Start menu, Music, Documents, Pictures (VERY specifically organized), Games, Programs are all organized...

Call me a picky neat freak, but I have learned that if I don't force myself to organize now, I format stuff I want later because I have forgotten about it.
570
Living Room / Re: Video chat: Why don't people like it?
« Last post by wreckedcarzz on August 29, 2008, 05:57 PM »
Gotta love that tux you got there. It really is a penguin suit!
571
Developer's Corner / Re: A plugin based information bar in Windows
« Last post by wreckedcarzz on August 29, 2008, 01:39 AM »
There we go, now working great. One question: Why does clicking on the little information bubble on the left make the active window (or desktop icons, if no window is active) go up by several pixels?

Very nice, hope to see some more plugins, but still handy. :)
572
Developer's Corner / Re: Best way to sync programming projects?
« Last post by wreckedcarzz on August 29, 2008, 12:59 AM »
I'll give it another go tomorrow after school, as I would love to make this old PC an actual server that I can access that isn't jury-rigged.

For the moment: FileHamster is running along (pun intended) doing its little backup thing. That only does one way files, but it does the backup portion of it - so if something goes upside down, at least I have an "official" backup system in place now.
573
Living Room / Re: Wreckedcarzz vs. scannie
« Last post by wreckedcarzz on August 29, 2008, 12:51 AM »
EDIT: Okay I just listened. It did seem fairly low quality, so maybe your headset is cheap after all, or maybe your recording software.

Cyber Acoustics $20 headset + Vista's Sound Recorder isn't exactly your top-notch recording studio. Maybe I should have set the sound card's mode to Audio Creation (I left it on Gaming: better output than input).
574
Living Room / Re: Video chat: Why don't people like it?
« Last post by wreckedcarzz on August 29, 2008, 12:48 AM »
But, aren't teenage boys supposed to have *other* things on their mind?

Way back when, around 1983, as I recall, video games were something a guy played at the surf shop - yes - on an Atari - while waiting for his friends, or say, a *girl* to show up. Now, I guess it's a lifestyle (?).

:huh:



I have other things to do, got a girlfriend... it is just that the sunlight burns. :P

Now if you'll excuse me, I am off to close my curtains, turn off the lights, and play some MMORPGs. ;D
575
Living Room / Re: Wreckedcarzz vs. scannie
« Last post by wreckedcarzz on August 29, 2008, 12:00 AM »
Disclaimer: Uhh... it sucks. And yea, have a fire extingusher ready... both versions I sent to scannie were just BAD, so the music helps more than you can imagine.

And I don't sound this bad in real life. Really. *Throws headset into wall* WAL-MART PIECE OF CRAP!

Anyways... yea.

EDIT: FYI, the ending is a bit scary. Shows how nerdy I am. :-[
Pages: prev1 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 66next