Cluster map in Drupal 7 - drupal-7

I have to make a cluster map view in Drupal 7 with location coming from existing field (Country name).
I have tried leaflet cluster map & geocluster.
Please Help me out , I am a newbie in Drupal & thanks in advance.

If you are a beginner in Drupal you first have to learn from tutorials like "Drupal for site Builders".
Once you learn about views and content types, which is what you need at least, this video could be helpful:
https://www.youtube.com/watch?v=S_VIIq-EuEo
Hope that helps.

Related

JSON performance tips. Drupal backend and IONIC Frontend

I am creating a hybrid app (IONIC + AngularJS). Using Drupal as my Backend. I am using Drupal services and getting the JSON data.
I would like to improve the speed/performance of getting the data. Most of the data will be images.
On the first page, i just want a list of the user's firstnames. When you click on a name you get the details page for that user. This page contains a lot of images.
What is the best way of doing this?
If my list contains a 100 people with profile pictures. I don't want to download all this information. Just the information of the person that was selected from the list. Is this possible? Is this a good idea? I am sorry if this is dumb questions. I am a beginner.
Do you have a better suggestion on how to do this?
Thanks in advance
JSON
[{"firstName":"John", "Image1":"John.jpg", "Image2":"John2.jpg", "Image3":"John3.jpg"},
{"firstName":"Jane", "Image1":"Jane.jpg", "Image2":"Jane2.jpg", "Image3":"Jane3.jpg"},
{"firstName":"Sam", "Image1":"Sam.jpg", "Image2":"Sam2.jpg", "Image3":"Sam3.jpg"}]
Here are few links you might want to go through for performance
https://www.sitepoint.com/5-ionic-app-development-tips-tricks/
http://julienrenaux.fr/2015/08/24/ultimate-angularjs-and-ionic-performance-cheat-sheet/
http://www.gajotres.net/speed-up-your-ionic-application-using-these-techniques/
Regards.

How to scrape dynamic website?

I am a novice website scraper, trying to get a usable list of all past events on Hackathon.io. Any advice would be greatly appreciated. I have been using the chrome scraper extension but it comes up empty/blank for this website. Thanks
http://www.hackathon.io/events
The more button can be enumerated like so: http://www.hackathon.io/events?location=&page=61&term=&time=past&utf8=%E2%9C%93 ; you would just iterate through those and grab the links using the appropriate xpaths.

Product Gallery in Drupal 7 (like Amazon's)

I want to create a product preview gallery page for a certain node type. I do not want to use any eCommerce plugin nor do I want to use Drupal's Kick Starter. I simply want to replicate the image thumbnail hover/gallery in Amazon's inner product pages. Is there a way you can do this in a simpler approach? A simple plugin will do, but it would be best if it can be done even simpler just by using Drupal 7's defaults.
I hope I'm not violating any policies that will get me flagged or be voted down for asking this. Thank you very much!
You can create a gallery with drupal views and views slideshow.
check this page out
https://drupal.org/node/1497058
Also it would helpful if you could provide a link to the page you are referring to in amazon to get a better idea.
Hope it helps.

Internationalization in iOS app

I have to do Internationalization in iOS app.I searched and found "genstrings".I have created localizable strings for the particular languages.
My doubt is : How to create an app to support all languages,instead of creating localizable strings for each language?
If any body has idea ,then please help me
check these link
Making multi-language ios app
https://developer.apple.com/library/ios/#documentation/MacOSX/Conceptual/BPInternational/Articles/InternatAndLocaliz.html#//apple_ref/doc/uid/20000277-SW1
hope this will clear your doubts.

A document sharing and collaboration framework and integrate into drupal

I am looking for a way to create a document sharing website and integrate that into drupal. Are there any frameworks which can help me create a document sharing site? To put it simply, i am looking to create something like google docs.
Try PiratePad. Though it's only for Drupal 6 right now, you may want to help out and port it to Drupal 7. You will find the source code on Github. You can try it out at piratepad.net.
You could check out FileDepot. It is a Document Management module and it is available for D6 and D7.

Resources