search for: someimag

Displaying 6 results from an estimated 6 matches for "someimag".

Did you mean: someimage
2006 Apr 16
2
AJAX update of <img> element?
...;t seem to make it work. Should it be possible to do something like this...? [View] <%= form_remote_tag :url => {:action => ''sendplot''}, :update => ''plot'' %> <%= submit_tag %> <%= end_form_tag %> <img id="plot" src="someimage.png"/> [Controller] def sendplot output_plot(...) # this sends a png file to the browser - this bit works end I find that the browser (Opera or Firefox), no matter what, won''t :update an existing <img> tag. If I :update a <div> instead, I see the png data dumped as...
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know exactly where to post, please bear with me. I''m trying to set up https access however whenever I go to https://url_for_site the root route renders but the url is rewritten to http://url_for_site. The ssl request shows in the apache logs but obviously no further ssl requests show up.
2005 Oct 11
8
resize images
...on looks promising: http://vantulder.net/rails/magick/ However, I believe it may be overkill for just resizing images sometimes. I have also seen a few javascript examples for resizing, but may not degrade nicely. Also, these images are stored externally and are accessed via http://somesite.com/someimage.gif syntax which the ImageMagick extention does not seem to cater for (maybe after_filter will work though). Any feedback on this is appreciated. Thanks, Tom
2002 Nov 07
1
Thanks for pxelinux & memdisk
This message is from Luis F. Correia, who unfortunately could not post it himself to the list.... ---------------------------------------------------------------------------- -- Hi! I would like to thank you, H. Peter Anvin for creating this wonderful set of tools. The only thing that bothers me is the lack of proper examples in the docs. Syslinux and affiliates would certainly improve
2002 Nov 16
3
Dynamic Menu based on what isolinux can read from your local filesystem
...nux > Conversation: [syslinux] MSDOS not working: problem Solved > Subject: Re: [syslinux] MSDOS not working: problem Solved > > > G. Murali Krishnan wrote: > > > > In short: Is it possible to have such a feature in some > future version? > > May be someimage like memdisk can do this? > > If not is there any other way I can achieve the > same effect. > > > > Probably not. It would entail writing to the hard disk (since that's > the only possible storage medium) which seems at best > inappropriate for >...
2007 Nov 23
4
How to pin down location of views/shared directory ?
My app has a header & footer I want common to each section. They live in app/views/shared/_header.rhtml & _footer.rhtml. They are referenced by app/views/layouts/application.rhtml as one would expect: <div id="header"> <%= render :partial => ''shared/header'' %> </div> They contain many lines like this: <a