Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. Dude- Stop spamming the forums and search google for "fireworks tutorial".
  2. You'll be banned for posting this.. Read the rules before you post such things! You know they are illegal!
  3. Yeah :!: This's WAREZ, and we dont like warez on that forum :evil: You going to be ... like that pig on djbungle avatar ... so look back :oops:
  4. Which type of borders? Tech: http://forums.xisto.com/no_longer_exists/ 1px: Edit-> Select All; Edit-> Stroke-> 1px, set to black-> OK 3px: Same as above, but you do it three times, first as a 3 px stroke, then as a 2px with a different color, then as a 1px with the original color.
  5. Why? You know that allot of girls play Counter Strike? Feminism! I got it too and it very funny... Also looks great!
  6. MARATHON one of the best shooters my friend owns on a laptop wiht a keyboard no muse
  7. my friend shas it says it really good
  8. Alright. This script, when complete, will use javascript to request the contents of a page on any server, then update the current page, placing the new content into a div somewhere on the page. With a little modification, you can use it for your sites, provided that your site is not very complicated. If you want me to help you implement this on your site, or would like me to do it, PM me. You can view a demo of the technology at http://codefx.titaniumhosting.com/jstest/index.php I spent very little time on the graphics and content, so it won't look very pretty, but you can see the script in action. Right now it's down, but it should be back up soon. I believe it should work, but I'll have to verify that once it goes back. scripts.js: var xmlhttp=false;/*@cc_on @*//*@if (@_jscript_version >= 5)// JScript gives us Conditional compilation, we can cope with old IE versions.// and security blocked creation of the objects. try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } }@end @*/if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp = new XMLHttpRequest();}function loadpage(fragment_url, element_id) { var element = document.getElementById(element_id); element.innerHTML = '<em>Loading ...</em>'; xmlhttp.open("GET", fragment_url); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { element.innerHTML = xmlhttp.responseText; } } xmlhttp.send(null);} That was the only important part. The rest is site-specific. To implement this, you'll have to make two things different from a normal site. 1. You'll have to have a container of some sort with a unique id attirbute. This will be where new page are loaded into, so make it fairly big. A table cell will work, but the msot effective element for this is a div. You can set its scrolling method to auto using CSS, which will allow the content to overflow without causing problems for your layout. 2. For EVERY SINGLE LINK that you want to load into the element, you'll have to change its format: The normal style for a link is as follows: <a href="somepage.html">Click</a> The correct suntax for the new style is: (This applies to the example) <a href="javascript: loadpage('somepage.html','div_id_here');">Click</a> Notes: 1. You need to replace the div_id_here part of the link to the id you have given your container. 2. For this script to be compatable with Mozilla/Firefox/Netscape, EVERY URL must be a relative one!!! This is because these browsers are mroe secure and will not allow you to perform this action to get a page from a difference domain. This includes simply adding a "www." where there is not one in the path. If you truly want to link to another page, you'll have to get your version of the script signed. Click here for more information on that. 3. I have not yet figured out a way to pass form data along through the request. This may or may not be possible. I'll get back to you on that. Any other questions you can psot in here. Again, if you want help implementing it, PM me. If you use this, I would greeatly appreciate it if you would link back to my site, http://codefx.titaniumhosting.com/. Thanks. My button is in one of the blocks.
  9. Yes... when you'll have the best housem job, friends... you dont know wha to do... Wher played sims 2 first time ... it looked awesom! (face creating ;D) But at now it's so boring ... :roll: But if you have much time, and you like sims ... you can play... and play ... and wait for some upadates :wink: witch new things...
  10. hmmmmdun like prince of persia too much played it on the PS2
  11. Ok, I will try that. Any songs you think are good?
  12. the new resident evil looks really nice
  13. You sayed you were advanced? Use FTP Program like Cute FTP... Connect,select,Upload With Internet Explorer you can simply connect and select all the files/folders you want too..
  14. Ive never been to japan but i would love to! Those guys are so far ahead in technoligical wonders....And it has wonderfull landscapes..
  15. English is my main language, I also know some french, spanish and german!
  16. I guess I'm an advancer.. I use photoshop to make my templates.. Or I download some if I'm lazy.. But I know HTML well and PHP is for me also well known property (BTW Nike Dude Don't post 2 the same posts... Thank you!)
  17. me too... He took it down a while ago, early december i think....
  18. Ju-on. The origional grudge. It was dubed so it wasn't that scary. (the dubing was bad) if it was subtitled it would have been a lot scarier. There were some parts in Ju-on that should have been put into the Grudge.
  19. You are entirely right, Linux is anything but designed for n00bs. Windows needs a lot of programs and utilites for you to protect yourself, linux doesnt need any i got one and thats a firewall. SP2 has a firewall not as good as paid one. but its more secure than you think
  20. ke kieres? tienes que hablar ingl?s por aqui!you should speak english around here or just some of us will answear you :Pregs Hermano.
  21. You can also visit the tutorial forums or just visit http://forums.xisto.com/
  22. The game is fun, but boring to start out. When you have to build the house, but I like the new one better than the old. You have so much more stuff and there is so much more you can do.
  23. eoghan, how about basket in your country? i'm preparing to move to Ireland... going to live there.. it's interesting, cose i dont know any team of your country or even a player :// only heard about football
  24. Please explain? are you using an FTP program
×
×
  • 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.