How to force a user to select values only from autocomplete popup
References
Reference NO 1
http://stackoverflow.com/questions/13581555/how-to-force-a-user-to-select-values-only-from-autocomplete-popup
Reference NO 2
http://stackoverflow.com/questions/4502221/force-a-user-to-select-from-jquery-ui-autocomplete-and-populate-a-hidden-field-a
Reference NO 3
http://forum.jquery.com/topic/programmatically-set-value-label-on-autocomplete
Reference NO 4
http://asp.net.bigresource.com/JQuery-force-the-user-to-select-the-value-from-autocomplete--KJRSaVx5g.html
Reference NO 5
http://wiki.jqueryui.com/w/page/12138055/SelectComboboxAutocomplete
Reference NO 6
http://www.mysamplecode.com/2012/04/jquery-autocomplete-minlength-force.html
Reference NO 7
http://ux.stackexchange.com/questions/20413/how-to-force-a-user-to-choose-from-suggestions-by-typing
Reference NO 8
#EANF#
Friday, 6 September 2013
Is clang's libc++ production ready? [closed]
Is clang's libc++ production ready? [closed]
References
Reference NO 1
http://stackoverflow.com/questions/13581868/is-clangs-libc-production-ready
Reference NO 2
http://stackoverflow.com/questions/5577784/llvm-compiler-for-production-code
Reference NO 3
http://clang.llvm.org/cxx_status.html
Reference NO 4
https://www.uplinq.com/2011/sites/default/files/slides/LLVM-Emerging-Toolchain.pdf
Reference NO 5
http://lwn.net/Articles/493312/
Reference NO 6
http://www.phoronix.com/scan.php?page=news_topic&q=Compiler
Reference NO 7
http://www.h-online.com/news/item/LLVM-3-1-Compiler-Infrastructure-released-1582558.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13581868/is-clangs-libc-production-ready
Reference NO 2
http://stackoverflow.com/questions/5577784/llvm-compiler-for-production-code
Reference NO 3
http://clang.llvm.org/cxx_status.html
Reference NO 4
https://www.uplinq.com/2011/sites/default/files/slides/LLVM-Emerging-Toolchain.pdf
Reference NO 5
http://lwn.net/Articles/493312/
Reference NO 6
http://www.phoronix.com/scan.php?page=news_topic&q=Compiler
Reference NO 7
http://www.h-online.com/news/item/LLVM-3-1-Compiler-Infrastructure-released-1582558.html
Reference NO 8
#EANF#
Win32: Returning a minimized window to top when application tab removed
Win32: Returning a minimized window to top when application tab removed
References
Reference NO 1
http://stackoverflow.com/questions/13582167/win32-returning-a-minimized-window-to-top-when-application-tab-removed
Reference NO 2
http://stackoverflow.com/questions/12885264/win32-c-do-something-when-window-is-restored-which-message
Reference NO 3
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632599(v=vs.85).aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632679(v=vs.85).aspx
Reference NO 5
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-methods
Reference NO 6
http://www.winprog.org/tutorial/simple_window.html
Reference NO 7
http://www.wxpython.org/docs/api/wx.Window-class.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13582167/win32-returning-a-minimized-window-to-top-when-application-tab-removed
Reference NO 2
http://stackoverflow.com/questions/12885264/win32-c-do-something-when-window-is-restored-which-message
Reference NO 3
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632599(v=vs.85).aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632679(v=vs.85).aspx
Reference NO 5
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-methods
Reference NO 6
http://www.winprog.org/tutorial/simple_window.html
Reference NO 7
http://www.wxpython.org/docs/api/wx.Window-class.html
Reference NO 8
#EANF#
Radio and Checked [closed]
Radio and Checked [closed]
References
Reference NO 1
http://www.w3schools.com/jsref/prop_radio_checked.asp
Reference NO 2
http://stackoverflow.com/questions/3606657/radio-buttons-checked-attribute-not-working
Reference NO 3
http://bugs.jquery.com/ticket/10910
Reference NO 4
http://forum.jquery.com/topic/can-t-seem-to-reset-radio-buttons-with-removeattr-checked
Reference NO 5
http://www.sencha.com/forum/showthread.php?106868-CLOSED-221-Radio-buttons-checked-if-value-is-set
Reference NO 6
http://www.echoecho.com/htmlforms10.htm
Reference NO 7
http://www.utexas.edu/learn/forms/radio.html
Reference NO 8
#EANF#
References
Reference NO 1
http://www.w3schools.com/jsref/prop_radio_checked.asp
Reference NO 2
http://stackoverflow.com/questions/3606657/radio-buttons-checked-attribute-not-working
Reference NO 3
http://bugs.jquery.com/ticket/10910
Reference NO 4
http://forum.jquery.com/topic/can-t-seem-to-reset-radio-buttons-with-removeattr-checked
Reference NO 5
http://www.sencha.com/forum/showthread.php?106868-CLOSED-221-Radio-buttons-checked-if-value-is-set
Reference NO 6
http://www.echoecho.com/htmlforms10.htm
Reference NO 7
http://www.utexas.edu/learn/forms/radio.html
Reference NO 8
#EANF#
Node.js receiving external static files
Node.js receiving external static files
References
Reference NO 1
http://stackoverflow.com/questions/13582758/node-js-receiving-external-static-files
Reference NO 2
http://blog.modulus.io/nodejs-and-express-static-content
Reference NO 3
http://ericsowell.com/blog/2011/5/6/serving-static-files-from-node-js
Reference NO 4
http://fromanegg.com/post/18352790356
Reference NO 5
http://www.sitepoint.com/serving-static-files-with-node-js/
Reference NO 6
http://expressjs.com/2x/guide.html
Reference NO 7
http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/
Reference NO 8
http://howtonode.org/really-simple-file-uploads
References
Reference NO 1
http://stackoverflow.com/questions/13582758/node-js-receiving-external-static-files
Reference NO 2
http://blog.modulus.io/nodejs-and-express-static-content
Reference NO 3
http://ericsowell.com/blog/2011/5/6/serving-static-files-from-node-js
Reference NO 4
http://fromanegg.com/post/18352790356
Reference NO 5
http://www.sitepoint.com/serving-static-files-with-node-js/
Reference NO 6
http://expressjs.com/2x/guide.html
Reference NO 7
http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/
Reference NO 8
http://howtonode.org/really-simple-file-uploads
Get Attribute values and map this values together using SAX parser
Get Attribute values and map this values together using SAX parser
References
Reference NO 1
http://stackoverflow.com/questions/13583065/get-attribute-values-and-map-this-values-together-using-sax-parser
Reference NO 2
http://stackoverflow.com/questions/10795121/getting-sax-parser-attributes
Reference NO 3
http://examples.javacodegeeks.com/core-java/xml/sax/get-element-attributes-in-sax-xml-parsing/
Reference NO 4
https://forums.oracle.com/thread/2396635
Reference NO 5
http://docs.oracle.com/cd/A97329_03/web.902/a88894/adx19paj.htm
Reference NO 6
http://common-lisp.net/project/cxml/sax.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13583065/get-attribute-values-and-map-this-values-together-using-sax-parser
Reference NO 2
http://stackoverflow.com/questions/10795121/getting-sax-parser-attributes
Reference NO 3
http://examples.javacodegeeks.com/core-java/xml/sax/get-element-attributes-in-sax-xml-parsing/
Reference NO 4
https://forums.oracle.com/thread/2396635
Reference NO 5
http://docs.oracle.com/cd/A97329_03/web.902/a88894/adx19paj.htm
Reference NO 6
http://common-lisp.net/project/cxml/sax.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Retrieve products price with taxes in openerp report
Retrieve products price with taxes in openerp report
References
Reference NO 1
http://stackoverflow.com/questions/13583411/retrieve-products-price-with-taxes-in-openerp-report
Reference NO 2
https://doc.openerp.com/6.1/book/3/3_9/tax_structure/
Reference NO 3
http://help.openerp.com/question/14870/calculating-tax-for-exempt-customers-on-sales-order/
Reference NO 4
https://www.openerp.com/forum/topic10681.html
Reference NO 5
https://www.openerp.com/forum
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13583411/retrieve-products-price-with-taxes-in-openerp-report
Reference NO 2
https://doc.openerp.com/6.1/book/3/3_9/tax_structure/
Reference NO 3
http://help.openerp.com/question/14870/calculating-tax-for-exempt-customers-on-sales-order/
Reference NO 4
https://www.openerp.com/forum/topic10681.html
Reference NO 5
https://www.openerp.com/forum
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
QTPropertyAnimation not finishing properly
QTPropertyAnimation not finishing properly
References
Reference NO 1
http://stackoverflow.com/questions/13583748/qtpropertyanimation-not-finishing-properly
Reference NO 2
http://www.qtcentre.org/archive/index.php/t-24944.html
Reference NO 3
http://blog.qt.digia.com/blog/2009/03/27/new-and-last-qtanimationframework-solution/
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13583748/qtpropertyanimation-not-finishing-properly
Reference NO 2
http://www.qtcentre.org/archive/index.php/t-24944.html
Reference NO 3
http://blog.qt.digia.com/blog/2009/03/27/new-and-last-qtanimationframework-solution/
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
jQuery validation form submit when form is incomplete
jQuery validation form submit when form is incomplete
References
Reference NO 1
http://stackoverflow.com/questions/13584059/jquery-validation-form-submit-when-form-is-incomplete
Reference NO 2
http://stackoverflow.com/questions/12397215/jquery-validation-form-validation-ignored-in-ie8
Reference NO 3
http://stackoverflow.com/questions/12324920/jquery-form-validation-return-to-default-input-field-label-when-verification-fa
Reference NO 4
http://stackoverflow.com/questions/9375901/jquery-validate-and-send-form-with-a-link
Reference NO 5
http://stackoverflow.com/questions/15325167/is-jquery-javascript-validation-correct-for-submitting-a-form
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13584059/jquery-validation-form-submit-when-form-is-incomplete
Reference NO 2
http://stackoverflow.com/questions/12397215/jquery-validation-form-validation-ignored-in-ie8
Reference NO 3
http://stackoverflow.com/questions/12324920/jquery-form-validation-return-to-default-input-field-label-when-verification-fa
Reference NO 4
http://stackoverflow.com/questions/9375901/jquery-validate-and-send-form-with-a-link
Reference NO 5
http://stackoverflow.com/questions/15325167/is-jquery-javascript-validation-correct-for-submitting-a-form
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Thursday, 5 September 2013
MySQL compare emails and match even if one upper the other lowercase
MySQL compare emails and match even if one upper the other lowercase
References
Reference NO 1
http://stackoverflow.com/questions/13584363/mysql-compare-emails-and-match-even-if-one-upper-the-other-lowercase
Reference NO 2
http://stackoverflow.com/questions/3150798/how-can-i-ignore-the-difference-between-upper-and-lower-case-when-searching-with
Reference NO 3
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html
Reference NO 4
http://www.databasejournal.com/features/mssql/article.php/3655906
Reference NO 5
http://www.solutionoferror.com/mysql/query-for-student39s-marks-and-grades-in-moodle-13023.asp
Reference NO 6
http://www.electrictoolbox.com/article/mysql/order-updated/
Reference NO 7
http://docs.splunk.com/Documentation/Splunk/5.0.4/SearchReference/CommonEvalFunctions
Reference NO 8
http://www.maatkit.org/doc/mk-query-digest.html
References
Reference NO 1
http://stackoverflow.com/questions/13584363/mysql-compare-emails-and-match-even-if-one-upper-the-other-lowercase
Reference NO 2
http://stackoverflow.com/questions/3150798/how-can-i-ignore-the-difference-between-upper-and-lower-case-when-searching-with
Reference NO 3
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html
Reference NO 4
http://www.databasejournal.com/features/mssql/article.php/3655906
Reference NO 5
http://www.solutionoferror.com/mysql/query-for-student39s-marks-and-grades-in-moodle-13023.asp
Reference NO 6
http://www.electrictoolbox.com/article/mysql/order-updated/
Reference NO 7
http://docs.splunk.com/Documentation/Splunk/5.0.4/SearchReference/CommonEvalFunctions
Reference NO 8
http://www.maatkit.org/doc/mk-query-digest.html
isn't displayed correctly in combination with a [closed]
<p:submenu> isn't displayed correctly in combination with a <p:menubar>
[closed]
References
Reference NO 1
http://stackoverflow.com/questions/16621337/taglib-namespace-for-primefaces-isnt-being-resolved
Reference NO 2
http://forum.primefaces.org/viewtopic.php?f=3&t=30967
Reference NO 3
http://msdn.microsoft.com/en-us/library/windows/desktop/aa511502.aspx
Reference NO 4
http://zabkat.com/changes.txt
Reference NO 5
http://code.google.com/p/tunnelblick/wiki/zUsing
Reference NO 6
http://my.safaribooksonline.com/book/web-design-and-development/9781449326999/4dot-links/id898671
Reference NO 7
http://forums.creativecow.net/thread/191/858520
Reference NO 8
http://www.sitepoint.com/5-css-properties-that-give-designers-fits/
[closed]
References
Reference NO 1
http://stackoverflow.com/questions/16621337/taglib-namespace-for-primefaces-isnt-being-resolved
Reference NO 2
http://forum.primefaces.org/viewtopic.php?f=3&t=30967
Reference NO 3
http://msdn.microsoft.com/en-us/library/windows/desktop/aa511502.aspx
Reference NO 4
http://zabkat.com/changes.txt
Reference NO 5
http://code.google.com/p/tunnelblick/wiki/zUsing
Reference NO 6
http://my.safaribooksonline.com/book/web-design-and-development/9781449326999/4dot-links/id898671
Reference NO 7
http://forums.creativecow.net/thread/191/858520
Reference NO 8
http://www.sitepoint.com/5-css-properties-that-give-designers-fits/
Display mysql data for Current Week in 7 day calendar
Display mysql data for Current Week in 7 day calendar
References
Reference NO 1
http://stackoverflow.com/questions/13585319/display-mysql-data-for-current-week-in-7-day-calendar
Reference NO 2
http://forums.phpfreaks.com/topic/275697-display-current-week-as-a-7-day-calendar/
Reference NO 3
http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
Reference NO 4
http://www.plus2net.com/sql_tutorial/date-lastweek.php
Reference NO 5
http://www.webmasterworld.com/forum88/13418.htm
Reference NO 6
http://board.phpbuilder.com/showthread.php?10381564-RESOLVED-Linking-MySQL-database-info-with-Calendar-Script
Reference NO 7
http://bytes.com/topic/mysql/answers/930058-calendar-x-weeks-ago-always-starting-sunday
Reference NO 8
http://www.richnetapps.com/using-mysql-generate-daily-sales-reports-filled-gaps/
References
Reference NO 1
http://stackoverflow.com/questions/13585319/display-mysql-data-for-current-week-in-7-day-calendar
Reference NO 2
http://forums.phpfreaks.com/topic/275697-display-current-week-as-a-7-day-calendar/
Reference NO 3
http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
Reference NO 4
http://www.plus2net.com/sql_tutorial/date-lastweek.php
Reference NO 5
http://www.webmasterworld.com/forum88/13418.htm
Reference NO 6
http://board.phpbuilder.com/showthread.php?10381564-RESOLVED-Linking-MySQL-database-info-with-Calendar-Script
Reference NO 7
http://bytes.com/topic/mysql/answers/930058-calendar-x-weeks-ago-always-starting-sunday
Reference NO 8
http://www.richnetapps.com/using-mysql-generate-daily-sales-reports-filled-gaps/
How to add simple-html-dom composer package in Symfony2
How to add simple-html-dom composer package in Symfony2
References
Reference NO 1
http://stackoverflow.com/questions/13585612/how-to-add-simple-html-dom-composer-package-in-symfony2
Reference NO 2
https://github.com/erivello/SimpleHtmlDomBundle
Reference NO 3
http://symfony.com/doc/current/components/dom_crawler.html
Reference NO 4
https://packagist.org/packages/sunra/
Reference NO 5
http://php-and-symfony.matthiasnoback.nl/2012/04/symfony2-setting-up-a-console-centered-application-with-composer/
Reference NO 6
http://www.reddit.com/r/PHP/comments/1eld2t/why_would_anyone_choose_laravel_over_symfony_or/
Reference NO 7
http://bergie.iki.fi/blog/symfony-live/
Reference NO 8
http://fr.slideshare.net/pgodel/creating-mobile-apps-with-php-symfony2
References
Reference NO 1
http://stackoverflow.com/questions/13585612/how-to-add-simple-html-dom-composer-package-in-symfony2
Reference NO 2
https://github.com/erivello/SimpleHtmlDomBundle
Reference NO 3
http://symfony.com/doc/current/components/dom_crawler.html
Reference NO 4
https://packagist.org/packages/sunra/
Reference NO 5
http://php-and-symfony.matthiasnoback.nl/2012/04/symfony2-setting-up-a-console-centered-application-with-composer/
Reference NO 6
http://www.reddit.com/r/PHP/comments/1eld2t/why_would_anyone_choose_laravel_over_symfony_or/
Reference NO 7
http://bergie.iki.fi/blog/symfony-live/
Reference NO 8
http://fr.slideshare.net/pgodel/creating-mobile-apps-with-php-symfony2
Is there any way to render HTML in ActionScript3 - FlashPlayer SWF?
Is there any way to render HTML in ActionScript3 - FlashPlayer SWF?
References
Reference NO 1
http://stackoverflow.com/questions/13585887/is-there-any-way-to-render-html-in-actionscript3-flashplayer-swf
Reference NO 2
http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-8000.html
Reference NO 3
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html
Reference NO 4
http://helpx.adobe.com/flash/kb/load-external-swf-swf.html
Reference NO 5
http://www.flashandmath.com/intermediate/swfload/unloading.html
Reference NO 6
http://www.permadi.com/tutorial/flash9FullScreen/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13585887/is-there-any-way-to-render-html-in-actionscript3-flashplayer-swf
Reference NO 2
http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-8000.html
Reference NO 3
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html
Reference NO 4
http://helpx.adobe.com/flash/kb/load-external-swf-swf.html
Reference NO 5
http://www.flashandmath.com/intermediate/swfload/unloading.html
Reference NO 6
http://www.permadi.com/tutorial/flash9FullScreen/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Create and populate complex XML with Perl script
Create and populate complex XML with Perl script
References
Reference NO 1
http://stackoverflow.com/questions/13586194/create-and-populate-complex-xml-with-perl-script
Reference NO 2
http://stackoverflow.com/questions/13840725/perl-generate-dynamic-xml-file
Reference NO 3
http://oreilly.com/catalog/perlxml/chapter/ch03.html
Reference NO 4
http://xmltwig.org/article/bw/bw_05-creating_xml.html
Reference NO 5
http://interoperating.info/courses/perl4data/node/26
Reference NO 6
http://sourceforge.net/apps/trac/qatools/wiki/ScriptLib
Reference NO 7
http://www.ibm.com/developerworks/xml/library/x-xmlperl1/index.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13586194/create-and-populate-complex-xml-with-perl-script
Reference NO 2
http://stackoverflow.com/questions/13840725/perl-generate-dynamic-xml-file
Reference NO 3
http://oreilly.com/catalog/perlxml/chapter/ch03.html
Reference NO 4
http://xmltwig.org/article/bw/bw_05-creating_xml.html
Reference NO 5
http://interoperating.info/courses/perl4data/node/26
Reference NO 6
http://sourceforge.net/apps/trac/qatools/wiki/ScriptLib
Reference NO 7
http://www.ibm.com/developerworks/xml/library/x-xmlperl1/index.html
Reference NO 8
#EANF#
iriscouch basic authentication not working
iriscouch basic authentication not working
References
Reference NO 1
http://stackoverflow.com/questions/13586464/iriscouch-basic-authentication-not-working
Reference NO 2
https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/204
Reference NO 3
http://kxepal.iriscouch.com/docs/1.3/api/server/authn.html
Reference NO 4
http://www.iriscouch.com/blog/2011/07/coffeescript-facebook-and-futon
Reference NO 5
http://www.couchbase.com/forums/thread/how-authenticate
Reference NO 6
http://pulkitsinghal.blogspot.com/2012/02/iriscouch-and-couchcocoa.html
Reference NO 7
https://getsatisfaction.com/iriscouch/topics/ocasta_labs_facebook_authentication
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13586464/iriscouch-basic-authentication-not-working
Reference NO 2
https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/204
Reference NO 3
http://kxepal.iriscouch.com/docs/1.3/api/server/authn.html
Reference NO 4
http://www.iriscouch.com/blog/2011/07/coffeescript-facebook-and-futon
Reference NO 5
http://www.couchbase.com/forums/thread/how-authenticate
Reference NO 6
http://pulkitsinghal.blogspot.com/2012/02/iriscouch-and-couchcocoa.html
Reference NO 7
https://getsatisfaction.com/iriscouch/topics/ocasta_labs_facebook_authentication
Reference NO 8
#EANF#
Difference between Selenium Web Driver Implementations
Difference between Selenium Web Driver Implementations
References
Reference NO 1
http://stackoverflow.com/questions/13586757/difference-between-selenium-webdriver-implementations
Reference NO 2
http://docs.seleniumhq.org/docs/03_webdriver.jsp
Reference NO 3
http://www.w3.org/TR/2013/WD-webdriver-20130312/
Reference NO 4
http://www.aosabook.org/en/selenium.html
Reference NO 5
http://refcardz.dzone.com/refcardz/getting-started-selenium-20
Reference NO 6
http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/WebDriver.html
Reference NO 7
http://code.google.com/p/selenium/wiki/PageObjects
Reference NO 8
http://www.ibm.com/developerworks/library/wa-selenium2/
References
Reference NO 1
http://stackoverflow.com/questions/13586757/difference-between-selenium-webdriver-implementations
Reference NO 2
http://docs.seleniumhq.org/docs/03_webdriver.jsp
Reference NO 3
http://www.w3.org/TR/2013/WD-webdriver-20130312/
Reference NO 4
http://www.aosabook.org/en/selenium.html
Reference NO 5
http://refcardz.dzone.com/refcardz/getting-started-selenium-20
Reference NO 6
http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/WebDriver.html
Reference NO 7
http://code.google.com/p/selenium/wiki/PageObjects
Reference NO 8
http://www.ibm.com/developerworks/library/wa-selenium2/
Wednesday, 4 September 2013
ZF2 Dynamic Form Filters/Validators
ZF2 Dynamic Form Filters/Validators
References
Reference NO 1
http://stackoverflow.com/questions/13587093/zf2-dynamic-form-filters-validators
Reference NO 2
http://framework.zend.com/manual/2.0/en/modules/zend.form.collections.html
Reference NO 3
https://zf2.readthedocs.org/en/latest/modules/zend.form.elements.html
Reference NO 4
http://samsonasik.wordpress.com/2012/08/31/zend-framework-2-creating-upload-form-file-validation/
Reference NO 5
http://www.maltblue.com/zend-framework/simple-zend-framework-2-forms
Reference NO 6
http://apigen.juzna.cz/doc/zendframework/zf2/class-Zend.Form.Form.html
Reference NO 7
http://www.mwop.net/blog/248-Introducing-the-ZF2-Plugin-Broker.html
Reference NO 8
https://github.com/zendframework/zf2/blob/master/library/Zend/Form/Form.php
References
Reference NO 1
http://stackoverflow.com/questions/13587093/zf2-dynamic-form-filters-validators
Reference NO 2
http://framework.zend.com/manual/2.0/en/modules/zend.form.collections.html
Reference NO 3
https://zf2.readthedocs.org/en/latest/modules/zend.form.elements.html
Reference NO 4
http://samsonasik.wordpress.com/2012/08/31/zend-framework-2-creating-upload-form-file-validation/
Reference NO 5
http://www.maltblue.com/zend-framework/simple-zend-framework-2-forms
Reference NO 6
http://apigen.juzna.cz/doc/zendframework/zf2/class-Zend.Form.Form.html
Reference NO 7
http://www.mwop.net/blog/248-Introducing-the-ZF2-Plugin-Broker.html
Reference NO 8
https://github.com/zendframework/zf2/blob/master/library/Zend/Form/Form.php
for D structs is opAssign necessary/useful and if so when
for D structs is opAssign necessary/useful and if so when
References
Reference NO 1
http://stackoverflow.com/questions/13587413/for-d-structs-is-opassign-necessary-useful-and-if-so-when
Reference NO 2
http://stackoverflow.com/questions/3861160/namespaces-with-classes-and-structs
Reference NO 3
http://www.digitalmars.com/d/archives/digitalmars/D/learn/struct_in_class_access_41764.html
Reference NO 4
http://forum.dlang.org/thread/cwywtkycjljdnclqtpqr@forum.dlang.org
Reference NO 5
http://dlang.org/phobos/std_typecons.html
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13587413/for-d-structs-is-opassign-necessary-useful-and-if-so-when
Reference NO 2
http://stackoverflow.com/questions/3861160/namespaces-with-classes-and-structs
Reference NO 3
http://www.digitalmars.com/d/archives/digitalmars/D/learn/struct_in_class_access_41764.html
Reference NO 4
http://forum.dlang.org/thread/cwywtkycjljdnclqtpqr@forum.dlang.org
Reference NO 5
http://dlang.org/phobos/std_typecons.html
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Ruby on Rails local PostgreSQL does not return results after a while
Ruby on Rails local PostgreSQL does not return results after a while
References
Reference NO 1
http://stackoverflow.com/questions/13587725/ruby-on-rails-local-postgresql-does-not-return-results-after-a-while
Reference NO 2
http://stackoverflow.com/questions/8465508/can-not-connect-to-local-postgresql
Reference NO 3
http://stackoverflow.com/questions/4735450/using-postgresql-and-jsondb-in-the-same-web-app
Reference NO 4
http://stackoverflow.com/questions/17183426/why-is-find-by-sql-not-working-with-postgresql
Reference NO 5
http://www.endpoint.com/blog_archive/postgresql
Reference NO 6
https://blog.engineyard.com/2013/using-postgresql-hstore-in-a-rails-application-on-engine-yard-cloud
Reference NO 7
http://www.mikeperham.com/2012/05/05/five-common-rails-mistakes/
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13587725/ruby-on-rails-local-postgresql-does-not-return-results-after-a-while
Reference NO 2
http://stackoverflow.com/questions/8465508/can-not-connect-to-local-postgresql
Reference NO 3
http://stackoverflow.com/questions/4735450/using-postgresql-and-jsondb-in-the-same-web-app
Reference NO 4
http://stackoverflow.com/questions/17183426/why-is-find-by-sql-not-working-with-postgresql
Reference NO 5
http://www.endpoint.com/blog_archive/postgresql
Reference NO 6
https://blog.engineyard.com/2013/using-postgresql-hstore-in-a-rails-application-on-engine-yard-cloud
Reference NO 7
http://www.mikeperham.com/2012/05/05/five-common-rails-mistakes/
Reference NO 8
#EANF#
jlist elements are not displaying dynamically
jlist elements are not displaying dynamically
References
Reference NO 1
http://stackoverflow.com/questions/13588356/jlist-elements-are-not-displaying-dynamically
Reference NO 2
http://stackoverflow.com/questions/14472953/jlist-is-not-displaying-when-defaultlistmodel-is-changed-using-addelement
Reference NO 3
http://www.java-forums.org/awt-swing/42745-jlist-doesnt-show-elements.html
Reference NO 4
http://www.dailyfreecode.com/Forum/swing-problem-displaying-jlist-elements-23712.aspx
Reference NO 5
http://www.javabeginner.com/java-swing/java-jlist-class-example
Reference NO 6
http://blog.universaliun.com/tecnologias-informacion/development/java/jlist-jcombobox-not-updating-or-showing-new-or-removed-elements/
Reference NO 7
http://www.esus.com/javaindex/j2se/jdk1.2/javaxswing/atomiccontrols/jlist/jlistrefresh.html
Reference NO 8
http://docs.oracle.com/javase/7/docs/api/javax/swing/JList.html
References
Reference NO 1
http://stackoverflow.com/questions/13588356/jlist-elements-are-not-displaying-dynamically
Reference NO 2
http://stackoverflow.com/questions/14472953/jlist-is-not-displaying-when-defaultlistmodel-is-changed-using-addelement
Reference NO 3
http://www.java-forums.org/awt-swing/42745-jlist-doesnt-show-elements.html
Reference NO 4
http://www.dailyfreecode.com/Forum/swing-problem-displaying-jlist-elements-23712.aspx
Reference NO 5
http://www.javabeginner.com/java-swing/java-jlist-class-example
Reference NO 6
http://blog.universaliun.com/tecnologias-informacion/development/java/jlist-jcombobox-not-updating-or-showing-new-or-removed-elements/
Reference NO 7
http://www.esus.com/javaindex/j2se/jdk1.2/javaxswing/atomiccontrols/jlist/jlistrefresh.html
Reference NO 8
http://docs.oracle.com/javase/7/docs/api/javax/swing/JList.html
How Follow function works? (compiler)
How Follow function works? (compiler)
References
Reference NO 1
http://stackoverflow.com/questions/13588695/how-follow-function-works-compiler
Reference NO 2
http://compilers.iecc.com/comparch/article/03-09-025
Reference NO 3
http://www.cs.virginia.edu/~cs415/reading/FirstFollowLL.pdf
Reference NO 4
http://tomlee.co/wp-content/uploads/2012/11/108_python-language-internals.pdf
Reference NO 5
http://www.oracle.com/technetwork/articles/servers-storage-dev/mixingcandcpluspluscode-305840.html
Reference NO 6
http://www.diku.dk/~torbenm/Basics/basics_lulu2.pdf
Reference NO 7
http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Optimize-Options.html
Reference NO 8
http://cs.nyu.edu/~gottlieb/courses/2007-08-fall/compilers/lectures/lecture-06.html
References
Reference NO 1
http://stackoverflow.com/questions/13588695/how-follow-function-works-compiler
Reference NO 2
http://compilers.iecc.com/comparch/article/03-09-025
Reference NO 3
http://www.cs.virginia.edu/~cs415/reading/FirstFollowLL.pdf
Reference NO 4
http://tomlee.co/wp-content/uploads/2012/11/108_python-language-internals.pdf
Reference NO 5
http://www.oracle.com/technetwork/articles/servers-storage-dev/mixingcandcpluspluscode-305840.html
Reference NO 6
http://www.diku.dk/~torbenm/Basics/basics_lulu2.pdf
Reference NO 7
http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Optimize-Options.html
Reference NO 8
http://cs.nyu.edu/~gottlieb/courses/2007-08-fall/compilers/lectures/lecture-06.html
Where is the syntax error in this code? [closed]
Where is the syntax error in this code? [closed]
References
Reference NO 1
http://en.kioskea.net/faq/3377-parse-error-syntax-error-unexpected-end
Reference NO 2
http://stackoverflow.com/questions/11482527/parse-error-syntax-error-unexpected-end-of-file-in-my-php-code
Reference NO 3
http://stackoverflow.com/questions/11484273/parse-error-syntax-error-unexpected-t-variable-error-in-crawler-code
Reference NO 4
http://stackoverflow.com/questions/15283366/error-in-php-code-syntax-error
Reference NO 5
http://stackoverflow.com/questions/17963936/whats-the-syntax-error-in-below-php-code
Reference NO 6
http://forums.adobe.com/thread/945511
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://en.kioskea.net/faq/3377-parse-error-syntax-error-unexpected-end
Reference NO 2
http://stackoverflow.com/questions/11482527/parse-error-syntax-error-unexpected-end-of-file-in-my-php-code
Reference NO 3
http://stackoverflow.com/questions/11484273/parse-error-syntax-error-unexpected-t-variable-error-in-crawler-code
Reference NO 4
http://stackoverflow.com/questions/15283366/error-in-php-code-syntax-error
Reference NO 5
http://stackoverflow.com/questions/17963936/whats-the-syntax-error-in-below-php-code
Reference NO 6
http://forums.adobe.com/thread/945511
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Algorithm to search for similar lists of integers
Algorithm to search for similar lists of integers
References
Reference NO 1
http://stackoverflow.com/questions/13589324/algorithm-to-search-for-similar-lists-of-integers
Reference NO 2
http://stackoverflow.com/questions/7153659/find-an-integer-not-among-four-billion-given-ones
Reference NO 3
http://social.msdn.microsoft.com/Forums/windows/en-US/cf8b6585-5430-4150-a68b-a4a233c62eb1/action?threadDisplayName=most-effecient-algorithm-to-find-duplicate-integers-in-random-array-something-that-returns-the
Reference NO 4
http://www.cprogramming.com/discussionarticles/sorting_and_searching.html
Reference NO 5
http://www.seas.gwu.edu/~drum/cs1112/lectures/module7/module7.html
Reference NO 6
http://www.cs.auckland.ac.nz/~jmor159/PLDS210/niemann/s_int.htm
Reference NO 7
http://epaperpress.com/sortsearch/download/sortsearch.pdf
Reference NO 8
http://www.computing.dundee.ac.uk/courses/ac21001/protected/WebVersion/Chapter%2011.html
References
Reference NO 1
http://stackoverflow.com/questions/13589324/algorithm-to-search-for-similar-lists-of-integers
Reference NO 2
http://stackoverflow.com/questions/7153659/find-an-integer-not-among-four-billion-given-ones
Reference NO 3
http://social.msdn.microsoft.com/Forums/windows/en-US/cf8b6585-5430-4150-a68b-a4a233c62eb1/action?threadDisplayName=most-effecient-algorithm-to-find-duplicate-integers-in-random-array-something-that-returns-the
Reference NO 4
http://www.cprogramming.com/discussionarticles/sorting_and_searching.html
Reference NO 5
http://www.seas.gwu.edu/~drum/cs1112/lectures/module7/module7.html
Reference NO 6
http://www.cs.auckland.ac.nz/~jmor159/PLDS210/niemann/s_int.htm
Reference NO 7
http://epaperpress.com/sortsearch/download/sortsearch.pdf
Reference NO 8
http://www.computing.dundee.ac.uk/courses/ac21001/protected/WebVersion/Chapter%2011.html
Integrate Contact Form with Google Docs
Integrate Contact Form with Google Docs
References
Reference NO 1
http://stackoverflow.com/questions/13632436/integrate-contact-form-with-google-docs
Reference NO 2
http://www.123contactform.com/docs/google-docs/
Reference NO 3
http://en.support.wordpress.com/google-docs/
Reference NO 4
http://googledocs.blogspot.com/2008/05/embed-your-forms.html
Reference NO 5
https://support.google.com/drive/answer/160000?hl=en
Reference NO 6
http://www.google.com/enterprise/marketplace/viewListing?productListingId=10911+6643969253110852275
Reference NO 7
http://sites.google.com/site/colettecassinelli/spreadsheet
Reference NO 8
http://www.jotform.com/blog/57-Google-Docs-Integration-Send-Responses-to-Google-Spreadsheets-Instantly-
References
Reference NO 1
http://stackoverflow.com/questions/13632436/integrate-contact-form-with-google-docs
Reference NO 2
http://www.123contactform.com/docs/google-docs/
Reference NO 3
http://en.support.wordpress.com/google-docs/
Reference NO 4
http://googledocs.blogspot.com/2008/05/embed-your-forms.html
Reference NO 5
https://support.google.com/drive/answer/160000?hl=en
Reference NO 6
http://www.google.com/enterprise/marketplace/viewListing?productListingId=10911+6643969253110852275
Reference NO 7
http://sites.google.com/site/colettecassinelli/spreadsheet
Reference NO 8
http://www.jotform.com/blog/57-Google-Docs-Integration-Send-Responses-to-Google-Spreadsheets-Instantly-
How to resolve changes between local and shelveset
How to resolve changes between local and shelveset
References
Reference NO 1
http://stackoverflow.com/questions/13632765/how-to-resolve-changes-between-local-and-shelveset
Reference NO 2
http://msdn.microsoft.com/en-us/library/ms181403.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/library/gg490757(v=vs.100).aspx
Reference NO 4
http://geekswithblogs.net/TarunArora/archive/2011/06/06/unshelve-shelveset-created-from-one-branch-to-another.aspx
Reference NO 5
http://help.teamprise.com/3.2/topic/com.teamprise.explorer.help/explorerdoc/ba_shelveset.html
Reference NO 6
http://visualstudiomagazine.com/articles/2011/03/23/wcivg_manage-in-progress-code-with-tfs-shelvesets.aspx
Reference NO 7
http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-components-postattachments/00-00-55-22-78/Team-Foundation-PowerToys.doc
Reference NO 8
http://go4answers.webhost4life.com/Example/shelveset-disconnect-tfs-folder-55953.aspx
References
Reference NO 1
http://stackoverflow.com/questions/13632765/how-to-resolve-changes-between-local-and-shelveset
Reference NO 2
http://msdn.microsoft.com/en-us/library/ms181403.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/library/gg490757(v=vs.100).aspx
Reference NO 4
http://geekswithblogs.net/TarunArora/archive/2011/06/06/unshelve-shelveset-created-from-one-branch-to-another.aspx
Reference NO 5
http://help.teamprise.com/3.2/topic/com.teamprise.explorer.help/explorerdoc/ba_shelveset.html
Reference NO 6
http://visualstudiomagazine.com/articles/2011/03/23/wcivg_manage-in-progress-code-with-tfs-shelvesets.aspx
Reference NO 7
http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-components-postattachments/00-00-55-22-78/Team-Foundation-PowerToys.doc
Reference NO 8
http://go4answers.webhost4life.com/Example/shelveset-disconnect-tfs-folder-55953.aspx
Tuesday, 3 September 2013
Why isn't this working?
Why isn't this working?
References
Reference NO 1
http://cheezburger.com/5279530496
Reference NO 2
http://www.amazon.com/Isnt-Brain-Working-Revolutionary-Understanding/dp/0985690437
Reference NO 3
http://everydaypaleo.com/why-isnt-this-working/
Reference NO 4
http://abcnews.go.com/Health/Wellness/19-signs-thyroid-working/story?id=20100212
Reference NO 5
http://meyerweb.com/eric/articles/webrev/199904.html
Reference NO 6
http://brainhealthbook.com/
Reference NO 7
https://www.facebook.com/kharrazianbrainbook
Reference NO 8
http://www.strangebeaver.com/2010/07/why-isnt-this-ups-working/
References
Reference NO 1
http://cheezburger.com/5279530496
Reference NO 2
http://www.amazon.com/Isnt-Brain-Working-Revolutionary-Understanding/dp/0985690437
Reference NO 3
http://everydaypaleo.com/why-isnt-this-working/
Reference NO 4
http://abcnews.go.com/Health/Wellness/19-signs-thyroid-working/story?id=20100212
Reference NO 5
http://meyerweb.com/eric/articles/webrev/199904.html
Reference NO 6
http://brainhealthbook.com/
Reference NO 7
https://www.facebook.com/kharrazianbrainbook
Reference NO 8
http://www.strangebeaver.com/2010/07/why-isnt-this-ups-working/
Is it safe to reuse an AES object when encrypting strings?
Is it safe to reuse an AES object when encrypting strings?
References
Reference NO 1
http://stackoverflow.com/questions/13633423/is-it-safe-to-reuse-an-aes-object-when-encrypting-strings
Reference NO 2
http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net
Reference NO 3
http://eli.thegreenplace.net/2010/06/25/aes-encryption-of-files-in-python-with-pycrypto/
Reference NO 4
http://saju.net.in/code/misc/openssl_aes.c.txt
Reference NO 5
http://codereview.stackexchange.com/questions/8452/the-right-way-to-do-symmetrical-encryption-in-c
Reference NO 6
http://www.dreamincode.net/forums/topic/156922-aes-encryption-and-c%23/
Reference NO 7
http://www.rfc-editor.org/rfc/rfc5084.txt
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13633423/is-it-safe-to-reuse-an-aes-object-when-encrypting-strings
Reference NO 2
http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net
Reference NO 3
http://eli.thegreenplace.net/2010/06/25/aes-encryption-of-files-in-python-with-pycrypto/
Reference NO 4
http://saju.net.in/code/misc/openssl_aes.c.txt
Reference NO 5
http://codereview.stackexchange.com/questions/8452/the-right-way-to-do-symmetrical-encryption-in-c
Reference NO 6
http://www.dreamincode.net/forums/topic/156922-aes-encryption-and-c%23/
Reference NO 7
http://www.rfc-editor.org/rfc/rfc5084.txt
Reference NO 8
#EANF#
CSS z-index full screen in Photogallery
CSS z-index full screen in Photogallery
References
Reference NO 1
http://stackoverflow.com/questions/13633711/css-z-index-full-screen-in-photogallery
Reference NO 2
http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
Reference NO 3
http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery
Reference NO 4
http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
Reference NO 5
http://www.script-tutorials.com/new-great-jquery-photo-gallery-skitter/
Reference NO 6
http://www.webmasterworld.com/css/4253221.htm
Reference NO 7
https://github.com/aino/galleria/issues/100
Reference NO 8
http://www.cssplay.co.uk/menu/gallery4.html
References
Reference NO 1
http://stackoverflow.com/questions/13633711/css-z-index-full-screen-in-photogallery
Reference NO 2
http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
Reference NO 3
http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery
Reference NO 4
http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
Reference NO 5
http://www.script-tutorials.com/new-great-jquery-photo-gallery-skitter/
Reference NO 6
http://www.webmasterworld.com/css/4253221.htm
Reference NO 7
https://github.com/aino/galleria/issues/100
Reference NO 8
http://www.cssplay.co.uk/menu/gallery4.html
Wrong number of arguments with SQL ISNULL() on Access DB
Wrong number of arguments with SQL ISNULL() on Access DB
References
Reference NO 1
http://stackoverflow.com/questions/13633980/wrong-number-of-arguments-with-sql-isnull-on-access-db
Reference NO 2
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9ad02a95-bd54-4872-878c-af34b3a0eaa6/action?threadDisplayName=how-to-select-a-query-using-is-null-condition
Reference NO 3
http://www.vbforums.com/showthread.php?628218-RESOLVED-Acess-SQl-statement-using-IsNull-and-Sum
Reference NO 4
http://allenbrowne.com/QueryPerfIssue.html
Reference NO 5
http://forums.devshed.com/asp-programming-51/isnull-in-ms-access-sql-statement-on-a-date-844404.html
Reference NO 6
http://www.bigresource.com/VB-Some-body-please-give-me-the-ISNULL-Function-Syntax--vrgQDsgOV2.html
Reference NO 7
http://www.techonthenet.com/access/functions/advanced/isnull.php
Reference NO 8
http://www.dbforums.com/microsoft-access/1626549-isnull.html
References
Reference NO 1
http://stackoverflow.com/questions/13633980/wrong-number-of-arguments-with-sql-isnull-on-access-db
Reference NO 2
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9ad02a95-bd54-4872-878c-af34b3a0eaa6/action?threadDisplayName=how-to-select-a-query-using-is-null-condition
Reference NO 3
http://www.vbforums.com/showthread.php?628218-RESOLVED-Acess-SQl-statement-using-IsNull-and-Sum
Reference NO 4
http://allenbrowne.com/QueryPerfIssue.html
Reference NO 5
http://forums.devshed.com/asp-programming-51/isnull-in-ms-access-sql-statement-on-a-date-844404.html
Reference NO 6
http://www.bigresource.com/VB-Some-body-please-give-me-the-ISNULL-Function-Syntax--vrgQDsgOV2.html
Reference NO 7
http://www.techonthenet.com/access/functions/advanced/isnull.php
Reference NO 8
http://www.dbforums.com/microsoft-access/1626549-isnull.html
Apache Wicket - Form not being submitted
Apache Wicket - Form not being submitted
References
Reference NO 1
http://stackoverflow.com/questions/13634314/apache-wicket-form-not-being-submitted
Reference NO 2
http://stackoverflow.com/questions/17363612/apache-wicket-onclick-of-a-form-button-i-need-to-call-a-small-javascript-func
Reference NO 3
http://apache-wicket.1842946.n4.nabble.com/Submit-non-wicket-form-through-wicket-form-td3490394.html
Reference NO 4
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/form/SubmitLink.html
Reference NO 5
http://www.devproof.org/wicket_best_practice
Reference NO 6
http://refcardz.dzone.com/refcardz/getting-started-apache-wicket
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13634314/apache-wicket-form-not-being-submitted
Reference NO 2
http://stackoverflow.com/questions/17363612/apache-wicket-onclick-of-a-form-button-i-need-to-call-a-small-javascript-func
Reference NO 3
http://apache-wicket.1842946.n4.nabble.com/Submit-non-wicket-form-through-wicket-form-td3490394.html
Reference NO 4
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/form/SubmitLink.html
Reference NO 5
http://www.devproof.org/wicket_best_practice
Reference NO 6
http://refcardz.dzone.com/refcardz/getting-started-apache-wicket
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Stored procedure for generic MERGE
Stored procedure for generic MERGE
References
Reference NO 1
http://stackoverflow.com/questions/13634601/stored-procedure-for-generic-merge
Reference NO 2
http://stackoverflow.com/questions/16611444/how-to-use-merge-to-insert-value-from-a-stored-procedure
Reference NO 3
http://stackoverflow.com/questions/8873335/how-to-create-generic-sql-server-stored-procedure-to-perform-inserts-into-audit
Reference NO 4
http://stackoverflow.com/questions/10252558/when-moving-records-from-staging-what-options-are-there-to-merge
Reference NO 5
http://pic.dhe.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db2z9.doc.ugref/src/tpc/db2z_sp_dsnutils.htm
Reference NO 6
http://www.bigresource.com/MS_SQL-stored-procedure-addressing-generic-table-3Yu8CvmU.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13634601/stored-procedure-for-generic-merge
Reference NO 2
http://stackoverflow.com/questions/16611444/how-to-use-merge-to-insert-value-from-a-stored-procedure
Reference NO 3
http://stackoverflow.com/questions/8873335/how-to-create-generic-sql-server-stored-procedure-to-perform-inserts-into-audit
Reference NO 4
http://stackoverflow.com/questions/10252558/when-moving-records-from-staging-what-options-are-there-to-merge
Reference NO 5
http://pic.dhe.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db2z9.doc.ugref/src/tpc/db2z_sp_dsnutils.htm
Reference NO 6
http://www.bigresource.com/MS_SQL-stored-procedure-addressing-generic-table-3Yu8CvmU.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Issue binding datagridview to a different datatable
Issue binding datagridview to a different datatable
References
Reference NO 1
http://stackoverflow.com/questions/8180601/issues-binding-datatable-to-datagridview-am-i-missing-a-step
Reference NO 2
http://www.codeproject.com/Questions/165780/how-to-bind-a-datagridview-to-a-datatable-in-windo
Reference NO 3
http://social.msdn.microsoft.com/Forums/windows/en-US/627979cb-a6e5-4714-aedb-8bc59a6e9003/action?threadDisplayName=problems-binding-datatable-to-datagridview
Reference NO 4
http://social.msdn.microsoft.com/Forums/windows/en-US/1c46bd81-f5b1-4c8f-9a40-ed553167f403/action?threadDisplayName=binding-datagridview-to-datatable-problem
Reference NO 5
http://social.msdn.microsoft.com/Forums/windows/en-US/232c2a85-c3f0-42b9-8466-1b15f1e0060c/action?threadDisplayName=whyhow-does-a-bindingsource-affect-a-datagridview-thats-bound-to-the-same-datatable
Reference NO 6
http://boisuert-janu1991.blogspot.com/2013/08/issue-binding-datagridview-to-different.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/8180601/issues-binding-datatable-to-datagridview-am-i-missing-a-step
Reference NO 2
http://www.codeproject.com/Questions/165780/how-to-bind-a-datagridview-to-a-datatable-in-windo
Reference NO 3
http://social.msdn.microsoft.com/Forums/windows/en-US/627979cb-a6e5-4714-aedb-8bc59a6e9003/action?threadDisplayName=problems-binding-datatable-to-datagridview
Reference NO 4
http://social.msdn.microsoft.com/Forums/windows/en-US/1c46bd81-f5b1-4c8f-9a40-ed553167f403/action?threadDisplayName=binding-datagridview-to-datatable-problem
Reference NO 5
http://social.msdn.microsoft.com/Forums/windows/en-US/232c2a85-c3f0-42b9-8466-1b15f1e0060c/action?threadDisplayName=whyhow-does-a-bindingsource-affect-a-datagridview-thats-bound-to-the-same-datatable
Reference NO 6
http://boisuert-janu1991.blogspot.com/2013/08/issue-binding-datagridview-to-different.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Always Handle Certain Exceptions in MVC API
Always Handle Certain Exceptions in MVC API
References
Reference NO 1
http://stackoverflow.com/questions/13635186/always-handle-certain-exceptions-in-mvc-api
Reference NO 2
http://stackoverflow.com/questions/6596648/how-do-i-handle-uncaught-exceptions-in-an-asp-net-mvc-3-application
Reference NO 3
http://forums.asp.net/t/1913702.aspx/1?ASP+NET+MVC+Exception+throw+to+handle+erros+from+controller+action+returning+void
Reference NO 4
http://devproconnections.com/aspnet-mvc/aspnet-mvc-tutorial-handling-errors-and-exceptions
Reference NO 5
http://www.prideparrot.com/blog/archive/2012/5/exception_handling_in_asp_net_mvc
Reference NO 6
http://www.stormpath.com/blog/spring-mvc-rest-exception-handling-best-practices-part-2
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13635186/always-handle-certain-exceptions-in-mvc-api
Reference NO 2
http://stackoverflow.com/questions/6596648/how-do-i-handle-uncaught-exceptions-in-an-asp-net-mvc-3-application
Reference NO 3
http://forums.asp.net/t/1913702.aspx/1?ASP+NET+MVC+Exception+throw+to+handle+erros+from+controller+action+returning+void
Reference NO 4
http://devproconnections.com/aspnet-mvc/aspnet-mvc-tutorial-handling-errors-and-exceptions
Reference NO 5
http://www.prideparrot.com/blog/archive/2012/5/exception_handling_in_asp_net_mvc
Reference NO 6
http://www.stormpath.com/blog/spring-mvc-rest-exception-handling-best-practices-part-2
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Anonymous method for event handler not a leak?
Anonymous method for event handler not a leak?
References
Reference NO 1
http://stackoverflow.com/questions/13635505/anonymous-method-for-event-handler-not-a-leak
Reference NO 2
http://stackoverflow.com/questions/10113382/detach-an-anonymous-eventhandler
Reference NO 3
http://stackoverflow.com/questions/9531211/anonymous-event-handlers-and-disposing
Reference NO 4
http://stackoverflow.com/questions/4421060/anonymous-functions-as-event-handlers-in-action-script-good-or-bad
Reference NO 5
http://codereview.stackexchange.com/questions/25020/possible-memory-leak-on-a-self-removable-event-handler
Reference NO 6
http://memprofiler.com/onlinedocs/analysisissueslist.htm
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13635505/anonymous-method-for-event-handler-not-a-leak
Reference NO 2
http://stackoverflow.com/questions/10113382/detach-an-anonymous-eventhandler
Reference NO 3
http://stackoverflow.com/questions/9531211/anonymous-event-handlers-and-disposing
Reference NO 4
http://stackoverflow.com/questions/4421060/anonymous-functions-as-event-handlers-in-action-script-good-or-bad
Reference NO 5
http://codereview.stackexchange.com/questions/25020/possible-memory-leak-on-a-self-removable-event-handler
Reference NO 6
http://memprofiler.com/onlinedocs/analysisissueslist.htm
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Monday, 2 September 2013
auto-creating FB.getLoginStatus() called before calling FB.init()
auto-creating FB.getLoginStatus() called before calling FB.init()
References
Reference NO 1
http://stackoverflow.com/questions/13635848/auto-creating-fb-getloginstatus-called-before-calling-fb-init
Reference NO 2
http://stackoverflow.com/questions/13952884/fb-init-has-already-been-called-this-could-indicate
Reference NO 3
https://drupal.org/node/1802490
Reference NO 4
http://wordpress.org/support/topic/1456967
Reference NO 5
http://wordpress.org/support/topic/troubles-with-fb-like-xfbml-on-floating-display
Reference NO 6
https://github.com/AHWEBDEV/Facebook-AWD/issues/4
Reference NO 7
http://forum.opencart.com/viewtopic.php?t=85103&p=344575
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13635848/auto-creating-fb-getloginstatus-called-before-calling-fb-init
Reference NO 2
http://stackoverflow.com/questions/13952884/fb-init-has-already-been-called-this-could-indicate
Reference NO 3
https://drupal.org/node/1802490
Reference NO 4
http://wordpress.org/support/topic/1456967
Reference NO 5
http://wordpress.org/support/topic/troubles-with-fb-like-xfbml-on-floating-display
Reference NO 6
https://github.com/AHWEBDEV/Facebook-AWD/issues/4
Reference NO 7
http://forum.opencart.com/viewtopic.php?t=85103&p=344575
Reference NO 8
#EANF#
Automated API stability testing
Automated API stability testing
References
Reference NO 1
http://stackoverflow.com/questions/13636207/automated-api-stability-testing
Reference NO 2
http://en.wikipedia.org/wiki/Software_testing
Reference NO 3
http://davidweiss.blogspot.com/2006/08/when-to-automate-testing.html
Reference NO 4
http://www.edn.com/design/test-and-measurement/4415585/Test-automation-fundamentals
Reference NO 5
http://www.telerik.com/automated-testing-tools/campaigns/testing-kendoui-apps.aspx
Reference NO 6
http://support.smartbear.com/articles/testcomplete/automated-testing-best-practices
Reference NO 7
http://www.stickyminds.com/se/S6057.asp
Reference NO 8
http://wiki.eclipse.org/Eclipse/Testing
References
Reference NO 1
http://stackoverflow.com/questions/13636207/automated-api-stability-testing
Reference NO 2
http://en.wikipedia.org/wiki/Software_testing
Reference NO 3
http://davidweiss.blogspot.com/2006/08/when-to-automate-testing.html
Reference NO 4
http://www.edn.com/design/test-and-measurement/4415585/Test-automation-fundamentals
Reference NO 5
http://www.telerik.com/automated-testing-tools/campaigns/testing-kendoui-apps.aspx
Reference NO 6
http://support.smartbear.com/articles/testcomplete/automated-testing-best-practices
Reference NO 7
http://www.stickyminds.com/se/S6057.asp
Reference NO 8
http://wiki.eclipse.org/Eclipse/Testing
windows mobile 6 application database connect with server database
windows mobile 6 application database connect with server database
References
Reference NO 1
http://stackoverflow.com/questions/13639505/windows-mobile-6-application-database-connect-with-server-database
Reference NO 2
http://social.msdn.microsoft.com/Forums/en-US/56d7aee5-66ab-4cc6-935b-7d4537676561/action?threadDisplayName=connecting-sql-server-2005-database-from-windows-mobile-60
Reference NO 3
http://forums.asp.net/t/prev/1827243
Reference NO 4
http://www.justinwhitney.com/resume/article_copies/YourFirstWindowsMobileDatabaseApp.htm
Reference NO 5
http://www.codeproject.com/Questions/561487/HowplusCanplusIplusconnectplustoplusSQLplusSERVERp
Reference NO 6
http://docs.oracle.com/cd/E12095_01/doc.10303/e12090/nvovw.htm
Reference NO 7
http://forums.esri.com/Thread.asp?c=34&f=2133&t=232113
Reference NO 8
http://www.experts-exchange.com/Programming/Languages/.NET/Compact_Framework/Q_24380733.html
References
Reference NO 1
http://stackoverflow.com/questions/13639505/windows-mobile-6-application-database-connect-with-server-database
Reference NO 2
http://social.msdn.microsoft.com/Forums/en-US/56d7aee5-66ab-4cc6-935b-7d4537676561/action?threadDisplayName=connecting-sql-server-2005-database-from-windows-mobile-60
Reference NO 3
http://forums.asp.net/t/prev/1827243
Reference NO 4
http://www.justinwhitney.com/resume/article_copies/YourFirstWindowsMobileDatabaseApp.htm
Reference NO 5
http://www.codeproject.com/Questions/561487/HowplusCanplusIplusconnectplustoplusSQLplusSERVERp
Reference NO 6
http://docs.oracle.com/cd/E12095_01/doc.10303/e12090/nvovw.htm
Reference NO 7
http://forums.esri.com/Thread.asp?c=34&f=2133&t=232113
Reference NO 8
http://www.experts-exchange.com/Programming/Languages/.NET/Compact_Framework/Q_24380733.html
JQuery UI ButtonSet Tooltips
JQuery UI ButtonSet Tooltips
References
Reference NO 1
http://jqueryui.com/tooltip/
Reference NO 2
http://stackoverflow.com/questions/13639796/jquery-ui-buttonset-tooltips
Reference NO 3
http://jquerybyexample.blogspot.com/2012/09/how-to-change-jquery-ui-button-tooltip.html
Reference NO 4
http://blog.ricodigo.com/blog/2012/02/17/easy-tooltips-with-jquery-ui/
Reference NO 5
http://msdn.microsoft.com/en-us/magazine/dn127078.aspx
Reference NO 6
http://forum.jquery.com/topic/tooltip-doesn-t-work-on-disabled-button
Reference NO 7
http://jquerytools.org/documentation/tooltip/
Reference NO 8
http://craigsworks.com/projects/forums/showthread.php?tid=980
References
Reference NO 1
http://jqueryui.com/tooltip/
Reference NO 2
http://stackoverflow.com/questions/13639796/jquery-ui-buttonset-tooltips
Reference NO 3
http://jquerybyexample.blogspot.com/2012/09/how-to-change-jquery-ui-button-tooltip.html
Reference NO 4
http://blog.ricodigo.com/blog/2012/02/17/easy-tooltips-with-jquery-ui/
Reference NO 5
http://msdn.microsoft.com/en-us/magazine/dn127078.aspx
Reference NO 6
http://forum.jquery.com/topic/tooltip-doesn-t-work-on-disabled-button
Reference NO 7
http://jquerytools.org/documentation/tooltip/
Reference NO 8
http://craigsworks.com/projects/forums/showthread.php?tid=980
Sharepoint 2010 installation preliminaries
Sharepoint 2010 installation preliminaries
References
Reference NO 1
http://stackoverflow.com/questions/13640077/sharepoint-2010-installation-preliminaries
Reference NO 2
http://stackoverflow.com/questions/14789212/error-during-installation-of-sharepoint-2010
Reference NO 3
http://stackoverflow.com/questions/11052184/sharepoint-2010-installation-artifacts
Reference NO 4
http://stackoverflow.com/questions/4503376/should-i-install-sharepoint-2010-on-a-separate-os-instance
Reference NO 5
http://stackoverflow.com/questions/18013910/what-is-the-minimum-iis-version-requirement-for-installing-sharepoint-2010
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13640077/sharepoint-2010-installation-preliminaries
Reference NO 2
http://stackoverflow.com/questions/14789212/error-during-installation-of-sharepoint-2010
Reference NO 3
http://stackoverflow.com/questions/11052184/sharepoint-2010-installation-artifacts
Reference NO 4
http://stackoverflow.com/questions/4503376/should-i-install-sharepoint-2010-on-a-separate-os-instance
Reference NO 5
http://stackoverflow.com/questions/18013910/what-is-the-minimum-iis-version-requirement-for-installing-sharepoint-2010
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
employee and manager who is in the same location [closed]
employee and manager who is in the same location [closed]
References
Reference NO 1
http://www.profilesinternational.com/solutions/managing-employee-performance/communication-management.php
Reference NO 2
http://www.forbes.com/sites/alanhall/2012/11/24/9-things-a-boss-should-never-say-to-an-employee/
Reference NO 3
http://www.entrepreneur.com/humanresources/managingemployees/index115874.html
Reference NO 4
http://www.businessmanagementdaily.com/glp/25986/Workplace-Conflict-Resolution.html
Reference NO 5
http://humanresources.about.com/od/managementandleadership/u/manage_people.htm
Reference NO 6
http://detroit.cbslocal.com/2013/08/29/local-mcdonalds-forced-to-close-amid-protest-over-higher-wages/
Reference NO 7
http://millennialceo.com/leadership/managers-befriend-employees-workplace/
Reference NO 8
http://hr.nd.edu/nd-faculty-staff/forms-policies/staff-compensation-policy/
References
Reference NO 1
http://www.profilesinternational.com/solutions/managing-employee-performance/communication-management.php
Reference NO 2
http://www.forbes.com/sites/alanhall/2012/11/24/9-things-a-boss-should-never-say-to-an-employee/
Reference NO 3
http://www.entrepreneur.com/humanresources/managingemployees/index115874.html
Reference NO 4
http://www.businessmanagementdaily.com/glp/25986/Workplace-Conflict-Resolution.html
Reference NO 5
http://humanresources.about.com/od/managementandleadership/u/manage_people.htm
Reference NO 6
http://detroit.cbslocal.com/2013/08/29/local-mcdonalds-forced-to-close-amid-protest-over-higher-wages/
Reference NO 7
http://millennialceo.com/leadership/managers-befriend-employees-workplace/
Reference NO 8
http://hr.nd.edu/nd-faculty-staff/forms-policies/staff-compensation-policy/
undefined method 'collection' for nil:nilClass when trying to run rspec test
undefined method 'collection' for nil:nilClass when trying to run rspec test
References
Reference NO 1
http://stackoverflow.com/questions/13640696/undefined-method-collection-for-nilnilclass-when-trying-to-run-rspec-test
Reference NO 2
http://stackoverflow.com/questions/10536846/why-is-this-rspec-test-throwing-a-undefined-method-call-for-nilnilclass-err
Reference NO 3
http://stackoverflow.com/questions/16347410/rails-rspec-undefined-method-cookie-jar-for-nilnilclass
Reference NO 4
http://kconrails.com/category/rails/
Reference NO 5
http://apidock.com/rails/Object/try
Reference NO 6
http://blog.carbonfive.com/2012/02/14/beginning-outside-in-rails-development-with-cucumber-and-rspec/
Reference NO 7
http://railsforum.com/viewtopic.php?id=37376
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13640696/undefined-method-collection-for-nilnilclass-when-trying-to-run-rspec-test
Reference NO 2
http://stackoverflow.com/questions/10536846/why-is-this-rspec-test-throwing-a-undefined-method-call-for-nilnilclass-err
Reference NO 3
http://stackoverflow.com/questions/16347410/rails-rspec-undefined-method-cookie-jar-for-nilnilclass
Reference NO 4
http://kconrails.com/category/rails/
Reference NO 5
http://apidock.com/rails/Object/try
Reference NO 6
http://blog.carbonfive.com/2012/02/14/beginning-outside-in-rails-development-with-cucumber-and-rspec/
Reference NO 7
http://railsforum.com/viewtopic.php?id=37376
Reference NO 8
#EANF#
Sunday, 1 September 2013
Panda3D doesn't take in latest model
Panda3D doesn't take in latest model
References
Reference NO 1
http://stackoverflow.com/questions/13641009/panda3d-doesnt-take-in-latest-model
Reference NO 2
http://www.panda3d.org/manual/index.php/FAQ
Reference NO 3
http://www.panda3d.org/manual/index.php/Common_State_Changes
Reference NO 4
https://www.panda3d.org/manual/index.php/Mouse_Support
Reference NO 5
http://www.packtpub.com/article/installing-panda3d
Reference NO 6
http://oogtech.wordpress.com/category/panda3dpython/
Reference NO 7
http://thetechartist.com/?cat=7
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13641009/panda3d-doesnt-take-in-latest-model
Reference NO 2
http://www.panda3d.org/manual/index.php/FAQ
Reference NO 3
http://www.panda3d.org/manual/index.php/Common_State_Changes
Reference NO 4
https://www.panda3d.org/manual/index.php/Mouse_Support
Reference NO 5
http://www.packtpub.com/article/installing-panda3d
Reference NO 6
http://oogtech.wordpress.com/category/panda3dpython/
Reference NO 7
http://thetechartist.com/?cat=7
Reference NO 8
#EANF#
Rails DB error with passenger
Rails DB error with passenger
References
Reference NO 1
http://stackoverflow.com/questions/13642848/rails-db-error-with-passenger
Reference NO 2
http://stackoverflow.com/questions/7421230/redeploying-rails-app-results-in-new-bundling-error-with-passenger
Reference NO 3
http://kb.site5.com/ruby-on-rails/how-to-deploy-a-rails-3-application-with-phusion-passenger/
Reference NO 4
http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger
Reference NO 5
https://wiki.archlinux.org/index.php/Ruby_on_Rails
Reference NO 6
https://www.engineyard.com/articles/rails-server
Reference NO 7
http://railsforum.com/viewtopic.php?id=26700
Reference NO 8
http://help.openstreetmap.org/questions/18148/rails-port-on-apache-passenger
References
Reference NO 1
http://stackoverflow.com/questions/13642848/rails-db-error-with-passenger
Reference NO 2
http://stackoverflow.com/questions/7421230/redeploying-rails-app-results-in-new-bundling-error-with-passenger
Reference NO 3
http://kb.site5.com/ruby-on-rails/how-to-deploy-a-rails-3-application-with-phusion-passenger/
Reference NO 4
http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger
Reference NO 5
https://wiki.archlinux.org/index.php/Ruby_on_Rails
Reference NO 6
https://www.engineyard.com/articles/rails-server
Reference NO 7
http://railsforum.com/viewtopic.php?id=26700
Reference NO 8
http://help.openstreetmap.org/questions/18148/rails-port-on-apache-passenger
How to exchange data between two process? [duplicate]
How to exchange data between two process? [duplicate]
References
Reference NO 1
http://stackoverflow.com/questions/13643146/how-to-exchange-data-between-two-process
Reference NO 2
http://stackoverflow.com/questions/11303887/how-can-i-transfer-the-data-between-two-activities-in-android
Reference NO 3
http://www.ssfnet.org/Exchange/tcp/tcpTutorialNotes.html
Reference NO 4
http://www.advancedlinuxprogramming.com/alp-folder/alp-ch05-ipc.pdf
Reference NO 5
http://condor.depaul.edu/jkristof/technotes/tcp.html
Reference NO 6
http://english.stackexchange.com/questions/67463/duplicate-data-or-duplicated-data
Reference NO 7
http://en.wikipedia.org/wiki/Data_deduplication
Reference NO 8
http://office.microsoft.com/en-us/access-help/find-hide-or-eliminate-duplicate-data-HA010096301.aspx
References
Reference NO 1
http://stackoverflow.com/questions/13643146/how-to-exchange-data-between-two-process
Reference NO 2
http://stackoverflow.com/questions/11303887/how-can-i-transfer-the-data-between-two-activities-in-android
Reference NO 3
http://www.ssfnet.org/Exchange/tcp/tcpTutorialNotes.html
Reference NO 4
http://www.advancedlinuxprogramming.com/alp-folder/alp-ch05-ipc.pdf
Reference NO 5
http://condor.depaul.edu/jkristof/technotes/tcp.html
Reference NO 6
http://english.stackexchange.com/questions/67463/duplicate-data-or-duplicated-data
Reference NO 7
http://en.wikipedia.org/wiki/Data_deduplication
Reference NO 8
http://office.microsoft.com/en-us/access-help/find-hide-or-eliminate-duplicate-data-HA010096301.aspx
Saturday, 31 August 2013
Need to write a multiple SELECT statement in MySQL
Need to write a multiple SELECT statement in MySQL
References
Reference NO 1
http://stackoverflow.com/questions/13643457/need-to-write-a-multiple-select-statement-in-mysql
Reference NO 2
http://stackoverflow.com/questions/5933396/mysql-multiple-select-statements
Reference NO 3
http://bytes.com/topic/mysql/answers/883256-multiple-select-statements-one-sql-query-divsion
Reference NO 4
http://dev.mysql.com/doc/refman/5.5/en/union.html
Reference NO 5
http://arachnoid.com/MySQL/
Reference NO 6
http://php.net/manual/en/function.mysql-query.php
Reference NO 7
http://buddypress.org/support/topic/search-query-and-mysql-help/
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13643457/need-to-write-a-multiple-select-statement-in-mysql
Reference NO 2
http://stackoverflow.com/questions/5933396/mysql-multiple-select-statements
Reference NO 3
http://bytes.com/topic/mysql/answers/883256-multiple-select-statements-one-sql-query-divsion
Reference NO 4
http://dev.mysql.com/doc/refman/5.5/en/union.html
Reference NO 5
http://arachnoid.com/MySQL/
Reference NO 6
http://php.net/manual/en/function.mysql-query.php
Reference NO 7
http://buddypress.org/support/topic/search-query-and-mysql-help/
Reference NO 8
#EANF#
Disable JTextField text scrolling when selecting
Disable JTextField text scrolling when selecting
References
Reference NO 1
http://stackoverflow.com/questions/13643733/disable-jtextfield-text-scrolling-when-selecting
Reference NO 2
http://stackoverflow.com/questions/4858381/copy-text-from-a-disabled-jtextfield
Reference NO 3
http://www.coderanch.com/t/588115/GUI/java/JTextArea-disable-scroll-select
Reference NO 4
http://compgroups.net/comp.lang.java.gui/jtextfield-how-to-disable-selecting-text-i/78286
Reference NO 5
http://www.java2s.com/Tutorial/Java/0240__Swing/BasedonJTextFieldcontentenableordisableaJButton.htm
Reference NO 6
http://www.leepoint.net/notes-java/GUI/components/40textarea/20textarea.html
Reference NO 7
http://www.kirupa.com/forum/showthread.php?288955-Disabling-textfield-scrolling
Reference NO 8
http://docs.oracle.com/javase/7/docs/api/javax/swing/JTextField.html
References
Reference NO 1
http://stackoverflow.com/questions/13643733/disable-jtextfield-text-scrolling-when-selecting
Reference NO 2
http://stackoverflow.com/questions/4858381/copy-text-from-a-disabled-jtextfield
Reference NO 3
http://www.coderanch.com/t/588115/GUI/java/JTextArea-disable-scroll-select
Reference NO 4
http://compgroups.net/comp.lang.java.gui/jtextfield-how-to-disable-selecting-text-i/78286
Reference NO 5
http://www.java2s.com/Tutorial/Java/0240__Swing/BasedonJTextFieldcontentenableordisableaJButton.htm
Reference NO 6
http://www.leepoint.net/notes-java/GUI/components/40textarea/20textarea.html
Reference NO 7
http://www.kirupa.com/forum/showthread.php?288955-Disabling-textfield-scrolling
Reference NO 8
http://docs.oracle.com/javase/7/docs/api/javax/swing/JTextField.html
Can I call Android LockScreen function from Linux command line?
Can I call Android LockScreen function from Linux command line?
References
Reference NO 1
http://stackoverflow.com/questions/13644014/can-i-call-android-lockscreen-function-from-linux-command-line
Reference NO 2
http://forum.xda-developers.com/showthread.php?p=35319184
Reference NO 3
http://forums.androidcentral.com/other-tablets/230249-emerson-em543-android-tablet-call-lockscreen-linux-command-line.html
Reference NO 4
http://forums.androidcentral.com/other-tablets/230249-emerson-em543-android-tablet-call-lockscreen-linux-command-line.html
Reference NO 5
http://hak5.org/episodes/hak5-1209
Reference NO 6
http://www.intangibleobject.com/
Reference NO 7
https://play.google.com/store/apps/details?id=com.magicandroidapps.bettertermpro&hl=en
Reference NO 8
http://www.facebook.com/notes/jayson-francisco/bypass-android-pattern-lockscreen-using-cmd-no-root-no-third-party-app/558477897509066
References
Reference NO 1
http://stackoverflow.com/questions/13644014/can-i-call-android-lockscreen-function-from-linux-command-line
Reference NO 2
http://forum.xda-developers.com/showthread.php?p=35319184
Reference NO 3
http://forums.androidcentral.com/other-tablets/230249-emerson-em543-android-tablet-call-lockscreen-linux-command-line.html
Reference NO 4
http://forums.androidcentral.com/other-tablets/230249-emerson-em543-android-tablet-call-lockscreen-linux-command-line.html
Reference NO 5
http://hak5.org/episodes/hak5-1209
Reference NO 6
http://www.intangibleobject.com/
Reference NO 7
https://play.google.com/store/apps/details?id=com.magicandroidapps.bettertermpro&hl=en
Reference NO 8
http://www.facebook.com/notes/jayson-francisco/bypass-android-pattern-lockscreen-using-cmd-no-root-no-third-party-app/558477897509066
ASP.NET MVC 4 route crashes on one specific keyword
ASP.NET MVC 4 route crashes on one specific keyword
References
Reference NO 1
http://stackoverflow.com/questions/13644321/asp-net-mvc-4-route-crashes-on-one-specific-keyword-ekstranett
Reference NO 2
http://stackoverflow.com/questions/9331516/asp-net-mvc-routing-add-html-extension-to-routes
Reference NO 3
http://www.codeguru.com/csharp/.net/net_asp/mvc/using-simplemembership-in-asp.net-mvc-4.htm
Reference NO 4
http://net.tutsplus.com/tutorials/building-an-asp-net-mvc4-application-with-ef-and-webapi/
Reference NO 5
http://www.microsoft.com/learning/en-us/exam-70-486.aspx
Reference NO 6
http://www.devcurry.com/2013/04/master-details-knockout-aspnet-mvc.html
Reference NO 7
https://docs.google.com/document/d/13b1Fy9k4jb5-B28Am379s7HRhS4g80ooLvZB4RWzHYI/edit
Reference NO 8
http://haacked.com/archive/2013/01.aspx
References
Reference NO 1
http://stackoverflow.com/questions/13644321/asp-net-mvc-4-route-crashes-on-one-specific-keyword-ekstranett
Reference NO 2
http://stackoverflow.com/questions/9331516/asp-net-mvc-routing-add-html-extension-to-routes
Reference NO 3
http://www.codeguru.com/csharp/.net/net_asp/mvc/using-simplemembership-in-asp.net-mvc-4.htm
Reference NO 4
http://net.tutsplus.com/tutorials/building-an-asp-net-mvc4-application-with-ef-and-webapi/
Reference NO 5
http://www.microsoft.com/learning/en-us/exam-70-486.aspx
Reference NO 6
http://www.devcurry.com/2013/04/master-details-knockout-aspnet-mvc.html
Reference NO 7
https://docs.google.com/document/d/13b1Fy9k4jb5-B28Am379s7HRhS4g80ooLvZB4RWzHYI/edit
Reference NO 8
http://haacked.com/archive/2013/01.aspx
Selection changed with listbox itemTemplate
Selection changed with listbox itemTemplate
References
Reference NO 1
http://stackoverflow.com/questions/4032020/listbox-with-itemtemplate-selectionchanged-not-fired
Reference NO 2
http://stackoverflow.com/questions/4720323/listbox-selectionchanged-event-does-not-fire-if-there-are-2-listboxes-on-the-pag
Reference NO 3
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/e7453092-7b49-4e2d-a940-fbd5455ea200/
Reference NO 4
http://asp-net-example.blogspot.com/2012/05/how-to-use-listbox-selectionchanged.html
Reference NO 5
http://www.silverlightshow.net/items/Silverlight-2-Getting-to-the-ListBoxItems-in-a-ListBox.aspx
Reference NO 6
http://codifying.wordpress.com/2010/11/26/silverlight-mvvm-hates-radiobutton-in-listbox/
Reference NO 7
http://blogs.msdn.com/b/kaevans/archive/2010/04/24/listboxes-in-silverlight.aspx
Reference NO 8
http://leeontech.wordpress.com/2008/05/11/changing-itemtemplate/
References
Reference NO 1
http://stackoverflow.com/questions/4032020/listbox-with-itemtemplate-selectionchanged-not-fired
Reference NO 2
http://stackoverflow.com/questions/4720323/listbox-selectionchanged-event-does-not-fire-if-there-are-2-listboxes-on-the-pag
Reference NO 3
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/e7453092-7b49-4e2d-a940-fbd5455ea200/
Reference NO 4
http://asp-net-example.blogspot.com/2012/05/how-to-use-listbox-selectionchanged.html
Reference NO 5
http://www.silverlightshow.net/items/Silverlight-2-Getting-to-the-ListBoxItems-in-a-ListBox.aspx
Reference NO 6
http://codifying.wordpress.com/2010/11/26/silverlight-mvvm-hates-radiobutton-in-listbox/
Reference NO 7
http://blogs.msdn.com/b/kaevans/archive/2010/04/24/listboxes-in-silverlight.aspx
Reference NO 8
http://leeontech.wordpress.com/2008/05/11/changing-itemtemplate/
Update Sencha Architect project from Sencha Touch v2.0.x to Sencha Touch 2.1.x
Update Sencha Architect project from Sencha Touch v2.0.x to Sencha Touch
2.1.x
References
Reference NO 1
http://stackoverflow.com/questions/13644980/update-sencha-architect-project-from-sencha-touch-v2-0-x-to-sencha-touch-2-1-x
Reference NO 2
http://stackoverflow.com/questions/tagged/sencha-architect?sort=votes
Reference NO 3
http://www.sencha.com/forum/showthread.php?246508-Architect-Sencha-Cmd
Reference NO 4
http://www.sencha.com/products/sdk-tools
Reference NO 5
http://www.sencha.com/products/sencha-cmd/
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
2.1.x
References
Reference NO 1
http://stackoverflow.com/questions/13644980/update-sencha-architect-project-from-sencha-touch-v2-0-x-to-sencha-touch-2-1-x
Reference NO 2
http://stackoverflow.com/questions/tagged/sencha-architect?sort=votes
Reference NO 3
http://www.sencha.com/forum/showthread.php?246508-Architect-Sencha-Cmd
Reference NO 4
http://www.sencha.com/products/sdk-tools
Reference NO 5
http://www.sencha.com/products/sencha-cmd/
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Get number of frames in a video via AVFoundation
Get number of frames in a video via AVFoundation
References
Reference NO 1
http://stackoverflow.com/questions/13645306/get-number-of-frames-in-a-video-via-avfoundation
Reference NO 2
http://stackoverflow.com/questions/8291727/ios-extracting-video-frames-as-images
Reference NO 3
http://miuminh.blogspot.com/2012/06/get-all-frame-from-movie-with.html
Reference NO 4
http://developer.apple.com/library/ios/qa/qa1702/
Reference NO 5
http://arps-janu1991.blogspot.com/2013/08/get-frame-rate-of-avi-using-avfoundation.html
Reference NO 6
http://www.raywenderlich.com/30200/avfoundation-tutorial-adding-overlays-and-animations-to-videos
Reference NO 7
http://iphonedevsdk.com/forum/iphone-sdk-development/57053-avfoundation-capture-video-frames.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13645306/get-number-of-frames-in-a-video-via-avfoundation
Reference NO 2
http://stackoverflow.com/questions/8291727/ios-extracting-video-frames-as-images
Reference NO 3
http://miuminh.blogspot.com/2012/06/get-all-frame-from-movie-with.html
Reference NO 4
http://developer.apple.com/library/ios/qa/qa1702/
Reference NO 5
http://arps-janu1991.blogspot.com/2013/08/get-frame-rate-of-avi-using-avfoundation.html
Reference NO 6
http://www.raywenderlich.com/30200/avfoundation-tutorial-adding-overlays-and-animations-to-videos
Reference NO 7
http://iphonedevsdk.com/forum/iphone-sdk-development/57053-avfoundation-capture-video-frames.html
Reference NO 8
#EANF#
Ruby counterpart of Lua _ variable name
Ruby counterpart of Lua _ variable name
References
Reference NO 1
http://stackoverflow.com/questions/13645631/ruby-counterpart-of-lua-variable-name
Reference NO 2
http://aromin-janu1991.blogspot.com/2013/08/ruby-counterpart-of-lua-variable-name.html
Reference NO 3
http://c7.se/from-ruby-to-lua/
Reference NO 4
http://redis.io/commands/eval
Reference NO 5
http://lua-users.org/wiki/LocalByDefault
Reference NO 6
http://www.redisgreen.net/blog/2013/03/18/intro-to-lua-for-redis-programmers/
Reference NO 7
http://lua-av.mat.ucsb.edu/tut_lua.html
Reference NO 8
http://www.freebsd.org/doc/en/books/porters-handbook/using-lua.html
References
Reference NO 1
http://stackoverflow.com/questions/13645631/ruby-counterpart-of-lua-variable-name
Reference NO 2
http://aromin-janu1991.blogspot.com/2013/08/ruby-counterpart-of-lua-variable-name.html
Reference NO 3
http://c7.se/from-ruby-to-lua/
Reference NO 4
http://redis.io/commands/eval
Reference NO 5
http://lua-users.org/wiki/LocalByDefault
Reference NO 6
http://www.redisgreen.net/blog/2013/03/18/intro-to-lua-for-redis-programmers/
Reference NO 7
http://lua-av.mat.ucsb.edu/tut_lua.html
Reference NO 8
http://www.freebsd.org/doc/en/books/porters-handbook/using-lua.html
Split string to array
Split string to array
References
Reference NO 1
http://www.dotnetperls.com/split
Reference NO 2
http://msdn.microsoft.com/en-us/library/b873y76a.aspx
Reference NO 3
http://www.w3schools.com/jsref/jsref_split.asp
Reference NO 4
http://php.net/manual/en/function.str-split.php
Reference NO 5
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split
Reference NO 6
http://stackoverflow.com/questions/8739903/split-string-into-array-then-loop-in-c-sharp
Reference NO 7
http://www.autoitscript.com/autoit3/docs/functions/StringSplit.htm
Reference NO 8
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/00001555.html
References
Reference NO 1
http://www.dotnetperls.com/split
Reference NO 2
http://msdn.microsoft.com/en-us/library/b873y76a.aspx
Reference NO 3
http://www.w3schools.com/jsref/jsref_split.asp
Reference NO 4
http://php.net/manual/en/function.str-split.php
Reference NO 5
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split
Reference NO 6
http://stackoverflow.com/questions/8739903/split-string-into-array-then-loop-in-c-sharp
Reference NO 7
http://www.autoitscript.com/autoit3/docs/functions/StringSplit.htm
Reference NO 8
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/00001555.html
Friday, 30 August 2013
Faster/cleaner way to calculate width/Left of textbox depending on how many are displayed
Faster/cleaner way to calculate width/Left of textbox depending on how
many are displayed
References
Reference NO 1
http://stackoverflow.com/questions/13646342/faster-cleaner-way-to-calculate-width-left-of-textbox-depending-on-how-many-are
Reference NO 2
http://office.microsoft.com/en-us/powerpoint-help/my-ten-favorite-powerpoint-tips-HA010289509.aspx
Reference NO 3
http://wordfaqs.mvps.org/revealcodes.htm
Reference NO 4
http://www.impressivewebs.com/textarea-auto-resize/
Reference NO 5
http://sixrevisions.com/css/10-random-css-tricks-you-might-want-to-know-about/
Reference NO 6
http://www.imagemagick.org/Usage/text/
Reference NO 7
http://www.breezetree.com/articles/how-to-flowchart-in-word.htm
Reference NO 8
http://www.stencyl.com/help/view/drawing-text-and-huds/
many are displayed
References
Reference NO 1
http://stackoverflow.com/questions/13646342/faster-cleaner-way-to-calculate-width-left-of-textbox-depending-on-how-many-are
Reference NO 2
http://office.microsoft.com/en-us/powerpoint-help/my-ten-favorite-powerpoint-tips-HA010289509.aspx
Reference NO 3
http://wordfaqs.mvps.org/revealcodes.htm
Reference NO 4
http://www.impressivewebs.com/textarea-auto-resize/
Reference NO 5
http://sixrevisions.com/css/10-random-css-tricks-you-might-want-to-know-about/
Reference NO 6
http://www.imagemagick.org/Usage/text/
Reference NO 7
http://www.breezetree.com/articles/how-to-flowchart-in-word.htm
Reference NO 8
http://www.stencyl.com/help/view/drawing-text-and-huds/
Ant prompt user for a git branch
Ant prompt user for a git branch
References
Reference NO 1
http://stackoverflow.com/questions/13646624/ant-prompt-user-for-a-git-branch
Reference NO 2
http://stackoverflow.com/questions/841009/best-way-to-integrate-git-with-ant
Reference NO 3
http://wiki.eclipse.org/JGit/User_Guide
Reference NO 4
http://superuser.com/questions/338511/how-do-i-disable-password-prompts-when-doing-git-push-pull
Reference NO 5
http://josefbetancourt.wordpress.com/2011/08/25/git-branch-shell-prompt/
Reference NO 6
http://raycoding.net/2012/12/28/how-to-add-git-branch-name-in-linux-prompt-coloured/
Reference NO 7
http://tlrobinson.net/blog/2008/11/ant-tasks-for-git/
Reference NO 8
https://github.com/FrancisVarga/ant-git-macros
References
Reference NO 1
http://stackoverflow.com/questions/13646624/ant-prompt-user-for-a-git-branch
Reference NO 2
http://stackoverflow.com/questions/841009/best-way-to-integrate-git-with-ant
Reference NO 3
http://wiki.eclipse.org/JGit/User_Guide
Reference NO 4
http://superuser.com/questions/338511/how-do-i-disable-password-prompts-when-doing-git-push-pull
Reference NO 5
http://josefbetancourt.wordpress.com/2011/08/25/git-branch-shell-prompt/
Reference NO 6
http://raycoding.net/2012/12/28/how-to-add-git-branch-name-in-linux-prompt-coloured/
Reference NO 7
http://tlrobinson.net/blog/2008/11/ant-tasks-for-git/
Reference NO 8
https://github.com/FrancisVarga/ant-git-macros
What kind of function allow me to find out the colour RGB components of any given pixel?
What kind of function allow me to find out the colour RGB components of
any given pixel?
References
Reference NO 1
http://stackoverflow.com/questions/13646911/what-kind-of-function-allow-me-to-find-out-the-colour-rgb-components-of-any-give
Reference NO 2
http://php.net/manual/en/function.imagecolorat.php
Reference NO 3
http://en.wikipedia.org/wiki/RGB_color_model
Reference NO 4
http://lodev.org/cgtutor/color.html
Reference NO 5
http://www.pygame.org/docs/ref/surface.html
Reference NO 6
http://docs.gimp.org/en/glossary.html
Reference NO 7
http://rsbweb.nih.gov/ij/docs/menus/image.html
Reference NO 8
http://99designs.com/designer-blog/2012/02/21/correct-file-formats-rgb-and-cmyk/
any given pixel?
References
Reference NO 1
http://stackoverflow.com/questions/13646911/what-kind-of-function-allow-me-to-find-out-the-colour-rgb-components-of-any-give
Reference NO 2
http://php.net/manual/en/function.imagecolorat.php
Reference NO 3
http://en.wikipedia.org/wiki/RGB_color_model
Reference NO 4
http://lodev.org/cgtutor/color.html
Reference NO 5
http://www.pygame.org/docs/ref/surface.html
Reference NO 6
http://docs.gimp.org/en/glossary.html
Reference NO 7
http://rsbweb.nih.gov/ij/docs/menus/image.html
Reference NO 8
http://99designs.com/designer-blog/2012/02/21/correct-file-formats-rgb-and-cmyk/
send java script function parameter to ASP.NET MVC helper method
send java script function parameter to ASP.NET MVC helper method
References
Reference NO 1
http://stackoverflow.com/questions/13647192/send-java-script-function-parameter-to-asp-net-mvc-helper-method
Reference NO 2
http://stackoverflow.com/questions/12143592/passing-id-from-javascript-to-controller-in-mvc3
Reference NO 3
http://asp.net.bigresource.com/MVC-Passing-values-from-Model-to-Javascript-JQuery--5oDPQfSMf.html
Reference NO 4
http://krishnarajb.wordpress.com/2009/05/28/pass-json-object-from-javascript-code-to-mvc-controller/
Reference NO 5
http://weblogs.asp.net/scottgu/archive/2011/05/12/asp-net-mvc-3-and-the-helper-syntax-within-razor.aspx
Reference NO 6
http://forumarray.com/c-pass-model-values-as-javascript-function-parameters-from-inside-mvc-html-help-85894
Reference NO 7
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/faq
Reference NO 8
http://blog.dotsmart.net/2011/11/22/once-helper-for-asp-net-mvc/
References
Reference NO 1
http://stackoverflow.com/questions/13647192/send-java-script-function-parameter-to-asp-net-mvc-helper-method
Reference NO 2
http://stackoverflow.com/questions/12143592/passing-id-from-javascript-to-controller-in-mvc3
Reference NO 3
http://asp.net.bigresource.com/MVC-Passing-values-from-Model-to-Javascript-JQuery--5oDPQfSMf.html
Reference NO 4
http://krishnarajb.wordpress.com/2009/05/28/pass-json-object-from-javascript-code-to-mvc-controller/
Reference NO 5
http://weblogs.asp.net/scottgu/archive/2011/05/12/asp-net-mvc-3-and-the-helper-syntax-within-razor.aspx
Reference NO 6
http://forumarray.com/c-pass-model-values-as-javascript-function-parameters-from-inside-mvc-html-help-85894
Reference NO 7
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/faq
Reference NO 8
http://blog.dotsmart.net/2011/11/22/once-helper-for-asp-net-mvc/
Error while creating a simple barcode scanner for android JellyBean OS
Error while creating a simple barcode scanner for android JellyBean OS
References
Reference NO 1
http://stackoverflow.com/questions/13647499/error-while-creating-a-simple-barcode-scanner-for-android-jellybean-os
Reference NO 2
http://stackoverflow.com/questions/13697785/error-in-logcat-while-developing-a-barcode-scanner-for-android
Reference NO 3
http://stackoverflow.com/questions/10094927/using-zxings-barcode-scanner-app-on-android
Reference NO 4
http://stackoverflow.com/questions/16311494/barcode-scanner-how-to-get-a-result-from-one-web-to-another-web
Reference NO 5
http://stackoverflow.com/questions/12886751/jelly-bean-not-calling-onprepareoptionsmenu-when-opening-the-menu-for-the-firs
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13647499/error-while-creating-a-simple-barcode-scanner-for-android-jellybean-os
Reference NO 2
http://stackoverflow.com/questions/13697785/error-in-logcat-while-developing-a-barcode-scanner-for-android
Reference NO 3
http://stackoverflow.com/questions/10094927/using-zxings-barcode-scanner-app-on-android
Reference NO 4
http://stackoverflow.com/questions/16311494/barcode-scanner-how-to-get-a-result-from-one-web-to-another-web
Reference NO 5
http://stackoverflow.com/questions/12886751/jelly-bean-not-calling-onprepareoptionsmenu-when-opening-the-menu-for-the-firs
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Resharper suggestion: check for reference equality instead
Resharper suggestion: check for reference equality instead
References
Reference NO 1
http://stackoverflow.com/questions/13647808/resharper-suggestion-check-for-reference-equality-instead
Reference NO 2
http://stackoverflow.com/questions/104158/what-is-best-practice-for-comparing-two-instances-of-a-reference-type
Reference NO 3
http://arrocho-janu1991.blogspot.com/2013/08/resharper-suggestion-check-for.html
Reference NO 4
http://www.jetbrains.com/resharper/documentation/reviewers_guide.html
Reference NO 5
http://www.jetbrains.com/resharper/webhelp/Reference__Options__Languages__CSharp__Context_Actions.html
Reference NO 6
http://ayende.com/blog/3221/resharper-is-smarter-than-me
Reference NO 7
http://www.componentsource.com/products/resharper/index.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13647808/resharper-suggestion-check-for-reference-equality-instead
Reference NO 2
http://stackoverflow.com/questions/104158/what-is-best-practice-for-comparing-two-instances-of-a-reference-type
Reference NO 3
http://arrocho-janu1991.blogspot.com/2013/08/resharper-suggestion-check-for.html
Reference NO 4
http://www.jetbrains.com/resharper/documentation/reviewers_guide.html
Reference NO 5
http://www.jetbrains.com/resharper/webhelp/Reference__Options__Languages__CSharp__Context_Actions.html
Reference NO 6
http://ayende.com/blog/3221/resharper-is-smarter-than-me
Reference NO 7
http://www.componentsource.com/products/resharper/index.html
Reference NO 8
#EANF#
Reproduce image shape using CSS
Reproduce image shape using CSS
References
Reference NO 1
http://stackoverflow.com/questions/13648131/reproduce-image-shape-using-css
Reference NO 2
http://stackoverflow.com/questions/13425622/reproducing-chromes-inspect-element-feature-using-css
Reference NO 3
http://stackoverflow.com/questions/11535392/how-to-decrease-image-brightness-in-css
Reference NO 4
http://css-tricks.com/better-tabs-with-round-out-borders/
Reference NO 5
http://css-tricks.com/snippets/css/css-triangle/
Reference NO 6
http://net.tutsplus.com/tutorials/html-css-techniques/css-refreshers-borders/
Reference NO 7
http://www.javascriptkit.com/dhtmltutors/cssimage.shtml
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13648131/reproduce-image-shape-using-css
Reference NO 2
http://stackoverflow.com/questions/13425622/reproducing-chromes-inspect-element-feature-using-css
Reference NO 3
http://stackoverflow.com/questions/11535392/how-to-decrease-image-brightness-in-css
Reference NO 4
http://css-tricks.com/better-tabs-with-round-out-borders/
Reference NO 5
http://css-tricks.com/snippets/css/css-triangle/
Reference NO 6
http://net.tutsplus.com/tutorials/html-css-techniques/css-refreshers-borders/
Reference NO 7
http://www.javascriptkit.com/dhtmltutors/cssimage.shtml
Reference NO 8
#EANF#
change the background color in CSS3
change the background color in CSS3
References
Reference NO 1
http://www.w3schools.com/css/css_background.asp
Reference NO 2
http://stackoverflow.com/questions/4411306/css3-transition-of-background-color
Reference NO 3
http://www.css3.info/preview/css3-transitions/
Reference NO 4
http://designshack.net/articles/css/fun-with-pulsing-background-colors-in-css3/
Reference NO 5
http://css-tricks.com/almanac/properties/t/transition/
Reference NO 6
http://forums.realmacsoftware.com/discussion/27980/what-css-code-for-changing-background-color-on-theme
Reference NO 7
http://alistapart.com/article/understanding-css3-transitions
Reference NO 8
http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/
References
Reference NO 1
http://www.w3schools.com/css/css_background.asp
Reference NO 2
http://stackoverflow.com/questions/4411306/css3-transition-of-background-color
Reference NO 3
http://www.css3.info/preview/css3-transitions/
Reference NO 4
http://designshack.net/articles/css/fun-with-pulsing-background-colors-in-css3/
Reference NO 5
http://css-tricks.com/almanac/properties/t/transition/
Reference NO 6
http://forums.realmacsoftware.com/discussion/27980/what-css-code-for-changing-background-color-on-theme
Reference NO 7
http://alistapart.com/article/understanding-css3-transitions
Reference NO 8
http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/
What JAXB bean corresponds to this JSON?
What JAXB bean corresponds to this JSON?
References
Reference NO 1
http://stackoverflow.com/questions/13648734/what-jaxb-bean-corresponds-to-this-json
Reference NO 2
http://docs.oracle.com/javaee/6/tutorial/doc/gkknj.html
Reference NO 3
http://jersey.java.net/documentation/1.0.3/user-guide.html
Reference NO 4
http://cxf.apache.org/docs/jax-rs-data-bindings.html
Reference NO 5
http://engineering.tango.me/post/25683784643
Reference NO 6
http://blog.bdoughan.com/2010/12/jaxb-and-marshalunmarshal-schema.html
Reference NO 7
http://forums.netbeans.org/topic41674.html
Reference NO 8
http://java.dzone.com/articles/moxy-new-default-json-binding
References
Reference NO 1
http://stackoverflow.com/questions/13648734/what-jaxb-bean-corresponds-to-this-json
Reference NO 2
http://docs.oracle.com/javaee/6/tutorial/doc/gkknj.html
Reference NO 3
http://jersey.java.net/documentation/1.0.3/user-guide.html
Reference NO 4
http://cxf.apache.org/docs/jax-rs-data-bindings.html
Reference NO 5
http://engineering.tango.me/post/25683784643
Reference NO 6
http://blog.bdoughan.com/2010/12/jaxb-and-marshalunmarshal-schema.html
Reference NO 7
http://forums.netbeans.org/topic41674.html
Reference NO 8
http://java.dzone.com/articles/moxy-new-default-json-binding
Thursday, 29 August 2013
Gesture.toBitmap give transparent image and View.GONE is not work properly when using the retrieved bitmap as a background in my layout
Gesture.toBitmap give transparent image and View.GONE is not work properly
when using the retrieved bitmap as a background in my layout
References
Reference NO 1
http://stackoverflow.com/questions/13649381/gesture-tobitmap-give-transparent-image-and-view-gone-is-not-work-properly-when
Reference NO 2
http://stackoverflow.com/questions/tagged/alpha-transparency
Reference NO 3
http://www.curious-creature.org/category/android/page/2/
Reference NO 4
http://android.bigresource.com/Android-Bitmap-magnification-getting-slow-fit-image-in-screen--0BpDspE0C.html
Reference NO 5
http://obviam.net/index.php/displaying-graphics-with-android/
Reference NO 6
http://www.portablefreeware.com/index.php?q=pdf&u=0&s=50
Reference NO 7
http://forumarray.com/android-flash-content-breaks-webview-boundings-and-overlaps-native-layout-eleme-510001
Reference NO 8
#EANF#
when using the retrieved bitmap as a background in my layout
References
Reference NO 1
http://stackoverflow.com/questions/13649381/gesture-tobitmap-give-transparent-image-and-view-gone-is-not-work-properly-when
Reference NO 2
http://stackoverflow.com/questions/tagged/alpha-transparency
Reference NO 3
http://www.curious-creature.org/category/android/page/2/
Reference NO 4
http://android.bigresource.com/Android-Bitmap-magnification-getting-slow-fit-image-in-screen--0BpDspE0C.html
Reference NO 5
http://obviam.net/index.php/displaying-graphics-with-android/
Reference NO 6
http://www.portablefreeware.com/index.php?q=pdf&u=0&s=50
Reference NO 7
http://forumarray.com/android-flash-content-breaks-webview-boundings-and-overlaps-native-layout-eleme-510001
Reference NO 8
#EANF#
Magento cache wrong read permissions?
Magento cache wrong read permissions?
References
Reference NO 1
http://stackoverflow.com/questions/13649679/magento-cache-wrong-read-permissions
Reference NO 2
http://stackoverflow.com/questions/12797918/magento-1-7-0-2-clear-cache
Reference NO 3
http://www.magentocommerce.com/boards/viewthread/21249/
Reference NO 4
https://support.sweettoothrewards.com/entries/21910363-Magento-connect-error-solutions
Reference NO 5
http://codepoets.co.uk/2011/magento-not-finding-product-images-solution/
Reference NO 6
http://mehtagaurav.blogspot.com/2011/06/could-not-determine-temo-directory.html
Reference NO 7
http://www.nbs-system.co.uk/blog-2/magento-optimization-howto-en.html
Reference NO 8
http://www.expertmagentodevelopers.com/blog/how-to-upgrade-from-magento-1-5-1-to-magento-1-6-0/
References
Reference NO 1
http://stackoverflow.com/questions/13649679/magento-cache-wrong-read-permissions
Reference NO 2
http://stackoverflow.com/questions/12797918/magento-1-7-0-2-clear-cache
Reference NO 3
http://www.magentocommerce.com/boards/viewthread/21249/
Reference NO 4
https://support.sweettoothrewards.com/entries/21910363-Magento-connect-error-solutions
Reference NO 5
http://codepoets.co.uk/2011/magento-not-finding-product-images-solution/
Reference NO 6
http://mehtagaurav.blogspot.com/2011/06/could-not-determine-temo-directory.html
Reference NO 7
http://www.nbs-system.co.uk/blog-2/magento-optimization-howto-en.html
Reference NO 8
http://www.expertmagentodevelopers.com/blog/how-to-upgrade-from-magento-1-5-1-to-magento-1-6-0/
Subscribe to:
Posts (Atom)