Welcome to the Imserba Smart Phones Forum & Free Download.
Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Smile Funny trick worth trying it """"""

    For those of you using Windows, do the following:

    1. Open an empty notepad file
    2. Type "Bush hid the facts" (without the quotes)
    3. Save it as whatever you want.
    4. Close it, and re-open it.
    is it just a really weird bug?

    What do you think...
    I was

    Best regards
    NeXtRoN

  2. The Following 3 Users Say Thank You to Nextron For This Useful Post:


  3. #2
    MФδ℮ЯаŦФЯ
    Join
    Sep 2005
    Location
    India
    Posts
    2,123
    Send thanks
    698
    623 Thanks in 416 Posts

    Re: Funny trick worth trying it """"""

    THIS POST BELONGS TO LOUNGE THREAD...

  4. #3
    ((i)) Very important poster
    Join
    Jun 2006
    Location
    In Popular Threads
    Posts
    1,718
    Send thanks
    902
    1,495 Thanks in 729 Posts

    Re: Funny trick worth trying it """"""

    The reason is that Notepad has to edit files in a variety of encodings, and when its back against the wall, sometimes it's forced to guess.

    Here's the file "Hello" in various encodings:

    48 65 6C 6C 6F

    This is the traditional ANSI encoding.
    48 00 65 00 6C 00 6C 00 6F 00

    This is the Unicode (little-endian) encoding with no BOM.
    FF FE 48 00 65 00 6C 00 6C 00 6F 00

    This is the Unicode (little-endian) encoding with BOM. The BOM (FF FE) serves two purposes: First, it tags the file as a Unicode document, and second, the order in which the two bytes appear indicate that the file is little-endian.
    00 48 00 65 00 6C 00 6C 00 6F

    This is the Unicode (big-endian) encoding with no BOM. Notepad does not support this encoding.
    FE FF 00 48 00 65 00 6C 00 6C 00 6F

    This is the Unicode (big-endian) encoding with BOM. Notice that this BOM is in the opposite order from the little-endian BOM.
    EF BB BF 48 65 6C 6C 6F

    This is UTF-8 encoding. The first three bytes are the UTF-8 encoding of the BOM.
    2B 2F 76 38 2D 48 65 6C 6C 6F

    This is UTF-7 encoding. The first five bytes are the UTF-7 encoding of the BOM. Notepad doesn't support this encoding.

    Notice that the UTF7 BOM encoding is just the ASCII string "+/v8-", which is difficult to distinguish from just a regular file that happens to begin with those five characters (as odd as they may be).

    The encodings that do not have special prefixes and which are still supported by Notepad are the traditional ANSI encoding (i.e., "plain ASCII") and the Unicode (little-endian) encoding with no BOM. When faced with a file that lacks a special prefix, Notepad is forced to guess which of those two encodings the file actually uses. The function that does this work is IsTextUnicode, which studies a chunk of bytes and does some statistical analysis to come up with a guess.

    And as the documentation notes, "Absolute certainty is not guaranteed." Short strings are most likely to be misdetected.

  5. The Following 5 Users Say Thank You to manu1991 For This Useful Post:


  6. #4
    GaMEs KiNG
    Join
    Mar 2006
    Location
    Jakarta
    Posts
    990
    Send thanks
    700
    1,677 Thanks in 446 Posts

    Re: Funny trick worth trying it """"""

    Thnx Nextron for the magic trick... thnx manu for showing us how to do it....

  7. The Following User Says Thank You to DA maniac For This Useful Post:


  8. #5
    ((i)) Commander
    Join
    Oct 2005
    Location
    HISDUSTAN MERI JAAN
    Posts
    3,521
    Send thanks
    3,083
    861 Thanks in 659 Posts

    Re: Funny trick worth trying it """"""

    Quote Originally Posted by akshay81 View Post
    THIS POST BELONGS TO LOUNGE THREAD...
    Rightly said.. Thread moved to the "Lounge section"
    Regards..



  9. #6
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Post Re: Funny trick worth trying it """"""

    Check this out >>>>>>

    BEST MICROSOFT XP TRICK EVER - A must see

    To See Magic
    Plz do the following steps...

    Open Internet Explorer(IE) .

    Open any page with full of images: OR

    1. Go to Google
    2. Click images
    3. Type "jamnagar" or any other word.4. You will get a page which is having full of images
    5. Then delete the item from the address bar and paste the below script and then hit enter.


    Code:
    java-script: 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. images;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;DIS. top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( 'A()',5); void(0)
    NO SUPPORT WITH FIREFOX , PLEASE TRY THIS TRICK IN MICROSOFT INTERNET EXPLORER

    If you like my post please do press the THANKS button >>>

    Regards
    Nextron
    Last edited by Nextron; Oct 6th, 2007 at 16:28.

  10. #7
    ((i)) Never stops
    Join
    Jul 2006
    Location
    Ventricles of Girls
    Posts
    3,522
    Send thanks
    735
    4,891 Thanks in 1,124 Posts

    Re: Funny trick worth trying it """"""

    Quote Originally Posted by Nextron View Post
    Check this out >>>>>>

    BEST MICROSOFT XP TRICK EVER - A must see

    To See Magic
    Plz do the following steps...

    Open Internet Explorer(IE) .

    Open any page with full of images: OR

    1. Go to Google
    2. Click images
    3. Type "jamnagar" or any other word.
    4. You will get a page which is having full of images
    5. Then delete the item from the address bar and paste the below script and then hit enter.


    Code:
    java-script: 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. images;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;DIS. top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( 'A()',5); void(0)
    NO SUPPORT WITH FIREFOX , PLEASE TRY THIS TRICK IN MICROSOFT INTERNET EXPLORER

    Regards
    Nextron
    lol! this is good....

  11. #8
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Re: Funny trick worth trying it """"""

    If you like my post please hit THANKS button >>>>>

  12. #9
    ((i)) Creature
    Join
    Nov 2005
    Location
    Chennai-India
    Posts
    135
    Send thanks
    256
    168 Thanks in 47 Posts

    Re: Funny trick worth trying it """"""

    Cool trick nextron.....No thanks button in lounge....

  13. #10
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Re: Funny trick worth trying it """"""

    Plzz reply does anyone like my post >?
    Last edited by Nextron; Oct 7th, 2007 at 02:48.

  14. #11
    ((i)) Never stops
    Join
    Jul 2005
    Location
    Hyderabad, India
    Posts
    4,086
    Send thanks
    2,858
    3,859 Thanks in 1,641 Posts

    Re: Funny trick worth trying it """"""

    Quote Originally Posted by Nextron View Post
    Yanoda post pudichurinda Thanks solingal


    Plz speak in english... native languages are allowed ONLY in the 'around the world' section.


  15. #12
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Re: Funny trick worth trying it """"""

    Sorry for that Doc_sammer .... I'll edit it ..

    Nextron

  16. #13
    ((i)) Chief
    Join
    Jul 2005
    Location
    mumbai,india
    Posts
    1,115
    Send thanks
    411
    372 Thanks in 290 Posts

    Re: Funny trick worth trying it """"""

    its kewl,i tried it, all da images den got arranged in circular order , m i rite??

  17. #14
    ((i)) Junior
    Join
    Sep 2007
    Location
    Jakarta , Indonesia
    Posts
    90
    Send thanks
    14
    80 Thanks in 36 Posts

    Re: Funny trick worth trying it """"""

    Yeah , the images get arranged in circular order >>>

  18. #15
    ((i)) Chief
    Join
    Oct 2004
    Posts
    1,128
    Send thanks
    2,146
    1,443 Thanks in 525 Posts

    Re: Funny trick worth trying it """"""

    Nextron its amazing tricks buddy thanks
    Last edited by xcess; Oct 7th, 2007 at 14:46.

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •