topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 18, 2025, 2:08 am
  • 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 ... 379 380 381 382 383 [384] 385 386next
9576
General Software Discussion / Re: Suggest an Icon Editor
« Last post by Deozaan on April 21, 2006, 01:34 AM »
I just use Paint Shop Pro to make a png file and then use png2ico to convert it to an icon. . .
9577
Podcast Radio Show / Re: Podcast Audio Radio Show - Upcoming Show Planning
« Last post by Deozaan on April 21, 2006, 01:05 AM »
I don't have a mic -- is a 3 minute silent segment acceptable as an artistic, humorous approach to computing without a microphone?
Hey Allen, get on Metroid Prime Hunters with me and I'll hook my DS to the computer and record your voice in the lobby. Or I can record you getting whooped by me. ;-)

Or both.

Actually, if you have a speaker cord (soundcard to speakers) that's all you need to hook your DS to your own computer. Then run Electroplankton or something that lets you use your voice.

Nice job on Ode to Cody, SuperBoyAC. Great for background music to your rant, I'd think.
9578
Living Room / Re: wanted: thoughts and ideas about blogs - bloggers join in!
« Last post by Deozaan on April 21, 2006, 12:11 AM »
I hate the short speak name 'blog.  Are we too lazy to speak full words now?

ya dont u no taht on teh intarweb u dont haf 2 uze ful sentinsiz or evin reel werdz?
9579
Living Room / Re: wanted: thoughts and ideas about blogs - bloggers join in!
« Last post by Deozaan on April 20, 2006, 04:12 PM »
Hi BrotherS,

I tried to post this hours ago but I lost my internet connection and just got it restored.

I've done a little blogging in the past and I've always used the free services. My experience is limited only to http://www.LiveJournal.com/ and http://www.blogger.com/. I started with LJ and eventually paid some money for the service (which is completely optional) but when I found out Google had their own blogging site I decided to check it out.

Each has its own pros and cons. My biggest complaint with LiveJournal is that after using it for years it's hard to track down your entries so that you can archive them or move them. It works pretty well for the most recent posts, with a button that shows the 20 previous entries etc. but after you got back far enough it starts to go by day rather than entries, which makes no sense to me and is very frustrating because I tend to only post once every two weeks. I liked that I could have multiple usericons to use a picture that defined my mood at the time while I was posting without having to resort to those silly little Mood: statements with emoticons. I also liked that I could download a little client program on my computer that would run in the tray and pop up a little typing area and I could write and edit posts directly from my desktop without going to the site. You could also customize the layout pretty much any way you wanted, though I didn't get into the advanced features of that myself. I just chose a template and adjusted the colors, mostly.

Blogger (blogspot) on the other hand addressed the issue of having easy access to past posts. You can view every one of your posts in rows with the subject and the date they were posted.

blogger posts.png

Plus you can just click on it and it will show you the entire message:

blogger posts expand.png

But with a Google product I did expect some more features. For instance, I have fallen victim to writing a long entry and then losing it for one reason or another. I expected Blogger to autosave drafts like Gmail does, but it doesn't. It does have a save draft feature, but you have to manually press it to activate it. That is a little annoying that Google provides such an awesome feature in one product but not the other. Another thing that I just can't figure out with Blogger is that when I uploaded my usericon (using Allen's .image or maybe even imagiine engine) it makes the image "widescreen" even though it's a square picture, thus making the text put on it unreadable. There is one more thing that is somewhat confusing but I kind of ignore it now. After you make a post or update to the Blogger blog you have an option to Publish just the index or Republish the entire blog.

Basically publishing the index is meant to allow you to quickly view changes and things like that (especially if you're redesigning the layout) and republishing the entire blog will update the entire thing, which it says can take a few minutes if you have a lot of entries. I don't have a lot of entries yet so that's never been a problem and I just republish the entire thing every time.

Blogger is straightforward and easy to use. It suits my needs (which are small) very well. It just has a couple of quirks which are definitely annoyances but not enough to get me frustrated enough with the system to leave it altogether. The good of Blogger far outweighs the bad from my experience.
9580
Post New Requests Here / FINISHED-ISH : Private Dictionary?
« Last post by Deozaan on April 19, 2006, 11:17 PM »
Well, it works. Mostly. Line breaks cause problems with it, but other than that it works fine.

[Dead link removed]

I will work on it more tomorrow, and eventually I want to add the ability to create your own dictionary on the fly.

Oh yeah, and naturally if you try to decrypt something that isn't encrypted you'll get funky results. I plan on fixing that as much as possible, too.

423134290334190378134999156190999534190367212156189190367634190234134145,,,999545134290189334189212!!!

July 2107 EDIT: It has been over ten years since I made this code, and the above link is now dead, so I've posted the code publicly on Github: https://gist.github....0bdd199980e4c3db6e9f
9581
Post New Requests Here / Re: IDEA : Private Dictionary?
« Last post by Deozaan on April 19, 2006, 09:24 PM »
I'm working on it right now, Felicia.

(And with Allen's help!)
9582
Post New Requests Here / Re: IDEA : Private Dictionary?
« Last post by Deozaan on April 19, 2006, 07:54 PM »
Actually, with a web form you could just paste the text to be encrypted, press the encrypt button and then it would display the text which you could then copy and paste in an e-mail or a message to a friend. Then the friend would come back to the site and paste the code in and press the decrypt button and it would display the original text, or in the case of the double encryption, it would display the 3-digit letters.

I suppose there could be a button to check for double encryption/decryption so that you wouldn't need to encode or decode twice manually.

I was thinking more with those numbers and maybe it would be best for a number to just be itself three times. 2 would be 222 and 5 would be 555 and 42 would be 444222.

But that's just one minor detail in an otherwise (seemingly) easy to do project--At least for a php form.
9583
Post New Requests Here / Re: Private Dictionary?
« Last post by Deozaan on April 19, 2006, 07:20 PM »
Hi Felicia!

That sounds very intriguing. I was just thinking of how to implement that through a PHP script but then I wondered what would happen if someone actually used a number.

Here's my suggestion: for any number just precede it with two zeros. 4 would be 004 and 42 would be 004002.

And if you wanted to avoid spaces in the code you would need to convert the space symbol into some numbers too. Maybe 400.

It seems simple enough to implement on a website as a form.

You could even be really tricky by encrypting the encryption so each letter was actually nine numbers long!
9584
Living Room / Re: Man Using Paper Clip to Barter for House
« Last post by Deozaan on April 19, 2006, 01:41 PM »
I can eject my CDs when they get stuck now. . .
9585
Borland C++ Builder Contest / Re: Learning C++ Builder
« Last post by Deozaan on April 19, 2006, 01:01 PM »
Ha found them!

I made WormWars (clone of SNAFU from Intellivision) all by myself, including sound effects.
My brother did the programming for Hangman, I made the graphics and the sound effects.

http://www.deozaan.com/games/

I also worked on a checkers game, but I never got computer AI built into it and it remained unfinished.
9586
Borland C++ Builder Contest / Re: Learning C++ Builder
« Last post by Deozaan on April 19, 2006, 12:51 PM »
Ha! I made a game or two using Borland's Delphi years ago! I can't remember Pascal for the life of me, but at the time it wasn't so bad.

Maybe I can dig it up somewhere. . .
9587
C / C++ / Re: C++ Programming Resources
« Last post by Deozaan on April 19, 2006, 12:34 PM »
I don't know C++ but I've heard that this is also a good resource:

http://www.cplusplus.com/
9589
Living Room / Re: Man Using Paper Clip to Barter for House
« Last post by Deozaan on April 18, 2006, 09:52 PM »
Is that a step up or down? I'm not sure. . .  :-\ :tellme: :huh:
9590
Found Deals and Discounts / Re: Dream Host maximum discount $97 Off promo code
« Last post by Deozaan on April 18, 2006, 09:24 PM »
Just over $20 a year?

Ask Allen about DreamHost. He's been using them for years. I like what I have seen of them through him. I've even recently transferred my domains over to them. I don't have any hosting with them yet. Sounds like a good time to get some, though.
9591
Found Deals and Discounts / Re: Free copy of AceHTML 6 Pro
« Last post by Deozaan on April 18, 2006, 09:21 PM »
Cool, I like free stuff. :)
9592
Best Music Service / Re: tech crunch article comparing music services
« Last post by Deozaan on April 18, 2006, 09:15 PM »
This has been a wonderful discussion. Let me ask this: When signing up for allofmp3, do they start sending you junkmail?
9593
Living Room / Re: Man Using Paper Clip to Barter for House
« Last post by Deozaan on April 18, 2006, 08:31 PM »
<looks around> Anyone want to trade something for this broken rubber band?   :Thmbsup:
9594
Living Room / Re: Is Moffsoft alive?
« Last post by Deozaan on April 18, 2006, 08:23 PM »
I found the Microsoft PowerToy Calculator long ago and I couldn't be happier with a calculator for the computer. It knows order of operations! I was taking a placement test at a local college and kept getting different answers to the same math questions because the calculator didn't know order of operations. It was a little upsetting.

But to NoThankYou, I've found TI calculator emulators from the TI company itself. I think I had the same version as you in high school and now I also have it on my computer.
9595
Small world it is but Canada a big country I live in Alberta about 4000kms west of Toronto.
Bebington was my home town.  But we left there when I was 5 so I remember only the bits that I've seen since then.  Not been back to UK for over ten years now.

This is very unlikely, but maybe it is a small world after all. What part of Alberta are you living in and how long have you been there? I became friends with a young lady who was from somewhere in southern Alberta--I can't remember the name of it without looking at a map--we lost contact years ago and I've been trying to look her up. She went to college in Lethbridge in the past few years and either lived there originally or some town relatively nearby. Anyway, her name is Kristi Derricott. Know any Derricotts?
9596
Borland C++ Builder Contest / Re: Learning C++ Builder
« Last post by Deozaan on April 18, 2006, 07:55 PM »
What is that? Borland's visual C++ program?

I'd love to learn c++ but most of the tutorials and examples I've found online won't compile correctly using microsoft's visual c++ 2005
9597
Yes Intellivision was amazing! Utopia was my favorite game.

I've considered recreating it in Flash.
9598
General Software Discussion / Re: Ogg Video?
« Last post by Deozaan on April 18, 2006, 07:40 PM »
Thank you so much Kimmchii! I can now view the files!
9599
Living Room / Re: Is it safe to try new freeware?
« Last post by Deozaan on April 18, 2006, 07:11 PM »
Thanks for the link, Carol, very useful information found therein!
9600
General Software Discussion / Ogg Video?
« Last post by Deozaan on April 18, 2006, 06:48 PM »
I have in my possession a few files that are in the .ogm format, which I've been told is ogg-vorbis video. I've searched the internet and even gone straight to Ogg's website in search for a codec to view the videos but I can't find anything that will play them. I've downloaded a few ogg codecs and now I can clearly play ogg audio but still nothing will play the video files.

Does anyone have any information that might help me?
Pages: prev1 ... 379 380 381 382 383 [384] 385 386next