User:Geljamin/programing

From Wikipedia, the free encyclopedia

I have been interested in computers and the workings of their hardware and software for a very long time. Recently, I decided to undertake the learning of programing languages as I have already built up substantial understanding of computer hardware. I am now learning the following programing languages:

                                                    *Pascal
                                                    *Javascript
                                                    *HTML
                                                    *C
                                                    *C++
                                                    *Python
                                        

I have decided to start with learning Pascal as this language was originaly designed to teach computer undergraduate students how to write programs. Pascal is a learning language where everything used in the program must be predefined in the program header. During my persuit for knowlege of java script i came across an interesting script which has an amusing effect on web pages containing gif images, after the page is loaded, paste this script into the address bar replacing the origional web address:

 javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(O);

This script is fun to use on user pages that contain many userboxes, enjoy!

                                          [This page is pending completion]