Jump to content
xisto Community

Killtacular

Members
  • Content Count

    15
  • Joined

  • Last visited

Everything posted by Killtacular

  1. Ugh, please make your text smaller. It's not necessary to have it that big. Anyways, you can get the maps either over Live Update (if you have Xbox Live) or you can purchase a disc at your local retailer (it costs around $10.
  2. Hello, In this tutorial, I will explain how you can make your own personalized homepage, for use with any browser. This tutorial is for beginners, but it assumes you know the HTML basics, especially frames. And yes, this tutorial will be done in Notepad, not in a WYSIWYG program. 1. OK, to start out, you will want to make a folder into which you will put the two .html file that you will make in this procedure. It can be anywhere, and have any name (but I suggest that you make it something like "My Homepage" or something, just for rememberability). 2. Now, open up your trusty Notepad, and before you do anything, save the file to the folder you just made. For the "File Name" in the save box, name it "home.html". Under "Save as type", scroll down to "Any Type". This is important, to make sure the saved file is a HTML file, not a .txt text file. 3. Ok, the homepage we will be designing will be simple looking, but very useful. It will consist of two frames, separated vertically. Start with your standard open-html tag, followed by the open-header tag. All we will have in the header will be the title of your document, which should be something nice like "Welcome Back, <your name here>!". After your done with that, close your title and header tags. The first few lines may look like this: <html><head><title>Welcome Back, Killtacular!</title></head> Note: you may copy my code if you want, but it would be better if you wrote the code yourself, as this is a learning experience 4. Now, instead of the open-body tag, you will want to have a open-frameset tag. For the properties of the frameset, you will want it to contain columns, with the first column's width being equal to about one-fifth of your total screen width. So, if your resolution is 640 x 480, your column will be around 120 px. If it's 800 x 600, it will be around 160 px. If it's 1024 x 768, the column will be about 200 px. You can change it later to fit your likings. For the second column width, put an asterisk (*), so that your second column will be the entire width remaining in the browser. Make the frames have a border of 1 to 2 pixels. That will be the all in your open-frameset tag. 5. Create a frame tag, with the source being a file named "menu.html" (which we'll make later). Make another frame tag, with the source being the website that is usually your homepage. I'll use Google. Also, in that second frame, make sure it's named "content". Now close your frameset and html tags. The results of steps 4 and 5 will look like this: <frameset cols="160,*" border="2"><frame src="menu.html"><frame src="http://google.com; name="content"></frameset></html> 6. You're now done with that HTML document, so save it. Now, make a new Notepad document. Again, before you do anything, save the file. And again, for the "File Name" in the save box, name it "menu.html" and for the "Save as type", scroll down to "Any Type". 7. This document will be the menu on the left side of your homepage. Start the HTML file the exact same way you did in step 3: <html><head><title>Welcome Back, Killtacular!</title></head> Note: you may want to add a mini-stylesheet inside the header, or you can link to an external one, or you can put the styles inside the body of the file. None of those procedures are within the grounds of this tutorial. 8. At the top of the menu, you will want to add a nice message to yourself (but you don't have to if you don't want to). I will be adding a scolling message for myself using the marquee tags. You may also want to make this message larger than the rest of the text in the document (but not too large!). <marquee direction="left" scrollamount="8"><h3>Hello, Killtacular!</h3</marquee> 9. Now for the fun part. Well, not really, that's just a figure of speech. Anyways... You will now be making a list of links. The links will be links to sites that you frequently visit, such as webmail, and maybe a certain forum who's name begins with an 'A'. You may also want to separate the links into groups, for organization. Also (and this is very important), every link must have a target of "content". That way, you can click on the links, and the larger frame will travel to that link, while the menu remains where it was. Also, don't forget your linebreak tags after each link, so that your links aren't all on one line (unless you like that kind of confusion). Here is a basic syntax for you to follow: <h4><ins>Your Group's Name Here</ins><br><a href="http://yourlinkedwebsite.com; target="content">Link Text</a><br><a href="http://yourlinkedwebsite.com; target="content">Link Text</a><br><a href="http://yourlinkedwebsite.com; target="content">Link Text</a><br></h4> Note: you will probably have more than one group. The preceeding was just an example. The following is an actual possibility for a menu, just to give you a better idea: <h4><ins>Games</ins><br><a href="http://addictinggames.com; target="content">Addicting Games</a><br><a href="http://miniclip.com; target="content">Miniclip</a><br><br><ins>Forums</ins><br><a href="http://forums.xisto.com/no_longer_exists/&; target="content">Xisto</a><br><a href="http://samusforum.co.uk; target="content">SCU Forums</a><br><br><ins>Tools</ins><a href="http://gmail.com; target="_top">Check Mail</a><br><a href="http://windowsupdate.microsoft.com" target="content">Windows Update</a></h4> You may notice that for the target for my "Check Mail" link, I have entered "_top" instead of "content". This is because Gmail does not work while in a frame. By putting "_top" as my target, Gmail opens in the entire browser, not in just one frame. 9. Make sure you save your menu file once you have added all the links you want. Now, you will want to set your homepage so you can use it in your browser. The method for doing this depends on what browser you have. In FireFox, its in Tools>Options. For Internet Explorer, its in Tools>Internet Options. That's all I know, although it's probably similar in Netscape or Safari. Thats it! You now have your own customized homepage, with your own useful links. Also, if you ever want to get rid of the sidebar so you can see more of the webpage you are viewing, all you need to do is grab the divider and slide it all the way to the left. Then when you want the menu again, you can just grab divider and slide it back. Convenient, right? That's my tutorial. I hope it has been helpful to everyone who has read it. Please post any questions you may have. Thank you. =Killtacular=
  3. I have google as my home page (well part of it). I only use Altavista when I need to find a picture/audio file that I can't find on Google.
  4. I agree with wykked_dreamz, Limewire or another peer-to-peer program is usually the best for mp3's, despite the danger of a hefty fine. However, if you are looking for unpopular songs (like orchestra music if you like that kind of stuff), you can use the audio seach engines at sites like All the Web or Altavista. Those were what I used until I found out about Limewire.
  5. To answer your questions, I used photoshop to make the 3D render into a signature image, and I also added another part of the picture under the first one and gave it a "Lighten" blending mode so there weren't as many blank spots (that may be kinda hard to understand). I also added a border using photoshop. Also, yes, Blender 3D is a freeware program. If you're interested, you can go here. It may look a little confusing at first, but once you read a few of the hundreds of tutorials they have, you'll get the hang of it. Thank you all for your comments. I will address the brightness issue soon.
  6. This is my signature that I made using Blender and Photoshop. For those of you who know about Blender 3d, I used a bunch of NURBS Donuts, resized them, duplicated them, and placed them around the camera. I then made all the donuts semi-transparent, and reflective. I also added my name in 3d. Any comments or suggestions? Post them please! Thanks, =Killtacular=
  7. Yes, I know the site is not up yet. I have been working mainly on the forum, which is in a different folder besides the public_html folder. I've been on vacation, and haven't had the time to work on it a lot.Also, what's SMF? Could you explain it to me, and maybe give me a link? I'm not too far into the forum development, so I could switch if it looked to be worth it.Thanks,=Killtacular=
  8. Thank you very much for your comments. I plan to write another few tutorials about some other effects and backgrounds that I know. However, I am on vacation now, and my computer access is limited. I will get around to it once I return. Yes, you're right. The color balance should be: Shadows: +100, 0, -100 Midtones: +70, 0 -70 Highlights: +50, 0, -50 instead of: Shadows: -100, 0, +100 Midtones: -70, 0 +70 Highlights: -50, 0, +50 I apologize for the error, and I will fix the actual tutorial post once I figure out how to edit my posts (>.<). Thank you for pointing that out, Nate. =Killtacular=
  9. Yes, I am planning on making a website using Xisto's wonderful services. I plan to make a site for a series that my friends and I are making, named Outpost Echo. Outpost Echo will be a Halo 2 machinima series (like "Red vs Blue" or "The Codex", if you've ever heard of any of those). Of course, we probably won't be as big or as popular as any of those, seeing as how we're only in high school, and don't have the time or money to put into a full-time series. But it will be a fun experience nonetheless. Anyways, I'm working on the website when I can. I plan to make as much of the site as possible using Macromedia Flash MX, because I think that will look cool. Also, my site will come complete with a PhpBB forum, so we can post stuff like progress and ideas. It will be a lot of work, but it will have been worth it. So, stop by sometime and see if I've gotten the site up. It's at http://forums.xisto.com/no_longer_exists/ . See ya there! =Killtacular=
  10. That's a very nice effect you got there! I just have one question about the instructions: When I duplicate the layer in step 7, do I repeat the twirl on the duplicated layer, except having the twirl in the opposite direction? Because, other than that, there is no reason to duplicate and then merge the layers, since you make no change to them in between (the colorizing doesn't have to be done on the layers separatly, you can just do it twice on the same layer... I think). Anyways, I've posted below the results that I got. The first one has just one twirl, as I followed the directions exactly as they were written: This second one contains two opposite swirls, colorized differently (one's blue and one's kinda green). Either way, its a really good looking effect. Nice job!
  11. Well, I have a problem that may be related to this (and perhaps one of you could help me). I just got my hosting yesterday, and it said on the control panel that I was using 144mb out of my alotted 20 mb, which is odd because I haven't uploaded a single file yet. Also, when I check the memory usage, it says that I'm using only about .8 megs. Tantalizing, isn't it?
  12. Yes, you definately need some texture to the background. It's just that the background takes up so much of the sig, seeing as how the subjects are small. Maybe you could make them bigger, or add another subject, maybe a larger one that would be behind your current subjects. Or, you could add some design or something to the background, or a texture (via a Bevel and Emboss Texture).Also, you should add a border. It doesn't have to be anything major, just something to create a distiction between your sig and the background of the webpage. Just a single-pixel-wide black border would suffice.Those are just suggestions, you don't have to do anything if you don't want to. Good luck in your future Photoshoppings!
  13. Very well done! But, I'm just wondering: What program did you use to render it? It looks like it may be Blender... but I'm not quite sure. Would you mind enlightening us?
  14. Hey, I made a prototype for a banner you could use. (Click). It's in .PNG format, so you may have a little trouble viewing it if you computer is rather old (tell me if that's a problem and a post a GIF one). I kept the basic layout of your banner (i.e. same size, colors, and layout). You can put some logo in that tab off to the left if you want, or you can leave it blank. I hope you like it.
  15. I agree with Gamerchick. The first two need more distinction between subject and background (I can't even see what the subject in the second one is). Maybe if you made the subject darker or lighter they would stand out more. And yes, the bottom one is great.
  16. I think that both games are about overall equal.In Halo 1, the campaign was great. The story line was excellent, and its broad range of weapons, enemies, vehicles and environments made it even better. The multiplayer was also like nothing anyone had ever seen.In Halo 2, the campaign mode was not too great, although there were two different storylines (Master Chief and the Arbiter). The ending was bad, and very disappointing. However, the multiplayer is really the best part in my opinion. With XBL, the multiplayer experience keeps improving, making it continually fun.So that's my two cents. Can I have them back now?
  17. Greetings.I just thought I'd stop in here and introduce myself.My name is Killtacular. I live in Red Hook, NY, and go to High School there.My many interests include computer-related stuff, such as web-design, programming, and photo editing (I'm very fond of Photoshop). I play the tuba in the highschool band, and I enjoy listening to all kinds of music (I'm listening to the Star Wars theme right now). I played soccer a year ago, and plan to try out for the hs team next year.That's all I have to say for now. After browsing this forum for a few hours, I can tell that I'm going to have a great time in this community.=Killtacular=
  18. I have a couple methods for saving pictures if Right click is disabled:1. This one's kinda lenghty, but you can get almost anything you see on your monitor into an image. You press the "Prt Scrn" Key (to the right of F12). This copies your visible screen to your clipboard. Then you can paste it into Photoshop/Word/whatever, and crop out the parts of the screen capture that you don't want.2. If you're web language savvy, you can go to View>Source in your browser and find the URL for the image, and then copy and paste that into you're address bar. However, there are ways to block access to page sources, so that might not always work.
  19. I love MP2:E. I've beaten it 100%. The environments, bosses, puzzles, and graphics are amazing. I also have the original Metroid Prime, although I have yet to get around to beating it. I look forward to Metroid Prime 3 (for the new Revolution).By the way, CMJ, where did you get that avatar? I've never seen that in any cutscene or anything, and it looks like it may be in MP3. I like it.
  20. Greetings. In this short How-to Tutorial, I will show you how to make two simple but cool-looking backgrounds. For reference, I will be using Photoshop CS2, but the functions used are present on almost all versions. The signatures made will be 450x125 px, although these tutorials can be done at any size (even desktop backgounds). Note: this tutorial assumes you are familiar with Photoshop's basic functions, including as layers and filters. Tutorial I: Inferno This tutorial will show you how to make a drastic fiery backgound. 1. Start by creating a new Photoshop image, at whatever size your image will be (I'm using 450x125). (If you already have an image and you want to add a background, create a new layer, move it below all the other layers, name it "Background", and hide all the other layers.) Now, press 'D' to reset your color palettes to the default black and white. 2. Once your set up, select your Gradient tool from the toobar (G). Make sure your gradient is the default "foreground-to-background", set the blending mode to "Difference", and the Opacity to 100%. 3. Now, with your Gradient tool, go crazy with it all over the canvas. Just click and hold randomly somewhere, drag your cursor to another random spot, and release the click. Repeat about 40 times (don't worry, it goes quickly). While you're doing that, try to make it so it's darker on the top than it is on the bottom. While this is not necessary, it makes the overal outcome look better. 4. After you've got something you like, select the "Reflected Gradient" from the Gradient toolbar. Make an even amount (4,6, or 8) of "lines" by clicking and holding in one spot, dragging to another spot that is relativly close to the other, and releasing. Refer to the image below for an example. 5. Now, duplicate your background layer (Ctrl+J). Go to Filter>Distort>Wave with all of the default settings except: Wavelength: Min:5, Max:30 Ampletude: Max:20 You may want to randomize the Wave a few times to get optimal results. Change the blending mode of the filtered layer to "Lighten". Then merge the new layer with the original (Ctrl+E). 6. We're almost done! Press Ctrl+B to enter the Color Balance window. With "Preserve Luminosity" checked, give the Color Balance the following color levels: Shadows: -100, 0, +100 Midtones: -70, 0 +70 Highlights: -50, 0, +50 This will give you your fiery tone. 7. You have now completed the background for your sig. It is time to add borders, text, and maybe a render or two, although that is beyond the subject of this tutorial. Enjoy! Tutorial II: Wavy Burst This will show you how make a nice bursting star-ish background. 1.Start by creating a new Photoshop image, 1000x1000 px. Press 'D' to reset your color palettes to the default black and white. 2. Once your set up, select your Gradient tool from the toobar (G). Make sure your gradient is the default "foreground-to-background", set the blending mode to "Difference", and the Opacity to 100%. 3. Make multiple horizontal gradients, using the same technique as in Step 3 of the first tutorial, except hold Shift the entire time, and only make horizontal gradients. Refer to the image below for an example. 4. Now, go to Filter>Distort>Polar Coordinates, and make sure "Rectangular to Polar" is checked. 5. Here's the not-so-very-tricky-but-still-kinda-complicated part. Duplicate your layer twice (Ctrl+J). On the top duplicated layer, go to Filter>Distort>Twirl, and give it an angle of -100. Then, on the lower duplicated layer, press Ctrl+Alt+F to enter the previous filter window, which was the twirl. However, this time give it an angle of +100. On both duplicated layers, set the blending mode to "Lighten", and merge all 3 background layers together (Ctrl-E). 6. Now that we have our basic design, its time to make it into a sig. Press Ctrl+A to select your entire canvas, and then Ctrl+C to copy it. Make a new Photoshop image, with the dimensions of the sig that you want to make (I'm using 450x125, just in case you forgot). Paste your 1000x1000 image into the sig. Now, I bet you don't want your background to be that top corner of the twirl, right? So, use your Move Tool (V) to move, scale, and rotate the image so it fits your liking. You can have the center of the twirl in the center of the canvas or off to the side, or in a corner (like mine). It's up to you. When you like how it's positioned. Press Ctrl+A to select all of your visible canvas, and then Ctrl+J to make a new layer including the selection. Now delete the original layer. This is to trim off the excess of the larger image, so Photoshop can run a little faster. 7. Now that you have the basic layout of your sig, you can make it colorful with the Color Balance window (Ctrl+. Use whatever colors you want in order to fit the subject of your sig. I'm going to use a nice blue color, in order to contrast my subject, which will be Kirby. 8. You're done with the background, so it's time to add all the fixins, like a border, text, and a render. Enjoy!
  21. I'd say that Halo PC would be my favorite Shooting PC game. However, I haven't had a chance to play Half-Life or HL2, but everyone I ask says that their both great games.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.