Jump to content
xisto Community

KansukeKojima

Members
  • Content Count

    567
  • Joined

  • Last visited

Everything posted by KansukeKojima

  1. FUN FUN FUN!!! I love it. Its so awesome... The best part is its free, and you don't need to buy a disc or anything... just takes five hours to download... its pretty awesome... Anyone else play it? http://en.rappelz.webzen.com/intro7/
  2. Hey, I'm looking for artists that can use photoshop, sketch, paint, whatever. I've got an art site and I'm looking to get more talent on it. If you want to join either post here with an example of your work or email me at kansukekojima@yahoo.com Also, if you could, then please post whatever skill you have as far as web design and programing, etc... If you want to see some of mine and another artists work then please visit my site at /legacy
  3. well... I would try it, but only if I was getting a new computer and I had allready transfered all the files I still wanted... other than that... this is probably really awesome...
  4. I think this is pretty neat... good for those people who maybe aren't that great at designing things but still want something to look nice.. <fieldset><legend>Legend title</legend>Content</fieldset>try it in note pad.. it looks nice...good for forums, sign up forms...
  5. REQUIREMENTS 1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar Arrow Color Scrollbar Darkshadow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is change the colors like you normally do with any sort of CSS. Therefore, if you want the arrow of you scrollbar to be black, simply use this: scrollbar-arrow-color: #000000 HOW TO If you want to structure them then simply do this: Body(scrollbar-arrow-color: #000000;scrollbar-darkshadow-color: #FFFFFF;scrollbar-track-color: #000000;scrollbar-face-color: #FFFFFF;scrollbar-shadow-color: #000000;scrollbar-highlight-color: #FFFFFF;scrollbar-3dlight-color: #000000) Well, if you choose to use the above colors then you'll be stuck with a scrollbar that looks a bit like a Zebra, but you get the idea. Well, I hope that helped.
  6. PHP Links Requirements 1. You should understand the majority of PHP (ex: variables, echo, etc. http://www.w3schools.com/ is a good reference). 2. Experienced with HTML. 3. You need a PHP compatible server if you wish to see your results. Description One of the major advantages of PHP is the ability to create something similar to an Iframe, only without the scroll-bar. The main advantage of this is that you only need one layout page, while the others can be simple 'white space & content' pages. Another advantage of this is your web site doesn't look like a fifth grader coded it. Try It Out The Code <?php $default = "blah.html"; if($id == ""){$id = $default;}elseif(isset($id)){$id = $id;} ?><?php include ("$id"); ?>Alright, so now your asking, "What the fudge!?" I'll explain it to you. The $default variable is the default page that will appear when a visitor comes to your site. The Replace blah.html with the location of your default or main page. Now when somebody visits your site they will see that page. See that include tag? This tells your server to include whatever $id is equal to. The tag above it makes $id equal to whatever you file you chose for $default. So how do we create a link? We simply change what $id is equal to using some everyday HTML - with a twist. The Code <a href="?id=blah2.html">Link Text</a>See the twist? Using ?id=blah2.html we are able to change what $id is equal to. Replace blah2.html with whatever page you want to create a link. Get it? If not then try reading it over a few times.
  7. My Remorse:Beneath this scarlet moon, I pour out my sorrow. Torrents flow from my eyes and hit the ground like drops of blood. O how great my remorse! My soul, heavy laden with this grief. How I wish I could kill the pain I caused, the treachory I created, But I, alone, can not. My Suicide:[intro] (This is the end I won't stand by and watch myself die All I'm doing is sharpening this excrutiating blade called grief Weighed down by my transgressions I won't live like this anymore) This is the end (End it now, end it now) This is the end (End it now, end it now) This is the end (Kill it now, kill it now) This is the end (Kill it now, kill it now) Killed, burried, and reincarnated Killed, burried, and reincarnated New life, new life, new life (Not like my old life) New life, new life, new life (Not like my old life) Resurected, a new man now (Never again, never again) I will not relinquish what I've found [Repeat song excluding intro]
×
×
  • 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.