KitzKikz  KitzKikz: SogudiTipsJavascript   RecentChanges 
 PopularPages 
 SearchPages 
 Home | Trail - SogudiTipsJavascript
 
 

SogudiTips - SogudiTipsHelp

Cool Sogudi Tricks with Javascript  

Make Current Window Full Screen
fsjavascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.ava...

Make Current Window 800 Pixels Wide
800javascript:self.moveTo(0,0);self.resizeTo(800,screen.availHeight);

Scientific Calculator
calcjavascript:expr=prompt('Formula...(eg:%20%202*3%20+%207/8%20)','');if(...

Standard 216 Web Colors
colorjavascript:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i...

Four Windows for Multi-Window Surfing
make4javascript:w=innerWidth;h=innerHeight;S=screen;W=S.availWidth;H=S.avai...
This was more useful when we didn't have tabbed browsing, but it is still handy at times.

1024 x 720 Window, Centered
cjavascript:w=1024;h=720;S=screen;self.resizeTo(w,h);self.moveTo((S.ava...

If the above javascript links don't work when you click on them, try dragging them onto Safari's location field. You can also right-click (ctrl-click), select copy, and then paste into a Sogudi shortcut.

Find more javascriptlet ideas at http://www.bookmarklets.com , http://www.squarefree.com/bookmarklets/ or the external links section at http://en.wikipedia.org/wiki/Bookmarklet#External_links

SogudiTips - SogudiTipsHelp

 

   

 
 EditThisPage · LinksToPage · PageInfo 01/09/07 21:54:55  ·  0.0782s