Please suggest some resources from which explain silver-light business application in detail - silverlight

http://msdn.microsoft.com/en-us/library/ee796239%28v=vs.91%29.aspx#Y3078
but, i am hobbyist (small time :) ) i dont understand every thing provided in these tutorials,
please suggest some online links which explain each and everything used in great and simple detail.
please provide some references to good books which also do the same

This book is a good reference for business applications developers with Silverlight

Related

How to use HSPI?

May be stupid question. I created HSPIPluginB1 project from template, it compiles, runs and connects to HS.
But I've got no idea what to do next? How do I create devices, triggers, etc?
Great question. HSPIPluginB is described here. There's some help in the forum thread linked therein, but, for the most part, that HSPI template doesn't do much more to help. Your best bet, for now, is to hunt through the HS developer forum and documentation (https://homeseer.com/developer-support/). Honestly, it's pretty difficult to write a HomeSeer plugin as is, but that's not the fault of the HSPI project.
Fortunately, I'm working on HSPIPluginC. It's significantly easier to understand, but it's not finished. You can get a glimpse of where I'm going with it by checking out https://github.com/alexdresko/HSPI/issues/77#issuecomment-322885054. If anything, there's probably some useful code in there to help you move forward.
If you have any ideas for how HSPI can be made better, please Create an issue or start up a conversation in the chat room

Some questioning about codenameone

I don't know if it's the good place to ask these questions. So if it's not the case sorry for inconvenience.
We are looking for the most adapted tool for our crossplatform mobile project. Before begin to invest time we are testing many crossplatform develeoppement solution ... it's difficult to find the tool where you say Yes it this one !!
Actually we are beginning to test codename one. It looks very promising but we have some doubts and question about features and how we can organize our project :
Do you know if it is possible to separate code and design -> build each "screen of the app" with one xml file to describe components and style and one java class to define behavior and contents(dynamically or not) of these components ?
What about nfc support ? at least for android apps ?
The ui components are not really "sexy" in examples. Do you know if it is possible to load/download or why not buy some more attractive one.
I hope you will be able to answer our questions
Thank you and sorry for my english ...
build each "screen of the app" with one xml file take a look at
https://www.codenameone.com/blog/gui-builder-walkthru.html
What about nfc support ? at least for android apps ? see here
https://www.codenameone.com/blog/native-interface.html
The ui components are not really "sexy" in examples.
https://www.codenameone.com/gallery.html
But overall I would like to suggest you can't get 'that' sexy unless you not try. Don't take it wrong but see the examples submitted by other and what they developed you may get same or more than that if you try.
I hope you will be able to answer Your questions :)
Cheers

CakePHP: Private Training/Course 101? Any suggestions

I know that this question is not directly related to programming in CakePHP, so I apologies in advance for that.
Is there a website/organization where I can pay for a 101 training in CakePHP with an experienced programmer who can take me from the very basics and lead through the development my first application. Teach me best practices, answering questions, offering guidance etc. Kind of like a supervisor/mentor over my work.
Please do not answer with: ‘Read the CakePHP book’ because… I am doing that, but still I have many other questions related to programing.
CakeDC does CakePHP training:
http://www.cakedc.com/training
"Additionally, if you'd prefer to have a more tailored training session
for you or your team we can provide specific training sessions as part
of our consultancy services. Please contact us for more information."
Update:
I contacted them awhile back with an inquiry to training our team, and never heard back. Not sure if they're no longer doing it, or what.

Need assistance with basics of developing an interface in WPF

I have several questions in regards to creating a WPF interface. I am having a difficult time wrapping my head around how the more advanced XAML techniques can be implemented. I could probably "get by" by using code snippets from the web, but honestly I'd much rather really learn it and then use code snippets for ideas and actually understand what it's doing.
If anyone has any recommendations as to good starter books i'd really appreciate that. Also, I would be very interested in a "tutor" for WPF. I would be interested in detailed explanations of how to do things and I would obviously compensate you for your time (over phone, skype, whatever).
I have read dozens of articles and I purchased WPF 4 unleashed, but I am just having a tough time grasping some of the concepts because I learn much better when I have someone there to answer questions for me.
Thanks for any assistance and I apologize if this is an inappropriate post, but I have used stackoverflow many times as a resource and I know there are some very creative and knowledgeable people in this community.
Try Pluralsight Trainings... they cover basic intermediate and advanced WPF to implement WPF apps and also with Silverlight, MVVM and PRISM.

orkut application

i am a beginer in developing orkut application. can any one tell me the basics of that like how database is designed and all...
How about the orkut documentation for developpers ?
http://code.google.com/intl/en-US/apis/orkut/
I do recomend you to go first to the orkut developer forum, read the fixed topics an then go to the docs that MAX suggested. :)
The reason is that there are a lot of outdated informations in the docs. In the forum the informations are more updated and you can always ask the community if something doesn't work. ;)

Resources