Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Tuesday, March 6, 2012

EditPlus


Download EditPlus
Spell Checker for EditPlus Text Editor

US English Spell Checker 
UK English Spell Checker



EditPlus is a text editor, HTML editor, PHP editor, Java editor and Hex Viewer for Windows. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.
•Syntax highlighting for HTML, PHP, Java, C/C++, CSS, ASP, Perl, JavaScript, VBScript, Python and Ruby on Rails. Also, it can be extended for other programming languages based on custom syntax files.
•Seamless Web browser for previewing HTML pages, and FTP commands for uploading local files to FTP server.
•Other features include Hex Viewer, HTML toolbar, user tools, line number, ruler, URL highlighting, auto completion, cliptext, column selection, powerful search and replace, multiple undo/redo, spell checker, customizable keyboard shortcuts, and more.




Keywords: Downloads, Free to try software, Hex Viewer, HTML editor, HTML+CSS editor, Internet Software, Java Script Editor, Javascript, Network Tools, Text editor, XHTML editor.


Friday, February 17, 2012

Insert Javascript in Blogger Template and Posts


1)How to Insert Javascript in the Template

Design > Edit HTML

Now you Search with Browser for the string "text/javascript"


Cmd+f on a Mac
Ctrl+f on a PC
Look for "text/javascript"

And...
Take Note of the Position you Found It! At Google there are Wise Guys and they Know that the Best Position to put Javascript Code for Site Functionality is: the End of the Body
The idea to put Javascript in the head has been largely diffused Simply because that the best way to keep Ordered and Readable your HTML Content... But now if you look at how HTML is Loading you will arrive to understand than it's Best to Load Before some Content and Images than Code. In Fact there is an Human Looking at the Screen and he Doesn't like so much Waiting in front a Blank or Messy Image :)


Insert Highlighted Code to Test
Save Template
If you have Inserted an Alert command just Click on View Blog to verify than is Working! :)
If you need to Insert Javascript in your Post Look right to the Next Section.

2)Hot to Insert Javascript in the Posts





Insert Code at the Post's Bottom
To Test Insert Highlighted Code
Publish and View Post to Verify

Keywords: Blog, Blogger, Blogger Tutorial, Hot to Insert Javascript in the Posts, How to Insert Javascript in the Template, Javascript, Tutorials.