Browse by Tags

All Tags » javascript (RSS)

Apply in Javascript by Palermo4

After reading an older blog post by Scott Cate , I was curious if the apply function in Javascript would work if no arguments were defined in the calling function. It turns out that it does work. Consider the following javascript: <script type= "text...
Filed under: , ,

Browser Resizing by Palermo4

I just encountered a great tip on how to quickly adjust a browser window to a specific dimension. Just type any of the following in address bar: javascript:resizeTo(640, 480); javascript:resizeTo(800, 600); javascript:resizeTo(1024, 768); It gets better...
Filed under: ,
More Posts