Webmaster Programs I Made

Started by Poke-Amph December 16th, 2004 3:47 PM
  • 910 views
  • 14 replies
Seen June 14th, 2015
Posted June 1st, 2011
14 posts
19.3 Years
I'm taking Visual Basic as my first class this semester, and this is what I've made for programs in my spare time:

1. Hex Code Generator
This is the first program I thought up. You simply click on any color you want, and it will show the Hex Code value of it so you can use it on your website. The colors are somewhat limited, but you can get most colors you would want.

2. Layout Generator
This program makes simple layouts for you. You just specify what colors you want, and how wide everything is, and it will generate a layout for you. Make sure you enter all fields that ask for a width, or the program will close. There's also a simple mode with less stuff to enter.

Please download these programs, test them out, and tell me what you think of them so I know what I should add in further versions. They are very basic, and only new webmasters will most likely find any use in them.
Seen June 14th, 2015
Posted June 1st, 2011
14 posts
19.3 Years
Did you type all of the colors with the first color capital like "Black" and Red", because I'm not sure but I think they might have to be like that. Whether or not that's the problem, could you post the layout it gave you?

From what people have said so far, I need to do a lot before they are "User Friendly".

Rukario

Banned

Somewhere in Ilex Forest
Seen April 6th, 2019
Posted March 17th, 2019
7,587 posts
20.7 Years
why not set it to do compliant html too while ur at it.. it shouldn't be that hard to fix.

<table width="740" border="1" cellpadding="0" cellspacing="0" ...> etc. (bold added to show missing entries) - bordercolor="#000000" is not a compliant entry..
and so on...
Age 32
www.pokedrome.info
Seen March 28th, 2005
Posted March 12th, 2005
1,778 posts
19.1 Years
Wow!!Good Job man~~I like the Layout tool can You make it a bit Advanced.Will help Webbies like me who cant make good layouts!
I am PCs one & only CC

Visit Pokemon Gaming Sphere We have just about anything you need on
-- Rom-Hacking Pokemon Games Pokemon Movies Webmasters Section Amazing Emulators& Downloads All needed sprites Hacks & many more.
Its the Newest & Hottest domain for your Needs.
[img=http://img226.exs.cx/img226/686/pgs5cl.png]


My Hack
Pokemon ThunderStar
has got the best Hack of the month award and has been stickied. Go visit the thread and Give your feelings about it.


Evil Twins with mvtm | Paired up with no one| Senior Member of Dark Xeno Revolution inc

Im seriously not able to keep up with my New Year Resolution of not joining any club. Toooo many Clubs here are tempting me.
Age 62
Male
Melbourne, Australia
Seen April 26th, 2018
Posted June 9th, 2014
11,439 posts
19.7 Years
I'll give you a hand with the layouts one if you need it, since there's a lot of dirty code and you obviously don't know how to insert " characters. (I've made a lot of these myself, but for my personal use.) For the color one, there's already a very good program called Color Cop.


"One reason why mathematics enjoys special esteem, above all other sciences, is that its laws are absolutely certain and indisputable, while those of other sciences are to some extent debatable and in constant danger of being overthrown by newly discovered facts."
Albert Einstein

"What science can there be more noble, more excellent, more useful for men, more admirably high and demonstrative than mathematics."
Benjamin Franklin

"Mathematics, rightly viewed, possesses not only truth, but supreme beauty – a beauty cold and austere, like that of sculpture, without appeal to any part of our weaker nature, without the gorgeous trappings of paintings or music, yet sublimely pure and capable of a stern perfection such as only the greatest art can show."
Bertrand Russell

avatar and signature by FoxHound

ANNOY ME AT YOUR PERIL. I am becoming increasingly tired of the unmanly elitism and closed-mindedness of certain members who shall remain unnamed.
Seen June 14th, 2015
Posted June 1st, 2011
14 posts
19.3 Years
At the time I made the program, I didn't know how to add apostrophes, but now I know you must manually enter the value of it. I plan on editing it once I get the chance, but I don't have access to VB at home. Hopefully I can get it somehow...

I'll also probably make it so you can enter your own Hex codes too.
Age 34
Alone :(
Seen October 29th, 2006
Posted October 29th, 2006
2,790 posts
19 Years
Good Job,

This can really help people and end the nagging of new webmasters needing simple layouts.

PA I always admired your work, and now their are more creations of yours to be admired by numerous Webmasters.

Total Pokemon
~Your Source for Pokemon News and Pokemon Diamond/Pearl~

Want To Be a Part of a ACTIVE Pokemon Forum? Then Join Shinou Community Forums!
Age 32
www.pokedrome.info
Seen March 28th, 2005
Posted March 12th, 2005
1,778 posts
19.1 Years
IF you make the Layout Tool Better--- Surely Will be the Best~
I am PCs one & only CC

Visit Pokemon Gaming Sphere We have just about anything you need on
-- Rom-Hacking Pokemon Games Pokemon Movies Webmasters Section Amazing Emulators& Downloads All needed sprites Hacks & many more.
Its the Newest & Hottest domain for your Needs.
[img=http://img226.exs.cx/img226/686/pgs5cl.png]


My Hack
Pokemon ThunderStar
has got the best Hack of the month award and has been stickied. Go visit the thread and Give your feelings about it.


Evil Twins with mvtm | Paired up with no one| Senior Member of Dark Xeno Revolution inc

Im seriously not able to keep up with my New Year Resolution of not joining any club. Toooo many Clubs here are tempting me.
Age 62
Male
Melbourne, Australia
Seen April 26th, 2018
Posted June 9th, 2014
11,439 posts
19.7 Years
If you send me the source code (just as a TXT or something) I'll clean it up for you :P


"One reason why mathematics enjoys special esteem, above all other sciences, is that its laws are absolutely certain and indisputable, while those of other sciences are to some extent debatable and in constant danger of being overthrown by newly discovered facts."
Albert Einstein

"What science can there be more noble, more excellent, more useful for men, more admirably high and demonstrative than mathematics."
Benjamin Franklin

"Mathematics, rightly viewed, possesses not only truth, but supreme beauty – a beauty cold and austere, like that of sculpture, without appeal to any part of our weaker nature, without the gorgeous trappings of paintings or music, yet sublimely pure and capable of a stern perfection such as only the greatest art can show."
Bertrand Russell

avatar and signature by FoxHound

ANNOY ME AT YOUR PERIL. I am becoming increasingly tired of the unmanly elitism and closed-mindedness of certain members who shall remain unnamed.
Seen June 14th, 2015
Posted June 1st, 2011
14 posts
19.3 Years
PA I always admired your work, and now their are more creations of yours to be admired by numerous Webmasters.
Thanks a lot!

If you send me the source code (just as a TXT or something) I'll clean it up for you :P
I'm getting a friend from school that knows a lot more VB than I do to help me out. But the code for the entire program is just like this:
If Text1.Text="White" Then Text10.Text= Text10.Text + "<font color=FFFFFF"
It's just a bunch of conditionals, except for the number inputs, which I use strings for.

The next version will probably have a small color pallette pop-up in which the user clicks a color, and the value is input into the textbox. That way the user can input the color name, the Hex value, or choose a color. And because my friend knows most VB, we can make it so it doesn't have so many holes.

aRedMoon

Wait for me outside the lines

Age 34
Male
Minnesota
Seen April 23rd, 2018
Posted September 10th, 2013
11,126 posts
19.2 Years
If Text1.Text="White" Then Text10.Text= Text10.Text + "<font color=FFFFFF"
It's just a bunch of conditionals, except for the number inputs, which I use strings for.
Just to note, you should add the "#" in there, so that Mozilla browsers can read it.
facebook \\ twitter \\ blog a.k.a life // tumblr // google+

june 10, 2003 = registered at old pc
march 24, 2004 = registered at new pc
june, 2004 = modded ;;; august, 2004 = quit/fired (point of debate)
december, 2004 = banned ;;; december 2, 2005 = unbanned
june 10, 2008 = omg... five years!
june 10, 2012 = countdown to nine years on pc...