jQuery Mobile Conference example - jquery-mobile

Awhile back when I first read about jQuery mobile I remember seeing an example site that was written for some tech conference. It had Google maps integration and a schedule. I think it was for an O'Reilly (the publisher) conference. Does anyone know where I might find a link to this?
Thanks!

You can try checking the jQuery Mobile Gallery, there are 13 pages of jQM sites, you might be able to find the one you are looking for, or something else similar.

Related

How do I add code in Salesforce 1?

I am a beginner in the Salesforce 1 platform. I started this internship and I am being asked to create a jQuery Mobile app in Salesforce 1. I have learned how to build the app, but I am lost as to how to add code to it. I am a beginner developer being asked to recreate a Mobile app that is more for someone with more experience. I am not going to give up, because I know this is a good learning experience for me. The Salesforce resources have not been helpful to me. Can you help me try to figure out how to get started with this? Do I connect the app to a Salesforce page or is there another developing tool I am missing? Also I cannot add the jQuery Mobile library to be able to get my code to work. How does that app connect to the code? I am confused how the objects and fields relate to the code I write for the app. Help!
Just create a VF page, create a tab and assign the VF page to that tab. The VF page should be "Mobile Ready" i.e. you should check the checkbox when you create the VF page. For jQuery libraries, you have to add them as static resources.
Please let me know in case you need more help.
Yes. the other user is correct. Upload the "min" version of the jQuery as a static resource to invoke jQuery on your Visualforce page.
As for designing mobile apps on the Salesforce platform, you need to know quite a bit:
MVC model in Salesforce
Apex, SOQL, SOSL
Visualforce controllers
Visualforce
HTML and DOM
CSS
JavaScript
Possibly the Mobile SDK for Salesforce
Possibly Canvas for Salesforce
Possibly XML for Flexipages
If you look on developer.salesforce.com, you'll find learning resources for all of these topics. There's even a workbook for you: http://www.salesforce.com/us/developer/docs/salesforce1/salesforce1_guide.pdf.
Google's browser offers a mobile emulator for iOS so that developers can develop on one platform and test on many platforms. Its is difficult to use though, imho. It has quite a learning curve.

how to get twitter feeds in shopify

I am trying to get twitter feeds in to my shopify site. I want to get the feeds and style them as I want and thus cant use a app.
I know how to do it using PHP but can not use that code in shopify and looking for a way I can use OAuth in shopify and get the feeds. I tried the shopify docs but without an example its kinda hard to actually get my head around it.
http://docs.shopify.com/api/tutorials/oauth
Thats the link I am using as a guide. If anyone can direct me to an example which might be similar that would be awesome. (google didnt seem to be that helpful this time either)
Cheers
I know you said you didn't want to use an app, but can I suggest taking a look at Twitify? You can use custom CSS to style your tweets. Also see discussions about Twitify here and here.
Twitter changed their display guidelines and policies on embedding of tweets on websites in June 2013. One of the themes I used for a client earlier in the year had custom styling of tweets, and they have now changed it to use the official Twitter widget to meet the new guidelines. In fact, the images on the Shopify theme store show how it used to look before Twitter changed things:
And after:
I think using an app like Twitify would be the easiest way to deal with these changes to embedding tweets.
Thanx for the suggestion. I did take a look at that before I posted this question. This is a project for a client and I dont think getting a plug in is a viable option. Anyways I found a work around.
Hosted the file on a server and then accessed it. So that resolved the problem. :)
I used node.js to write the script and get the posts as required.
Cheers.
you can use the app for that Twitify https://apps.shopify.com/twitify or you can Embed a Twitter feed in your online store
Go to your Twitter settings.
Click Widgets to open the widgets menu.
Create a new widget, following Twitter's instructions.
Copy the embed code.

comparison jquery mobile kendo sencha jqtouch

i am new in all mobile app thinks i want to find a library for graphs witch it will play in all types of mobiles(ios, android,windows phone etc).I am searching but there are so many and i confused.jquery mobile,kendo,sencha,jqtouch,web 2.0, dhtmlx and so many other. I want my app play in all mobiles, do anyone known the best library. I already have used the libraries i mention before but if there is something else to test and see please tell me.
this is some of the links i saw until now:
http://docs.dhtmlx.com
http://web20boom.com/web/touch.php
I will use phonegap. Please anything it would be very useful.
Maybe my question wasn't very clear and i am sorry for that. I want a JavaScript library for building HTML5-based mobile web apps.I want to make all the beauties in my app (buttons, panel and etc.) I don't want to make graphs i want a library which i can used to make carousels,accordions and other simple and little more difficult thinks.But until now all the libs i saw it doesn't work well in all the phones.Thats why i am asking if there is a library who plays well everywhere.But thanks a lot for your answer.
For example i want a lib like jquery mobile but i want to play well in ios and android phones at least.If anyone know any lib please help.
Not sure if any of these fit your needs:
http://www.sencha.com/products/touch/charts
http://www.zingchart.com/
http://code.google.com/apis/chart/
http://code.google.com/p/flot/
http://www.highcharts.com/
http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
http://mbostock.github.com/protovis/
http://www.jqplot.com/
Related:
Framework with charts for mobile web application

ASP.NET MVC Media With Fallback

I am integrating videos into a website we have which I have never done before, I have been searching all afternoon as I am looking for a robust solution in which first HTML5 is tried and if not supported then falls back to flash or silverlight and if neither are supported just displays a link to download the video or something along those lines. Does anyone know of a good example of how to do this?
This seems perfect:
http://mediaelementjs.com/

Google Calendar Event GUI

does anybody know, where I can find the Google Calendars Event-GUI?
I'm building an social networking site, which relies on google calendar.
For adding and changing events, I want to use googles GUI (i dont want to code this myself if there is a partial/control already existing).
Does anybody know where I can find this?
Checkout http://code.google.com/apis/calendar/ it's the full API documentation from Google. If what you want to do is supported, it's almost certainly written about here somewhere.
If you take a look at the docs page, there is a "Calendar Tools" section on the left hand side bar that has the tools available, including gadgets and an embeddable calendar.
If you want to code something yourself you'll probably want to look at retrieving events, updating events and creating events.
This article may also be helpful to you. http://www.google.com/googlecalendar/event_publisher_guide.html#site
Although that is to embed just your calendar.

Resources