N E W - W A V E of Information, Technology and Entertainment ... सुचना प्रबिधी र मनोरन्जनको नयाँ तरंग ...

20100513

Fun!... Browser Shaking

This is a fun little trick that can create a shaking screen on your web browser (i.e. Internet Explorer, etc.) The trick is simply a small Java Script that causes your browser window to move to different positions, causing a shake of your entire screen. It's kind of cool to watch and see what Java Script can do! Try it out.
(यो एउटा मज्जाको कम्प्युटर ट्रिक्क हो। जस्ले तपाईंको web browser (i.e. Internet Explorer, आदी) लाई बिभिन्न दिशामा मज्जाले move गर्नेछ। यो ट्रिक्क एउटा साधारण जाभा प्रोग्राममा आधारीत छ, जस्ले तपाईंको Internet Explorer window लाई बिभिन्न दिशामा shake गर्नेछ। यो हेरेर आनन्द लिनुहोस् अनी हेर्नुहोस् जाभा स्क्रिप्टले के के गर्न सक्छ। एस्लाई एक पटक try गर्नुहोस्।)














Here's how: Copy this highlighted  entire line and paste it onto your address box, then press Enter:
(कसरी गर्ने: तल हाइलाईट गरिएको जाभा स्क्रिप्टलाई मात्र कपि गर्नुहोस् र आफ्नो Internet Explorer को address बारमा (माथिको चित्रमा देखाएको जस्तै) पेस्ट गरेर Enter गर्नुहोस्।)

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

(Use this trick at your own risk.)
-Source: ComputerTricks

No comments:

Post a Comment