Adding jssor to a c# project for a retail solution - jssor

I want to start by saying this is by far the best slider I have ever used! Thank you for such a great and beautiful solution!
The question I have is, can I include your solution in a retail c# project I am in the process of building? I would be happy to add credits/disclaimers/etc. to the project.
Customers would be buying the suite that I'm developing for a very specific application. Many plugins will be included with the proper permission.
Thanks again!

Jssor Slider is definitely free!
You can include jssor slider in any project. You can even sell this software if you like.
See https://github.com/jssor/jquery-slider/blob/master/MIT-LICENSE.txt

Related

Does Flutter have a good way to share code between mobile and web applications?

I'm looking for a good tool to develop to Web and Mobile.
A friend of mine recommended me to learn NativeScript/Angular because with that tool is possible to write the services, models, and controllers only one time and create specific views for Mobile and Web platform, sharing almost 100% the business logic code.
But I think that native script is not so hyped as flutter and maybe flutter could be more used in the next days, so I'm searching for this type of tutorial (sharing logic between Mobile and Web) in a flutter, but I'm not sure if this is really possible.
I saw something about BLOC pattern, but I am not sure if this is the correct solution for this type of project, or even if it is possible to write logic code only one time and specific "views" for Mobile and Web in a flutter.
Can anybody help me with this issue?
Thanks in advance (and sorry about my English, I'm not fluent yet)
That's the whole propaganda of flutter. The framework is made to write one code and run everywhere (android, ios, web, desktop). So you definitely are on the right path.
Unfortunately flutter web is a bit unstable right now and maybe you can face some difficulty.

how to make official Facebook unity plugin work friendly with prime31 unity plugins

As far as I know, if I choose official facebook unity plugin, then a few prime31 unity plugins for android would be broken because they all override the main Unity Activity. Because there are many prime31 plugins but only one official facebook plugin, so an ideal solution would be that only changes to facebook plugin is applied.
The question is: how? Does anyone have experience on this?
Best,
Raven
Well, this is a bit old but no one has answered. You can use facebook with prime31's other plugins but you need a small modification to the FacebookPostProcess.cs ( changing a line from some default to 9999 ). I've ran into this issue twice, once for developing an app and another for a game. It has worked both times. Heres the official documentation: http://prime31.com/docs ( the red text box at the top ) and https://gist.github.com/prime31/6417808 for the code for implementation. Hope this helps.

How to create iphone webapp on windows? (I can use my friend's mac for finishing)

I know a lot of similar questions have been asked, but my case is a little different.
I have a windows machine on which I want to do the development. I can borrow my friend's mac for signing/publishing to store or other things.
Is it possible to do this? Can I create a "Dynamic Web App Project" in eclipse, do the coding and finally use a MAC to finish it? My app is 100% offline app.
Where can I find the directory structure for the HTML/CSS files?
How can I achieve the iphone look and feel of buttons and other UI?
I know that many people have done this but I cant find any tutorial. Please point me to one if you know about it.
Thanks in advance.
Sounds like this would be a great job for phone gap.
http://phonegap.com/
They provide wrapping software to make your web application run natively on the phone.
It sounds to me like you should look at phonegap for the coding.
For getting your buttons, backgrounds, icons and such to look and feel more like native iOS apps, take a look at this list of graphics for iOS. Most are free. There are .zip files with pre cut images, and a number of .psd files for you to choose from. If you are not using xCode or Titanium to build the apps, these are a nice way of getting that native look and feel.

Are there any sites that show how to recreate specific iOS UI paradigms?

iDevRecipes is an awesome site that goes into some detail on how some popular and specific iPhone components have been developed. I was wondering if the SO crew knew of any other sites similar to this? It would be a great help to all iOS developers.
I stumbled across Custom Controls for iOS last night and it looks like there are links to the source code for at least a few of the custom controls on iDev Recipes, and there are some plenty more custom controls not featured on the recipes site. I guess it's not necessarily as pedagogical as the recipes website, but you can still browse the source code which is definitely a great way to learn about making your own custom controls.

Three20 TTLauncherView Tutorial?

I'm attempting to use TTLauncherView from the Facebook Three20 project in my app, but I'm not having much luck (I'm a bit of a newbie at this). Does anyone have any good tutorials at using it that I could read?
FYI basically I need to pull images that a user chooses from the iPhone camera album, and display them as icons that when pressed lead to another view.
Thanks.
you can start studying TTCatalog sample project that comes with three20 library.
Right now I'm working with a improved version of the three20 made by Rodrigo Mazzilli, you can find it here (http://github.com/rodmaz/three20).
rodmaz's version is a fork from the original project and it comes with some improvements, specially in TTLauncherView. It has a new class called TTLauncherViewController which is easier to use, take a look at his demo project TTCatalog.
http:// three20.info/ is a good collaborative site with some tutorials, but it doesn't have much information about TTLauncherView at this moment.
Finally, you should join three20's google group at http:// groups.google.com/group/three20 where you find hundreds of developers using this library.
best
http://iosguy.com/2010/10/19/tthree20-a-brief-ttlauncherview-tutorial/