Is there a calendar plugin for tablet? - jquery-mobile

I am working on a scheduler specific to iPad3 Tablet using jQuery Mobile. Can someone please suggest a calendar plugin which is tablet friendly? I have tried FullCalendar, but the drag and drop functionality in there is not working, and I am unable to select the start time and end time while swiping the container.
Anyone any sort of solution for this? Any help would be appreciated..
Thanks in advance!

This one works great: http://dev.jtsage.com/jQM-DateBox/

Check this - I don't think it is jQuery, but might suit your needs.
http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml
Also, there are many such plugin's which work with Sencha Touch - you could check those. There may be some which are compatible with both ExtJS and jQuery.
Hope this helps!

Related

Is it possible to create a QR code scanner with jQuery Mobile?

I'm looking for a method to scan QR codes using jQuery Mobile but I haven't found any guide or anything.
I wanted to ask you if there are methods and if you can help me make it happen.
Many thanks in advance
I am using zxing/ngx-scanner with angular found here, it works great, seeing it is a javascript library it may be able to work with jQuery.

jQuery UI dropdown select

I wanna have a dropdown menu like this link: http://datatables.net/release-datatables/examples/basic_init/table_sorting.html
(The one that are right below "Live example" line);
I haven't got many experience of working with jQuery UI, and I guess that result is produced by using it. Could you suggest me a way to create that dropdown.
Thank you.
P/S: that may be ok if it is not using jQuery UI (it's just my guess)
That solution doesn't appear too complex - they've got all the data already, and they're just hiding rows depending on what's selected.
On the other hand, as that's an open source project, you could just download it or use the hosted versions and integrate it on your site, which is probably easier than rolling your own solution.
Ok, got it. This is just default style in Firefox (There's no style applying for it yet). I got this misunderstand due to changing browser.

jqgrid+knockout

I managed to run knockout js. example: http://jsfiddle.net/brux88/9fzG4/ . now I would like to replicate the same thing using jqGrid, but I can not run the calculations in real time. can someone help me? I also tried without using knockout, but only using jqGrid I do not work the same.example: http://jsfiddle.net/brux88/yGJcy/
You could try using this plugin
Knockout-jqGridBinding
Why reinvent the wheel, there is a good knockout grid called KoGrid, head over to their page, its full of examples and demos
https://github.com/ericmbarnard/KoGrid

Caching headers CakePHP

Goodmorning lads,
First of all - R.I.P TPB! Welcome malaysiabay.org for the Dutchies <3
Ok, on topic! Since 2 weeks I'm inside the Cake framework and working on a mobile webapp with jQuery for Android users. Because it's an mobile app I'm trying to get the loading time as low as possible. Google helps me a lot with their speedtest but they're telling me to add php headers with an expire date... I understand what I've got too do, but whatever I try.. the CakePHP framework is always overruling my custom made headers. Can you tell me how cake handles the http-headers.. or tell me what too improve on the webpage?
Example: http://www.naviplan.nl/pages/routeportal/2/2/
https://developers.google.com/pagespeed/#url=http_3A_2F_2Fwww.naviplan.nl_2Fpages_2Frouteportal_2F2_2F0_2F&mobile=false&rule=LeverageBrowserCaching
Thanks for your help!
Ok, I figured it out.
After installing Chrome's plugin Page Speed it checked all the wrong html / css and gave me a good solution for it. Decreasing it's imagesize, css-size and the overall page loading.
I also got CakePHP running flawlessly again, changed some row in my core.php which fixed the caching problem.

jquery ui similar to Apple Finder

I'm looking to build a navigation system similar to Apple Finder using jQuery UI. The idea is you drag an object into this 'finder' navigation and are able to navigate between folders to drop an object. This is to behave similar to moving a file from on your Desktop to a directory or moving a file between directories.
Additionally, inside this 'finder' navigation, I'd like to be able to sort objects by dragging and dropping using jQuery UI Sortable, except it will need to be a nested sortable option.
Has anything like this been created yet? I prefer not to reinvent the wheel in javascript if necessary. Otherwise, any examples or directions to help solve this will be appreciated.
Thanks!
I'm not sure if this helps but you can see what I've done with jQuery Finder: http://code.google.com/p/jqueryfinder/ (the demo link does not work, so you'll have to checkout the trunk)
It's pretty much abandoned so I'd love it if someone else would pick it up.
I believe this is quite similar if you're still looking..
http://net.tutsplus.com/tutorials/wordpress/wordpress-sidebar-turned-apple-flashy-using-jquery-ui/

Resources