Need help about DOJO charts - charts

I need same chart like mentioned in below URL from dojo library in my application.
http://demos.dojotoolkit.org/demos/mobileGauges/demo.html
But unfortunately, I can't see HTML and JS code needed for above demo. Is there any way to find it somewhere? Thanks in advance.

I think you're looking for official documentation:
https://dojotoolkit.org/reference-guide/1.10/dojox/dgauges.html

Related

Magento2 integration with alertifyjs

Can anybody let me know, is it possible to integrate alertifyjs in magento2
Please find the below link:
http://alertifyjs.com/
Thanks
i think you need to create requirejs dependency which will represent alertifyjs + add css files to head. Maybe you will need to wrap alertifyjs javascript code with "define" requirejs block but im not sure.

how to get image-reflection in joomla?

i found one plugin, i installed in my joomla site. but can't get reflection eventhough i put the relative path in between tags. please give appropriate solution and be greatfull by giving an answer!! thanx in advance!!
in html5 there is already define tags for shadow of image..but html5 is not supported by all browsers.. you have to wait till all browser support html5..
you need to change to type of the image from gif to png.

Resizing Iframes in Facebook Applications

So it looks like Facebook has removed the page referencing how to resize iframe apps except this one which includes a 404'ed js file.
All of the examples I am finding online either reference the aforementioned missing javascript file or they simply do not work.
Any guidance would be greatly appreciated.
Thanks!
Found it.. here.
EDIT: Lovely, doesn't seem to work.

Grid Chart using GWT

Is there any library in gwt that will create grid chart, something similar to this : http://www.eyescience.com/images/vision/amsler_grid.gif.
Thank you.
Look at the following url.I think google visualization api will be useful for your case(try Scatter chart).
http://code.google.com/apis/visualization/documentation/gallery.html
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationSampleApplications
http://code.google.com/p/ofcgwt/
If you are considering restricting yourself to browers that support Canvas, GWT has experimental support for that.
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/canvas/client/Canvas.html
Here's a nifty demo:
http://code.google.com/p/gwtcanvasdemo/

google-style autocompletion tutorial/example

I have an app that would benefit from google-style autocompletion while filling in an entry field.
Any pointers on how this is implemented, or a package that I can drop in to assist?
I use jQuery and the Autocomplete plug-in for this. It allows the data to be either specified in an JavaScript array locally, or received via the network, if a suitable data provider is written.
Here is a decent tutorial using jQuery for the ajax http://nodstrum.com/2007/09/19/autocompleter/
I use script.aculo.us autocompletion. The demo is in Rails but i use it with PHP.
Nowadays jQueryUI is a great choice:
http://jqueryui.com/demos/autocomplete/
If You want do it Yourself without jQuery just change the .pac-container like below:
{ width:280px !important; font-family:Tahoma;}
or visit this site: http://benkammerling.wordpress.com/2012/02/17/google-maps-places-autocomplete-styling-in-css/
Think help U.