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
Subscribe to:
Posts (Atom)