Is there any great Sitefinity web development training materials? - sitefinity

I want to learn sitefinity web development, is there any great tutorial, document or sample video? Anyone can share with me some links. I am totally a beginner.

For a total beginner maybe this Pluralsight course would be a good start:
https://www.pluralsight.com/courses/sitefinity-development-introduction
You can subscribe for a free trial and watch it.
There is plenty of documentation on https://docs.sitefinity.com/
Then, just start playing with it, that's usually the best way to learn.

Related

How does a Dapp integration works?

I am pretty much new in Dapp, I know python, and apart from it I have learned how to make a website on React with backend as Django Rest. But while starting with web 3, I am pretty much confused as if it is possible to make a frontend on React and connect it with web3.py file some how? Or is it some other way to interact in both of the types.
As a newcomer myself I have found an absolutely amazing course online that will help you in all things related to Web3. I am not a shill for the content or in any way affiliated with the project but merely want to recommend it to fellow newcomers.
Please find the following link: Blockchain Course
This course goes into great detail starting from the absolute basics of web3 (including Solitidy for the creating of smart contracts) and ending with a full stack development using React/NextJs. I hope this helps!
Good luck on your endeavors.

Setting up Voice Commands in my VB.net application

I wanted to put voice command options into my application. I read stuff online about grammers and SAPI but I can't seem to figure out how to actually use it in my VB.net applications. Does anybody know of any good guides or tutorials for me to use to get started on the subject?
Thanks :)
There is a pretty good tutorial with code sample here that provides a fairly thorough walkthrough of the APIs and discusses the differences between SAPI 5.1 and 5.3.

Where to get sample Code for titanium code?

I am just a beginner in Titanium and searching for few sample source code to learn from and run. Downloading and working with kitchen sink or with the API is a big pain, to understand as well as to work with.
Although everything is there in both and they have given sample but that seems like not an implementation. I just want to have some source code to learn how, when and where to use the elements? How things work, how are they integrated etc.
Usually at the Q&A section there are samples of code. Just search what you are looking for: http://developer.appcelerator.com/questions/newest
The Wiki provides examples: http://wiki.appcelerator.org/display/guides/Home
Even this website provides code samples, check out the Titanium Tag: https://stackoverflow.com/questions/tagged/titanium
And last, but not least, there seem to be more and more code samples in the API Docs: http://developer.appcelerator.com/apidoc/mobile/latest
Good luck!
As an option, you can find good application samples on CodeCanyon. They're not free but you can learn a lot by examining how to start from scratch to build an application like;
Simple Foursquare like apps
Photo gallery apps
TODO apps etc.
http://codecanyon.net/category/mobile/titanium
I found this Forging Titanium series on Vimeo.com to be one of the best. Just watch out this complete series. Beside providing you with basics and advanced limelight on elements and functionality, also provide link to many github public repository we can follow and get numerous sample codes.

FrontRow tutorial for Xcode

I was wondering if there was a basic tutorial to get me started on coding a FrontRow plug-in / add-on using Xcode.
I searched Google a couple of times, but I haven't found a tutorial on this subject so far.
After some more searching, I found this Wiki-page about creating an app for the Apple TV.
As far as I can tell now, it's a good base to start a FrontRow app too.
If someone else may find a better tutorial, please let me know.
http://wiki.awkwardtv.org/wiki/FRAppliance_101
Edit:
Doesn't really seem to work on my system.

Getting started with a Picasa Plugin

Does anyone here know any resources on how to get started writing a plugin for Google's Picasa? I love it for photo management, but I have some ideas for how it could be better.
Riya-esque facial search: given a large enough corpus of faces and pictures (people tend to be repeated often in individuals' albums (family, friends), I would think some semi-workable version of this could be done. And with 13+ gigs/7 years of photos, it would be very nice for search.
Upload to Facebook EDIT: Someone already made a very nice version
Upload to any non-Google property, actually.
I know there are certain APIs and a Picasa2Flickr plugin out there, and I was wondering if anyone had seen any resources on this topic or had any experience
there is a an Opensource Project which created a "Upload To FlickR" Plugin. Maybe you could use it as an startingpoint...
I thought about facial recognition many years ago but my search only found a web API - no plugin api. My idea was to use an external facial recognition program to slowly index my entire catalogue of pictures and reliably tag them according to who was in them. It wouldn't need to be 100% accurate, but anything over 85% would be acceptable.
I would start with the Picasa API:
Picasa API