PUBLIC   marks

PUBLIC MARKS with search saving

Sponsorised links

This month

Internet Explorer and cacheing: beware of the Vary - Crisp's blog

by karlcow

To cut a long story short: while reconfiguring my local server to match our production settings I found out that the Vary-header was the actual culprit, and that mod_gzip (a module responsible for compressing content before sending it to the client and thus saving bandwidth) added this particular header, even though we explicitly excluded images from being compressed by this module by means of a mimetype filter (images have a mimetype that matches image/* e.g. image/gif, image/jpeg and so on).

October 2009

HP Smart Web Printing - Choisir et organiser ce que l'on veut imprimer....

by decembre
When I do need to print, HP's addon gives me the option to combine multiple web pages on one sheet of paper, eliminate elements I don't need to print, and it even allows saving to PDF. Always nice to see the big boys release something great for free.

Slow Photoshop? A solution. | Hoefler & Frere-Jones

by sbrothier
Intermittently, Photoshop will start taking EXTRAORDINARY amounts of time to open files, regardless of their size. This problem has persisted from CS2 to CS3, and from a PowerPC to an Intel Mac. The problem is intermittent, seeming to go in long cycles (a few months at a clip), but when it strikes, a 2k file -- or a 100mb one, curiously -- will take upwards of two minutes to open. Also curiously, an open file can be saved and saved again without any performance hit. But saving a new file creates the lag as well, especially loathsome if you're using "Save for Web" a lot.

Sponsorised links

September 2009

GreenPrint Software - Millions of Trees Can't be Wrong.

by sbrothier & 1 other
GreenPrint makes it easy to print only the pages you want saving you around $100 a year on paper and ink, as well as helping to save millions of trees.

August 2009

July 2009

Read It: Search User Interfaces

by karlcow

Read the Book

To make this book available to as many readers as possible, the author, with permission of Cambridge University Press, has placed the full text online free of charge. See the terms of service on the right.

Search is an integral part of peoples' online lives; people turn to search engines for help with a wide range of needs and desires, from satisfying idle curiousity to finding life-saving health remedies, from learning about medieval art history to finding video game solutions and pop music lyrics. Web search engines are now the second most frequently used online computer application, after email. Not long ago, most software applications did not contain a search module. Today, search is fully integrated into operating systems and is viewed as an essential part of most information systems.

June 2009

Looking To Borrow Money, Is A Personal Loan Your Best Option

by hViewer
If you are needing to borrow money, there are a few different ways that you can go about getting it. The better your credit, the more money that you will be saving the next time you take out a loan.

illumin8

by parmentierf
illumin8 accelerates innovation by: • Integrating authoritative scientific, patent and web content • Eliminating information overload • Revealing solutions faster • Saving valuable research time • Increasing R&D productivity • Giving companies a competitive advantag

May 2009

February 2009

Structured process you must know to develop a web application

by Tiagut & 1 other (via)
This post illustrates a structured process which helps you to simplify the approach to develop your web applications saving time and more efficiently.

Xoopit

by cascamorto
Find and share the pictures, videos, and files buried in your inbox. Browse photos and videos from YouTube, Flickr, Shutterfly, Kodak, and Picasa Browse all your email and web photos and videos in one spot. Photo and YouTube links sent to you are automatically collected, saving you the hassle of going to these sites. Xoopit est une extension pour FireFox qui s’occupe de gérer toutes les pièces jointes et liens multimédias que vous recevez par mail. Ce plugin indexe toutes les photos et vidéos que vous recevez, afin de les rechercher et de les visualiser directement à partir de votre boîte gmail. Il ajoute des onglets à votre boite de réception, comme par exemple l’onglet vidéo ci-dessous qui regroupe toutes les vidéos que vous avez reçu :

December 2008

MIDI-Perl: Reading and Writing MIDI in Perl

by Emaux
MIDI-Perl is a suite of Perl modules which allows MIDI files to be read in and manipulated, or composed anew, and written out as MIDI files. Its simplest uses include listing text events from MIDI files for archival purposes, making dumps of MIDI files for debugging purposes, and extracting, saving, or dumping sysexes. More complex applications include aleatoric/algorithmic composition, and modifying existing MIDI files (e.g., changing their timing, transposing their key, or performing some yet more complex transform on them)

American Mustache Institute

by moustache
Enter the American Mustache Institute (AMI) - based in St. Louis as the city is home to the world's largest mustache - the St. Louis Arch. AMI is an advocacy organization protecting the rights of, and fighting discrimination against, mustached Americans by promoting the growth, care, and culture of the mustache. AMI continues to battle negative stereotyping that has accompanied the mustache since those glory years of the 1970s - the peak of mustache acceptance - fighting to create a climate of acceptance, understanding, flavor saving, and upper lip warmth for all mustached Americans alike.

November 2008

Language (API) Processing 1.0

by Neewok & 1 other
The biggest changes in the months prior to release 1.0 are as follows:
  • Libraries - All libraries must be placed in a folder named "libraries", inside the sketchbook folder. Do not use the main "libraries" directory in the Processing distribution, as it is reserved for the core libraries, and is not visible on Mac OS X.
  • XML - The XML library is now included by default, so you won't find it in the Import Library menu anymore. In addition, the XML library since 0135 has been greatly improved, making it compatible with far more documents.
  • Processing.app - The Mac OS X release of Processing is now a single .app file, more befitting an OS X application.
  • Processing.exe - The Windows release has a new launcher based on launch4j. Unfortunately, some machines have a problem with the new launcher that we haven't been able to track down. If you have trouble, please help us find the problem. PDE files are also now double-clickable on Windows.
  • OpenGL - All OpenGL sketches now use 2x full screen anti-aliasing. This means that these sketches are always smooth, and the smooth() and noSmooth() commands are ignored. To return to the behavior found in the beta releases, see the hint() reference.
  • P2D and P3D - The P2D renderer has returned (see the size() reference) and smoothing is now enabled for both P2D and P3D. Smoothing support is unfortunately incomplete, however, and sometimes thin lines can be seen inside shapes. This is a very high priority bug to be fixed in a future release.
  • Candy and PShape - The Candy SVG library has been merged into the core, which brings along a new loadShape() command and a new PShape object. The special powers of PShape will be rolled out in future releases. For the time being, loadShape() works best with the default renderer (JAVA2D). Complex shapes will often appear jagged or not at all when rendered with P2D, P3D, and OPENGL. We've also added better support for SVG files created with Inkscape.
  • PVector - We've added a new class called PVector, which is a simple three-dimensional vector (also known as point or tuple) class. This is useful for storing point data, or operations on 3D points.
  • Tools - A new Tools API has been created for developers who want to contribute code that extends the Processing Development Environment in some fashion. Let your creativity flow with fantastical contributions like "Color Selector 2.0", "ROT13 Code Mangler", and "I Am Rich". Visit the developer page on tools for more information. Similar to libraries, tools are installed in a folder of the same name within your sketchbook folder.
  • Asynchronouse Images - Big JPEGs and small pipes? We've added a new requestImage() that loads an image in the background so that your sketch doesn't freeze when loading lots of large images over a slow connection.
  • Present - Present mode (full screen) is handled differently. When run inside the PDE, only Mac OS X uses exclusive mode with Present. Windows and Linux just do full screen windows. When run outside the PDE, all three simply create an undecorated window the size of the entire screen, and on the Mac, an option is added to the Info.plist file to hide the dock and menubar (since that cannot be done programatically from Java).
  • Compiler - We've removed the old Jikes compiler and are now using another. We've also tried hard to improve the quality of error messages, though some are still real gems that invoke the complaints of mainframe computers in 1970s films.
  • Internationalization - For better internationalization support, we've changed to UTF-8 encoding when loading and saving sketches. Sketches that contain non-ASCII characters and were saved with Processing 0140 and earlier may look strange when opened. Garbled text and odd characters may appear where umlauts, cedillas, and Japanese formerly lived. If this happens, use the "Fix Encoding & Reload" option under the Tools menu. This will reload your sketch using the same method as previous versions of Processing, at which point you can re-save it which will write a proper UTF-8 version.
  • Java - Linux and Windows now inlude Java 6 update 10 with the download. We still don't have support for Java 1.5 syntax yet, but we hope that the performance boosts in Java 6 will help applications run well.

File I/O

by greut 1 comment

This document describes an interface for an abstract File I/O interface where web applications can interact with a file system, without any prior knowledge about the underlying filesystem. This interface can be used for e.g. an image preview before submitting a form or for saving a drawing from a canvas painting web application locally.

open the web

Hobnox - Audiotool

by gregg
Produce your own electronic music with the Hobnox Audiotool. All in your browser. Live recording of your tracks is finally possible. Choose your set-up, add, remove and arrange the devices you need and record your track to the ‚myFiles’ section of your Hobnox account. From there, publish and share. The first step towards timeline & sequencer, saving arrangments & remixing tracks is done!

October 2008

FfChrome Compacts Firefox's Right-Click Menu

by decembre
Windows/Mac/Linux (Firefox): FfChrome, a free add-on for Firefox browsers, lets users who do a lot of link-grabbing, picture saving, and other right-click-type operations decide exactly what they should see when they right-click anything in their browser. Once the extension is installed, users can check or un-check particular context menu items, such as the "Email this" tools, to and create a trim right-click box with just the essentials. Hover over the "Show All" option, though, and everything rolls out. FfChrome doesn't appear to support right-click items brought in by other extensions, though, so hopefully the developer will work the add-on into those options.

cfis : Atom Will Change the World

by holyver (via)
Its a rare day that a truly good standard comes along. Its an even rarer day that the standard get widely adopted. So the developers of Atom should stand up and take a bow - not only did they hit a home run with the Atom syndication format, they've done it again with the Atom publishing protocol. In case you are not familiar with Atom, the syndication format provides a standard format for saving blog content in XML and the publishing protocol provides a standard API for clients to read, create or update Atom documents stored on servers.

smush it!

by vrossign & 6 others
* You can upload a bunch of pictures in your browser * You can provide us with a list of image urls or * You can get a Firefox Extension to optimize the images found on any web page Saving bytes has never been so easy - you point us in the right direction, and we'll do the rest for you. A

Caching Tutorial for Web Authors and Webmasters

by holyver & 25 others , 1 comment
A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — for itself. Then, if there is another request for the same URL, it can use the response that it has, instead of asking the origin server for it again.

Tentakel to execute commands on multiple Linux or UNIX Servers

by camel
Many times, you want to execute a command not only on one server, but also on several servers. For example, find out * Version of kernel * Version of Apache web server * Update static html or images files on all web servers via rsync * Find out user information, server information, memory usage etc * Security/patch checking tentakel I have already covered how to execute commands on multiple Linux or UNIX servers via shell script. The disadvantage of script is commands do not run in parallel on all servers. However, several tools exist to automate this procedure in parallel. With the help of tool called tentakel, you run distributed command execution. It is a program for executing the same command on many hosts in parallel using ssh (it supports other methods too). Main advantage is you can create several sets of servers according requirements. For example webserver group, mail server group, home servers group etc. The command is executed in parallel on all servers in this group (time saving). By default, every result is printed to stdout (screen). The output format can be defined for each group.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links