jpmk12

Members
  • Content Count

    26
  • Joined

  • Last visited

Posts posted by jpmk12

  1. Try to Solve the mystery...

    A man is hanging from a rope in a locked room. Below him is a puddle of water. How did he hang himself?

    Clues: There is no furniture. When he hung himself, the puddle was not there...

    Solution: The puddle is all that is left of a large block of ice. The man stood on this in order to hang himself...

  2. I know you have recevied a lot of good help but i thought i would add my 2 cents.

    First, make sure the discs are clean and in good condition.

    Second, Try to use another optical drive if possible (maybe even test it on another comp)

    Third, Try copying the whole cd manually to do desktop first and installing that way

    Fourth, Dont rule out the possibilty you could be a victim of pure bad luck and have a bad cd.

    Hope this helps,

    JPMK12

  3. I came across a few sites that provide free services for web designers. A Lot of them are really cool.

    Dynamic Drive - http://www.dynamicdrive.com : A very cool website with free dhtml and java scripts. You can find navigation menus, image scripts, scrollers, animations, form effects and a lot more.

    Java FIle - http://www.javafile.com : Free java alerts, animations, brower utilites, buttons, slideshows, and more.

    Mikes Free Gifs - http://www.mikesfreegifs.com : Tons of free gifs and images. No popusp and no advertisments. Just a guy who loves to design images. He has an image for every occasion.

    Bravent - http://www.bravenet.com : Free webmaster resources. They have form mailers, hit counters, calenders, webrings and lots of other stuff

    Flash Kit - http://www.flashkit.com : Tons of free sound loops, sound effects and flash tutorials and advice

  4. I was talking to some people about web safe colors the other day so i thought i would post my thoughts here. Web Safe colors were originally created because computers were limited on the amount of colors they could display back in the day. A list of SAFE colors was created so designers would know which colors were accepted by all computers. I posted a list of those web safe colors here: http://www.jpmk12.net/modules.php?op=modlo...&artid=7&page=1

    Most people say that web safe colors arent a big deal any more because computers can display millions of colors. I usually try to stay withon this list just to be say but most people agree that web safe colors are no longer practical. Its really up to you and the audience your attracting.

    If nothing else, you can use the list to create some colors you may not have known about.

    Hope This was helpful

    JPMK12

  5. I was in BT and a guy was having trouble getting his computer to boot and install an os due to missing drivers. I found a program called madboot. Madboot is a program that you can download from: http://www.tucows.com/preview/345398 It comes with the drivers and utilities needed to boot and install an os, even if the computer is not cd bootable. All you do is put the floppy in, let it load, then click the button to the os you want to install.

    I also used madboot to install an os on a comp i had from 1994 that wasnt compatable with anything. Got it running. I hope this nice utitlity will make your computing life a little easier.

    This program makes installing operating systems and reformatting a lot less painful.

    Madboot: Providing the power to boot!

    JPMK12

  6. Hi all! I have a question how do you create these menus on a webpage?

    Thanks Sceeter32

    Menu Thingies

    Menus like that can be created using CSS with images or by using tables with background images. There are serveral content management systems out there also that feature layouts like that. Postnuke and phpnuke feature menus like that. Postnuke can be found here: www.postnuke.com

  7. I would adivse against taking anything you got from spam seriously. My grandmother fell for one of those and she got scammed for $200. If you do try to get that "Cheap software" you will probably pay and it will never come or they will use you credit card or bank information to put you in debt.

    Be Careful of what you see on the net.

    JPMK12

  8. Creating web sites really is like an art. You start with a basic design then you grow that design. They key to a good website is to keep improving. Never just quit on a site once its up. You should always be learning and trying to improve your skills. As you learn and grow, your web site will grow and look better.

    JPMK12

  9. Since I had added my web address to my yellow pages ad, I felt the need to make a sight, so my cutomers were not getting 404s(term?). I have this very plain sight. I used mozilla composer. I also add a little code to keep my email address from getting mined. Keep in mind, I do not know any(hardly) html yet. I am welcome to any suggestions.

    http://brighteyedcomputer.com

    The first thing I notice is that the site may be plain, but the information is easy to find. The colors are easy on the eyes and the navigation is logical. As far as the pages go, I think you should come up with service packages. A service package for hardware, a service package for software, this way your customers know how they will be charged and know your professional. As far as the actual design, I suggest you learn more about html to expand your capability. I also think you should learn CSS to help your site look consistent as the site grows. Over all, right now, the site is plain but easy to follow and is ok to look at. Once you get some coding knowledge under your belt, youll be amazed at what you can do. Good job so far. Just remeber that the key to a good web site it to always keep improving. Always keep trying to make it better and better.

    JPMK12

  10. Website Validation is also very important for web designers.

    What is meant by validation?

    A group known as the World Wide Web Consortium (W3C) develop a set of standards for html and other web languages. If your website complies with all of their standards, your site is considered valid. If your site doesn't meet the standard, you are invalid. If you page is not valid, it may load slowly and incorrectly. A few small errors wont cause you site to display horrible, but it just looks nicer when you go the extra mile.

    Why validate?

    Validation is important for 3 reasons Browsers display Web pages and trying to display them even if they're not legal HTML. Usually this means that the browser will try to make educated guesses about what you probably meant. The problem is that different browsers (or even different versions of the same browser) will make different guesses about the same illegal code; worse, if your HTML is really pathological, the browser could get hopelessly confused and produce a very poor web page.

    That's why you want to make sure your pages are legal HTML. The best way to do that is by running your documents through one or more HTML validators.

    The second reason is speed: Validation can increase the speed of loading the documents. If your full of errors, It will take longer.

    The final reason is your honor as a coder. No good coder wants to put out something riddled with errors. The extra time spent validating shows your visitors that you care enough to make a good product.

    Validation is important to having a web developed site.

    A free validation service can be found at http://validator.w3.org/

  11. The comment line can be your best friend when designing an html page. Especially if you are new and are trying to keep your thoughts straight. I use a comment line every time i start a new section or idea in a web oage. It makes for quick and easy editing.

    The comment line look like this. <!-- Enter your design comment here -->

    It is invisible to the browser and can only be seen when you view the source or edit the page. You can use it to separate parts of code and keep you mind straight.

    Learning to use the comment can help you a lot.

  12. I have been designing web sites for a long time and I have seen plenty of sites that are hard to find and poorly done. This is a list of some of the things that can really detract from your content.

    1. Using Frames

    Frames can be very disruptive to users. They have some good points but I would not recommend them. Certain browsers and screen sizes aren't able to show frames properly and this makes frames unreliable. Remember, a designers goal is to make a site viewable to everyone.

    2.To many extras

    Some people tend to put to many java scripts and extras on their sites. Background music and js can be cool, but to much can be annoying. All these extras can also spike your load time chasing away people with slower connections.

    3.Under Construction Signs

    Good web pages are always under construction. These signs just give you an excuse not to have fully functioning content. Wait till you site is finished to place it on the web.

    4.Missing Graphics

    Make sure that all your graphic links are in place and that you don't use graphics with huge file sizes.

    5.Outrageouse Fonts

    Make sure that you don't use crazy fonts when you are trying to display information. These fonts can make it hard to read and annoy some users. Try to limit you use of crazy fonts.

    6.To many animations

    Make sure that you limit the amount of animations on your site. To many can be confusing and take away from your main content.

    7.Orphan Pages

    You need to try to make sure that all you pages give a clear indication of what they are and where they belong. All pages should also include a link to the index page.

    8.Organization

    Make sure that all you pages are presented in a sensible and organized manor

    9.Outdated Information

    Make sure that you keep your web pages up to date. Eliminate old material or move it to an archived page

    10.Broken Links

    Make sure to maintain your links and that you don't link to any dead web pages.

    11. Bad Color Scheme

    Make sure that your color schemes match and arent to hard to follow. Text colors should be easy to see over background colors.

    I hope these tips will help you.

    JPMK12