• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

I Really Want to Know How to Build A Website Exactly Like LMGTFY

bobjuck

New Member
Since the first time I met LMGTFY website I wanted to know how that website was built. Use what program? What's the source code? I Googled so many times and only turned out rarely people know how. Until recently I met another similar website IGTFY, my desire to know how this website built strike me again! I even planned to send E_mail to ask how LMGTY website was build to its webmaster, so, anyone know anything about the question? Any replies will be appreciated. Thanks.
 
I'd guess just JavaScript maybe with JQuery (and AJAX) for the animations. Take in a string via GET, use a timer to animate moving the "mouse" (which is just a picture, not the actual mouse), and use a timer to "type" in the string one character at a time, then move the mouse some more and "click" the submit button (which isn't a real submit button, the whole thing is a form that doesn't do anything). Finally, it redirects the page based on the string from the very beginning.

You don't really need any particular program to do it, notepad could do it. I use NetBeans for JavaScript (and most other languages except Perl and Android/Java) just because it'll show me any mistakes in syntax. Notepad++ will also work for JavaScript and it'll be simpler for someone with less experience programming.

Still, I don't think that's the sort of site you'd want to make for your first script. I learned JavaScript from W3Schools. They've got lots of examples you could go through until you get an idea of how to implement it into something you want. You want a firm understanding of HTML before you start JavaScript, then a firm understanding of JavaScript before you start AJAX or JQuery, so it's probably not something you can do in a day or two.
 
Last edited:
Back
Top