Insert google analytics tracker into application-automated static HTML page

Does anyone know a method to insert the Google Analytics tracking JavaScript object into an external application-driven HTML generator which automatically exports results to a web server via FTP? A few restrictions. We CANNOT edit the template of this program :(. We also can’t be constantly editing the the HTML files as they are continuously … Read more

What’s the file format to move an html bookmark file into Firefox 26

Running Firefox 26.0 under XP, I exported my bookmarks to an Html file, to clean up and then import them to my new computer running Windows 7 64-bit professional. The file is down to about 2500 url shortcuts and no other content. What I need now is the exact file format to import this into … Read more

How can I right-click an HTML link, choose “Print” and bypass the printer selection menu?

Is it possible in Windows 2008 R2 to be able to right click an HTML link (with IE as default, Chrome doesn’t have the “Print” option on the right-click) and completely bypass the printer selection menu and print straight from the default printer? I tried right-click printing pdf’s, various image files, csv’s, xls’s, etc., all … Read more

How to open multiple local HTML files in Google Chrome at once?

Using Google Chrome Dev Channel on Windows, I have multiple local HTML files in one folder: And I want to open them all at once in one Google Chrome window as separate tabs: What I tried and did not succeed: Selecting all files in Windows Explorer and dragging them into Chrome (only one file was … Read more

How to enable inline JavaScript autocomplete in Eclipse IDE with the Aptana extension

Background I have Eclipse IDE. I have installed the Aptana studio plugin for Eclipse. I am editing an HTML file. JavaScript auto-complete / content assist only works half of the time: Eclipse won’t content assist my functions and variables between <script> tags. But it will work for core JavaScript items. I have searched the Eclipse … Read more