Sunday, December 21, 2014

MSW registration

Link is here: https://docs.google.com/forms/d/1Q1JKbMCxzEpQc6eGdigdIhNCf7v47OTK84LjtjXV-9c/viewform

Windows Azure no need to maintain hardware,  just pay rent,  shutdown when no need to use.

Microsoft technology - ASP.NET

MS SQL server backend identity security, you can register with Facebook, Google, Microsoft, twitter.

MongoDB - document data base to store registration with 2nd backup server

Task

Phase 1
Email confirmation
User profile
Admin roles
Contact/event registration reporting
Custom events
MongoDB security
SSL security

Phase 2
Payment system
Check in system




Friday, December 19, 2014

Azure ASP.net SQL

http://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/

Monday, December 8, 2014

eye tracking

http://romanhosek.cz/android-eye-detection-and-tracking-with-opencv/

Wednesday, November 19, 2014

Saturday, November 8, 2014

Difference between Application_Start and Application_OnStart

http://stackoverflow.com/questions/2058621/difference-between-application-start-and-application-onstart

Friday, October 17, 2014

mswreg.azurewebsites.net



mswreg.azurewebsites.net

http://www.sourcecodester.com/aspnet/online-enrollment-and-grading-system-using-mvc-3-razor.html
This Tonyfear's Online Enrollment System using ASP.Net's MVC3 technology (Razor)
The purpose of this project is for those who wish
1.) to know web application development
2.) to know the MVC architecture
3.) to know how to use the ORM frameworks like nHibernate or Entity Framework
4.) to know how to implement custom membership service for LOGIN
5.) how to implement webgrid
6.) how to implement search algorithm
7.) how to use jQuery UI for intuitive user experie

nce
8.) how to implement EMAIL Notifier
9.) how to implement chat system(included in the next release)
10.) how to implement Facebook login(included in the next release)
If you want to see this live in action visit: www.online-enrollment.co.cc

http://nolifuncion-programming.blogspot.com/2010/05/enrollment-system-using-aspnet-in-c.html

10/27/2014 learned how to trouble shoot Azure website
http://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-troubleshoot-visual-studio/

https://mswreg.azurewebsites.net/contacts

http://www.webreference.com/programming/asp_net/registration-confirmation-system/index.html

http://www.codeproject.com/Articles/755459/ASP-NET-MVC-Documents-Sample

http://msdn.microsoft.com/en-us/data/jj591621.aspx

Monday, September 15, 2014

Thursday, September 11, 2014

fragment B displays contents of different fragments

 public void changeData(int index)
    {
        String[] descriptions=getResources().getStringArray(R.array.Desc);
        Log.d("FragmentB","Descriptions retrieved");
        text.setText(descriptions[index]);
    }

The above needs to be changed to load different html, I think I can use index to get different html file.


FragmentA  contains contents

1. titles
2. descriptions
2. images

Wednesday, August 13, 2014

Email alternative

http://www.workintelligent.ly/information/trends-information/the-end-of-email/?utm_campaign=ContentSyndication&utm_medium=NativeAd&utm_source=OutBrain&utm_content=&utm_term=end+of+work

Monday, May 26, 2014

Android Studio - Circlelayout

https://github.com/dmitry-zaitsev/CircleLayout

Android learning time sheet

I am spending tons of time learning and exploring Android application development, so I decided to log my time spend as a reference for future people to get an idea. I have been Dot Net developer for about 14 years.

AndroidImageSlideShow

http://androidopentutorials.com/android-image-slideshow-using-viewpager/

Downloaded the sample above, but it is getting json from a web server, this is how I fixed it and make it work.



trying use chrome web store REST Console does not work

http://stackoverflow.com/questions/16301779/passing-json-to-action-using-rest-console-mvc

Install IIS for Windows 8.1
http://www.howtogeek.com/112455/how-to-install-iis-8-on-windows-8/

Copy json file to root directory of IIS.

Start debugging to see if jsonObject picks up data and it did.


After json data loaded the app is running


You can download from Github: https://github.com/gchudublin/AndroidImageSlideShowDownload

Sunday, May 25, 2014

List fragment

This is downloaded from some where and imported to Android studio.

https://github.com/gchudublin/Android-List-Fragment-Tutorial-master




New man magzine

https://newman.proto.io/share/?id=6dbcc918-60c1-459d-b371-a46f08715850&v=1



Click will expand to full screen






Fragment

http://theopentutorials.com/tutorials/android/listview/android-custom-listview-with-image-and-text-using-baseadapter/

Fragment list & text view
Fragment list view
http://wptrafficanalyzer.in/blog/itemclick-handler-for-listfragment-in-android/
Viewpager indicator
Viewpager
http://wptrafficanalyzer.in/blog/android-horizontal-swiping-in-action-bar-tabs-using-viewpager/

frame layout - frame lay over each other

list fragment
https://www.youtube.com/watch?v=SEO7V9N1iAA

https://github.com/vhung92/Android-List-Fragment-Tutorial

ViewPagerParallax

http://blog.neteril.org/blog/2013/10/10/framelayout-your-best-ui-friend/

http://developer.android.com/training/animation/screen-slide.html

http://www.edumobile.org/android/android-beginner-tutorials/view-pager-example-in-android-development/

http://androidopentutorials.com/android-image-slideshow-using-viewpager/