Grails Export Plugin - Embed Image - grails

I've got the grails export plugin working nicely but is there any way of embedding an image in the produced pdf report? I cant find an obvious way of doing it :(
many thanks
Tom

Why would you require to put an image when export plugin only talks about domain object. If you are looking for generating report which has images and other html stuff, I think itext library is the way forward.
Thanks, KJ

Related

neod3.js usage to visualize neo4j data on a seperate website

Im trying to use the standard neo4j visualisation in a seperate Website (not the original Neo4j Webbrowser). Therefore I downloaded the library from here:
https://github.com/neo4j/neo4j/tree/master/community/browser/lib/visualization
I really struggle with using it. I actually have no real idea. I tried including it into a html file but hardly failed.
Did anyone do this? Would be very nice, if someone could help me out.
Thanks a lot!
Greetings
Schakron
Those are all coffee files (coffeescript, which compiles into javascript). It looks like if you go up two levels there's a README which shows you how to start it up using npm and grunt:
https://github.com/neo4j/neo4j/tree/master/community/browser
The app itself (maybe it's a node.js app, though I don't see references to node) is under the app directory from there. It has jade files which would be the HTML views (jade compiles to HTML similar to how coffescript compiles to javascript).
So presumably if you get that all set up there will be a server serving up HTML which will compile and serve up those coffeescript files as javascript in the page

Joomla 3 and Simple Image Gallery - doesn't parse {gallery}

I have a problem to make Simple Image Gallery to work in Joomla 3. It doesn't display any pictures, actually it doesn't even care about them.
I have this pages:
http://utsnorthsath.kangoowebs.com/gallery/images/34-short-course-cross-country
It looks like {gallery} tag is not recognized/parse and no gallery is displayed. Does this module SIG require any additional action after installing to tell Joomla that {gallery} tag should be parsed now?
I don't get any error message, just the content is not parsed.
Thank you for any help.
Don't want to teach you to suck eggs but when I find {plugincodes} rendered as is, it either means you haven't used the syntax correctly or you haven't enabled the plugin in Plugin Manager.
One other thing which may be affecting the plugin is that you load jquery before Mootools.
Best practice is to load these the other way around.
You could look for an excellent plugin called JQuery Easy which should fix that issue and possibly the Gallery issue too, if the above isn't it.

rich text editor with image hosting

is there a rich text editor that has image hosting with it?
eg with stackoverflow they are using imgur to host images.
or is there another way eg using an api? im using asp.net mvc/c#
ckeditor(text)+ckfinder(image)
They are the brothers :)
ckeditor
Try this SO question: https://stackoverflow.com/questions/1801458/free-image-hosting-with-open-api
There are a few possible options, but you're looking at writing your own connector for the text editor to interface with the API - but having said that, for the most part you'd probably be writing a connector for the image uploading anyway, or at least searching around looking for one that works since most (free) RTEs don't supply file / image upload functionality built-in.
Not sure if this is entirely what you're after, but it might be worth having a look at using Yahoo's YUI editor + Flickr for hosting the images: http://developer.yahoo.com/yui/examples/editor/flickr_editor.html
jquery tinymce is a best option. Since there are many plugins for image upload that can be easily integerate into editor
Tinymce
http://tinymce.moxiecode.com/download/download.php
There would be default image upload. if u need use some third party plugins like this
refer it. http://www.danieloshea.com/products/806-image-selection-and-upload-plugin-for-tinymce
If you are looking for free stuff, use FCKEditors, it contains image uploader already plugged in.
Try this , this works for me: I used tinymce RTE roxyfileman

Advanced multiple photo upload script

I am looking for advanced multiple photo uploading script for ASP.Net Ex: www.flickr.com multiple uploader.I request you all please help me to find custom or already developed uploading script.
This is not a free solution but will do everything you need: http://i-load.radactive.com/
Good luck with your project!

LaTeX: Are there any web frontends available?

As of now the workflow is something like, I import an SVN or a CVS repository and then compile a document locally on my machine to get either a ps or a pdf file. But I was wondering if there is a Web front-end to do all the stuff, like for instance, an editor using which you can edit the file online and then download just the pdf file by compiling it?
Any suggestions?
http://www.scribtex.com/pages/index
http://code.google.com/p/latex-lab/
latex-lab will build on top of the google apps editor base...
scribtex is hosted only it looks like.
Another to add to the list is TeXonWeb.
If you mean online LaTeX compilers, then there are two I know of - at baywifi.com (to PDF) and at ScienceSoft (to several formats). Haven't seen any full editors, though.
There is a CMS based on Latex out there at www.osreviews.net.
The best site I found to produce PDF from LaTeX online is PC Shows.
Verbosus offers an Online LaTeX Editor that supports PDF preview, HTTPS, syntax highlighting, code completion, templates, etc. (Additionally it offers an editor for Octave/Matlab)
This is less of a web-based interface than a simple drag-and-drop cgi script that converts latex syntax to a graphic... www.forkosh.com/mimetex.html
latex-online is a simple open source web service that compiles latex sources/public git repos and returns pdf's. It has both a simplistic web front-end and a command-line tool for interacting with the service - you might find it interesting.
One rather new possibility is https://texlive.net/
You can either interactively edit your documents or you can pass your document via the url to it. E.g. a simple hello world document can be constructed as
https://texlive.net/run?%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%7Bamsmath%7D%0A%5Cbegin%7Bdocument%7D%0AHello%20world!%0A%5Cend%7Bdocument%7D

Resources