Thursday, 5 September 2013

Rails - best_In_place gem with date

Rails - best_In_place gem with date

References

Reference NO 1

http://stackoverflow.com/questions/13584241/rails-best-in-place-gem-with-date

Reference NO 2

http://stackoverflow.com/questions/14113045/rails-best-in-place-gem-while-clicking-on-the-label-name

Reference NO 3

https://github.com/bernat/best_in_place

Reference NO 4

https://rubygems.org/gems/best_in_place

Reference NO 5

https://www.ruby-toolbox.com/gems/best_in_place

Reference NO 6

http://railscasts.com/episodes/302-in-place-editing

Reference NO 7

http://rubydoc.info/gems/best_in_place/frames

Reference NO 8

http://www.ggkf.com/ruby-on-rails/ruby-on-rails-best_in_place-datatables-haml

Delete selected items in a GridView

Delete selected items in a GridView

References

Reference NO 1

http://stackoverflow.com/questions/13584541/delete-selected-items-in-a-gridview

Reference NO 2

http://www.telerik.com/community/forums/silverlight/gridview/how-to-clear-selected-items-in-the-radgrid.aspx

Reference NO 3

http://social.msdn.microsoft.com/Forums/windows/en-US/1dd3aaa6-cf23-4671-aba5-569276e1f207/action?threadDisplayName=how-to-delete-selected-row-in-data-grid-view-and-database-by-c

Reference NO 4

http://forums.asp.net/t/1179064.aspx/1

Reference NO 5

http://www.aspsnippets.com/Articles/Select-and-delete-multiple-rows-in-ASP.Net-Gridview-control.aspx

Reference NO 6

http://www.aspdotnet-suresh.com/2011/02/how-to-delete-multiple-rows-in-gridview.html

Reference NO 7

http://www.daniweb.com/software-development/csharp/threads/349366/delete-selected-row-from-data-grid-view-and-update-the-database

Reference NO 8

http://www.c-sharpcorner.com/forums/thread/144452/how-to-remove-selected-row-from-gridview.aspx

Thread Pool Implementation in java or java open sources for Quartz handling?

Thread Pool Implementation in java or java open sources for Quartz handling?

References

Reference NO 1

http://stackoverflow.com/questions/13584920/thread-pool-implementation-in-java-or-java-open-sources-for-quartz-handling

Reference NO 2

http://stackoverflow.com/questions/8199038/quartz-thread-pool-replace-with-pooled-executor-service

Reference NO 3

http://stackoverflow.com/questions/1599896/quartz-scheduler-and-thread-pooling

Reference NO 4

http://oreilly.com/pub/a/java/archive/quartz.html?page=2

Reference NO 5

http://www.javacodegeeks.com/2011/12/using-threadpoolexecutor-to-parallelize.html

Reference NO 6

http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/scheduling.html

Reference NO 7

http://www.mkyong.com/spring/spring-and-java-thread-example/

Reference NO 8

http://java.dzone.com/articles/why-you-shouldnt-use-quartz

Windows 8 Data Binding

Windows 8 Data Binding

References

Reference NO 1

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

Reference NO 2

http://msdn.microsoft.com/en-us/library/windowsphone/develop/cc278072(v=vs.105).aspx

Reference NO 3

http://blogs.msdn.com/b/hanuk/archive/2013/05/29/data-binding-in-windows-8-compared-to-android.aspx

Reference NO 4

http://jesseliberty.com/2012/08/10/windows-8-primerdata-binding-part-1/

Reference NO 5

http://architects.dzone.com/articles/data-binding-windows-8-and

Reference NO 6

http://stackoverflow.com/questions/15835471/windows-8-xaml-databinding-on-updating-on-text-changed

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Change shape border color at runtime

Change shape border color at runtime

References

Reference NO 1

http://stackoverflow.com/questions/13585496/change-shape-border-color-at-runtime

Reference NO 2

http://stackoverflow.com/questions/7164630/how-to-change-shape-color-dynamically

Reference NO 3

http://stackoverflow.com/questions/11859238/changing-a-color-resource-at-runtime

Reference NO 4

http://stackoverflow.com/questions/13254561/round-corners-with-border-color

Reference NO 5

http://stackoverflow.com/questions/14960413/how-to-change-a-widgets-color-at-runtime

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Import users to local with powershell windows server 2008 r2

Import users to local with powershell windows server 2008 r2

References

Reference NO 1

http://stackoverflow.com/questions/13585795/import-users-to-local-with-powershell-windows-server-2008-r2

Reference NO 2

http://social.technet.microsoft.com/Forums/exchange/en-US/51ee88ca-641d-4ece-b532-e7092dcba9e2/action?threadDisplayName=windows-2008-r2-powershell-20-adding-local-users-script

Reference NO 3

http://technet.microsoft.com/en-us/library/dd378784(v=ws.10).aspx

Reference NO 4

https://www.simple-talk.com/sysadmin/exchange/active-directory-management-with-powershell-in-windows-server-2008-r2/

Reference NO 5

http://www.manageengine.com/products/free-windows-active-directory-tools/free-microsoft-windows-powershell-cmdlet-manage-local-users-tool.html

Reference NO 6

http://www.petri.co.il/create-local-accounts-with-powershell.htm

Reference NO 7

http://www.edugeek.net/forums/scripts/70649-bulk-add-users-server-2008-r2-powershell-script.html

Reference NO 8

http://blogs.technet.com/b/heyscriptingguy/archive/2008/03/11/how-can-i-use-windows-powershell-to-add-a-domain-user-to-a-local-group.aspx

Possible to use Interlocked.CompareExchange with a Bit?

Possible to use Interlocked.CompareExchange with a Bit?

References

Reference NO 1

http://stackoverflow.com/questions/13586075/possible-to-use-interlocked-compareexchange-with-a-bit

Reference NO 2

http://stackoverflow.com/questions/13556658/interlocked-compareexchange-if-not-equal

Reference NO 3

http://msdn.microsoft.com/en-us/library/system.threading.interlocked.compareexchange.aspx

Reference NO 4

http://geekswithblogs.net/BlackRabbitCoder/archive/2012/09/06/c.net-little-wonders-interlocked-compareexchange.aspx

Reference NO 5

http://www.albahari.com/threading/part4.aspx

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#