Android - open or restart app after clicking push notification using flag
activities
References
Reference NO 1
http://stackoverflow.com/questions/13581574/android-open-or-restart-app-after-clicking-push-notification-using-flag-activi
Reference NO 2
http://stackoverflow.com/questions/10194718/open-android-app-from-push-notification
Reference NO 3
http://stackoverflow.com/questions/14065521/unable-to-resume-application-after-receiving-push-notification-in-android
Reference NO 4
http://stackoverflow.com/questions/8942079/last-finished-activity-re-opening-from-recent-tasks-in-push-notification-andro
Reference NO 5
http://android.bigresource.com/Android-resuming-an-activity-from-notification-uZIpkZsAE.html
Reference NO 6
https://jira.appcelerator.org/browse/TIMOB-9285
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Friday, 6 September 2013
How to resolve FATAL: connection limit exceeded for non-superusers
How to resolve FATAL: connection limit exceeded for non-superusers
References
Reference NO 1
http://stackoverflow.com/questions/13581901/how-to-resolve-fatal-connection-limit-exceeded-for-non-superusers
Reference NO 2
http://forums.squizsuite.net/index.php?showtopic=8176
Reference NO 3
http://wiki.pscs.co.uk/fatal%3Bconnection_limit_exceeded_for_non-superusers
Reference NO 4
https://community.jivesoftware.com/casethread/115419
Reference NO 5
http://www.postgresql.org/message-id/FE44E0D7EAD2ED4BB2165071DB8E328C03062DF2@egcrc-ex01.egcrc.org
Reference NO 6
http://community.webfaction.com/questions/10261/connection-limit-exceeded-for-non-superusers
Reference NO 7
http://readthefuckingmanual.net/error/132/
Reference NO 8
http://www.gossamer-threads.com/lists/trac/users/36626
References
Reference NO 1
http://stackoverflow.com/questions/13581901/how-to-resolve-fatal-connection-limit-exceeded-for-non-superusers
Reference NO 2
http://forums.squizsuite.net/index.php?showtopic=8176
Reference NO 3
http://wiki.pscs.co.uk/fatal%3Bconnection_limit_exceeded_for_non-superusers
Reference NO 4
https://community.jivesoftware.com/casethread/115419
Reference NO 5
http://www.postgresql.org/message-id/FE44E0D7EAD2ED4BB2165071DB8E328C03062DF2@egcrc-ex01.egcrc.org
Reference NO 6
http://community.webfaction.com/questions/10261/connection-limit-exceeded-for-non-superusers
Reference NO 7
http://readthefuckingmanual.net/error/132/
Reference NO 8
http://www.gossamer-threads.com/lists/trac/users/36626
SQL maximum values set for insert [closed]
SQL maximum values set for insert [closed]
References
Reference NO 1
http://stackoverflow.com/questions/4853361/sql-server-insert-next-available-int
Reference NO 2
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/sqlp/rbafysequence.htm
Reference NO 3
http://technet.microsoft.com/en-us/library/ms177564.aspx
Reference NO 4
http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/static.htm
Reference NO 5
http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html
Reference NO 6
http://www.mckoi.com/database/SQLSyntax.html
Reference NO 7
http://www.w3schools.com/sql/sql_insert.asp
Reference NO 8
http://dba.stackexchange.com/questions/33670/invalid-use-of-side-effecting-operator-insert-exec-within-a-function
References
Reference NO 1
http://stackoverflow.com/questions/4853361/sql-server-insert-next-available-int
Reference NO 2
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/sqlp/rbafysequence.htm
Reference NO 3
http://technet.microsoft.com/en-us/library/ms177564.aspx
Reference NO 4
http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/static.htm
Reference NO 5
http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html
Reference NO 6
http://www.mckoi.com/database/SQLSyntax.html
Reference NO 7
http://www.w3schools.com/sql/sql_insert.asp
Reference NO 8
http://dba.stackexchange.com/questions/33670/invalid-use-of-side-effecting-operator-insert-exec-within-a-function
Computing the iterator return type at compile time
Computing the iterator return type at compile time
References
Reference NO 1
http://stackoverflow.com/questions/13582497/computing-the-iterator-return-type-at-compile-time
Reference NO 2
http://www.boost.org/boost/iterator/counting_iterator.hpp
Reference NO 3
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Chapter_Advanced_Features
Reference NO 4
http://www.cs.northwestern.edu/~riesbeck/programming/c++/stl-iterator-define.html
Reference NO 5
http://en.wikipedia.org/wiki/C%2B%2B11
Reference NO 6
http://www.sgi.com/tech/stl/Container.html
Reference NO 7
http://www.openfst.org/twiki/bin/view/FST/FstAdvancedUsage
Reference NO 8
http://www.scala-lang.org/api/current/scala/collection/Iterator.html
References
Reference NO 1
http://stackoverflow.com/questions/13582497/computing-the-iterator-return-type-at-compile-time
Reference NO 2
http://www.boost.org/boost/iterator/counting_iterator.hpp
Reference NO 3
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Chapter_Advanced_Features
Reference NO 4
http://www.cs.northwestern.edu/~riesbeck/programming/c++/stl-iterator-define.html
Reference NO 5
http://en.wikipedia.org/wiki/C%2B%2B11
Reference NO 6
http://www.sgi.com/tech/stl/Container.html
Reference NO 7
http://www.openfst.org/twiki/bin/view/FST/FstAdvancedUsage
Reference NO 8
http://www.scala-lang.org/api/current/scala/collection/Iterator.html
MySQL: SELECT highest column value when WHERE finds similar entries
MySQL: SELECT highest column value when WHERE finds similar entries
References
Reference NO 1
http://stackoverflow.com/questions/13582789/mysql-select-highest-column-value-when-where-finds-similar-entries
Reference NO 2
http://stackoverflow.com/questions/18280138/select-rows-the-the-second-highest-value-in-a-column
Reference NO 3
http://stackoverflow.com/questions/6560000/sql-selecting-rows-where-column-value-changed-from-previous-row
Reference NO 4
http://stackoverflow.com/questions/12235595/find-most-frequent-value-in-mysql-column
Reference NO 5
http://stackoverflow.com/questions/16695858/find-records-where-field-is-greater-than-all-values-in-a-set-in-mysql
Reference NO 6
http://dev.mysql.com/doc/refman/5.1/en/example-maximum-column-group-row.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13582789/mysql-select-highest-column-value-when-where-finds-similar-entries
Reference NO 2
http://stackoverflow.com/questions/18280138/select-rows-the-the-second-highest-value-in-a-column
Reference NO 3
http://stackoverflow.com/questions/6560000/sql-selecting-rows-where-column-value-changed-from-previous-row
Reference NO 4
http://stackoverflow.com/questions/12235595/find-most-frequent-value-in-mysql-column
Reference NO 5
http://stackoverflow.com/questions/16695858/find-records-where-field-is-greater-than-all-values-in-a-set-in-mysql
Reference NO 6
http://dev.mysql.com/doc/refman/5.1/en/example-maximum-column-group-row.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
How does de-referencing a pointer after casting to int ** change the value to which it points?
How does de-referencing a pointer after casting to int ** change the value
to which it points?
References
Reference NO 1
http://stackoverflow.com/questions/13583092/how-does-de-referencing-a-pointer-after-casting-to-int-change-the-value-to-wh
Reference NO 2
http://boredzo.org/pointers/
Reference NO 3
http://www.cs.fsu.edu/~myers/cgs4406/notes/pointers.html
Reference NO 4
http://www.cplusplus.com/doc/tutorial/pointers/
Reference NO 5
http://www.tutorialspoint.com/ansi_c/c_pointing_data.htm
Reference NO 6
http://www.stanford.edu/~fringer/teaching/operating_systems_03/handouts/lecture9.pdf
Reference NO 7
http://www.codingunit.com/cplusplus-tutorial-pointers-reference-and-dereference-operators
Reference NO 8
http://en.wikibooks.org/wiki/C_Programming/Pointers_and_arrays
to which it points?
References
Reference NO 1
http://stackoverflow.com/questions/13583092/how-does-de-referencing-a-pointer-after-casting-to-int-change-the-value-to-wh
Reference NO 2
http://boredzo.org/pointers/
Reference NO 3
http://www.cs.fsu.edu/~myers/cgs4406/notes/pointers.html
Reference NO 4
http://www.cplusplus.com/doc/tutorial/pointers/
Reference NO 5
http://www.tutorialspoint.com/ansi_c/c_pointing_data.htm
Reference NO 6
http://www.stanford.edu/~fringer/teaching/operating_systems_03/handouts/lecture9.pdf
Reference NO 7
http://www.codingunit.com/cplusplus-tutorial-pointers-reference-and-dereference-operators
Reference NO 8
http://en.wikibooks.org/wiki/C_Programming/Pointers_and_arrays
outlook footer charset - how to use polish signs?
outlook footer charset - how to use polish signs?
References
Reference NO 1
http://stackoverflow.com/questions/13583427/outlook-footer-charset-how-to-use-polish-signs
Reference NO 2
http://stackoverflow.com/questions/tagged/polish
Reference NO 3
http://winrus.com/oe_e.htm
Reference NO 4
http://help.exacttarget.com/en/documentation/exacttarget/content/international_sends/
Reference NO 5
http://office.microsoft.com/en-us/word-help/troubleshoot-spelling-grammar-and-other-proofing-tools-HP005189212.aspx
Reference NO 6
http://support.nuance.com/pdfs/PDFCPro7_QRG_eng.pdf
Reference NO 7
http://www.horde.org/apps/imp/docs/CHANGES
Reference NO 8
http://www.sympa.org/distribution/sympa-6.1.17/NEWS
References
Reference NO 1
http://stackoverflow.com/questions/13583427/outlook-footer-charset-how-to-use-polish-signs
Reference NO 2
http://stackoverflow.com/questions/tagged/polish
Reference NO 3
http://winrus.com/oe_e.htm
Reference NO 4
http://help.exacttarget.com/en/documentation/exacttarget/content/international_sends/
Reference NO 5
http://office.microsoft.com/en-us/word-help/troubleshoot-spelling-grammar-and-other-proofing-tools-HP005189212.aspx
Reference NO 6
http://support.nuance.com/pdfs/PDFCPro7_QRG_eng.pdf
Reference NO 7
http://www.horde.org/apps/imp/docs/CHANGES
Reference NO 8
http://www.sympa.org/distribution/sympa-6.1.17/NEWS
WPF Dynamic Data Display Line plot behaviour when the data is not valid
WPF Dynamic Data Display Line plot behaviour when the data is not valid
References
Reference NO 1
http://stackoverflow.com/questions/13583784/wpf-dynamic-data-display-line-plot-behaviour-when-the-data-is-not-valid
Reference NO 2
http://stackoverflow.com/questions/16305792/dynamic-data-display-chart-with-legend-checkbox-wpf
Reference NO 3
http://stackoverflow.com/questions/5509603/interrupted-line-error-mark-in-dynamic-data-display-chart
Reference NO 4
http://stackoverflow.com/questions/16947844/realtime-plotting-with-wpf-using-external-data
Reference NO 5
http://stackoverflow.com/questions/tagged/dynamic-data-display?sort=votes
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13583784/wpf-dynamic-data-display-line-plot-behaviour-when-the-data-is-not-valid
Reference NO 2
http://stackoverflow.com/questions/16305792/dynamic-data-display-chart-with-legend-checkbox-wpf
Reference NO 3
http://stackoverflow.com/questions/5509603/interrupted-line-error-mark-in-dynamic-data-display-chart
Reference NO 4
http://stackoverflow.com/questions/16947844/realtime-plotting-with-wpf-using-external-data
Reference NO 5
http://stackoverflow.com/questions/tagged/dynamic-data-display?sort=votes
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Thursday, 5 September 2013
Trying to Create Instance by Using String name i.e a class name bt GetType method returns null
Trying to Create Instance by Using String name i.e a class name bt GetType
method returns null
References
Reference NO 1
http://stackoverflow.com/questions/13584083/trying-to-create-instance-by-using-string-name-i-e-a-class-name-bt-gettype-metho
Reference NO 2
http://stackoverflow.com/questions/3262168/converting-strings-to-class-names-in-c-sharp
Reference NO 3
http://php.net/manual/en/function.get-class.php
Reference NO 4
http://svn.codehaus.org/janino/tags/V_2_3_0/janino/src/org/codehaus/janino/Java.java
Reference NO 5
https://svn.jenkins-ci.org/tags/hudson-1_279/core/src/main/java/hudson/model/Descriptor.java
Reference NO 6
http://www.theswamp.org/index.php?topic=31859.5;wap2
Reference NO 7
http://www.solutionoferror.com/asp-net/inputstream-from-a-local-file-vb-net-114212.asp
Reference NO 8
http://code.google.com/p/javaparser/wiki/UsingThisParser
method returns null
References
Reference NO 1
http://stackoverflow.com/questions/13584083/trying-to-create-instance-by-using-string-name-i-e-a-class-name-bt-gettype-metho
Reference NO 2
http://stackoverflow.com/questions/3262168/converting-strings-to-class-names-in-c-sharp
Reference NO 3
http://php.net/manual/en/function.get-class.php
Reference NO 4
http://svn.codehaus.org/janino/tags/V_2_3_0/janino/src/org/codehaus/janino/Java.java
Reference NO 5
https://svn.jenkins-ci.org/tags/hudson-1_279/core/src/main/java/hudson/model/Descriptor.java
Reference NO 6
http://www.theswamp.org/index.php?topic=31859.5;wap2
Reference NO 7
http://www.solutionoferror.com/asp-net/inputstream-from-a-local-file-vb-net-114212.asp
Reference NO 8
http://code.google.com/p/javaparser/wiki/UsingThisParser
Plugin to translate web app news feeds etc
Plugin to translate web app news feeds etc
References
Reference NO 1
http://stackoverflow.com/questions/13584381/plugin-to-translate-web-app-news-feeds-etc
Reference NO 2
http://sites.google.com/site/readtextextension/home/applications-on-the-web
Reference NO 3
https://chrome.google.com/webstore/detail/rss-subscription-extensio/nlbjncdgjeocebhnmkbbbdekmmmcbfjd?hl=en
Reference NO 4
https://addons.mozilla.org/en-us/firefox/extensions/language-support/
Reference NO 5
http://reader.google.com/
Reference NO 6
https://developer.pidgin.im/wiki/ThirdPartyPlugins
Reference NO 7
http://www.hongkiat.com/blog/50-time-saving-firefox-add-ons/
Reference NO 8
http://en.wikipedia.org/wiki/News_aggregator
References
Reference NO 1
http://stackoverflow.com/questions/13584381/plugin-to-translate-web-app-news-feeds-etc
Reference NO 2
http://sites.google.com/site/readtextextension/home/applications-on-the-web
Reference NO 3
https://chrome.google.com/webstore/detail/rss-subscription-extensio/nlbjncdgjeocebhnmkbbbdekmmmcbfjd?hl=en
Reference NO 4
https://addons.mozilla.org/en-us/firefox/extensions/language-support/
Reference NO 5
http://reader.google.com/
Reference NO 6
https://developer.pidgin.im/wiki/ThirdPartyPlugins
Reference NO 7
http://www.hongkiat.com/blog/50-time-saving-firefox-add-ons/
Reference NO 8
http://en.wikipedia.org/wiki/News_aggregator
Implementation of a stack using a linked list C
Implementation of a stack using a linked list C
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/stack/linked-list/
Reference NO 2
http://stackoverflow.com/questions/13584707/implementation-of-a-stack-using-a-linked-list-c
Reference NO 3
http://codingfreak.blogspot.com/2010/07/implementation-of-stack-using-singly.html
Reference NO 4
http://www.cprogramto.com/stack-using-linked-list-in-c-code/
Reference NO 5
http://www.programming-techniques.com/2011/11/stack-and-queue-implementation-of.html
Reference NO 6
http://c4learn.com/c-programs/c-program-to-implement-stack-operations-using-singly-linked-list.html
Reference NO 7
http://www.cprogramming.com/snippets/source-code/stack-with-linked-list
Reference NO 8
http://www.cppprograms.com/2013/03/stack-linked-list/
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/stack/linked-list/
Reference NO 2
http://stackoverflow.com/questions/13584707/implementation-of-a-stack-using-a-linked-list-c
Reference NO 3
http://codingfreak.blogspot.com/2010/07/implementation-of-stack-using-singly.html
Reference NO 4
http://www.cprogramto.com/stack-using-linked-list-in-c-code/
Reference NO 5
http://www.programming-techniques.com/2011/11/stack-and-queue-implementation-of.html
Reference NO 6
http://c4learn.com/c-programs/c-program-to-implement-stack-operations-using-singly-linked-list.html
Reference NO 7
http://www.cprogramming.com/snippets/source-code/stack-with-linked-list
Reference NO 8
http://www.cppprograms.com/2013/03/stack-linked-list/
Android Async task cancel/stop
Android Async task cancel/stop
References
Reference NO 1
http://stackoverflow.com/questions/13585044/android-async-task-cancel-stop
Reference NO 2
http://stackoverflow.com/questions/4959628/android-asynctask-wont-stop-when-cancelled-why
Reference NO 3
http://stackoverflow.com/questions/4748964/android-cancel-asynctask-forcefully
Reference NO 4
http://stackoverflow.com/questions/7821284/how-to-stop-asynctask-thread-in-android
Reference NO 5
http://stackoverflow.com/questions/6039158/android-cancel-async-task
Reference NO 6
http://vikaskanani.wordpress.com/2011/08/03/android-proper-way-to-cancel-asynctask/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13585044/android-async-task-cancel-stop
Reference NO 2
http://stackoverflow.com/questions/4959628/android-asynctask-wont-stop-when-cancelled-why
Reference NO 3
http://stackoverflow.com/questions/4748964/android-cancel-asynctask-forcefully
Reference NO 4
http://stackoverflow.com/questions/7821284/how-to-stop-asynctask-thread-in-android
Reference NO 5
http://stackoverflow.com/questions/6039158/android-cancel-async-task
Reference NO 6
http://vikaskanani.wordpress.com/2011/08/03/android-proper-way-to-cancel-asynctask/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
How to set application permission programmatically in BlackBerry
How to set application permission programmatically in BlackBerry
References
Reference NO 1
http://stackoverflow.com/questions/13585337/how-to-set-application-permission-programmatically-in-blackberry
Reference NO 2
http://stackoverflow.com/questions/12102906/programmatically-set-permissions-for-event-injectors
Reference NO 3
http://supportforums.blackberry.com/t5/Java-Development/Setting-permissions-programmatically/td-p/587524
Reference NO 4
http://www.blackberryforums.com/developer-forum/125445-how-change-permissions.html
Reference NO 5
http://www.cio.com/article/684233/How_to_Manage_BlackBerry_Application_Permissions
Reference NO 6
http://www.tech-recipes.com/rx/1875/blackberry_removing_applications_setting_permissions/
Reference NO 7
http://msdn.microsoft.com/en-us/library/ms404263.aspx
Reference NO 8
https://developer.att.com/developer/forward.jsp?passedItemId=4900008
References
Reference NO 1
http://stackoverflow.com/questions/13585337/how-to-set-application-permission-programmatically-in-blackberry
Reference NO 2
http://stackoverflow.com/questions/12102906/programmatically-set-permissions-for-event-injectors
Reference NO 3
http://supportforums.blackberry.com/t5/Java-Development/Setting-permissions-programmatically/td-p/587524
Reference NO 4
http://www.blackberryforums.com/developer-forum/125445-how-change-permissions.html
Reference NO 5
http://www.cio.com/article/684233/How_to_Manage_BlackBerry_Application_Permissions
Reference NO 6
http://www.tech-recipes.com/rx/1875/blackberry_removing_applications_setting_permissions/
Reference NO 7
http://msdn.microsoft.com/en-us/library/ms404263.aspx
Reference NO 8
https://developer.att.com/developer/forward.jsp?passedItemId=4900008
Extract row by row from txt file and re-set same variable
Extract row by row from txt file and re-set same variable
References
Reference NO 1
http://stackoverflow.com/questions/10282131/read-a-txt-line-by-line-in-a-batch-file
Reference NO 2
http://blogs.msdn.com/b/oldnewthing/archive/2012/07/31/10334556.aspx
Reference NO 3
http://wiki.freepascal.org/File_Handling_In_Pascal
Reference NO 4
http://www.chemie.fu-berlin.de/chemnet/use/info/gawk/gawk_6.html
Reference NO 5
http://soti.net/mc/help/Content/Manager/Helpdesk/ScriptCmdSet.htm
Reference NO 6
http://ccl.northwestern.edu/netlogo/docs/dictionary.html
Reference NO 7
https://communities.sas.com/thread/12743?start=0&tstart=0
Reference NO 8
http://rosettacode.org/wiki/File_IO
References
Reference NO 1
http://stackoverflow.com/questions/10282131/read-a-txt-line-by-line-in-a-batch-file
Reference NO 2
http://blogs.msdn.com/b/oldnewthing/archive/2012/07/31/10334556.aspx
Reference NO 3
http://wiki.freepascal.org/File_Handling_In_Pascal
Reference NO 4
http://www.chemie.fu-berlin.de/chemnet/use/info/gawk/gawk_6.html
Reference NO 5
http://soti.net/mc/help/Content/Manager/Helpdesk/ScriptCmdSet.htm
Reference NO 6
http://ccl.northwestern.edu/netlogo/docs/dictionary.html
Reference NO 7
https://communities.sas.com/thread/12743?start=0&tstart=0
Reference NO 8
http://rosettacode.org/wiki/File_IO
Feature in Ruby mine is not running due to update of indices
Feature in Ruby mine is not running due to update of indices
References
Reference NO 1
http://stackoverflow.com/questions/13585907/feature-in-ruby-mine-is-not-running-due-to-update-of-indices
Reference NO 2
http://www.jetbrains.com/ruby/quickstart/
Reference NO 3
http://www.jetbrains.com/ruby/whatsnew/
Reference NO 4
http://www.jetbrains.com/ruby/
Reference NO 5
http://ruby.about.com/od/reviewsevents/fr/Rubymine-5-0.htm
Reference NO 6
http://enthrops.github.io/blog/2013/05/06/working-with-rubymine
Reference NO 7
http://www.infoq.com/articles/rubymine-dmitry-jemerov
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13585907/feature-in-ruby-mine-is-not-running-due-to-update-of-indices
Reference NO 2
http://www.jetbrains.com/ruby/quickstart/
Reference NO 3
http://www.jetbrains.com/ruby/whatsnew/
Reference NO 4
http://www.jetbrains.com/ruby/
Reference NO 5
http://ruby.about.com/od/reviewsevents/fr/Rubymine-5-0.htm
Reference NO 6
http://enthrops.github.io/blog/2013/05/06/working-with-rubymine
Reference NO 7
http://www.infoq.com/articles/rubymine-dmitry-jemerov
Reference NO 8
#EANF#
How come DataGridTemplateColumn Visibility Hidden doesn't allocate space for the column?
How come DataGridTemplateColumn Visibility Hidden doesn't allocate space
for the column?
References
Reference NO 1
http://stackoverflow.com/questions/13586215/how-come-datagridtemplatecolumn-visibility-hidden-doesnt-allocate-space-for-the
Reference NO 2
http://stackoverflow.com/questions/tagged/datagridtemplatecolumn
Reference NO 3
http://www.pressingquestion.com/1350410/Wpf-Datagridtemplatecolumn-Visibility-Binding-Under-Mvvm
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
for the column?
References
Reference NO 1
http://stackoverflow.com/questions/13586215/how-come-datagridtemplatecolumn-visibility-hidden-doesnt-allocate-space-for-the
Reference NO 2
http://stackoverflow.com/questions/tagged/datagridtemplatecolumn
Reference NO 3
http://www.pressingquestion.com/1350410/Wpf-Datagridtemplatecolumn-Visibility-Binding-Under-Mvvm
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Stored procedure with a cursor executes in strange manner
Stored procedure with a cursor executes in strange manner
References
Reference NO 1
http://stackoverflow.com/questions/13586477/stored-procedure-with-a-cursor-executes-in-strange-manner
Reference NO 2
http://stackoverflow.com/questions/4462676/execute-script-in-stored-procedure
Reference NO 3
http://stackoverflow.com/questions/6983447/magento-stored-procedures-in-sql-upgrade-scripts
Reference NO 4
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=44752
Reference NO 5
https://forums.oracle.com/thread/2323514
Reference NO 6
http://support.microsoft.com/kb/243586
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13586477/stored-procedure-with-a-cursor-executes-in-strange-manner
Reference NO 2
http://stackoverflow.com/questions/4462676/execute-script-in-stored-procedure
Reference NO 3
http://stackoverflow.com/questions/6983447/magento-stored-procedures-in-sql-upgrade-scripts
Reference NO 4
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=44752
Reference NO 5
https://forums.oracle.com/thread/2323514
Reference NO 6
http://support.microsoft.com/kb/243586
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Working with ASPxTextBox template inside ASPxGridView
Working with ASPxTextBox template inside ASPxGridView
References
Reference NO 1
http://www.devexpress.com/Support/Center/Question/Details/Q384640
Reference NO 2
http://www.devexpress.com/Support/Center/Question/Details/Q366917
Reference NO 3
http://stackoverflow.com/questions/13586774/working-with-aspxtextbox-template-inside-aspxgridview
Reference NO 4
http://vijaykumarmahato.blogspot.com/2012/09/edit-form-validation-templates-in.html
Reference NO 5
http://bytes.com/topic/asp-net/answers/950713-dataitemtemplate-control-aspxgridview
Reference NO 6
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24810424.html
Reference NO 7
http://forums.asp.net/t/next/1531078
Reference NO 8
http://www.codeproject.com/Questions/628798/AspxGridview-DataItemTemplate-Control
References
Reference NO 1
http://www.devexpress.com/Support/Center/Question/Details/Q384640
Reference NO 2
http://www.devexpress.com/Support/Center/Question/Details/Q366917
Reference NO 3
http://stackoverflow.com/questions/13586774/working-with-aspxtextbox-template-inside-aspxgridview
Reference NO 4
http://vijaykumarmahato.blogspot.com/2012/09/edit-form-validation-templates-in.html
Reference NO 5
http://bytes.com/topic/asp-net/answers/950713-dataitemtemplate-control-aspxgridview
Reference NO 6
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24810424.html
Reference NO 7
http://forums.asp.net/t/next/1531078
Reference NO 8
http://www.codeproject.com/Questions/628798/AspxGridview-DataItemTemplate-Control
Wednesday, 4 September 2013
How to pause a custom function
How to pause a custom function
References
Reference NO 1
http://stackoverflow.com/questions/13587106/how-to-pause-a-custom-function
Reference NO 2
http://stackoverflow.com/questions/13476857/youtube-iframe-custom-control-menu-pause-function
Reference NO 3
http://caroufredsel.dev7studios.com/code-examples/
Reference NO 4
http://cpn.canon-europe.com/content/education/technical/eos_5d_custom_functions_explained.do
Reference NO 5
http://www.bennadel.com/blog/1856-Using-jQuery-s-Animate-Step-Callback-Function-To-Create-Custom-Animations.htm
Reference NO 6
http://www.binarytides.com/hack-html5-audio-element-better-functionality/
Reference NO 7
http://api.jquery.com/delay/
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13587106/how-to-pause-a-custom-function
Reference NO 2
http://stackoverflow.com/questions/13476857/youtube-iframe-custom-control-menu-pause-function
Reference NO 3
http://caroufredsel.dev7studios.com/code-examples/
Reference NO 4
http://cpn.canon-europe.com/content/education/technical/eos_5d_custom_functions_explained.do
Reference NO 5
http://www.bennadel.com/blog/1856-Using-jQuery-s-Animate-Step-Callback-Function-To-Create-Custom-Animations.htm
Reference NO 6
http://www.binarytides.com/hack-html5-audio-element-better-functionality/
Reference NO 7
http://api.jquery.com/delay/
Reference NO 8
#EANF#
parsing only the Year in a DateFormat Java
parsing only the Year in a DateFormat Java
References
Reference NO 1
http://stackoverflow.com/questions/13587426/parsing-only-the-year-in-a-dateformat-java
Reference NO 2
http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Reference NO 3
http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/SimpleDateFormat.html
Reference NO 4
http://groovy.codehaus.org/groovy-jdk/java/util/Date.html
Reference NO 5
http://frightanic.wordpress.com/2008/04/15/java-simpledateformat-and-4-digit-year-vs-2-digit-year/
Reference NO 6
http://www.snailshell.de/blog/archives/2008/01/entry_135.html
Reference NO 7
http://www.java2s.com/Tutorial/Java/0040__Data-Type/SimpleDateFormat.htm
Reference NO 8
http://www.java2s.com/Questions_And_Answers/Java-Data-Type/SimpleDateFormat/SimpleDateFormat.htm
References
Reference NO 1
http://stackoverflow.com/questions/13587426/parsing-only-the-year-in-a-dateformat-java
Reference NO 2
http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Reference NO 3
http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/SimpleDateFormat.html
Reference NO 4
http://groovy.codehaus.org/groovy-jdk/java/util/Date.html
Reference NO 5
http://frightanic.wordpress.com/2008/04/15/java-simpledateformat-and-4-digit-year-vs-2-digit-year/
Reference NO 6
http://www.snailshell.de/blog/archives/2008/01/entry_135.html
Reference NO 7
http://www.java2s.com/Tutorial/Java/0040__Data-Type/SimpleDateFormat.htm
Reference NO 8
http://www.java2s.com/Questions_And_Answers/Java-Data-Type/SimpleDateFormat/SimpleDateFormat.htm
vuforia and uinavigationcontroller
vuforia and uinavigationcontroller
References
Reference NO 1
http://stackoverflow.com/questions/13587741/vuforia-and-uinavigationcontroller
Reference NO 2
https://developer.vuforia.com/forum/ios/qcar-inside-uinavigationcontroller
Reference NO 3
https://developer.vuforia.com/forum/ios/vuforia-sdk-how-add-uibutton-or-other-ui-over-ar-view
Reference NO 4
https://developer.vuforia.com/forum/cloud-recognition/cloudreco-storyboards-ios
Reference NO 5
https://developer.vuforia.com/forum/ios/ios-project-memory-leaks
Reference NO 6
https://developer.vuforia.com/forum/ios/add-imagetarget-sample-storyboard
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13587741/vuforia-and-uinavigationcontroller
Reference NO 2
https://developer.vuforia.com/forum/ios/qcar-inside-uinavigationcontroller
Reference NO 3
https://developer.vuforia.com/forum/ios/vuforia-sdk-how-add-uibutton-or-other-ui-over-ar-view
Reference NO 4
https://developer.vuforia.com/forum/cloud-recognition/cloudreco-storyboards-ios
Reference NO 5
https://developer.vuforia.com/forum/ios/ios-project-memory-leaks
Reference NO 6
https://developer.vuforia.com/forum/ios/add-imagetarget-sample-storyboard
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Python minidom/xml : How to set node text with minidom api
Python minidom/xml : How to set node text with minidom api
References
Reference NO 1
http://docs.python.org/library/xml.dom.minidom.html
Reference NO 2
http://stackoverflow.com/questions/13588072/python-minidom-xml-how-to-set-node-text-with-minidom-api
Reference NO 3
http://stackoverflow.com/questions/317413/get-element-value-with-minidom-python
Reference NO 4
http://stackoverflow.com/questions/6653128/getting-text-between-xml-tags-with-minidom
Reference NO 5
http://bytes.com/topic/python/answers/881986-xml-dom-minidom-nodevalue-returns-none
Reference NO 6
http://developer.yahoo.com/python/python-xml.html
Reference NO 7
http://acm.msu.ru/moscow/python-3.3.0-docs-html/library/xml.dom.minidom.html
Reference NO 8
#EANF#
References
Reference NO 1
http://docs.python.org/library/xml.dom.minidom.html
Reference NO 2
http://stackoverflow.com/questions/13588072/python-minidom-xml-how-to-set-node-text-with-minidom-api
Reference NO 3
http://stackoverflow.com/questions/317413/get-element-value-with-minidom-python
Reference NO 4
http://stackoverflow.com/questions/6653128/getting-text-between-xml-tags-with-minidom
Reference NO 5
http://bytes.com/topic/python/answers/881986-xml-dom-minidom-nodevalue-returns-none
Reference NO 6
http://developer.yahoo.com/python/python-xml.html
Reference NO 7
http://acm.msu.ru/moscow/python-3.3.0-docs-html/library/xml.dom.minidom.html
Reference NO 8
#EANF#
mysql/php insert into does nothing and no errors
mysql/php insert into does nothing and no errors
References
Reference NO 1
http://stackoverflow.com/questions/13588384/mysql-php-insert-into-does-nothing-and-no-errors
Reference NO 2
http://stackoverflow.com/questions/2196879/php-mysql-query-no-error-wont-insert-row
Reference NO 3
http://bytes.com/topic/php/answers/891851-why-does-mysql-insert-appear-work-but-not-insert-anything
Reference NO 4
http://www.justskins.com/forums/simple-php-and-mysql-42257.html
Reference NO 5
http://php.net/manual/en/function.mysql-error.php
Reference NO 6
http://board.phpbuilder.com/showthread.php?10369421-RESOLVED-mysql_query-INSERT-does-not-insert-anything-at-all
Reference NO 7
http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13588384/mysql-php-insert-into-does-nothing-and-no-errors
Reference NO 2
http://stackoverflow.com/questions/2196879/php-mysql-query-no-error-wont-insert-row
Reference NO 3
http://bytes.com/topic/php/answers/891851-why-does-mysql-insert-appear-work-but-not-insert-anything
Reference NO 4
http://www.justskins.com/forums/simple-php-and-mysql-42257.html
Reference NO 5
http://php.net/manual/en/function.mysql-error.php
Reference NO 6
http://board.phpbuilder.com/showthread.php?10369421-RESOLVED-mysql_query-INSERT-does-not-insert-anything-at-all
Reference NO 7
http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
Reference NO 8
#EANF#
How can I add a printer valid access code to a printer in a batch file?
How can I add a printer valid access code to a printer in a batch file?
References
Reference NO 1
http://stackoverflow.com/questions/13588716/how-can-i-add-a-printer-valid-access-code-to-a-printer-in-a-batch-file
Reference NO 2
http://stackoverflow.com/questions/16796604/set-default-printer-to-printer-that-changes-names
Reference NO 3
http://docs.oracle.com/cd/E17984_01/doc.898/e14709/ww_rep_prnt_tech.htm
Reference NO 4
http://social.technet.microsoft.com/Forums/windowsserver/en-US/6c68f4d3-fa4c-4986-9567-bbe89551652f/action?threadDisplayName=windows-7-windows-cannot-connect-to-the-printer-0x0000007e
Reference NO 5
http://www.robvanderwoude.com/batexamples.php
Reference NO 6
http://www.bullzip.com/products/pdf2/doc/info.php
Reference NO 7
http://searchwindowsserver.techtarget.com/tip/List-all-your-network-printers-to-a-file
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13588716/how-can-i-add-a-printer-valid-access-code-to-a-printer-in-a-batch-file
Reference NO 2
http://stackoverflow.com/questions/16796604/set-default-printer-to-printer-that-changes-names
Reference NO 3
http://docs.oracle.com/cd/E17984_01/doc.898/e14709/ww_rep_prnt_tech.htm
Reference NO 4
http://social.technet.microsoft.com/Forums/windowsserver/en-US/6c68f4d3-fa4c-4986-9567-bbe89551652f/action?threadDisplayName=windows-7-windows-cannot-connect-to-the-printer-0x0000007e
Reference NO 5
http://www.robvanderwoude.com/batexamples.php
Reference NO 6
http://www.bullzip.com/products/pdf2/doc/info.php
Reference NO 7
http://searchwindowsserver.techtarget.com/tip/List-all-your-network-printers-to-a-file
Reference NO 8
#EANF#
Modelling an asteroid with Matplotlib using surface and wireframe
Modelling an asteroid with Matplotlib using surface and wireframe
References
Reference NO 1
http://stackoverflow.com/questions/13589004/modelling-an-asteroid-with-matplotlib-using-surface-and-wireframe
Reference NO 2
http://stackoverflow.com/questions/14963004/continuous-shades-on-matplotlib-3d-surface
Reference NO 3
http://stackoverflow.com/questions/17518997/matplotlib-plot-surface-how-to-make-value-surface-intersections-show
Reference NO 4
http://stackoverflow.com/questions/11762422/matplotlib-wireframe-plot-3d-plot-howto
Reference NO 5
http://stackoverflow.com/questions/12423601/python-the-simplest-way-to-plot-3d-surface
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13589004/modelling-an-asteroid-with-matplotlib-using-surface-and-wireframe
Reference NO 2
http://stackoverflow.com/questions/14963004/continuous-shades-on-matplotlib-3d-surface
Reference NO 3
http://stackoverflow.com/questions/17518997/matplotlib-plot-surface-how-to-make-value-surface-intersections-show
Reference NO 4
http://stackoverflow.com/questions/11762422/matplotlib-wireframe-plot-3d-plot-howto
Reference NO 5
http://stackoverflow.com/questions/12423601/python-the-simplest-way-to-plot-3d-surface
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
dojo carousel header position
dojo carousel header position
References
Reference NO 1
http://stackoverflow.com/questions/13589345/dojo-carousel-header-position
Reference NO 2
https://github.com/burlakilia/dojoCarousel
Reference NO 3
http://jsfiddle.net/Marc_J/ucGT8/2/
Reference NO 4
http://www.ibm.com/developerworks/mobile/library/mo-dojo-mobile-new-18-1/
Reference NO 5
http://dojobootstrap.com/
Reference NO 6
http://www.slideshare.net/sitepen/2012-the-year-of-dojo
Reference NO 7
http://examples.kevinandre.com/bootstrap/
Reference NO 8
http://blog.gmane.org/gmane.comp.web.dojo.user/page=34
References
Reference NO 1
http://stackoverflow.com/questions/13589345/dojo-carousel-header-position
Reference NO 2
https://github.com/burlakilia/dojoCarousel
Reference NO 3
http://jsfiddle.net/Marc_J/ucGT8/2/
Reference NO 4
http://www.ibm.com/developerworks/mobile/library/mo-dojo-mobile-new-18-1/
Reference NO 5
http://dojobootstrap.com/
Reference NO 6
http://www.slideshare.net/sitepen/2012-the-year-of-dojo
Reference NO 7
http://examples.kevinandre.com/bootstrap/
Reference NO 8
http://blog.gmane.org/gmane.comp.web.dojo.user/page=34
How to position a submenu relative to its parent?
How to position a submenu relative to its parent?
References
Reference NO 1
http://stackoverflow.com/questions/13632454/how-to-position-a-submenu-relative-to-its-parent
Reference NO 2
http://stackoverflow.com/questions/16460017/how-to-position-sub-menu-directly-below-parent-ul-unorder-list
Reference NO 3
http://archivist.incutio.com/viewlist/css-discuss/73535
Reference NO 4
http://www.sitepoint.com/forums/showthread.php?750400-Submenu-Not-positioning-under-parent-menu
Reference NO 5
http://www.vanseodesign.com/css/auto-positioning/
Reference NO 6
http://social.msdn.microsoft.com/Forums/vstudio/en-US/ac334958-17e7-42e4-bd7c-b85256bdc1a1/action?threadDisplayName=getting-the-position-of-a-menuitem-relative-to-its-parent
Reference NO 7
http://www.projectseven.com/products/menusystems/pmm/user_guide/getting_started/pmm_ug_create.htm
Reference NO 8
http://forums.adobe.com/message/4619083
References
Reference NO 1
http://stackoverflow.com/questions/13632454/how-to-position-a-submenu-relative-to-its-parent
Reference NO 2
http://stackoverflow.com/questions/16460017/how-to-position-sub-menu-directly-below-parent-ul-unorder-list
Reference NO 3
http://archivist.incutio.com/viewlist/css-discuss/73535
Reference NO 4
http://www.sitepoint.com/forums/showthread.php?750400-Submenu-Not-positioning-under-parent-menu
Reference NO 5
http://www.vanseodesign.com/css/auto-positioning/
Reference NO 6
http://social.msdn.microsoft.com/Forums/vstudio/en-US/ac334958-17e7-42e4-bd7c-b85256bdc1a1/action?threadDisplayName=getting-the-position-of-a-menuitem-relative-to-its-parent
Reference NO 7
http://www.projectseven.com/products/menusystems/pmm/user_guide/getting_started/pmm_ug_create.htm
Reference NO 8
http://forums.adobe.com/message/4619083
What would be the most efficient way to find a[i] = i in a sorted array?
What would be the most efficient way to find a[i] = i in a sorted array?
References
Reference NO 1
http://stackoverflow.com/questions/13632801/what-would-be-the-most-efficient-way-to-find-ai-i-in-a-sorted-array
Reference NO 2
http://stackoverflow.com/questions/4172580/interview-question-search-in-sorted-array-x-for-index-i-such-that-xi-i
Reference NO 3
http://www.geeksforgeeks.org/forums/topic/find-kth-largest-element-from-a-2-d-sorted-array/
Reference NO 4
http://www.sysexpand.com/?path=exercises/sorted-array-search
Reference NO 5
http://cs.stackexchange.com/questions/930/adding-elements-to-a-sorted-array
Reference NO 6
http://learn.hackerearth.com/forum/161/kth-largest-element-in-a-2d-array-sorted-along-both-rows-and-columns/
Reference NO 7
http://crackprogramming.blogspot.com/2012/10/given-sorted-array-of-distinct-integers.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13632801/what-would-be-the-most-efficient-way-to-find-ai-i-in-a-sorted-array
Reference NO 2
http://stackoverflow.com/questions/4172580/interview-question-search-in-sorted-array-x-for-index-i-such-that-xi-i
Reference NO 3
http://www.geeksforgeeks.org/forums/topic/find-kth-largest-element-from-a-2-d-sorted-array/
Reference NO 4
http://www.sysexpand.com/?path=exercises/sorted-array-search
Reference NO 5
http://cs.stackexchange.com/questions/930/adding-elements-to-a-sorted-array
Reference NO 6
http://learn.hackerearth.com/forum/161/kth-largest-element-in-a-2d-array-sorted-along-both-rows-and-columns/
Reference NO 7
http://crackprogramming.blogspot.com/2012/10/given-sorted-array-of-distinct-integers.html
Reference NO 8
#EANF#
Tuesday, 3 September 2013
How to customize style in JSF 2?
How to customize <h:messages/> style in JSF 2?
References
Reference NO 1
http://stackoverflow.com/questions/13633130/how-to-customize-hmessages-style-in-jsf-2
Reference NO 2
http://stackoverflow.com/questions/4987922/jsf-2-0-custom-messages
Reference NO 3
http://www.mkyong.com/jsf2/customize-validation-error-message-in-jsf-2-0/
Reference NO 4
http://www.java-tutorial.ch/java-server-faces/jsf-2-exception-handling-and-formatting
Reference NO 5
http://www.ibm.com/developerworks/library/j-jsf2fu0111/
Reference NO 6
http://www.jsftoolbox.com/documentation/help/12-TagReference/html/h_messages.html
Reference NO 7
http://www.coderanch.com/t/211313/JSF/java/JSF-validation-messages-customize
Reference NO 8
http://blog.ropardo.ro/2010/06/22/adding-error-messages-in-jsf/
References
Reference NO 1
http://stackoverflow.com/questions/13633130/how-to-customize-hmessages-style-in-jsf-2
Reference NO 2
http://stackoverflow.com/questions/4987922/jsf-2-0-custom-messages
Reference NO 3
http://www.mkyong.com/jsf2/customize-validation-error-message-in-jsf-2-0/
Reference NO 4
http://www.java-tutorial.ch/java-server-faces/jsf-2-exception-handling-and-formatting
Reference NO 5
http://www.ibm.com/developerworks/library/j-jsf2fu0111/
Reference NO 6
http://www.jsftoolbox.com/documentation/help/12-TagReference/html/h_messages.html
Reference NO 7
http://www.coderanch.com/t/211313/JSF/java/JSF-validation-messages-customize
Reference NO 8
http://blog.ropardo.ro/2010/06/22/adding-error-messages-in-jsf/
Unable to connect to WCF server port
Unable to connect to WCF server port
References
Reference NO 1
http://stackoverflow.com/questions/13633437/unable-to-connect-to-wcf-server-port
Reference NO 2
http://stackoverflow.com/questions/13948026/unable-to-connect-to-remote-wcf-service-timeoutexception
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/f69ec7af-a490-4229-81d4-3d1b41bf9c48/action?threadDisplayName=connecting-biztalk-to-a-wcf-service-containing-a-fault-contact
Reference NO 4
http://msdn.microsoft.com/en-us/library/bb246060.aspx
Reference NO 5
http://www.pcreview.co.uk/forums/can-not-communicate-wcf-windows-service-t3815505.html
Reference NO 6
https://kc.mcafee.com/corporate/index?page=content&id=KB68191
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13633437/unable-to-connect-to-wcf-server-port
Reference NO 2
http://stackoverflow.com/questions/13948026/unable-to-connect-to-remote-wcf-service-timeoutexception
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/f69ec7af-a490-4229-81d4-3d1b41bf9c48/action?threadDisplayName=connecting-biztalk-to-a-wcf-service-containing-a-fault-contact
Reference NO 4
http://msdn.microsoft.com/en-us/library/bb246060.aspx
Reference NO 5
http://www.pcreview.co.uk/forums/can-not-communicate-wcf-windows-service-t3815505.html
Reference NO 6
https://kc.mcafee.com/corporate/index?page=content&id=KB68191
Reference NO 7
#EANF#
Reference NO 8
#EANF#
gwt obfuscated compilation rename
gwt obfuscated compilation rename
References
Reference NO 1
http://stackoverflow.com/questions/13633733/gwt-obfuscated-compilation-rename
Reference NO 2
http://stackoverflow.com/questions/11367859/gwt-compiler-optimizations-when-are-they-safe
Reference NO 3
http://www.gwtproject.org/doc/latest/FAQ_DebuggingAndCompiling.html
Reference NO 4
http://www.gwtproject.org/doc/latest/DevGuideClientBundle.html
Reference NO 5
http://code.google.com/p/google-web-toolkit/issues/detail?id=6617
Reference NO 6
http://jgonian.wordpress.com/2011/02/24/efficient-gwt-development-swap-your-gwt-xml-with-maven/
Reference NO 7
http://en.wikipedia.org/wiki/Google_Web_Toolkit
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13633733/gwt-obfuscated-compilation-rename
Reference NO 2
http://stackoverflow.com/questions/11367859/gwt-compiler-optimizations-when-are-they-safe
Reference NO 3
http://www.gwtproject.org/doc/latest/FAQ_DebuggingAndCompiling.html
Reference NO 4
http://www.gwtproject.org/doc/latest/DevGuideClientBundle.html
Reference NO 5
http://code.google.com/p/google-web-toolkit/issues/detail?id=6617
Reference NO 6
http://jgonian.wordpress.com/2011/02/24/efficient-gwt-development-swap-your-gwt-xml-with-maven/
Reference NO 7
http://en.wikipedia.org/wiki/Google_Web_Toolkit
Reference NO 8
#EANF#
jquery ui switching classes function
jquery ui switching classes function
References
Reference NO 1
http://jqueryui.com/switchClass/
Reference NO 2
http://jqueryui.com/animate/
Reference NO 3
http://stackoverflow.com/questions/13633999/jquery-ui-switching-classes-function
Reference NO 4
http://stackoverflow.com/questions/11811639/jquery-ui-slider-change-class-for-each-value
Reference NO 5
http://stackoverflow.com/questions/12825481/jquery-ui-class-switching-of-multiple-elements
Reference NO 6
http://api.jquery.com/toggleClass/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://jqueryui.com/switchClass/
Reference NO 2
http://jqueryui.com/animate/
Reference NO 3
http://stackoverflow.com/questions/13633999/jquery-ui-switching-classes-function
Reference NO 4
http://stackoverflow.com/questions/11811639/jquery-ui-slider-change-class-for-each-value
Reference NO 5
http://stackoverflow.com/questions/12825481/jquery-ui-class-switching-of-multiple-elements
Reference NO 6
http://api.jquery.com/toggleClass/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Count objects within dynamic anonymous object (C#)
Count objects within dynamic anonymous object (C#)
References
Reference NO 1
http://stackoverflow.com/questions/13634331/count-objects-within-dynamic-anonymous-object-c
Reference NO 2
http://stackoverflow.com/questions/2035017/c-sharp-and-arrays-of-anonymous-objects
Reference NO 3
http://stackoverflow.com/questions/4349712/c-sharp-4-0-implicitly-typed-dynamic-objects
Reference NO 4
http://stackoverflow.com/questions/5795296/issues-creating-object-literal-using-anonymous-types-in-c-sharp
Reference NO 5
http://stackoverflow.com/questions/612689/a-generic-list-of-anonymous-class
Reference NO 6
http://www.codeproject.com/Articles/38635/Converting-anonymous-types-to-any-type
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13634331/count-objects-within-dynamic-anonymous-object-c
Reference NO 2
http://stackoverflow.com/questions/2035017/c-sharp-and-arrays-of-anonymous-objects
Reference NO 3
http://stackoverflow.com/questions/4349712/c-sharp-4-0-implicitly-typed-dynamic-objects
Reference NO 4
http://stackoverflow.com/questions/5795296/issues-creating-object-literal-using-anonymous-types-in-c-sharp
Reference NO 5
http://stackoverflow.com/questions/612689/a-generic-list-of-anonymous-class
Reference NO 6
http://www.codeproject.com/Articles/38635/Converting-anonymous-types-to-any-type
Reference NO 7
#EANF#
Reference NO 8
#EANF#
SMTP server sending rate guidelines
SMTP server sending rate guidelines
References
Reference NO 1
http://stackoverflow.com/questions/13634911/smtp-server-sending-rate-guidelines
Reference NO 2
http://support.earthlink.net/articles/email/smtp-rate-limiting.php
Reference NO 3
http://serverfault.com/questions/213684/how-to-unblacklist-an-ip-at-google
Reference NO 4
http://www.yetesoft.com/free-email-marketing-resources/email-sending-limit/
Reference NO 5
http://productforums.google.com/d/topic/gmail/p-MQeux4gow
Reference NO 6
http://support.godaddy.com/help/article/1456/what-if-ive-reached-my-servers-smtp-limit
Reference NO 7
http://support.wysija.com/knowledgebase/how-fast-can-i-send-emails-optimal-sending-configurations-explained/
Reference NO 8
http://aws.amazon.com/ses/faqs/
References
Reference NO 1
http://stackoverflow.com/questions/13634911/smtp-server-sending-rate-guidelines
Reference NO 2
http://support.earthlink.net/articles/email/smtp-rate-limiting.php
Reference NO 3
http://serverfault.com/questions/213684/how-to-unblacklist-an-ip-at-google
Reference NO 4
http://www.yetesoft.com/free-email-marketing-resources/email-sending-limit/
Reference NO 5
http://productforums.google.com/d/topic/gmail/p-MQeux4gow
Reference NO 6
http://support.godaddy.com/help/article/1456/what-if-ive-reached-my-servers-smtp-limit
Reference NO 7
http://support.wysija.com/knowledgebase/how-fast-can-i-send-emails-optimal-sending-configurations-explained/
Reference NO 8
http://aws.amazon.com/ses/faqs/
Resize Parent Divs according to Child elements when inserting DOM Elements via JS
Resize Parent Divs according to Child elements when inserting DOM Elements
via JS
References
Reference NO 1
http://stackoverflow.com/questions/13635200/resize-parent-divs-according-to-child-elements-when-inserting-dom-elements-via-j
Reference NO 2
http://stackoverflow.com/questions/317472/how-to-resize-a-container-div-to-the-total-height-of-its-children
Reference NO 3
http://dev.sencha.com/playpen/docs/output/Ext.Element.html
Reference NO 4
http://rightjs.org/docs/element
Reference NO 5
http://msdn.microsoft.com/library/ie/ms535240.aspx
Reference NO 6
http://developer.nokia.com/Community/Wiki/JavaScript_Performance_Best_Practices
Reference NO 7
http://www.impressivewebs.com/textarea-auto-resize/
Reference NO 8
http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/28365/getting-the-height-and-width-of-content-fitting-div-element
via JS
References
Reference NO 1
http://stackoverflow.com/questions/13635200/resize-parent-divs-according-to-child-elements-when-inserting-dom-elements-via-j
Reference NO 2
http://stackoverflow.com/questions/317472/how-to-resize-a-container-div-to-the-total-height-of-its-children
Reference NO 3
http://dev.sencha.com/playpen/docs/output/Ext.Element.html
Reference NO 4
http://rightjs.org/docs/element
Reference NO 5
http://msdn.microsoft.com/library/ie/ms535240.aspx
Reference NO 6
http://developer.nokia.com/Community/Wiki/JavaScript_Performance_Best_Practices
Reference NO 7
http://www.impressivewebs.com/textarea-auto-resize/
Reference NO 8
http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/28365/getting-the-height-and-width-of-content-fitting-div-element
Default page not rendering with Site.Master content
Default page not rendering with Site.Master content
References
Reference NO 1
http://stackoverflow.com/questions/13635539/default-page-not-rendering-with-site-master-content
Reference NO 2
http://msdn.microsoft.com/en-us/library/aa581781.aspx
Reference NO 3
http://p2p.wrox.com/visual-web-developer-2008/73821-content-pages-dont-display-master-page-elements.html
Reference NO 4
http://www.sitepoint.com/forums/showthread.php?886563-Master-page-content-not-displaying-correctly
Reference NO 5
http://www.asp.net/web-forms/tutorials/master-pages/multiple-contentplaceholders-and-default-content-cs
Reference NO 6
http://www.4guysfromrolla.com/articles/062409-1.aspx
Reference NO 7
http://www.codeproject.com/Articles/444421/How-to-manipulate-master-page-controls-in-ASP-NET
Reference NO 8
http://odetocode.com/articles/419.aspx
References
Reference NO 1
http://stackoverflow.com/questions/13635539/default-page-not-rendering-with-site-master-content
Reference NO 2
http://msdn.microsoft.com/en-us/library/aa581781.aspx
Reference NO 3
http://p2p.wrox.com/visual-web-developer-2008/73821-content-pages-dont-display-master-page-elements.html
Reference NO 4
http://www.sitepoint.com/forums/showthread.php?886563-Master-page-content-not-displaying-correctly
Reference NO 5
http://www.asp.net/web-forms/tutorials/master-pages/multiple-contentplaceholders-and-default-content-cs
Reference NO 6
http://www.4guysfromrolla.com/articles/062409-1.aspx
Reference NO 7
http://www.codeproject.com/Articles/444421/How-to-manipulate-master-page-controls-in-ASP-NET
Reference NO 8
http://odetocode.com/articles/419.aspx
Monday, 2 September 2013
Momentjs what is wrong in my format
Momentjs what is wrong in my format
References
Reference NO 1
http://stackoverflow.com/questions/13635887/momentjs-what-is-wrong-in-my-format
Reference NO 2
http://stackoverflow.com/questions/10711787/momentjs-intended-for-input-validation
Reference NO 3
http://stackoverflow.com/questions/17117960/formatting-dates-retrieved-by-breeze-using-moment-js-hot-towel-template
Reference NO 4
http://stackoverflow.com/questions/15993913/format-date-with-moment-js
Reference NO 5
http://stackoverflow.com/questions/17479826/clojurescript-momentjs-node-js-fails-with-formatdddd-mmmm-do-yyyy-hmm
Reference NO 6
http://momentjs.com/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13635887/momentjs-what-is-wrong-in-my-format
Reference NO 2
http://stackoverflow.com/questions/10711787/momentjs-intended-for-input-validation
Reference NO 3
http://stackoverflow.com/questions/17117960/formatting-dates-retrieved-by-breeze-using-moment-js-hot-towel-template
Reference NO 4
http://stackoverflow.com/questions/15993913/format-date-with-moment-js
Reference NO 5
http://stackoverflow.com/questions/17479826/clojurescript-momentjs-node-js-fails-with-formatdddd-mmmm-do-yyyy-hmm
Reference NO 6
http://momentjs.com/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
How to setup Jersey on Jetty
How to setup Jersey on Jetty
References
Reference NO 1
http://stackoverflow.com/questions/13636235/how-to-setup-jersey-on-jetty
Reference NO 2
http://stackoverflow.com/questions/7421574/embedded-jetty-with-jersey-or-resteasy
Reference NO 3
http://arunxjacob.blogspot.com/2009/10/quick-webserver-setup-with-jersey-and.html
Reference NO 4
http://blog.palominolabs.com/2011/08/15/a-simple-java-web-stack-with-guice-jetty-jersey-and-jackson/
Reference NO 5
http://jersey.576304.n2.nabble.com/using-Jersey-in-Jetty-td2299409.html
Reference NO 6
http://www.avanderw.co.za/my-adventures-into-rest-with-java-jetty-jrebel-jersey-maven-and-intellij/
Reference NO 7
https://wikis.oracle.com/pages/viewpage.action?pageId=16023653
Reference NO 8
http://blog.benjaminfry.com/2012/04/osgi-jersey-and-jetty.html
References
Reference NO 1
http://stackoverflow.com/questions/13636235/how-to-setup-jersey-on-jetty
Reference NO 2
http://stackoverflow.com/questions/7421574/embedded-jetty-with-jersey-or-resteasy
Reference NO 3
http://arunxjacob.blogspot.com/2009/10/quick-webserver-setup-with-jersey-and.html
Reference NO 4
http://blog.palominolabs.com/2011/08/15/a-simple-java-web-stack-with-guice-jetty-jersey-and-jackson/
Reference NO 5
http://jersey.576304.n2.nabble.com/using-Jersey-in-Jetty-td2299409.html
Reference NO 6
http://www.avanderw.co.za/my-adventures-into-rest-with-java-jetty-jrebel-jersey-maven-and-intellij/
Reference NO 7
https://wikis.oracle.com/pages/viewpage.action?pageId=16023653
Reference NO 8
http://blog.benjaminfry.com/2012/04/osgi-jersey-and-jetty.html
How I use RegExp in my Java program?
How I use RegExp in my Java program?
References
Reference NO 1
http://www.javacodegeeks.com/2012/11/java-regular-expression-tutorial-with-examples.html
Reference NO 2
http://stackoverflow.com/questions/13639902/how-i-use-regexp-in-my-java-program
Reference NO 3
http://ocpsoft.org/opensource/guide-to-regular-expressions-in-java-part-1/
Reference NO 4
http://www.regular-expressions.info/java.html
Reference NO 5
https://forums.oracle.com/thread/2063336
Reference NO 6
http://ostermiller.org/findcomment.html
Reference NO 7
http://javarevisited.blogspot.com/2012/10/regular-expression-example-in-java-to-check-String-number.html
Reference NO 8
http://uk.answers.yahoo.com/question/index?qid=20130425120542AA7KxuI
References
Reference NO 1
http://www.javacodegeeks.com/2012/11/java-regular-expression-tutorial-with-examples.html
Reference NO 2
http://stackoverflow.com/questions/13639902/how-i-use-regexp-in-my-java-program
Reference NO 3
http://ocpsoft.org/opensource/guide-to-regular-expressions-in-java-part-1/
Reference NO 4
http://www.regular-expressions.info/java.html
Reference NO 5
https://forums.oracle.com/thread/2063336
Reference NO 6
http://ostermiller.org/findcomment.html
Reference NO 7
http://javarevisited.blogspot.com/2012/10/regular-expression-example-in-java-to-check-String-number.html
Reference NO 8
http://uk.answers.yahoo.com/question/index?qid=20130425120542AA7KxuI
TastyPie Resource include Set Items
TastyPie Resource include Set Items
References
Reference NO 1
http://django-tastypie.readthedocs.org/en/latest/interacting.html
Reference NO 2
http://django-tastypie.readthedocs.org/en/latest/resources.html
Reference NO 3
http://stackoverflow.com/questions/11230607/how-to-combine-mutiple-resources-in-django-tastypie
Reference NO 4
http://blog.julython.org/2013/Jan/using-tastypie-with-backbone-and-knockout/
Reference NO 5
https://github.com/toastdriven/django-tastypie/blob/master/docs/cookbook.rst
Reference NO 6
http://blog.adamgeorgiou.com/post/3696163028/custom-tastypie-nested-model-resources-for-dealing
Reference NO 7
https://bitbucket.org/dc/django-tastypie/src/b437cc6d7b8e/tastypie/resources.py
Reference NO 8
https://pypi.python.org/pypi/tastypie-rpc-proxy/0.3.1
References
Reference NO 1
http://django-tastypie.readthedocs.org/en/latest/interacting.html
Reference NO 2
http://django-tastypie.readthedocs.org/en/latest/resources.html
Reference NO 3
http://stackoverflow.com/questions/11230607/how-to-combine-mutiple-resources-in-django-tastypie
Reference NO 4
http://blog.julython.org/2013/Jan/using-tastypie-with-backbone-and-knockout/
Reference NO 5
https://github.com/toastdriven/django-tastypie/blob/master/docs/cookbook.rst
Reference NO 6
http://blog.adamgeorgiou.com/post/3696163028/custom-tastypie-nested-model-resources-for-dealing
Reference NO 7
https://bitbucket.org/dc/django-tastypie/src/b437cc6d7b8e/tastypie/resources.py
Reference NO 8
https://pypi.python.org/pypi/tastypie-rpc-proxy/0.3.1
How to prevent Browser cache for php site
How to prevent Browser cache for php site
References
Reference NO 1
http://stackoverflow.com/questions/13640109/how-to-prevent-browser-cache-for-php-site
Reference NO 2
http://stackoverflow.com/questions/404617/disabling-the-browser-cache-in-php-or-using-javascript
Reference NO 3
http://james.cridland.net/code/caching.html
Reference NO 4
http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm
Reference NO 5
http://www.justskins.com/forums/stopping-a-page-from-125719.html
Reference NO 6
http://www.webmasterworld.com/php/3347724.htm
Reference NO 7
http://vinoaj.com/blog/2007/05/prevent-caching-of-page-on-clients-end-php-and-html-solutions/
Reference NO 8
http://support.tigertech.net/prevent-caching
References
Reference NO 1
http://stackoverflow.com/questions/13640109/how-to-prevent-browser-cache-for-php-site
Reference NO 2
http://stackoverflow.com/questions/404617/disabling-the-browser-cache-in-php-or-using-javascript
Reference NO 3
http://james.cridland.net/code/caching.html
Reference NO 4
http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm
Reference NO 5
http://www.justskins.com/forums/stopping-a-page-from-125719.html
Reference NO 6
http://www.webmasterworld.com/php/3347724.htm
Reference NO 7
http://vinoaj.com/blog/2007/05/prevent-caching-of-page-on-clients-end-php-and-html-solutions/
Reference NO 8
http://support.tigertech.net/prevent-caching
Hibernate 3.6.9 store and load utc date
Hibernate 3.6.9 store and load utc date
References
Reference NO 1
http://stackoverflow.com/questions/13640419/hibernate-3-6-9-store-and-load-utc-date
Reference NO 2
http://stackoverflow.com/questions/7046142/how-should-i-store-date-time-objects-in-sql
Reference NO 3
http://forum.springsource.org/showthread.php?120738-Problem-configuring-spring-data-neo4j-cross-store-support
Reference NO 4
http://lists.xwiki.org/pipermail/users/2013-January/024539.html
Reference NO 5
http://www.projectforge.org/doc/AdminLogbuch.html
Reference NO 6
http://www.jroller.com/mert/category/Java
Reference NO 7
http://www.heroscapers.com/community/showthread.php?t=34598
Reference NO 8
http://osdir.com/ml/play-framework/2012-12/msg00505.html
References
Reference NO 1
http://stackoverflow.com/questions/13640419/hibernate-3-6-9-store-and-load-utc-date
Reference NO 2
http://stackoverflow.com/questions/7046142/how-should-i-store-date-time-objects-in-sql
Reference NO 3
http://forum.springsource.org/showthread.php?120738-Problem-configuring-spring-data-neo4j-cross-store-support
Reference NO 4
http://lists.xwiki.org/pipermail/users/2013-January/024539.html
Reference NO 5
http://www.projectforge.org/doc/AdminLogbuch.html
Reference NO 6
http://www.jroller.com/mert/category/Java
Reference NO 7
http://www.heroscapers.com/community/showthread.php?t=34598
Reference NO 8
http://osdir.com/ml/play-framework/2012-12/msg00505.html
WSO2 identity server
WSO2 identity server
References
Reference NO 1
http://wso2.com/products/identity-server
Reference NO 2
http://docs.wso2.org/wiki/display/IS410/WSO2+Identity+Server+Documentation
Reference NO 3
http://docs.wso2.org/wiki/display/IS400/WSO2+Identity+Server+Documentation
Reference NO 4
http://stackoverflow.com/questions/16523894/wso2-identity-server-evaluation
Reference NO 5
http://www.slideshare.net/wso2.org/sso-with-the-wso2-identity-server
Reference NO 6
http://en.wikipedia.org/wiki/WSO2
Reference NO 7
http://architects.dzone.com/articles/wso2-identity-server-saml2-idp
Reference NO 8
#EANF#
References
Reference NO 1
http://wso2.com/products/identity-server
Reference NO 2
http://docs.wso2.org/wiki/display/IS410/WSO2+Identity+Server+Documentation
Reference NO 3
http://docs.wso2.org/wiki/display/IS400/WSO2+Identity+Server+Documentation
Reference NO 4
http://stackoverflow.com/questions/16523894/wso2-identity-server-evaluation
Reference NO 5
http://www.slideshare.net/wso2.org/sso-with-the-wso2-identity-server
Reference NO 6
http://en.wikipedia.org/wiki/WSO2
Reference NO 7
http://architects.dzone.com/articles/wso2-identity-server-saml2-idp
Reference NO 8
#EANF#
Sunday, 1 September 2013
Debug in add and delete methods in BinarySearchTree in java
Debug in add and delete methods in BinarySearchTree in java
References
Reference NO 1
http://search.aol.com/aol/search?q=Debug+in+add+and+delete+methods+in+BinarySearchTree+in+java&s_it=spelling&nfpr=1&v_t=na
Reference NO 2
http://stackoverflow.com/questions/9862946/creating-java-binary-search-tree
Reference NO 3
http://www.coderanch.com/t/607608/java/java/Binary-search-tree-remove-node
Reference NO 4
http://max.cs.kzoo.edu/AP/ABMaterials/Trees/BSTLab.html
Reference NO 5
http://students.cs.byu.edu/~dpru/content/programming/tutorials/bst.php
Reference NO 6
http://www-users.cselabs.umn.edu/classes/Spring-2011/csci1902/examples/BST.txt
Reference NO 7
http://cs.millersville.edu/~katz/cs162/tree.html
Reference NO 8
http://www.cs.utsa.edu/~wagner/CS1723/fall01/proj/project3.html
References
Reference NO 1
http://search.aol.com/aol/search?q=Debug+in+add+and+delete+methods+in+BinarySearchTree+in+java&s_it=spelling&nfpr=1&v_t=na
Reference NO 2
http://stackoverflow.com/questions/9862946/creating-java-binary-search-tree
Reference NO 3
http://www.coderanch.com/t/607608/java/java/Binary-search-tree-remove-node
Reference NO 4
http://max.cs.kzoo.edu/AP/ABMaterials/Trees/BSTLab.html
Reference NO 5
http://students.cs.byu.edu/~dpru/content/programming/tutorials/bst.php
Reference NO 6
http://www-users.cselabs.umn.edu/classes/Spring-2011/csci1902/examples/BST.txt
Reference NO 7
http://cs.millersville.edu/~katz/cs162/tree.html
Reference NO 8
http://www.cs.utsa.edu/~wagner/CS1723/fall01/proj/project3.html
Python - Change attributes through dictionary
Python - Change attributes through dictionary
References
Reference NO 1
http://stackoverflow.com/questions/13642863/python-change-attributes-through-dictionary
Reference NO 2
http://stackoverflow.com/questions/4984647/accessing-dict-keys-like-an-attribute-in-python
Reference NO 3
http://stackoverflow.com/questions/1305532/convert-python-dict-to-object
Reference NO 4
http://stackoverflow.com/questions/1036409/recursively-convert-python-object-graph-to-dictionary
Reference NO 5
http://docs.python.org/reference/datamodel.html
Reference NO 6
http://www.cafepy.com/article/python_attributes_and_methods/python_attributes_and_methods.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13642863/python-change-attributes-through-dictionary
Reference NO 2
http://stackoverflow.com/questions/4984647/accessing-dict-keys-like-an-attribute-in-python
Reference NO 3
http://stackoverflow.com/questions/1305532/convert-python-dict-to-object
Reference NO 4
http://stackoverflow.com/questions/1036409/recursively-convert-python-object-graph-to-dictionary
Reference NO 5
http://docs.python.org/reference/datamodel.html
Reference NO 6
http://www.cafepy.com/article/python_attributes_and_methods/python_attributes_and_methods.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Blank screen after curl login post
Blank screen after curl login post
References
Reference NO 1
http://stackoverflow.com/questions/13643156/blank-screen-after-curl-login-post
Reference NO 2
http://stackoverflow.com/questions/15076553/curl-login-fills-form-but-doesnt-post
Reference NO 3
http://www.webmasterworld.com/php/4410462.htm
Reference NO 4
http://community.infusionsoft.com/showthread.php/4006-Submitting-POST-using-Snoopy-PHP-class-or-CURL
Reference NO 5
http://www.sitepoint.com/forums/showthread.php?776826-curl-aspx-and-pinnaclesports-problem
Reference NO 6
http://www.binarytides.com/php-curl-tutorial-beginners/
Reference NO 7
http://codular.com/curl-with-php
Reference NO 8
http://curl.haxx.se/mail/archive-2002-04/0009.html
References
Reference NO 1
http://stackoverflow.com/questions/13643156/blank-screen-after-curl-login-post
Reference NO 2
http://stackoverflow.com/questions/15076553/curl-login-fills-form-but-doesnt-post
Reference NO 3
http://www.webmasterworld.com/php/4410462.htm
Reference NO 4
http://community.infusionsoft.com/showthread.php/4006-Submitting-POST-using-Snoopy-PHP-class-or-CURL
Reference NO 5
http://www.sitepoint.com/forums/showthread.php?776826-curl-aspx-and-pinnaclesports-problem
Reference NO 6
http://www.binarytides.com/php-curl-tutorial-beginners/
Reference NO 7
http://codular.com/curl-with-php
Reference NO 8
http://curl.haxx.se/mail/archive-2002-04/0009.html
Subscribe to:
Posts (Atom)