Tag: JavaScript

Have you met “ScriptSrc”?

Posted by Dor Zuberi - December 8, 2011 - Computes & Internet ScriptSrc Logo

When programming an website or a web application, the faster the page loads the best, in terms of SEOlogy. Say you site has jQuery or DOJO scripts, you probably host the JavaScript library on your server which is not always good.

Read More

JavaScript Tip: Force Embedding a Page as iFrame

Posted by Dor Zuberi - May 11, 2011 - Web Development JavaScript Word Cloud

Hello mates, Ever wanted to force a page from being accessed directly? wanted to make it iFrame access only? with this cool JavaScript code you can do so.

Read More