Alguno de ustedes tendrá algo de material que explique como se debe trabajar las imágenes cuando se hace un diseño responsive?
Alguno posee una libreria para resizing de imagenes antes de subirlas?
Alguien aquí no ha usado postcss?
Why not do the same for CSS?
¿Eso que muestran es algo así como el génesis de #CSS dinámico?
Alguno posee una libreria para resizing de imagenes antes de subirlas?
Alguien aquí no ha usado postcss?
Why not do the same for CSS?
¿Eso que muestran es algo así como el génesis de #CSS dinámico?
m000_g 2016-04-12 22:49:44
Voy a buscar la info…. gracias
highercomve 2016-04-12 22:50:37
http://www.jetbrains.com/help/ruby/2016.1/enabling-emmet-support.html?origin=old_help
m000_g 2016-04-12 22:51:42
Gracias, que inapropiada pregunta de mi parte. srry
highercomve 2016-04-12 22:51:59
dont worry
highercomve 2016-04-12 22:52:26
al final yo nunca lo termine usando. Le perdi el amor a los IDEs
m000_g 2016-04-12 22:55:08
🙂 cada quién con lo que mejor se sienta cómodo. A mí Ruby Mine me gusta porque me hace sugerencias de error en mi código. En parte me dieron la licencia y quiero «sacarle provecho».
highercomve 2016-04-12 23:22:08
Lo mismo me pasó a mi
highercomve 2016-04-12 23:22:17
Me gusta como se integra con las pruebas
highercomve 2016-04-12 23:22:24
Eso es súper cool
highercomve 2016-04-12 23:22:36
Por eso fue que lo comencé a probar
2016-04-13 01:55:07
Hola a tod@s y gracias tatica por la invitación
Tatica 2016-04-15 19:42:27
http://www.flisol.org.ve/san-cristobal-2016/
FLISoL San Cristóbal 2016 – FLISoL
Visit the post for more.
Visit the post for more.
CelisFlen_Bers 2016-04-15 20:28:41
👍🏻 excelente
jelur 2016-04-16 06:45:30
No se si por acá le han dado una mirada a este video https://www.youtube.com/watch?v=YkXzAbO2sHg&feature=youtu.be
Kite – Your programming copilot – YouTube
Check out our newest demo video here: https://www.youtube.com/watch?v=bF50YPyUKTQ Kite is a heads up display (HUD) for programmers that surfaces proven engin…
Check out our newest demo video here: https://www.youtube.com/watch?v=bF50YPyUKTQ Kite is a heads up display (HUD) for programmers that surfaces proven engin…
abr4xas 2016-04-16 19:56:38
Hola, buen día. Alguno de ustedes tendrá algo de material que explique como se debe trabajar las imágenes cuando se hace un diseño responsive?
jelur 2016-04-16 22:08:50
http://alistapart.com/article/responsive-images-in-practice
Responsive Images in Practice – A List Apart
When we design responsively, our content elegantly and efficiently flows into any device. All of our content, that is, except images. For years, we’ve catered to users with the highest-resolution s…
When we design responsively, our content elegantly and efficiently flows into any device. All of our content, that is, except images. For years, we’ve catered to users with the highest-resolution s…
jelur 2016-04-16 22:08:55
https://css-tricks.com/which-responsive-images-solution-should-you-use/
Which responsive images solution should you use? – CSS-Tricks
There are a bunch of techniques going around for dealing with responsive images lately. That is, solutions to help us serve the right image for the
There are a bunch of techniques going around for dealing with responsive images lately. That is, solutions to help us serve the right image for the
andres_code 2016-04-17 00:14:39
Alguno posee una libreria para resizing de imagenes antes de subirlas?
jelur 2016-04-17 08:41:40
Para edición de imágenes en lotes (incluyendo resizing, resampling y otras cosas) he usado XnView
jelur 2016-04-17 08:43:46
xnview.com/ no es una librería….. Pero fue en lo primero que pensé cuando leí resizing
Image Viewer | Photo Viewer | Image Resize | XnView – XnView Software
XnView, one of the best and popular image viewer
XnView, one of the best and popular image viewer
davidjsalazarmoreno 2016-04-17 20:54:23
Hola a todos, esta interesante este grupo, dejo primer aporte por aqui, ojala no se haya compartido ya http://glenmaddern.com/articles/css-modules
Jordicuevas 2016-04-18 05:40:57
http://www.responsivebreakpoints.com/
Responsive Breakpoints Generator
The Responsive Image Breakpoints Generator efficiently analyzes each hi-res image and finds the best dimensions for embedding in your website
The Responsive Image Breakpoints Generator efficiently analyzes each hi-res image and finds the best dimensions for embedding in your website
2016-04-18 05:59:23
Alguien aquí no ha usado postcss?
cesarfrick 2016-04-18 06:13:13
Yo he usado autoprefixer
Kadaba 2016-04-19 00:15:20
OT: ¿De qué otra forma puedo justificar un texto en .md que no sea <p style=»text-align: justify;»>?
cesarfrick 2016-04-19 00:26:45
Supongo que por .md te refieres a bootstrap. Aparte de eso, simplemente agrégale otra clase y usas el text-align en el CSS, como la gente decente
Kadaba 2016-04-19 00:27:04
Markdown.
cesarfrick 2016-04-19 00:27:37
Ah, carajo. Ese bendito .md que me persigue hasta en mis pesadillas
highercomve 2016-04-19 01:44:13
En markdown, creo que la única sería forzando los estilos (si el conversor de markdown a HTML no es tuyo)
jelur 2016-04-19 09:00:17
Finally, CSS In JavaScript! Meet CSSX – Smashing Magazine
https://www.smashingmagazine.com/2016/04/finally-css-javascript-meet-cssx/
https://www.smashingmagazine.com/2016/04/finally-css-javascript-meet-cssx/
Finally, CSS In JS! Meet CSSX — Smashing Magazine – Smashing Magazine
JavaScript is a wonderful language. It’s rich, it’s dynamic, and it’s so tightly coupled to the web nowadays. The concept of writing everything in JavaScript doesn’t sound so crazy anymore. First, we started writing our back end in JavaScript, and then Facebook introduced JSX, in which we mix HTML markup with JavaScript. Why not do the same for CSS? Imagine a web componentdistributed as a single .js file and containing everything — markup, logic and styles. We would still have our basic style sheets, but the dynamic CSS would be a part of JavaScript. Now this is possible, and one way to achieve it is with CSSX. CSSX is a project that swallowed my spare time for a month. It was challenging and interesting, and it definitely pushed me to learn a lot of new stuff. The result is a set of tools that allows you to write vanilla CSS in JavaScript.
JavaScript is a wonderful language. It’s rich, it’s dynamic, and it’s so tightly coupled to the web nowadays. The concept of writing everything in JavaScript doesn’t sound so crazy anymore. First, we started writing our back end in JavaScript, and then Facebook introduced JSX, in which we mix HTML markup with JavaScript. Why not do the same for CSS? Imagine a web componentdistributed as a single .js file and containing everything — markup, logic and styles. We would still have our basic style sheets, but the dynamic CSS would be a part of JavaScript. Now this is possible, and one way to achieve it is with CSSX. CSSX is a project that swallowed my spare time for a month. It was challenging and interesting, and it definitely pushed me to learn a lot of new stuff. The result is a set of tools that allows you to write vanilla CSS in JavaScript.
highercomve 2016-04-19 17:19:34
lo que siempre quise
highercomve 2016-04-19 17:20:05
cambiar un buen preprocesador, por una sintaxis tan hermosa como esta
highercomve 2016-04-19 17:20:09
var sheet = cssx();
sheet.add(‘p > a’, {
‘font-size’: ’20px’
});
sheet.add(‘p > a’, {
‘font-size’: ’20px’
});
cesarfrick 2016-04-19 17:20:22
Ahora nuestras vidas están completas y podemos irnos a vivir a las Bahamas
Tur3c0 2016-04-19 20:03:10
Wait, wait, waaaaaaait!!!
¿Eso que muestran es algo así como el génesis de #CSS dinámico?