JavaScript Resources
- Web Programming Topics...
- JavaScript is not Java; Java is not JavaScript. These are two distinct programming languages (with confusingly similar names).
- JavaScript is a dynamic interactive scripting language. JavaScript is very powerful.
- “Java is to JavaScript what car is to carpet.” - Brendan Eich (creator of LiveScript, the language later renamed JavaScript).
-
- ECMAScript - Wikipedia, the free encyclopedia
- JavaScript - Wikipedia, the free encyclopedia
-
- Microsoft: Learn JavaScript programming language for free with our new course | ZDNet
- These free JavaScript for beginners videos from Microsoft are aimed at new developers - TechRepublic
- Programming languages: JavaScript developers reveal their favorite tools - TechRepublic
- How it feels to learn JavaScript in 2016 – Hacker Noon
- jQuery? React? Python? ...
- ES5? (= ECMAScript 5), ES2016+? Typescript? Elm or WebAssembly? (Typescript + SystemJS + Babel combo) ??
- 6 secrets of JavaScript Jedis | Application Development - InfoWorld
- Fast and flashy: Famo.us JavaScript framework revealed | Web applications - InfoWorld
- Node.js tools: Server-side JavaScript comes of age | Application Development - InfoWorld - 2012-02-22
- Ajax
- JavaScript Libraries
- Write your own
- Bootstrap
- Node.js
- jQuery (88% of JS sites)
- run from the local server or
- run from Google's CDN
- MooTools (9% of JS sites)
- Prototype
- Zepto (for mobile sites)
- Backbone.js
- Underscore
- Alternatives
- JavaScript Frameworks
- Apple
- iPhone does support JavaScript, neither Flash nor Java is supported, so users will not be able to view sites that rely on those elements.
- See also: Flash ...
-
- How to enable JavaScript in Windows - or - https://support.microsoft.com/gp/howtoscript
- Why do I get a null or not an object error? - Javascript FAQ - Tek-Tips
- 10-Minute Solutions (Get Help)
- About.com - JavaScript tutorials, scripts, answers and much more JavaScript
- ASTALAVISTA - hacking & security community | ASTALAVISTA - the hacking and security community
- Batch Files ...
- <body background=...
- CGI Script.net - Webmaster Resource Site - Free and Professional CGI Scripts and JavaScripts
- CoffeeCup Software
- Cookies ...
- Cross-Browser.com - cross-browser, Javascript functions and objects
- Dart
- DevSoftware - shareware and freeware tools for software developers
- Developer.com
- DevelopPHP.com - Learn web design and development online free
- Libraries, Videos, etc.
- HTML, CSS, JavaScript, PHP
- Document.Write
- DOM = Document Object Model...
- Dynamic Drive DHTML (dynamic html) code library!
- EarthWeb.com: The IT Industry Portal -- JavaScripts
- Editors for JavaScript ...
- Event Handlers - There are 20 Intrinsic events which can trigger a script. (ONABORT, ONBLUR, ONCHANGE, ONCLICK, ONDBLCLICK, ONERROR, ONFOCUS, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONLOAD, ONMOUSEDOWN, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, ONRESET, ONSELECT, ONSUBMIT, ONUNLOAD).
- Gamelan
- GASP | CSS3 Transitions vs GSAP: Cage Match « GreenSock
- Google
- Hotsyte - The JavaScript Resource
- HTML Slidy - HTML Slidy: Slide Shows in XHTML - www.w3.org - $0
- Inside Dynamic HTML - Cross-Browser DHTML Talk
- Internet.com
- Introduction to JavaScript
- irt.org - JavaScript FAQ
- JavaScript City
- Javascript Examples
- JavaScript Kit- Comprehensive JavaScript, DHTML, CSS tutorials and over 400+ free JavaScripts! (www.wsabstract.com)
- JavaScript MouseOver Creator 2.0 07-28-00 - DimSis Creations
- JavaScript Search
- JavaScript.com - The Definitive JavaScript Resource: JavaScript Tutorials and Free Java Scripts
- JavaScriptSource.com - Free JavaScripts, Tutorials, Example Code, Reference, Resources, And Help
- jQuery
- MOTW = Mark of the Web
- http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx
The Mark of the Web (MOTW) is a feature of Windows Internet Explorer that enhances security by enabling Internet Explorer to force Web pages to run in the security zone of the location the page was saved from—as long as that security zone is more restrictive than the Local Machine zone—instead of the Local Machine zone. The role of the MOTW is more prominent with Microsoft Internet Explorer 6 for Microsoft Windows XP Service Pack 2 (SP2) because of increased security restrictions in the Local Machine zone. When you are developing Web content, the MOTW enables you to test your active HTML documents in the security zone where you intend the pages to run. Adding the MOTW to your Web pages also enables you to fully test their compatibility with users' security settings.
----------------------------------------------------------------------
"To help protect your security, Internet Explorer has restricted this webpage from running scripts ...
While creating an scripted html page locally and previewing it, if using IE7 you'll get the annoying ""To help protect your security, Internet Explorer has restricted this webpage from running scripts ..." message all the time, needing to right click it every time and select to allow scripts (without option to remember it for that specific local page/file).
An easy solution is to add the following line (as is) to the first line (or the second one if you have a <!DOCTYPE ...> at the 1st line) of your HTML page:
<!-- saved from url=(0014)about:internet -->
for more information see: http://msdn2.microsoft.com/en-us/library/ms537628.aspx
Warning: if you put the same HTML page online on the web you must first remove this special HTML comment, else any Javascript code the page uses won't work when someone visits the page from their web browser.
----------------------------------------------------------------------
The Active X error is IE specific. IE blocks all Active X controls unless you allow them. You can change that on your computer by changing your security settings to Medium or by clicking the Allow Active X control under the options.
Click the Tools menu at the top of your browser, and select Internet Options.
Click the Security tab at the top of the dialogue box, and set Medium as the Security level for this zone.
Click Custom Level button and ensure that the following are set to Enabled:
Run ActiveX controls and plug-ins
Script ActiveX controls marked safe for scripting
Scripting
Click OK after these settings are enabled.
Click OK again to save your changes.
However, this will only fix what you are viewing, not what happens to visitors on your website.
Depending on the content you are putting on your site, you may be able to work around this. see http://www.webmasterworld.com/forum104/5... for info on inserting flash. - See also: Flash ...
----------------------------------------------------------------------
This is an IE security feature. To enable JS on your local files, do
Tools, Internet Options, Advanced, and go down to the checkbox labelled
"Allow active content to run in files on My Computer". Check it. You
will have to then close IE and reopen it for this to take effect.
(This BTW is not an IE7 issue, as it also applies to IE6 SP2.)
----------------------------------------------------------------------
http://www.phdcc.com/xpsp2.htm
----------------------------------------------------------------------
How to Enable the My Computer Security Zone in Internet Options
http://support.microsoft.com/default.aspx?scid=kb;en-us;315933
The Flags value in the following registry key determines whether you can view the My Computer security zone on the Security tab in the Internet Options dialog box:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0
The Flags value is a DWORD value. Setting the data value of the Flags value to 47 (in hexadecimal) causes the My Computer security zone to be displayed. Setting the data value of the Flags value to 21 (in hexadecimal) causes the My Computer security zone to be hidden.
----------------------------------------------------------------------
http://localhost/test/index.html
you have to configure local site in ur IIS
----------------------------------------------------------------------
http://www.psychpage.com/tech/damnbar.html
Turning off The DamnBar - Option 1
One post at the blog above from TheICrow gives you the Registry key to turn this "feature" off.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Internet Explorer\Main\FeatureControl\
FEATURE_LocalMachine_Lockdown
where you set the REG_DWORD values to 0 to disable LMZ Lockdown.
explorer.exe
iexplore.exe
wmplayer.exe
----------------------------------------------------------------------
- menus...
- Microsoft - JScript is not browser-neutral. JScript enhancements are understood only by MSIE.
- JavaScript: Learn JavaScript, jQuery, Angular.JS & More - SitePoint
- Newsgroups
- Node.JS | Jump Start Node.JS : Write staggeringly fast, scalable real-time web applications.
- O'Reilly & Associates, Inc.
- PageResource.com was closed and merged with WebsiteSetup.org
- perlscriptsjavascripts.com - Perl scripts (and JavaScripts) for Websites, form processors, web stats and counter, mysql scripts for unix, mac, windows and linux servers
- Plug-Ins
- S5: A Simple Standards-Based Slide Show System - $0
- Scripting News
- script.aculo.us - web 2.0 javascript - ("exciting Web interface effects")
- ScriptSearch
- SitePoint
- Smart Computing-Editorial - "Splendid Special Effects Jazz Up Your Site With JavaScript"
- SmartScript - GD Software
- Variables
- VBS = Visual Basic Script
- VQS
- WDG - Web Design Group
- Web Design Resource
- Webmonkey | authoring : dynamic_html
- Web Programming...
- WebsiteSetup.org | How to Make a Website: Step-by-Step Guide for Beginners
- WSH = Windows Scripting Host
- JavaScript screen object
- Enter key (= Return key)
- onKeyPress="if (event.keyCode==13) {...}"
- JavaScript from the Browser's Address Bar
- javascript:alert("document.lastModified\n\n" +document.lastModified)
- javascript.alert(document.cookie)
- javascript.alert(document.forms[0].action)
- MSIE allows you to copy (drag&drop) from the Address Bar to the Links Bar
- You should immediately rename this new link with a short name
- document.write()
document.writeln()
- window.prompt()
window.alert()
window.confirm()
- Escape sequences: \n
- == equality operator
- = assignment operator
- Whitespace...
- RollOver
- onMouseOver="document.images['left'].src='abc.gif';"
- function act(imgName)
{
if (document.images) document[imgName].src=eval(imgName+"a.src");
}
- document[name].src=eval(name+".src");
- document.images['image1'].src='image2.gif';
- javascript.history.back()
- javascript:openPwindow(); // to print a page
- Right-click menu (disable)
- <body oncontextul="return false">