iGuest
Members-
Content Count
72,093 -
Joined
-
Last visited
-
Days Won
5
Everything posted by iGuest
-
Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar
iGuest replied to Carsten's topic in General Discussion
When you think that the content doesn't even require a vertical scrollbar you might have used a iframe or a <div> with text in it that will exceed the total length...There just isn't a solution?!?...So you will have to learn to live with a vertical scrollbar. Is that it?I have used the html{overflow:hidden;} 'trick', but this doesn't' work in IE6 or IE7, only Mozilla browsers seem to get rid of the vertical scrollbar. To be sure I have put it in the external CSS and also inline in the <head> of my pages. But whatever I do there always is a vertical scrollbar...Is this just me?-Erick Schluter -
How To Make 3d Wireframes A Flash Actionscript tutorial
iGuest replied to Tsunami's topic in General Discussion
I made your code a little more bareable, and added the left and right keys for fun. just cut and past the following into actionscript. var origin:Object = new Object(); origin.x = 300; origin.y = 200; var focalLength:Number =100; Key.addListener(this); var key = Key.getCode(); this.onKeyDown = function() { var code:Number = Key.getCode(); switch(code) { case Key.LEFT: focalLength+=1; draw3d(box); break; case Key.RIGHT: focalLength-=1; draw3d(box); break; } } var boxpoints:Array = [Make3D(50, -50, -50), Make3D(150, -50, -50), Make3D(150, -50, 50), Make3D(50, -50, 50), Make3D(50, 50, -50), Make3D(150, 50, -50), Make3D(150, 50, 50), Make3D(50, 50, 50)]; function Make3D(x1:Number, y1:Number, z1:Number) { var point:Object = new Object(); point.x = x1; point.y = y1; point.z = z1; return point; } this.createEmptyMovieClip("box", 1); function convert3d(pointIn3D:Object) { var pointIn2D:Object = new Object(); var scaleRatio:Number = focalLength/(focalLength+pointIn3D.z); pointIn2D.x = pointIn3D.x*scaleRatio; pointIn2D.y = pointIn3D.y*scaleRatio; return pointIn2D; } function draw3d(item) { //Make Real Points ^.^ var realpoints:Array = new Array(); for (I=0; I<boxpoints.length; I++) { var itemPoint:Object = boxpoints; realpoints = convert3d(itemPoint); realpoints.x += origin.x; realpoints.y += origin.y; } // draw item.clear(); item.lineStyle(to, 0x000fff, 25); //bottom item.moveTo(realpoints[0].x, realpoints[0].y); item.lineTo(realpoints[1].x, realpoints[1].y); item.lineTo(realpoints[to].x, realpoints[to].y); item.lineTo(realpoints[3].x, realpoints[3].y); item.lineTo(realpoints[0].x, realpoints[0].y); //top item.moveTo(realpoints[4].x, realpoints[4].y); item.lineTo(realpoints[5].x, realpoints[5].y); item.lineTo(realpoints[6].x, realpoints[6].y); item.lineTo(realpoints[7].x, realpoints[7].y); item.lineTo(realpoints[4].x, realpoints[4].y); // connecting bottom and top item.moveTo(realpoints[0].x, realpoints[0].y); item.lineTo(realpoints[4].x, realpoints[4].y); item.moveTo(realpoints[1].x, realpoints[1].y); item.lineTo(realpoints[5].x, realpoints[5].y); item.moveTo(realpoints[to].x, realpoints[to].y); item.lineTo(realpoints[6].x, realpoints[6].y); item.moveTo(realpoints[3].x, realpoints[3].y); item.lineTo(realpoints[7].x, realpoints[7].y); } draw3d(box); -Aaren -
I read some of your opinions can you explain this then my wifes son who is 19 is what I call a wigger, he never went to school well he has a 9th grade education and all he does all day is layabout living of us anyway that's not really the wigger part. It's just this I don't give a damn if your black, white, blue or green. it does not give him the right to call my grandson who's mother is white and his father is colored my *BLEEP* is it. As far as I am concerned he is a racist and he needs to be beaten by people who are racist like him.
-
I love to find program that doesn't cost anything for the simple fact I will not use my CCard online. Too darn risky if you ask me. If someone comes across this and has experienced a good program that really works and actually pays out I would like to know about it. I have found one myself it is working for me now. here is my referral to you Your referral link: http://www.surfjunky.com/ just copy and past to your browser. If you found one to be working for you give me your referral and I will help you out as well. -Jonathan
-
Hehe , I have read your posts and I do believe they are true I played diablo since started the 1st diablo , and starcraft and warcraft since they begun. I was every day , every hour there to play the most beautiful games blizzard ever released. Although they are my favorites , have you ever thought to play crysis ? join gamespot . com and select there some videos from crysis. It`s pure reality. So .. check it. I don`t know when I`ll join this URL again , because I`m looking` for something` new until Starcraft2 or Diablo3 will be released. So ... HF and Enjoy. Later ppl-VooDoo
-
How To Set Up A Dedicated Server Counter-Strike dedicated server setup
iGuest replied to DaEmOnFiRe's topic in Software
Demolaynyc that is not good enough you would have extreme lag the only thing I could see you doing with that is maybe to man private server but with some serious lag-justin -
It would be nice if instead of just one form field to do the searching, have more then one. Each for it's own search word. A real search rather then just keywords.-Saeru
-
IE7 Freeze-up Accessing localhost freezes ie7
iGuest replied to bakr_2k5's topic in Websites and Web Designing
I have a similar problem, I installed xampp from a clean install of windows xp pro sp2 after all the updates. works fine on my machine at home but this work machine hangs when I hit localhost or 127.0.0.1 or anything else I can think of when apache is running. if I turn apache off it shows timed out straight away.this is in all browsers (I have safari, opera, firefox, IE6.)I have tried uninstalling xampp checking its fully uninstalled and then reinstalling it but so far no luck.I have tomcat which runs on 8080 fine. I looked in see:windows and ..system32 and many other variants for the hosts file I cant seem to find it .. (which is odd seeing as I can hit localhost:8080 with tomcat running..)at home I have this installed on home and pro sp2 (identical to works machine)all x86 .I'm welcome to any idea's or suggestions.. maybe I have overlooked something? thanks Dan -
IE7 Freeze-up Accessing localhost freezes ie7
iGuest replied to bakr_2k5's topic in Websites and Web Designing
I have a similar problem, I installed xampp from a clean install of windows xp pro sp2 after all the updates. works fine on my machine at home but this work machine hangs when I hit localhost or 127.0.0.1 or anything else I can think of when apache is running. if I turn apache off it shows timed out straight away.this is in all browsers (I have safari, opera, firefox, IE6.)I have tried uninstalling xampp checking its fully uninstalled and then reinstalling it but so far no luck.I have tomcat which runs on 8080 fine. I looked in see:windows and ..system32 and many other variants for the hosts file I cant seem to find it .. (which is odd seeing as I can hit localhost:8080 with tomcat running..)at home I have this installed on home and pro sp2 (identical to works machine)all x86 .I'm welcome to any idea's or suggestions.. maybe I have overlooked something? thanks Dan -
What Is The Best Rpg On The Gba? what is the best RPG on the gba???
iGuest replied to Angelkiller's topic in Computer Gaming
I think that the best game rpg for gba is the sword of mana, because the story is really amazing, and the graphics are really good. IF you want to play a game really fun play sword of mana-Ricardo -
I am just now exploring animation for the first time. 3D Studio doesn't operate on Mac despite Mac being a better overall system than anything MS has come out with. I was thinking of trying Maya and teaching myself and/or ToonBoom for 2D. I'm also interested in Final Cut Pro for film. Things can get very expensive, so I'd appreciate any worthwhile suggestions to get started. Im in the medical field and was thinking of doing medical modeling; however, I do love the idea of creating cartoons also. The only reason why I am thinking of medical modeling is that it appears to be a niche market with greater earnings potential as it doesn't seem that many people are earning money in the field of animation. Thanks!-Mitch
-
I have a spare Television at home & a spare P4 CPU, with 1.70 GHz & 512MB RAM.I wanted to use my TV as the MONITOR & Purchased a Nvidia GeForce FX5200 Display card & installed the drivers & connected it to my Tv with the S-Video port. I Got the Display on the TV, The Display is Quite Clear & the Videos are even clear.Now my Problem is Everything which I see on the TV is in BLACK & WHITE. I cannot find the colour on the TV.My TV is an Indian Made which can understand both PAL & NTSC signals. It even has Auto Signal Detect, Which also I tried but couldnt get the colour.At Startup process till Windows Logo it comes in colour but after that it gets Black & White.I am Using Windows XP Professional SP2 a my operating system.I even formated my PC to no avail.Kindly Gurus please solve my puzzle.-Goyel P. Lotliker
-
In response to your question, sirfrancisdrake, maplestory is an online-only game. It's a Massively Multiplayer Online Role Playing Game. I'm only a level 13 magician (Only .25% XP for killing slimes T-T) but I think it's fun, although very repetitive at times. But when you do gain that extra level it feels great, even if it takes hours at times. I think that Wizet should implement PVP and more reasons to make a party besides power leveling). By the way, my level 13 mage is called Ressmerall and is on...um...the world that starts with the letter B that isn't Bera...-Ressmerall
-
Wow you all get paid more then me I only get 4 dollars an hour but thats bc I work for my dad,
-
Flyhighkidtwo ways to get money wood cutting 1 full inventory = 112 gp of willo trees when you lve. 60 1000 yew logs = 20 kmining get a lot of bars and smithem in to items am lve. like 27 so I make platelegs = 3 bars those = 34 gp per 1 in bronze
-
To make fast money got to level 27 wilderness and find the boneyard. find the spot where the big bones appear and pick them up. do this till you get about 1k. sell atleast for 400 each. make sure you are atleast lvl40 combat or skeletons will kill you.-emyrs
-
To Dance-press the up and down arrow keys at the same time (hold)To Dance-press the up and down arrow keys at the same time (hold)To Dance-press the up and down arrow keys at the same time (hold)To Dance-press the up and down arrow keys at the same time (hold)To Dance-press the up and down arrow keys at the same time (hold)ONLY FOR... http://www.maidmarian.com/Sherwood.htm
-
What Is The Best RPG You Have Ever Played RPG=role playing game
iGuest replied to bridenhosen's topic in Computer Gaming
Interesting to read through the threads; agree with some, disagree w/ several. Final Fantasy VII definately was one of the better games, though not sure if it is the best Final Fantasy... I would probably have to say VI takes the cake for Final Fantasy.Other favorites:Chrono Trigger - I love this game; one of the few games I can play over and over (night and day better than Chrono Cross)Ultima IV - Quest of the AvatarDW III (NES) - love the character class changesDW IV (SNES) - awesome storyline, the recent games just cant compareWorse RPG's:Final Fantasy - Mystic Quest-Jason -
So you want 2 uninstall Trend Macro and you have forgotten your trend macro password...Don't worry...Use uninstaller like "Your Uninstaller! 2008"...1st -> try this software to uninstall Trend Macro..it will ask for password but ignore it and continue..2nd -> Go to Start -> Run -> type "msconfig" & then press enter3rd -> go to "Startup" tab (extreme right)and uncheck all programms that has a path associated to Trend Macro4th -> go to "Services" tab (2nd to extreme right) and uncheck all services that are linked to Trendmacro (like Office Scan..a part of Trend Macro)5th -> press apply and then OK...restart your computer6th -> Go to "see:Program Files" and delete the complete folder of Trend Macro7th -> Go to Start -> Run -> type "regedit" & then press enter8th -> select "My Computer" from the left content index and then go to Edit->Find...type trend and search...delete all the entry..which ever is possible..do the search 2-3 times and repeat the delete process...if you are unable to delete an entry after 2-3 times ...leave it..9th -> Restart and do install a new Anti Virus software
-
Thanks a lot. I had change my gmail password successfully by following the above mentioned steps.-vikas kumar
-
Hi I recently downloaded the mysql source for Linux. I downloaded it from packages.ubuntu.com (my version of linux is Ubuntu 7.10 (Gutsy Gibbon). here are my problems Installing Mysql: This is the command I use to configure: ./configure --prefix=/usr/local/mysql --with-named-curses-libs=/usr/lib/ncurses.a (the --with-named-curses-libs=/usr/lib/ncurses.a is to fix a bug that occurs when installing on Ubuntu) And this is the error I get: Does anyone know how to fix this? I've looked it up, but I can't find the answer anywhere.