miércoles, febrero 28, 2007

Linux commands MAN Page

Linux commands MAN Page

Retoque fotográfico: maquillar en Intenta

Retoque fotográfico: maquillar en Intenta: "En este tutorial de retoque vamos a ver el uso del modo de fusión 'Luz Suave' entre las capas para realizar ligeros efectos de maquillaje. En este ejemplo se han retocado los labios, pómulos y ojos."

Validación con expresiones regulares y Javascript en Intenta

Validación con expresiones regulares y Javascript en Intenta

)) DEVLISTING

)) DEVLISTING

Collection of Handwriting Typography at No Enemies

Collection of Handwriting Typography at No Enemies

Exljbris: tipografías gratuitas de calidad en Intenta

Exljbris: tipografías gratuitas de calidad en Intenta: "En exljbris, Jos Buivenga nos ofrece unas cuantas fuentes de gran calidad y que son gratuitas tanto para su uso personal como comercial. De momento ofrece las siguientes fuentes: Delicious, Fontin, Tallys, y Fertigo."

» Create a software box Photoshop Tutorial

» Create a software box Photoshop Tutorial

Free Photoshop Brushes by Brusheezy

Free Photoshop Brushes by Brusheezy

IcoFX - The Free Icon Editor

IcoFX - The Free Icon Editor

isnoop.net CSS Superdouche

isnoop.net CSS Superdouche

GIMP - Tutorials

GIMP - Tutorials: "Beginner"

Freebies | BittBox

Freebies | BittBox

Open Source Alternative - Find Open Source Alternatives to commercial software

Open Source Alternative - Find Open Source Alternatives to commercial software

Niceforms 1.0 :: badboy.media.design

Niceforms 1.0 :: badboy.media.design: "The script is fully compatible with most major browsers, including Firefox, IE6+, Safari and Opera. Since Safari insists on styling input fields and buttons the Mac-way no matter what, Niceforms isn’t applied on these elements for this browser, leaving the default styling in place."

terrill.ca | Vertical Bar Graphs using CSS and PHP

terrill.ca | Vertical Bar Graphs using CSS and PHP: "Creating the list with PHP"

Open Source Windows - Free, Open-Source software for Windows

Open Source Windows - Free, Open-Source software for Windows

splitpane.js

splitpane.js
Doc: http://www.jools.net/projectdocs/

MiniAjax.com / A showroom of nice looking simple downloadable DHTML and AJAX scripts

MiniAjax.com / A showroom of nice looking simple downloadable DHTML and AJAX scripts

Moobar

Moobar

Ajax auto-suggest / auto-complete | BrandSpankingNew

Ajax auto-suggest / auto-complete | BrandSpankingNew

moo flickr stream (con rebote)

moo flickr stream(con rebote)

http://threedozen.com/techzilla/flickr/#

moo flickr stream

moo flickr stream

http://www.nwhite.net/flickr/

solutoire.com | Mootools: playing with height-transitions

solutoire.com | Mootools: playing with height-transitions

viernes, febrero 23, 2007

lunes, febrero 19, 2007

Build a Web spider on Linux

Build a Web spider on Linux: "This example demonstrates the crawling phase of a Web spider. After a file is
read by the client, the page could also be scanned for content, as in the case of
an indexer."

martes, enero 23, 2007

Comienza el juicio oral por el 'caso Xfera' contra directivos de Abengoa - CincoDias.com

Comienza el juicio oral por el 'caso Xfera' contra directivos de Abengoa - CincoDias.com: "La fiscalía sostiene, por su parte, que los directivos de Abengoa vendieron a Telvent su participación en Xfera para desprenderse de un negocio malo. El escrito del fiscal afirma que se valieron de su doble condición de administradores de Abengoa e IC para ejecutar una operación 'estrepitosamente alejada del riesgo de pérdida admisible en la gestión empresarial' y que eran 'conscientes de que el valor de mercado de Xfera era cero'."

miércoles, octubre 04, 2006

Software As She?s Developed » Blog Archive » Ajax/Javascript: 8 Ways to Create Graphics on the Fly

Software As She?s Developed » Blog Archive » Ajax/Javascript: 8 Ways to Create Graphics on the Fly: "(Off-topic: I've just updated my blog page, I prefer the 2-column sidebar because: (a) there are now 20 monthly archives links; (b) I wanted to add a ton of chicklets; (c) I wanted to add more bio info. BTW If you have a blog, here's a quick exercise: Place yourself in the mind of a new visitor for twenty seconds, and decide if this person could work out who you are, what you do, and how to contact you. Around 90% of blogs fail this test on the grounds it's impossible or way too hard.)"

lunes, octubre 02, 2006

Transcorners ? Cornerus Pride is there *scared*

Transcorners ? Cornerus Pride is there *scared*

In-Browser Wireframe Prototyping with Frametastic

In-Browser Wireframe Prototyping with Frametastic: "What I?ve really longed for is an ultra-lightweight, simple tool for producing wireframes right inside the browser. No flash, no java, darn it - no server even - just a pure HTML / CSS / Javascript solution. I wanted something where I could draw a few colored boxes titles, then screenshot and print if necessary. So, without further adieu, I present Frametastic 0.1."

Digital Web Magazine - Architecting CSS

Digital Web Magazine - Architecting CSS

Using AJAX with Java Technology and Converting a POJO to a Persistent Entity Tech Tips

Using AJAX with Java Technology and Converting a POJO to a Persistent Entity Tech Tips

Building Mashup Portlets

Building Mashup Portlets

martes, septiembre 26, 2006

viernes, septiembre 22, 2006

Creating a thumbnail

Creating a thumbnail

Thumbnail.java - Load an image, scale it to thumbnail size and save it as JPEG

Thumbnail.java - Load an image, scale it to thumbnail size and save it as JPEG: "The third and fourth program argument contain the maximum size of the thumbnail to be created.
The actual size of the thumbnail will be computed from that maximum size and the actual size of the image (all sizes
are given as pixels).
The code that does this is not really very readable, and also not essential to loading and saving image files.
But it is necessary to create a thumbnail that is scaled correctly."

JIMI Software Development Kit

JIMI Software Development Kit: "JIMI Software Development Kit"

ResizR - Easy online image resize

ResizR - Easy online image resize

Como configurar JAVA JDK | Fedora-es

Como configurar JAVA JDK | Fedora-es: "Como configurar JAVA JDK"

miércoles, septiembre 13, 2006

Kart

Laboratorio de Cad

Cita

El éxito en la vida de un hombre
está en prepararse para aprovechar
la ocasión cuando se le presente.

miércoles, septiembre 06, 2006

Jack Slocum?s Blog

Jack Slocum?s Blog

Encytemedia: The Flurry Continues: More Prototype Updates

Encytemedia: The Flurry Continues: More Prototype Updates

Ajaxian.com article:

Prototype: DOM, Events, and documentation?

Category: PrototypeView the technorati tag: Prototype

Justin Palmer is shedding more light on Prototype updates.

This time around he covers events and DOM traversal:

Events

In days past bind was great at accepting additional arguments, however, bindAsEventListener didn?t get this love until now. We can pass those additional arguments to bindAsEventListener with ease:
var Clicker = Class.create();
Clicker.prototype = {
initialize: function(link) {
Event.observe(link, 'click', this.onClick.bindAsEventListener(this, 'red'));
},

onClick: function(event, color) {
Event.element(event).setStyle({color: color});
Event.stop(event);
}
}

new Clicker('cool');


DOM made simple

We all hate the DOM, so how about some simpler methods to traverse it?
$('menu').up();
$('menu').down()
$('menu').next()
$('menu').previous()
$('menu').down(2) // grab second arg
$('menu').down('li', 0)
$('sidebar').descendants()
$('selected').previousSiblings()
$('actions').ancestors()
$('actions').siblings()


And it looks like documentation is in the works:

On the documentation front: We have something in the works. We have the API about 80% documented and will have this up for public consumption as soon as we can. This will start off as very basic API docs, but we plan on putting a lot of effort in this as time goes by. On that note, you can send your thanks to Andrew Dupont considering he has worked very hard on the docs.

Prototype Carousel

Prototype Carousel

Enterprise Java Community: Building on Struts for Java 5 Users

Enterprise Java Community: Building on Struts for Java 5 Users

miércoles, agosto 30, 2006