Re: [WebDNA] Image resizing on the fly

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108912
interpreted = N
texte = This is a multi-part message in MIME format. --------------060808060803020906040200 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit If you want to resize images on the fly for mobile, tablets and full size for browsers, how about using Sencha http://www.sencha.com/learn/how-to-use-src-sencha-io/ All you need to do is prepend your absolute path images with http://src.sencha.io/ Govinda wrote: > On 2012-03-28, at 11:55 AM, Tom Duke wrote: > >> Govinda, >> >> Hi - I hear you. Though if you follow the principles of 'Mobile First Responsive Design' - which is how we plan to head - then you need to do some server side magic to ensure that mobile users don't get hit with the full download required for desktop users. > > Right. > You are ahead of me here. > > Note, FWIW: I did notice somewhere on the MS/IE site (while in a hurry about something else) that (IIRC) IE10 (IE9 already?) will/does support I forget what technology (JS-based?) mechanism to serve ONLY the right files/images *according to the media queries*. Maybe that will catch on and get rolled into the other browsers soon enough? Anyway it is worth noting, and also pleasant to imagine that things go the way of "save the devs from even more headache/complication". > > On that last, more personal/human note, I also enjoy watching the handhelds slowly gain ground to match the specs we enjoy on desktop (to whatever extent). I try to balance 'everything that would be perfectly done technically, today', - with - 'what I actually enjoy doing, today'. > In the end (and even now, for me anyway) it is the joy balance (and it's benefit, or toll) that is going to register most. If we wait exactly 2 weeks, we are going to have to redo the works to get it PERFECT again. > > -G > >> Still not sure yet how we'll get it to work - maybe use background images defined in CSS - so we load up the correct size based on the media query rule. >> >> Donovan - hi yea I'm aware of Terry's great library - I'm thinking the imagemagick bit shouldn't be too complicated - it's the mod-rewrite bits and the http headers (particularly as WebDNA 6.2 on CentOS doesn't let you define the content-type headers) that I can see being awkward. >> >> - Tom > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us --------------060808060803020906040200 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit If you want to resize images on the fly for mobile, tablets and full size for browsers, how about using Sencha

http://www.sencha.com/learn/how-to-use-src-sencha-io/

All you need to do is prepend your absolute path images with http://src.sencha.io/


Govinda wrote:
On 2012-03-28, at 11:55 AM, Tom Duke wrote:
Govinda,Hi - I hear you.  Though if you follow the principles of 'Mobile First Responsive Design'  - which is how we plan to head - then you need to do some server side magic to ensure that mobile users don't get hit with the full download required for desktop users.
Right.You are ahead of me here.Note, FWIW: I did notice somewhere on the MS/IE site (while in a hurry about something else)  that (IIRC) IE10 (IE9 already?)  will/does support I forget what technology (JS-based?) mechanism to serve ONLY the right files/images *according to the media queries*.  Maybe that will catch on and get rolled into the other browsers soon enough?  Anyway it is worth noting, and also pleasant to imagine that things go the way of "save the devs from even more headache/complication".  On that last, more personal/human note, I also enjoy watching the handhelds slowly gain ground to match the specs we enjoy on desktop (to whatever extent).  I try to balance 'everything that would be perfectly done technically, today',   - with -    'what I actually enjoy doing, today'.  In the end (and even now, for me anyway) it is the joy balance (and it's benefit, or toll) that is going to register most.  If we wait exactly 2 weeks, we are going to have to redo the works to get it PERFECT again.-G
Still not sure yet how we'll get it to work - maybe use background images defined in CSS - so we load up the correct size based on the media query rule.Donovan - hi yea I'm aware of Terry's great library - I'm thinking the imagemagick bit shouldn't be too complicated - it's the mod-rewrite bits and the http headers (particularly as WebDNA 6.2 on CentOS doesn't let you define the content-type headers) that I can see being awkward.- Tom
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--------------060808060803020906040200-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Image resizing on the fly (Govinda 2012)
  2. Re: [WebDNA] Image resizing on the fly (Olin Lagon 2012)
  3. Re: [WebDNA] Image resizing on the fly (Govinda 2012)
  4. Re: [WebDNA] Image resizing on the fly (Daniel Meola 2012)
  5. Re: [WebDNA] Image resizing on the fly (Tom Duke 2012)
  6. Re: [WebDNA] Image resizing on the fly (Govinda 2012)
  7. Re: [WebDNA] Image resizing on the fly (Donovan Brooke 2012)
  8. Re: [WebDNA] Image resizing on the fly (Donovan Brooke 2012)
  9. Re: [WebDNA] Image resizing on the fly (Tom Duke 2012)
  10. Re: [WebDNA] Image resizing on the fly (Govinda 2012)
  11. [WebDNA] Image resizing on the fly (Tom Duke 2012)
This is a multi-part message in MIME format. --------------060808060803020906040200 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit If you want to resize images on the fly for mobile, tablets and full size for browsers, how about using Sencha http://www.sencha.com/learn/how-to-use-src-sencha-io/ All you need to do is prepend your absolute path images with http://src.sencha.io/ Govinda wrote: > On 2012-03-28, at 11:55 AM, Tom Duke wrote: > >> Govinda, >> >> Hi - I hear you. Though if you follow the principles of 'Mobile First Responsive Design' - which is how we plan to head - then you need to do some server side magic to ensure that mobile users don't get hit with the full download required for desktop users. > > Right. > You are ahead of me here. > > Note, FWIW: I did notice somewhere on the MS/IE site (while in a hurry about something else) that (IIRC) IE10 (IE9 already?) will/does support I forget what technology (JS-based?) mechanism to serve ONLY the right files/images *according to the media queries*. Maybe that will catch on and get rolled into the other browsers soon enough? Anyway it is worth noting, and also pleasant to imagine that things go the way of "save the devs from even more headache/complication". > > On that last, more personal/human note, I also enjoy watching the handhelds slowly gain ground to match the specs we enjoy on desktop (to whatever extent). I try to balance 'everything that would be perfectly done technically, today', - with - 'what I actually enjoy doing, today'. > In the end (and even now, for me anyway) it is the joy balance (and it's benefit, or toll) that is going to register most. If we wait exactly 2 weeks, we are going to have to redo the works to get it PERFECT again. > > -G > >> Still not sure yet how we'll get it to work - maybe use background images defined in CSS - so we load up the correct size based on the media query rule. >> >> Donovan - hi yea I'm aware of Terry's great library - I'm thinking the imagemagick bit shouldn't be too complicated - it's the mod-rewrite bits and the http headers (particularly as WebDNA 6.2 on CentOS doesn't let you define the content-type headers) that I can see being awkward. >> >> - Tom > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us --------------060808060803020906040200 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit If you want to resize images on the fly for mobile, tablets and full size for browsers, how about using Sencha

http://www.sencha.com/learn/how-to-use-src-sencha-io/

All you need to do is prepend your absolute path images with http://src.sencha.io/


Govinda wrote:
On 2012-03-28, at 11:55 AM, Tom Duke wrote:
Govinda,Hi - I hear you.  Though if you follow the principles of 'Mobile First Responsive Design'  - which is how we plan to head - then you need to do some server side magic to ensure that mobile users don't get hit with the full download required for desktop users.
Right.You are ahead of me here.Note, FWIW: I did notice somewhere on the MS/IE site (while in a hurry about something else)  that (IIRC) IE10 (IE9 already?)  will/does support I forget what technology (JS-based?) mechanism to serve ONLY the right files/images *according to the media queries*.  Maybe that will catch on and get rolled into the other browsers soon enough?  Anyway it is worth noting, and also pleasant to imagine that things go the way of "save the devs from even more headache/complication".  On that last, more personal/human note, I also enjoy watching the handhelds slowly gain ground to match the specs we enjoy on desktop (to whatever extent).  I try to balance 'everything that would be perfectly done technically, today',   - with -    'what I actually enjoy doing, today'.  In the end (and even now, for me anyway) it is the joy balance (and it's benefit, or toll) that is going to register most.  If we wait exactly 2 weeks, we are going to have to redo the works to get it PERFECT again.-G
Still not sure yet how we'll get it to work - maybe use background images defined in CSS - so we load up the correct size based on the media query rule.Donovan - hi yea I'm aware of Terry's great library - I'm thinking the imagemagick bit shouldn't be too complicated - it's the mod-rewrite bits and the http headers (particularly as WebDNA 6.2 on CentOS doesn't let you define the content-type headers) that I can see being awkward.- Tom
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--------------060808060803020906040200-- Olin Lagon

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

sort links (2002) Was: WebDNA 5.2, Now version 6.0 (2004) Anyone using [sendmail] for HTML encoded mail? (2000) rotating thumbnails (1997) template includes encrypted template (1999) RE: Tax and ShipCost Problem (1997) Including encrypted templates ... ? (2003) quantity minimum problem (1997) [WebDNA] [append] does not add the newline char at the end of the new record?! (which causes subsequent [search] to fail.) (2009) Multiple Users.db Possible? (1997) Authenticate (1997) [WebDNA] Successful, working WebDNA7/CentOS install? (2013) Date stamp and purging (1998) [WebDNA] Apache .htpasswd (2014) Setting up WebCatalog with Retail Pro data (1996) Showing unopened cart (1997) Mac: LModelDirector bug fix (1997) PSC recommends what date format yr 2000??? (1997) If search results are blank... (2003) Version f1 status (1997)