Archive for Tips, Tricks & Tutorials

Install Google Chrome Pada Ubuntu

Screenshot Google Chrome

Siapa sih yang ga tau sama yang namanya Google Chrome? Saat ini browser bikinan mbah Google, yang berdasarkan engine dari Chromium ini merupakan browser yang cukup populer yang dikenal karena kecepatannya dalam membuka suatu halaman web.

Sebelumnya, Google chrome ini hanya bisa di nikmati oleh pengguna Windows saja. Tapi kini Google sudah menyediakan versi Linux nya, walau masih dalam tahap pengembangan.
Read the rest of this entry »

How To Find A Dedicated Server

So your business gets risen leaps and bounds and you’ve overgrown your shared host. It’s time that you owned your own dedicated server that will look of just your website. You require this as of the substantial hits on your site.

And then how to discover a dedicated server? What should you do? And furthermore crucial, who can you trust? There are hundreds of variant advertisements over the cyberspace.

The trust doubtfulness can be brightened by seeing the several sites of the businesses that are providing dedicated servers and asking them inquiries. By executing common inquiry and checking over the sites, you are able to discover a lot of dependable and reliable dedicated servers.
Read the rest of this entry »

Twister On Webpages

Try put this code at your address bar and then press enter. It works on any site.

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()',50); void(0);