Jump to content
xisto Community

KoYoda

Members
  • Content Count

    29
  • Joined

  • Last visited

Posts posted by KoYoda


  1. Wow that's cool. I have visited and browsed so many templates sites and yet I never saw this one. And it's even open source. I wonder why Google doesn't show it up when you type "free templates" or something like that. Weird :/There are just so many designs, and they are cool cuz they all use a lot of css but they are all so similar :) Some templates have neat css features and tricks so you can just download for studying css :(


  2. If this new WMP format will ever suceed it will have to be far better than the others to be included (and supported) in all the major software like photoshop, gimp, irfan, acdsee, etc...I don't see what's wrong with png. It's a very good format if you ask me. It can be of a high quality and still it can be small enough for web and it supports transparency. What more could you wish for?


  3. Ok, first of all I agree that notepad is simple and easy to use and maybe for begginers is cool... But hey! This is notepad we are talking about! It doesn't even have the syntax highlighting! By just installing any new linux distro you will get tons of editors far better than notepad: Vim (and there is also gVim), Emacs, gedit... I personally prefer vim. It has so many commands and options and everything. Notepad has maybe 5-10% of what vim has... If you are scared by the command line interface you can use Vim with a graphical frontend called gVim. And yes, there is that gedit that comes with gnome desktop environment. It's cool, has tabs, has syntax highlighting and is very very simple, just like notepad (lol). So before you start screaming "Yeah! Notepad is the BEST! YAY use notepad! It's simple and cool yay!!!" please try all of these great free and open source editors.


  4. I agree. Pro Evolution Soccer is much better than FIFA. If you want good, playable and very realistic soccer, then you should play PES. On the other hand, if you prefer slow and easy, pass & shoot playing, then FIFA is for you. Also, I think graphics are not so important, a much more value has the playability of a game (I hope that many of you will agree).P.S. I play PES 4 every day and I hope that PES 5 is even better. I have tried it once, but only for 5 minutes so I couldn't see a lot. Waiting for your comments to see if I should buy it or not...Cheers!


  5. Radeon X1800 XL is the best you can get.  I recently ordered one for a friend who wanted me to build him a pc.  This beauty runs any game in the world.  It even looks beautiful... I almost cried when I saw it.  You can see details about the card here

     

    http://www.amd.com/en-us

    197397[/snapback]

    If you want an ATI card, take the X1800 posted by sangdukseo ^

    If you prefer an NVIDIA card, you should consider the GeForce 7800 GTX

     

    These are the best you can, for now ;-)

     

    Cheers!


  6. >>> http://forums.xisto.com/no_longer_exists/ <<<

    This tutorials contains helpful information for getting started with AutoCAD software. They are designed to be part of an introductory course in technical graphics.

    Yesterday I found this great online tutorial for AutoCAD so I decided to share it with you guys. It explains things very good and you can really learn the program in few days. If you ever wanted to try AutoCAD, this tutorial is a must!
    Cheers!

  7. Here is the link:

     

    http://forums.xisto.com/no_longer_exists/

     

    After twelve years of reserch and development, Guy Negre has developed an engine that could become one of the biggest technological advances of this century. Its application to CAT vehicles gives them significant economical and environmental advantages. With the incorporation of bi-energy (compressed air + fuel) the CAT Vehicles have increased their driving range to close to 2000 km with zero pollution in cities and considerably reduced pollution outside urban areas.

    As well, the application of the MDI engine in other areas, outside the automotive sector, opens a multitude of possibilities in nautical fields, co-generation, auxiliary engines, electric generators groups, etc. Compressed air is a new viable form of power that allows the accumulation and transport of energy. MDI is very close to initiating the production of a series of engines and vehicles. The company is financed by the sale of manufacturing licences and patents all over the world.

    From: http://forums.xisto.com/no_longer_exists/

     

    Posted Image

     

     

    Cheers!

     

    KoYoda


  8. I made this script for disabling the right-click option. It works with all major web browsers (IE, Mozilla, Firefox, Netscape...). Just put it into the head section of your document.

    <script language="JavaScript">
    var message="Sorry, no right clicking!";

    isIE=document.all;
    isNN=!document.all&&document.getElementById;
    isN4=document.layers;

    if (isIE||isNN) {
    document.oncontextmenu=block;
    }else{
    document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
    document.onmousedown=block;
    }

    function block(e) {
    if (isN4) {
    if (e.which==2||e.which==3) {
    alert(message);
    return false;}
    }
    else {
    alert(message);
    return false;}
    }

    </script>


    You can edit the message wich is displayed after a user use the right-click: just edit the second line:

    var message="Type here whatever you want...";

    NOTE: This kind of script can be really annoying so use them carefully!

    Cheers!


    KoYoda

  9. I am looking for friends who using linux. It's so hard system so can anyone good contact with me?

    194149[/snapback]

    Look, Linux has a lot of distributions, from famous ones to home-maded. You, as a beginner, should consider using a simple and user-friendly distribution like Ubuntu, SuSE, Mandriva or Fedora Core.

    And yes, there are hundreds of sites, books and manulas from wich you can learn linux. Here are some links you might find useful:

     

    http://forums.xisto.com/no_longer_exists/

    http://www.tuxmagazine.com/

    http://www.madpenguin.org/

    http://forums.xisto.com/no_longer_exists/

     

    Cheers!

×
×
  • 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.