Tuesday, 3 September 2013

JQuery Form Wizard - won't submit [closed]

JQuery Form Wizard - won't submit [closed]

References

Reference NO 1

http://www.jankoatwarpspeed.com/turn-any-webform-into-a-powerful-wizard-with-jquery-formtowizard-plugin/

Reference NO 2

https://github.com/mstratman/jQuery-Smart-Wizard

Reference NO 3

http://stackoverflow.com/questions/16507087/issue-with-the-load-function-in-jquery

Reference NO 4

http://stackoverflow.com/questions/1418202/jquery-accordion-next-and-previous-wizard-how-to-get-previous-and-next-section

Reference NO 5

http://www.datasprings.com/resources/articles-information/sending-post-requests-with-jquery

Reference NO 6

http://blog.degree.no/2012/03/creating-a-simple-form-wizard-in-asp-net-mvc-4/

Reference NO 7

http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/

Reference NO 8

http://webexpedition18.com/articles/how-to-create-a-multi-step-signup-form-with-css3-and-jquery/

FREEGLUT debug and release lib in Visual C++ 2012

FREEGLUT debug and release lib in Visual C++ 2012

References

Reference NO 1

http://stackoverflow.com/questions/15165406/freeglut-debug-and-release-lib-in-visual-c-2012

Reference NO 2

http://stackoverflow.com/questions/17034435/compile-a-static-freeglut-library-lib-in-vs-2012

Reference NO 3

http://openglbook.com/setting-up-opengl-glew-and-freeglut-in-visual-c/

Reference NO 4

http://www.emunix.emich.edu/~evett/GraphicsCourse/working%20with%20visual%20C/Running%20Angel%20code.htm

Reference NO 5

http://tempvariable.blogspot.com/2008/02/installing-freeglut-on-visual-studio.html

Reference NO 6

http://visualambition.wordpress.com/2010/08/12/glut-and-visual-studio-2010/

Reference NO 7

https://github.com/ands/cgss13/tree/master/common/freeglut

Reference NO 8

http://eecs.oregonstate.edu/~mjb/cs553/gettingglut.html

Monday, 2 September 2013

Dynamically convert a list of properties into an object

Dynamically convert a list of properties into an object

References

Reference NO 1

http://stackoverflow.com/questions/15165936/dynamically-convert-a-list-of-properties-into-an-object

Reference NO 2

http://stackoverflow.com/questions/4765084/convert-a-list-of-objects-to-an-array-of-one-of-the-objects-properties

Reference NO 3

http://www.codeproject.com/Articles/24888/Dynamic-Object-to-Object-Converter

Reference NO 4

https://www.simple-talk.com/dotnet/.net-framework/dynamically-generating--typed-objects-in-.net/

Reference NO 5

http://igoro.com/archive/use-c-dynamic-typing-to-conveniently-access-internals-of-an-object/

Reference NO 6

http://uberpwn.wordpress.com/2009/12/21/property-copying-with-dynamic-objects-in-net-4-0/

Reference NO 7

http://msdn.microsoft.com/en-us/library/ee461504.aspx

Reference NO 8

http://tech.pro/tutorial/841/csharp-tutorial-using-reflection-to-get-object-information

.Net Service returning 404 on server

.Net Service returning 404 on server

References

Reference NO 1

http://stackoverflow.com/questions/5416020/asmx-service-works-on-development-server-returns-404-when-deployed-to-iis-7-5

Reference NO 2

http://social.msdn.microsoft.com/Forums/vstudio/en-US/4ad69e9f-81ac-4efd-8e4b-d4744b18ab91/action?threadDisplayName=the-remote-server-returned-an-error404-not-found-in-wcf-rest-service

Reference NO 3

http://blogs.msdn.com/b/markgabarra/archive/2006/09/20/763932.aspx

Reference NO 4

http://forums.iis.net/t/prev/1165124

Reference NO 5

http://gavinmckay.wordpress.com/2009/11/19/wcf-rest-url-request-returns-a-404-error/

Reference NO 6

http://asp.net.bigresource.com/-ASMX-service-works-on-development-server-returns-404-when-deployed-to-IIS-7-5--hPKIfH3tF.html

Reference NO 7

http://bytes.com/topic/net/answers/375676-web-service-returns-404-a

Reference NO 8

http://www.codeproject.com/Questions/450208/The-remote-server-returned-an-error-404-Not-Found

Display text with a string in Textblock xaml

Display text with a string in Textblock xaml

References

Reference NO 1

http://stackoverflow.com/questions/15185465/display-text-with-a-string-in-textblock-xaml

Reference NO 2

http://elegantcode.com/2009/04/07/wpf-stringformat-in-xaml-with-the-stringformat-attribute/

Reference NO 3

http://www.codeproject.com/Articles/195436/Formatting-text-in-Silverlight-XAML-using-StringFo

Reference NO 4

http://msdn.microsoft.com/en-us/library/windows/apps/hh700392.aspx

Reference NO 5

http://matthiasshapiro.com/2010/05/28/silverlight-4-binding-and-stringformat-in-xaml/

Reference NO 6

http://visualstudiomagazine.com/articles/2008/05/12/silverlight-xaml-primer-15-enhancing-textblock-with-runs-and-linebreaks.aspx

Reference NO 7

http://soumya.wordpress.com/2010/02/12/wpf-simplified-part-11-xaml-tricks/

Reference NO 8

http://weblogs.asp.net/jgaylord/archive/2008/04/07/xaml-tip-adding-a-line-break-to-a-textblock.aspx

Storing constants in C++

Storing constants in C++

References

Reference NO 1

http://stackoverflow.com/questions/3299765/where-to-store-class-specific-named-constants-in-c

Reference NO 2

http://www.cplusplus.com/forum/beginner/12417/

Reference NO 3

http://www.tutorialspoint.com/cplusplus/cpp_constants_literals.htm

Reference NO 4

http://msdn.microsoft.com/en-us/library/00a1awxf.aspx

Reference NO 5

http://www.codeproject.com/Tips/560657/Constants-in-Cplusplus

Reference NO 6

http://en.wikipedia.org/wiki/Constant_(programming)

Reference NO 7

http://www.byte-notes.com/content/variables-constants-c

Reference NO 8

http://home.comcast.net/~codewrangler/tech_info/cpp_const.html

Getting last post made by page in facebook in FQL

Getting last post made by page in facebook in FQL

References

Reference NO 1

http://stackoverflow.com/questions/15185937/getting-last-post-made-by-page-in-facebook-in-fql

Reference NO 2

http://developers.facebook.com/docs/reference/fql/stream/

Reference NO 3

https://developers.facebook.com/blog/post/478/

Reference NO 4

http://developers.facebook.com/docs/reference/fql/location_post/

Reference NO 5

http://developers.facebook.com/docs/reference/fql/insights/

Reference NO 6

http://fbdevwiki.com/wiki/FQL:stream

Reference NO 7

#EANF#

Reference NO 8

#EANF#