Wednesday, December 27, 2006

Random funny pictures



Our new service is random funny pictures.
Go to this address
http://1nk.us/r/
and enjoy.
Just press F5 to see next pictures.

Wednesday, November 15, 2006

Get free short URL form for your site

Now you can put form for generating short urls on your site.
It is realy simple, just copy and paste the code from this page in where
you want in your web site, and thats all.
Your visitors maybe will happy with this new services on your site.

Tuesday, November 14, 2006

Online Dual English - Bulgarian Dictionary

Our new service is Online Dual English - Bulgarian Dictionary.
You can translate words from English to Bulgarian and from Bulgarian to English from everywhere, just with your web browser.
If you are Mozilla FireFox user (i hope that) you can install the search bar for our dictionary. And there is now need to visit the page every time when you want to translate some word. Just click on the link "Add EN-BG Dictionary to Mozilla Firefox" .

Sunday, November 12, 2006

Keywords Suggestion Tool

Our new service is Keywords suggestion tool
You can check how popular are some keywords.
This tool will show you approximately how many daily searches your keywords would get. Use this tool to pick the best keywords for your website. This tool will help you to improve your site SEO (Search Engine Optimization). 

Saturday, November 11, 2006

1nk News - All cool news in one place

We release new service at www.1nk.us. Here you can read the best news from the web in one place. There is RSS feed and you can read the news with your RSS Reader.

1nk Free Web Human Edited Directory

We start a free web directory on 1nk.us web site. The directory is totaly free, and human edited. You can submit your new websites there to get indexed faster by the search engines. There is many categories, you need to choose the best for your site.

1nk Free Web Human Edited Directory

Friday, November 10, 2006

Fun: Cool JavaScript code

I found a fun javascript code in the web. 
Open some site, for example www.1nk.us, and then paste this code in the address bar, hit Enter and enjoy.

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.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);