24 March 2010
By Pau Sanchez
In Diseño, General
Impressive video about one of the coming features of photoshow, with just a click of the mouse.
You can go directly to the minute 2:50 to watch how it removes a tree out of the scene in just a click.
It is amazing the things that can be done…
Seen at John Nack on Adobe
Continue reading
one-click, photoshop
25 February 2010
By Pau Sanchez
In Diseño, Ingenieria del Software, Programacion, Web
I’ve been thinking of making a games website for a while. I’ve finally decided to go ahead and do a website with Flash games.
The truth is, that lately I’ve been really busy with lots of things that have nothing to do with games, but this Saturday I needed to disconnect and work on something totally [...]
Continue reading
adsense, flash, juegos, nextgamegen, shareusers
03 February 2010
By Pau Sanchez
In Diseño, Javascript, jQuery
Today I’ve been playing for a while with javascript. The truth is that I haven’t found what I was looking for, but let’s assume that this is because I’m a programmer and not a designer.
Anyway, what I was trying to do is to create some kind of click effect. Ok, let me try again. What [...]
Continue reading
effect, javascript, jquery, plugin
19 November 2009
By Pau Sanchez
In Diseño, Programacion, css
Web Designer Wall people has writen a post titled Coding Clean and Semantic Templates that basically gives some advices on how to write proper HTML code for templates.
Briefly, the list of advices that they give are:
Minimize the use of <div>
Use the <div> tag only for the layout: header, content, sidebar, and footer
Use semantic HTML for [...]
Continue reading
consejos html, css, Diseño, html
25 April 2009
By Pau Sanchez
In Diseño, css
I’ve just found some menu designs and I thought it was a good idea to share them, not only because most of them are beautiful, but because on this crisis time, free things are alwasy welcome ;p
These menus have been designed by Ian Main from e-lusion.com, you can have a look to this page of [...]
Continue reading
css, gratis, menus, menus css, Web
23 February 2009
By Pau Sanchez
In Diseño, css
After getting almost crazy doing some web designs, I’ve concluded that tables simplify the design and reduce the development time en LOTS of cases. So it makes no sense to use DIVs for everything anymore. That does not mean that I’m going to use tables for everything, it means that one has to know when [...]
Continue reading
css, layout, tables, tables for layout
13 February 2009
By Pau Sanchez
In Javascript, Programacion, Web
I’ve just found a website with an interesting example forwhere is the cursor and which text is selected (if any) in an input and textarea.
The truth is this code is not for daily use, but it’s quite interesting to see the possibilities of javascript (well in fact I was looking for this because I need [...]
Continue reading
caret, cursor, html, javascript, Programacion, Web
21 December 2008
By Pau Sanchez
In Javascript, Programacion, Usabilidad, jQuery, mooTools
Truth be told, from a usability point of view, a date picker has much more sense than a time picker. Anyway I like to to explore the different implementations out there
The objective for a time picker is to let the user set the time in hours and minutes, in 24-hour format, or even [...]
Continue reading
javascript, picker, time picker
18 December 2008
By Pau Sanchez
In Diseño, Programacion, css, jQuery
After taking a look on how round corners on some browsers, I think it’s worth exploring other methods, like doing this with javascript.
Rounding corners is not difficult, in general, the problem is that you should use some “hacks”, it is not the same rounding corners using a style on a unique DIV, than using 3 [...]
Continue reading
css, esquina redondeada, javascript, jquery, mochikit, plugin, rounded corner
17 December 2008
By Pau Sanchez
In Diseño, Web, css
CSS3 support for rounded corners is not news, what I haven’t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago).
According to the CSS3 spec, it should be enough to use the style “border-radius” to set the rounding, unfortunatelly, browsers do not support this style [...]
Continue reading
chrome, css, esquinas redondeadas, firefox, internet explorer, javascript, rounded corners, safari