public marks

PUBLIC MARKS from decembre with tags script & comment

2010

JSMin (Online Javascript version of this Tool) - A filter which removes comments and unnecessary whitespace from JavaScript files

by 1 other
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.

2008

Link highlighter script__Short tutorial to build a script

This short tutorial assumes that you have already downloaded and installed the Greasemonkey Firefox add-on. Below follows a very simple JavaScript program, which highlights links to your site, to get you started. I use this script a lot for SEO (Search Engine Optimization) purposes to find my site on a result page in Google, or to find a link to my site, which according to the access_log of my web site should be there.

Firefox Web Developer Toolbar | Webmaster Tips

Web Developer Toolbar is one of the most useful tools you can have for web design. This is a short introduction that will show you some ways that you can use it when making web sites.

Running scripts as soon as possible - UserJS.org

Running scripts as soon as possible Written on 2005-11-12Assuming the file name ends with .js (not .user.js), Opera will run User JavaScripts before the first script on the page is processed. This is done to allow you to set any user JavaScript events that you want, before any scripts are encountered. If the page has no scripts of its own, then user scripts are run immediately before the load event is about to fire. Note: if the page has no scripts of its own, then your script will always run after the page has loaded - there is nothing you can do about that.

XPath Tutorial

by 2 others
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.

2007

Hack Attack: Become a Gmail master - Lifehacker

by 1 other
Today I've got a rundown of the methods and add-ons I use to make Gmail more powerful. By the time you're done with this article you'll be a bona fide Gmail power user, too. Quick look at what to expect

2006

Ruby Script from the Sketchup Forums on Windows______How To Download a

Welcome to the Ruby Script Download Tutorial! This series of 6 quick steps will illustrate the simple process needed to download a ruby script from the Sketchup Ruby Forum (when using Windows). I hope you find this information helpful.

coComment: a new contender in the two-way web_ecmanaut:

Technically, the coComment implement their service using the cross browser, though laborious way of the browser bookmarklet. Brian Benzinger, apparently sharing my belief in automation through user scripts, made a Greasemonkey script for automatically inj

<img src="http://genericface.com/favicon.ico" border="0" height="16">&nbsp;genericface blog » Using Picasa to upload to Flickr using Uploadr.py&nbsp;<i><small>(genericface.com)</small></i>

by 3 others
Picasa is by far my favorite photo management software. Flickr is the arguably the best online photo sharing site (Zooomr is a rising competitor). However, one must use the email feature in to upload pictures from Picasa to Flickr (see Jim Rutherford’s

Les scripts_Diapovision - Tutoriel Photoshop -

Les scripts (Actions) Qui osera dire qu'on ne fait pas régulièrement les mêmes opérations, répétitives qui plus est, en matière de traitement d'images ? Eh bien, Photoshop permet d'enregistrer ces opérations et de les exécuter ensuite automatique

Les scripts photoshop - tutoriel absolut photo

Un script permet d'enregister une serie d'évènements pour les reproduire à volonté et à l'identique.

2005