Friday, 6 September 2013

Using ƒ??letƒ? in javascript

Using ƒ??letƒ? in javascript

References

Reference NO 1

http://www.ams.org/bull/1973-79-01/S0002-9904-1973-13143-X/S0002-9904-1973-13143-X.pdf

Reference NO 2

http://www.eujournal.org/index.php/esj/article/download/1106/1144

Reference NO 3

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.50.9541&rep=rep1&type=ps

Reference NO 4

http://www.lix.polytechnique.fr/~ollivier/PRODUCTION_SCIENT/publications/ecc95.pdf

Reference NO 5

http://www.senaydinmermer.com/index.php?option=com_content&view=article&id=46&Itemid=54

Reference NO 6

http://celentano-dharaharsh.blogspot.com/2013/08/python-captcha-decoder-library.html

Reference NO 7

http://www.ii.uib.no/publikasjoner/texrap/pdf/2003-250.pdf

Reference NO 8

http://docserver.carma.newcastle.edu.au/113/2/95_048-Wang.pdf

Python performance slows with increasing memory usage

Python performance slows with increasing memory usage

References

Reference NO 1

http://stackoverflow.com/questions/17327463/python-increased-memory-usage-when-using-a-wrapper-function

Reference NO 2

http://blog.monitis.com/index.php/2012/02/13/python-performance-tips-part-1/

Reference NO 3

http://wiki.python.org/moin/PythonSpeed

Reference NO 4

http://mail.python.org/pipermail//portland/2011-August/001135.html

Reference NO 5

http://comments.gmane.org/gmane.comp.python.org.portland/541

Reference NO 6

http://apenwarr.ca/diary/2011-10-pycodeconf-apenwarr.pdf

Reference NO 7

http://effbot.org/pyfaq/why-doesnt-python-release-the-memory-when-i-delete-a-large-object.htm

Reference NO 8

http://wiki.scipy.org/PerformanceTips

To what extent does the Itanium ABI really specify padding and alignment?

To what extent does the Itanium ABI really specify padding and alignment?

References

Reference NO 1

http://stackoverflow.com/questions/13582153/to-what-extent-does-the-itanium-abi-really-specify-padding-and-alignment

Reference NO 2

http://stackoverflow.com/questions/16189106/what-happens-to-empty-classes-in-the-amd64-abi

Reference NO 3

http://refspecs.linux-foundation.org/cxxabi-1.83.html

Reference NO 4

http://www.uclibc.org/docs/psABI-ia64.pdf

Reference NO 5

http://www.cs.utah.edu/flux/papers/zl-gpce10.pdf

Reference NO 6

http://www.agner.org/optimize/calling_conventions.pdf

Reference NO 7

https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/64bitPorting/MakingCode64-BitClean/MakingCode64-BitClean.html

Reference NO 8

http://www.systemcall.org/blog/2011/03/

DBUnit cannot import data into HSQLDB

DBUnit cannot import data into HSQLDB

References

Reference NO 1

http://stackoverflow.com/questions/13582454/dbunit-cannot-import-data-into-hsqldb

Reference NO 2

http://stackoverflow.com/questions/5810219/exporting-an-hsqldb-to-xml-using-dbunit-results-in-null-pointer-errors

Reference NO 3

http://dbunit.996259.n3.nabble.com/importing-data-NoSuchTableException-td1220.html

Reference NO 4

http://dbunit.sourceforge.net/howto.html

Reference NO 5

http://bright-bits.blogspot.com/2012/07/filtering-tables-and-columns-from.html

Reference NO 6

http://danhaywood.com/2011/12/20/db-unit-testing-with-dbunit-json-hsqldb-and-junit-rules/

Reference NO 7

http://vikashazrati.wordpress.com/2007/07/29/dbunit-hsqldb-data-type-16-%E2%80%98boolean%E2%80%99-not-recognized-and-will-be-ignored-see-faq-for-more-information/

Reference NO 8

#EANF#

Excel file created by OpenXML cannot be opened

Excel file created by OpenXML cannot be opened

References

Reference NO 1

http://answers.microsoft.com/en-us/office/forum/office_2007-excel/cannot-open-xml-file-using-office-excel-2007/7af0e065-fc23-445c-93ae-acb9be7112a4

Reference NO 2

http://stackoverflow.com/questions/13582739/excel-file-created-by-openxml-cannot-be-opened

Reference NO 3

http://forums.asp.net/t/next/1860267

Reference NO 4

http://openxmldeveloper.org/discussions/development_tools/f/35/p/2805/160900.aspx

Reference NO 5

http://www.tech-archive.net/Archive/Word/microsoft.public.word.application.errors/2008-08/msg00038.html

Reference NO 6

http://superuser.com/questions/206635/excel-2010-the-file-is-corrupt-and-cannot-be-opened-is-there-an-error-log

Reference NO 7

http://www.codeproject.com/Questions/599879/DownloadplusExcelplusfilepluswhichplusispluscreate

Reference NO 8

http://closedxml.codeplex.com/discussions/403797

for loop

for loop

References

Reference NO 1

http://en.wikipedia.org/wiki/For_loop

Reference NO 2

http://www.w3schools.com/js/js_loop_for.asp

Reference NO 3

http://processing.org/reference/for.html

Reference NO 4

http://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html

Reference NO 5

http://php.net/manual/en/control-structures.for.php

Reference NO 6

http://www.cyberciti.biz/faq/bash-for-loop/

Reference NO 7

http://www.tutorialspoint.com/java/java_loop_control.htm

Reference NO 8

http://arduino.cc/en/Tutorial/ForLoop

Jaxb2Marshaller's classesToBeBound property

Jaxb2Marshaller's classesToBeBound property

References

Reference NO 1

http://stackoverflow.com/questions/13583399/jaxb2marshallers-classestobebound-property

Reference NO 2

http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/oxm/jaxb/Jaxb2Marshaller.html

Reference NO 3

http://forum.springsource.org/showthread.php?122545-Specify-a-package-instead-of-%93classesToBeBound%94-for-spring-Jaxb2Marshaller

Reference NO 4

http://static.springsource.org/spring-ws/site/reference/html/oxm.html

Reference NO 5

http://dharrigan.com/2012/01/03/automatically-adding-jaxb2-classes-to-spring/

Reference NO 6

http://www.java2s.com/Questions_And_Answers/Spring/XML/Jaxb2Marshaller.htm

Reference NO 7

http://www.coderanch.com/t/593188/XML/XML-view-browser-JAXB-marshallers

Reference NO 8

#EANF#

Low performance of pl/pgsql function

Low performance of pl/pgsql function

References

Reference NO 1

http://stackoverflow.com/questions/13583700/low-performance-of-pl-pgsql-function

Reference NO 2

http://blog.guillaume.lelarge.info/index.php/post/2012/03/31/Profiling-PL/pgsql-functions

Reference NO 3

http://www.postgresql.org/message-id/4B3CE73F.4050807@postnewspapers.com.au

Reference NO 4

http://postgresql.1045698.n5.nabble.com/SQL-functions-vs-PL-PgSQL-functions-td3210091.html

Reference NO 5

http://grokbase.com/t/postgresql/pgsql-general/09czb5x7h3/query-very-slow-when-in-plpgsql-function

Reference NO 6

http://bytes.com/topic/postgresql/answers/400354-slow-queries-pl-pgsql-function

Reference NO 7

http://blog.endpoint.com/2008/12/why-is-my-function-slow.html

Reference NO 8

http://postgres.cz/wiki/PL/pgSQL_(en)

Cannot unlock JIRA on Windows 7

Cannot unlock JIRA on Windows 7

References

Reference NO 1

https://answers.atlassian.com/questions/110052/cannot-unlock-jira-on-windows-7-file-used-by-process-already

Reference NO 2

https://confluence.atlassian.com/display/JIRAKB/JIRA+is+Locked

Reference NO 3

http://stackoverflow.com/questions/13584042/cannot-unlock-jira-on-windows-7-file-used-by-process-already

Reference NO 4

http://stackoverflow.com/questions/14050889/jira-tempo-date-is-closed-to-registration

Reference NO 5

http://stackoverflow.com/questions/15129581/generate-obr-file-for-my-jira-plugin

Reference NO 6

http://stackoverflow.com/questions/10447203/jira-startup-failed-with-unloaded-plugins

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Thursday, 5 September 2013

How could I improve my android app? Lot of lag drawing to an imageview

How could I improve my android app? Lot of lag drawing to an imageview

References

Reference NO 1

http://stackoverflow.com/questions/13584336/how-could-i-improve-my-android-app-lot-of-lag-drawing-to-an-imageview

Reference NO 2

http://stackoverflow.com/questions/17606140/how-to-get-when-an-imageview-is-completely-loaded-in-android

Reference NO 3

http://stackoverflow.com/questions/13679189/how-to-add-a-marker-pin-on-an-imageview-android

Reference NO 4

http://stackoverflow.com/questions/9455819/android-widget-getting-imageview-size-for-bitmap-creation

Reference NO 5

http://www.curious-creature.org/2012/12/01/android-performance-case-study/

Reference NO 6

https://play.google.com/store/apps/details?id=org.nattou.www.layerpaint&hl=en

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to upload file using C# to server that uses SWFUpload?

How to upload file using C# to server that uses SWFUpload?

References

Reference NO 1

http://stackoverflow.com/questions/13585006/how-to-upload-file-using-c-sharp-to-server-that-uses-swfupload

Reference NO 2

http://stackoverflow.com/questions/3562152/swfupload-asp-net-return-new-filename-of-uploaded-files

Reference NO 3

http://forums.asp.net/t/next/1601433

Reference NO 4

http://asp.net.bigresource.com/multiple-upload-with-progressbar-using-swfupload-control--d8ZS36F12.html

Reference NO 5

http://asp.net.bigresource.com/SWFUpload-multiple-files-server-side-handling--r50EMHaL8.html

Reference NO 6

http://go4answers.webhost4life.com/Example/multiple-upload-progressbar-swfupload-102572.aspx

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Understanding the gateway pattern with a static constructor

Understanding the gateway pattern with a static constructor

References

Reference NO 1

http://stackoverflow.com/questions/13585302/understanding-the-gateway-pattern-with-a-static-constructor

Reference NO 2

http://stackoverflow.com/questions/4509450/understanding-static-in-c-sharp

Reference NO 3

http://ralphschindler.com/2012/03/09/php-constructor-best-practices-and-the-prototype-pattern

Reference NO 4

http://dotnet.dzone.com/news/c-singleton-pattern-vs-static-

Reference NO 5

https://github.com/Fody/Fody/issues/53

Reference NO 6

http://docs.structuremap.net/ConstructorAndSetterInjection.htm

Reference NO 7

http://static.springsource.org/spring-integration/docs/2.0.0.RELEASE/reference/htmlsingle/

Reference NO 8

#EANF#

Unable to display image using javascript

Unable to display image using javascript

References

Reference NO 1

http://stackoverflow.com/questions/13585598/unable-to-display-image-using-javascript

Reference NO 2

http://developer.appcelerator.com/question/118052/unable-to-load-local-images-via-javascript-in-a-webview

Reference NO 3

http://wordpress.org/support/topic/unable-to-display-images

Reference NO 4

http://help.aol.com/article/unable-to-view-images-on-the-internet/183872

Reference NO 5

http://forums.macrumors.com/showthread.php?t=1426800

Reference NO 6

http://forums.arcgis.com/threads/85942-Unable-to-show-Mulipoint-greater-than-40-using-arcgis-javascript-API-3.5.

Reference NO 7

http://www.sencha.com/forum/showthread.php?262833-unable-to-show-images-in-ItemSelector.

Reference NO 8

http://www.dreamincode.net/forums/topic/258713-task-unable-to-assign-specific-images-to-questions-in-my-array/

How to use XML schema in Word 2010 docs for web application

How to use XML schema in Word 2010 docs for web application

References

Reference NO 1

http://stackoverflow.com/questions/13585871/how-to-use-xml-schema-in-word-2010-docs-for-web-application

Reference NO 2

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

Reference NO 3

http://developer.marklogic.com/blog/smallchanges/2008-01-08

Reference NO 4

http://www.codeproject.com/Articles/20287/Generating-Word-Reports-Documents

Reference NO 5

http://blogs.msdn.com/b/modonovan/archive/2006/05/23/604704.aspx

Reference NO 6

http://en.wikipedia.org/wiki/List_of_software_that_supports_Office_Open_XML

Reference NO 7

http://www.developerfusion.com/article/84390/programming-office-documents-with-open-xml/

Reference NO 8

http://blogs.infosupport.com/using-xml-xsd-and-xslt-identity-transform-to-template-and-generate-word-documents-part-2/

SSIS Package

SSIS Package

References

Reference NO 1

http://technet.microsoft.com/en-us/library/ms141134.aspx

Reference NO 2

http://stackoverflow.com/questions/454802/what-is-the-ssis-package-and-what-does-it-do

Reference NO 3

http://en.wikipedia.org/wiki/SQL_Server_Integration_Services

Reference NO 4

http://www.codeproject.com/Articles/218914/Steps-to-Create-your-First-SSIS-Package

Reference NO 5

http://www.infosys.com/microsoft/resource-center/Documents/SSIS-package-configurations.pdf

Reference NO 6

http://www.katieandemil.com/ssis-package-what-is-it-how-to-create-and-use-it

Reference NO 7

http://linchpinpeople.com/2012/11/creating-ssis-packages-with-the-sql-server-import-and-export-wizard/

Reference NO 8

#EANF#

How to make an UICollectionView with infinite paging?

How to make an UICollectionView with infinite paging?

References

Reference NO 1

http://stackoverflow.com/questions/13586452/how-to-make-an-uicollectionview-with-infinite-paging

Reference NO 2

http://stackoverflow.com/questions/15122743/how-to-implement-infinite-horizontal-and-vertical-scrolling-in-the-uicollectionv

Reference NO 3

http://adoptioncurve.net/archives/2013/07/building-a-circular-gallery-with-a-uicollectionview

Reference NO 4

http://maniacdev.com/2013/08/tutorial-how-to-create-an-infinite-scrolling-uicollectionview

Reference NO 5

http://maniacdev.com/2013/04/tutorial-how-to-make-a-scrolling-photo-gallery-with-uicollectionview

Reference NO 6

http://maniacdev.com/2013/08/tutorial-how-to-create-an-infinite-scrolling-uicollectionview

Reference NO 7

http://forums.bignerdranch.com/viewtopic.php?f=4&t=5416

Reference NO 8

http://t9081.codeinpro.us/q/51501f91e8432c0426191114

Why a string is not nulled terminated when passing in a function?

Why a string is not nulled terminated when passing in a function?

References

Reference NO 1

http://stackoverflow.com/questions/13586751/why-a-string-is-not-nulled-terminated-when-passing-in-a-function

Reference NO 2

http://stackoverflow.com/questions/2911089/null-terminating-a-string

Reference NO 3

http://stackoverflow.com/questions/14690635/buffer-null-termination

Reference NO 4

http://stackoverflow.com/questions/3181018/not-null-terminated-string-a-klocwork-error-with-no-understandable-reason

Reference NO 5

http://stackoverflow.com/questions/8325145/what-happens-when-you-give-a-null-string-to-a-c-standard-function

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Wednesday, 4 September 2013

android: InterstitialAd : StartUp must implement the inherited abstract method

android: InterstitialAd : StartUp must implement the inherited abstract
method

References

Reference NO 1

http://stackoverflow.com/questions/13587061/android-interstitialad-startup-must-implement-the-inherited-abstract-method

Reference NO 2

http://stackoverflow.com/questions/14076223/android-why-do-my-adfonic-interstitials-appear-for-only-a-second-then-dissapear

Reference NO 3

http://stackoverflow.com/questions/18598335

Reference NO 4

http://stackoverflow.com/questions/18469846/admobs-dfpinterstitialad-significantly-increases-ram-usage

Reference NO 5

http://stackoverflow.com/questions/tagged/interstitial

Reference NO 6

http://tech.flurry.com/category/uncategorized/

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Is [AWorrkbookName] new or old syntax for VBA?

Is [AWorrkbookName] new or old syntax for VBA?

References

Reference NO 1

http://stackoverflow.com/questions/13587387/is-aworrkbookname-new-or-old-syntax-for-vba

Reference NO 2

http://www.rqna.net/qna/ykkin-creating-a-workspace-session-using-sas-iom-vba.html

Reference NO 3

#EANF#

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

DLL more stable/better alternative than Web Service?

DLL more stable/better alternative than Web Service?

References

Reference NO 1

http://www.servicestack.net/mythz_blog/

Reference NO 2

http://www.mono-project.com/FAQ:_ASP.NET

Reference NO 3

http://en.wikipedia.org/wiki/ASP.NET

Reference NO 4

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

Reference NO 5

http://stackoverflow.com/questions/1039451/alternative-to-office-interop-for-document-generation

Reference NO 6

http://codeontime.com/CodeOnTime_IronSpeed

Reference NO 7

http://coding.smashingmagazine.com/2012/07/02/dive-net-web-development/

Reference NO 8

http://dotnetzip.codeplex.com/

Test lots of variable once

Test lots of variable once

References

Reference NO 1

http://www.lucidview.com/many_variables.htm

Reference NO 2

http://docs.puppetlabs.com/learning/variables.html

Reference NO 3

http://www.arduino.cc/en/Reference/VariableDeclaration

Reference NO 4

http://stackoverflow.com/questions/694102/declaring-multiple-variables-in-javascript

Reference NO 5

http://stackoverflow.com/questions/16988596/how-to-initialize-a-local-variable-in-java-only-once

Reference NO 6

http://www.autoitscript.com/autoit3/docs/intro/lang_variables.htm

Reference NO 7

http://stats.stackexchange.com/questions/21265/choosing-variables-to-include-in-a-multiple-linear-regression-model

Reference NO 8

http://www.pearsonhighered.com/assets/hip/us/hip_us_pearsonhighered/samplechapter/0205863728.pdf

addEventListnener(click) fires on page load

addEventListnener(click) fires on page load

References

Reference NO 1

http://stackoverflow.com/questions/13588336/addeventlistnenerclick-fires-on-page-load

Reference NO 2

http://stackoverflow.com/questions/18012792/addeventlistener-type-click-actually-acte-like-a-load

Reference NO 3

http://stackoverflow.com/questions/13756489/why-beforepaste-event-is-not-fired-in-webkit

Reference NO 4

http://stackoverflow.com/questions/13366453/keydown-event-no-longer-triggered-after-click

Reference NO 5

http://stackoverflow.com/questions/11042295/open-images-in-a-new-page-and-print-when-clicked

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Android / ls: /system/bin/sh: ls: not found [closed]

Android / ls: /system/bin/sh: ls: not found [closed]

References

Reference NO 1

http://forum.xda-developers.com/showthread.php?p=32184756

Reference NO 2

http://stackoverflow.com/questions/12056625/shell-script-in-android-gives-not-found

Reference NO 3

https://github.com/jackpal/Android-Terminal-Emulator/wiki/Android-Shell-Command-Reference

Reference NO 4

http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App

Reference NO 5

http://androidforums.com/international-gsm-galaxy-nexus-all-things-root/532226-advice-file-permissions-root.html

Reference NO 6

http://git-annex.branchable.com/Android/oldcomments/

Reference NO 7

http://blog.clutchmobile.com/2013/01/08/android-reverse-shell/

Reference NO 8

http://code.google.com/p/android/issues/detail?id=40023

Project referencing error

Project referencing error

References

Reference NO 1

http://stackoverflow.com/questions/13588970/project-referencing-error

Reference NO 2

http://stackoverflow.com/questions/7093908/cannot-add-reference-to-project-because-of-a-circular-dependency-error

Reference NO 3

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

Reference NO 4

http://msdn.microsoft.com/en-us/library/ez524kew(v=vs.90).aspx

Reference NO 5

http://msdn.microsoft.com/en-us/library/bb386242(v=vs.100).aspx

Reference NO 6

http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/ab19480_.htm

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to configure VSTO application on a client

How to configure VSTO application on a client

References

Reference NO 1

http://stackoverflow.com/questions/13589308/how-to-configure-vsto-application-on-a-client

Reference NO 2

http://blogs.msdn.com/b/vsto/archive/2010/01/21/vsto-2010-runtime-components-explained-aaron-cathcart.aspx

Reference NO 3

http://social.msdn.microsoft.com/Forums/vstudio/en-US/9ed38e21-e069-4017-9986-6fcdd4d66e3f/action?threadDisplayName=executing-an-excel-vsto-workbook-to-run-on-a-client-from-a-network-share

Reference NO 4

http://msdn.microsoft.com/en-us/magazine/cc163292.aspx

Reference NO 5

http://msdn.microsoft.com/en-us/library/cc626294(v=office.12).aspx

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

how to check a password's Content and length using an array Functions

how to check a password's Content and length using an array Functions

References

Reference NO 1

http://stackoverflow.com/questions/6374476/getting-the-size-of-an-array

Reference NO 2

http://www.the-art-of-web.com/javascript/validate/

Reference NO 3

http://php.net/manual/en/function.file-get-contents.php

Reference NO 4

http://laravel.com/docs/validation

Reference NO 5

http://net.tutsplus.com/tutorials/php/9-useful-php-functions-and-features-you-need-to-know/

Reference NO 6

http://www.w3schools.com/jsref/jsref_length_array.asp

Reference NO 7

http://rubylearning.com/satishtalim/ruby_arrays.html

Reference NO 8

http://www.contactuspro.com/Arrays.html

Not getting return value from curl php [duplicate]

Not getting return value from curl php [duplicate]

References

Reference NO 1

http://stackoverflow.com/questions/13632744/not-getting-return-value-from-curl-php

Reference NO 2

http://php.net/manual/en/book.curl.php

Reference NO 3

http://php.net/manual/en/ref.curl.php

Reference NO 4

http://php.net/manual/fr/function.curl-setopt.php

Reference NO 5

http://coderscult.com/how-to-post-data-with-curl-in-php/

Reference NO 6

http://nadeausoftware.com/articles/2007/06/php_tip_how_get_web_page_using_curl

Reference NO 7

http://davidwalsh.name/curl-download

Reference NO 8

http://www.askapache.com/php/sending-post-form-data-php-curl.html

Tuesday, 3 September 2013

Efficiently Passing Custom Object Data between Android Activities [Mono Android]

Efficiently Passing Custom Object Data between Android Activities [Mono
Android]

References

Reference NO 1

http://stackoverflow.com/questions/13633092/efficiently-passing-custom-object-data-between-android-activities-mono-android

Reference NO 2

http://stackoverflow.com/questions/5621132/passing-custom-objects-between-activities

Reference NO 3

http://stackoverflow.com/questions/1441871/passing-data-of-a-non-primitive-type-between-activities-in-android

Reference NO 4

http://stackoverflow.com/questions/18341360/android-mono-list-view

Reference NO 5

http://stackoverflow.com/questions/7675891/android-serialization-object-passing-and-returning

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

coco2d game update

coco2d game update

References

Reference NO 1

http://cocos2d-x.org/boards/6/topics/7305

Reference NO 2

http://www.cocos2d-iphone.org/forums/topic/game-update-loop/

Reference NO 3

http://www.learn-cocos2d.com/2011/05/update-cocos2d-iphone-existing-project/

Reference NO 4

http://www.raywenderlich.com/25736/how-to-make-a-simple-iphone-game-with-cocos2d-2-x-tutorial

Reference NO 5

http://stackoverflow.com/questions/5659172/how-to-update-cocos2d-version-in-a-game

Reference NO 6

http://stackoverflow.com/questions/10680562/cocos2d-help-how-to-update-cocos2d-from-1-0-1-to-2-0-rc1-properly

Reference NO 7

http://www.koboldtouch.com/display/IDCAR/Scheduling+Updates+and+Selectors

Reference NO 8

http://iphonegamekit.com/ios-7-cocos2d-21-update/

html 5 history restores some changes and not others?

html 5 history restores some changes and not others?

References

Reference NO 1

http://stackoverflow.com/questions/13633691/html-5-history-restores-some-changes-and-not-others

Reference NO 2

http://msdn.microsoft.com/en-us/hh771459.aspx

Reference NO 3

http://html5doctor.com/history-api/

Reference NO 4

http://diveintohtml5.info/history.html

Reference NO 5

https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Manipulating_the_browser_history

Reference NO 6

http://webdesign.about.com/od/historyapi/a/what-is-history-api.htm

Reference NO 7

http://coding.smashingmagazine.com/2010/09/23/html5-the-facts-and-the-myths/

Reference NO 8

https://www.inkling.com/read/javascript-definitive-guide-david-flanagan-6th/chapter-22/history-management

Is This Proper Use of GOTO in C#

Is This Proper Use of GOTO in C#

References

Reference NO 1

http://stackoverflow.com/questions/6545720/does-anyone-still-use-goto-in-c-sharp-and-if-so-why

Reference NO 2

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

Reference NO 3

http://weblogs.asp.net/stevewellens/archive/2009/06/01/why-goto-still-exists-in-c.aspx

Reference NO 4

http://www.dotnetperls.com/goto

Reference NO 5

http://www.codethinked.com/ten-c-keywords-that-you-shouldne28099t-be-using

Reference NO 6

http://tirania.org/blog/archive/2013/Aug-15.html

Reference NO 7

http://go4answers.webhost4life.com/Example/multiple-goto-functions-61468.aspx

Reference NO 8

http://c2.com/cgi/wiki?GotoConsideredHarmful

configuring IIS to cache based on content-type?

configuring IIS to cache based on content-type?

References

Reference NO 1

http://stackoverflow.com/questions/13634280/configuring-iis-to-cache-based-on-content-type

Reference NO 2

http://www.iis.net/learn/manage/managing-performance-settings/configure-iis-7-output-caching

Reference NO 3

http://blogs.iis.net/bills/archive/2007/05/02/iis7-output-caching-for-dynamic-content-dramatically-speed-up-your-asp-and-php-applications.aspx

Reference NO 4

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

Reference NO 5

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

Reference NO 6

http://forum.jquery.com/topic/iis-hosted-web-config-cache-manifest-correct-mime-type

Reference NO 7

http://madskristensen.net/post/Performance-tuning-tricks-for-ASPNET-and-IIS-7-part-1.aspx

Reference NO 8

#EANF#

How To Display Breadcrumbs from Right to Left using JS?

How To Display Breadcrumbs from Right to Left using JS?

References

Reference NO 1

http://stackoverflow.com/questions/13634588/how-to-display-breadcrumbs-from-right-to-left-using-js

Reference NO 2

http://stackoverflow.com/questions/3834353/trimming-a-breadcrumb

Reference NO 3

http://css-tricks.com/triangle-breadcrumbs/

Reference NO 4

http://drupal.stackexchange.com/questions/83129/generate-breadcrumbs-for-tabbed-content

Reference NO 5

http://jsfiddle.net/nicooprat/WMMyu/

Reference NO 6

http://www.celtnet.org.uk/info/breadcrumb_script.html

Reference NO 7

http://www.codeproject.com/Questions/579871/Howplustopluschangeplusbreadcrumbplusarrowpluscssp

Reference NO 8

https://techinterviewpuzzles.appspot.com/articles/CSS/6-graceful-css-breadcrumb-Navigation-designs

MySQL Substring and Mid Parsing Bug

MySQL Substring and Mid Parsing Bug

References

Reference NO 1

http://stackoverflow.com/questions/13635173/mysql-substring-and-mid-parsing-bug

Reference NO 2

http://arriola-janu1991.blogspot.com/2013/08/mysql-substring-and-mid-parsing-bug.html

Reference NO 3

http://dev.mysql.com/doc/refman/5.1/en/string-functions.html

Reference NO 4

http://bugs.mysql.com/bug.php?id=69836

Reference NO 5

http://www.tutorialspoint.com/mysql/mysql-string-functions.htm

Reference NO 6

http://blog.mclaughlinsoftware.com/2009/02/27/excel-string-parsing/

Reference NO 7

http://p2p.wrox.com/sql-server-2000/55581-parsing-string-using-charindex-substring.html

Reference NO 8

http://www.oldversion.com/windows/mysql-community-server-5-0-77

Protecting specific folder of static resources through my nginx.conf

Protecting specific folder of static resources through my nginx.conf

References

Reference NO 1

http://stackoverflow.com/questions/13635486/protecting-specific-folder-of-static-resources-through-my-nginx-conf

Reference NO 2

http://superuser.com/questions/359379/nginx-serve-static-files-out-of-a-given-directory-one-level-too-deep

Reference NO 3

https://library.linode.com/web-servers/nginx/configuration/basic

Reference NO 4

https://bbs.archlinux.org/viewtopic.php?id=101750

Reference NO 5

http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html

Reference NO 6

http://kbeezie.com/apache-to-nginx/

Reference NO 7

http://wiki.dreamhost.com/Nginx

Reference NO 8

http://www.sitepoint.com/lightning-fast-wordpress-with-php-fpm-and-nginx/

Monday, 2 September 2013

How to make a type available in all namespaces?

How to make a type available in all namespaces?

References

Reference NO 1

http://stackoverflow.com/questions/13635829/how-to-make-a-type-available-in-all-namespaces

Reference NO 2

http://stackoverflow.com/questions/4905856/how-to-get-all-namespaces-inside-a-namespace-recursively

Reference NO 3

http://www.glenmccl.com/ns_comp.htm

Reference NO 4

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

Reference NO 5

http://www.vkinfotek.com/namespace.html

Reference NO 6

http://www.codeproject.com/Articles/844/A-Preview-of-C-Chapter-7-Namespaces-and-the-Base-C

Reference NO 7

http://www.mediawiki.org/wiki/Namespace_manager

Reference NO 8

#EANF#

Php Exec timeout

Php Exec timeout

References

Reference NO 1

http://php.net/manual/en/function.set-time-limit.php

Reference NO 2

http://stackoverflow.com/questions/13636194/php-exec-timeout

Reference NO 3

http://stackoverflow.com/questions/3407939/shell-exec-timeout-management-exec

Reference NO 4

http://forums.cpanel.net/f5/php-execed-script-timeout-problem-53029.html

Reference NO 5

http://blog.dubbelboer.com/2012/08/24/execute-with-timeout.html

Reference NO 6

http://forums.devnetwork.net/viewtopic.php?f=1&t=103079

Reference NO 7

http://forums.codewalkers.com/php-coding-7/php-exec-timeout-715947.html

Reference NO 8

http://www.sitepoint.com/forums/showthread.php?869904-exec()-with-timeout-but-also-with-output

Use REGEX for a string [closed]

Use REGEX for a string [closed]

References

Reference NO 1

http://www.regular-expressions.info/reference.html

Reference NO 2

http://www.regular-expressions.info/java.html

Reference NO 3

http://en.wikipedia.org/wiki/Regular_expression

Reference NO 4

http://stackoverflow.com/questions/16473068/split-string-using-regex-in-java

Reference NO 5

http://stackoverflow.com/questions/17053952/extracting-substring-from-a-given-string-using-regex

Reference NO 6

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

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Getting error while subtracting two dates(inconsistent datatypes: expected char got date)

Getting error while subtracting two dates(inconsistent datatypes: expected
char got date)

References

Reference NO 1

http://stackoverflow.com/questions/13640064/getting-error-while-subtracting-two-datesinconsistent-datatypes-expected-char

Reference NO 2

http://stackoverflow.com/questions/18105664/expected-char-got-number

Reference NO 3

http://stackoverflow.com/questions/13512083/getting-error-that-errorsql-problems-inconsistent-datatypes-expected-number-g

Reference NO 4

http://stackoverflow.com/questions/17076495/inconsistent-datatypes-when-comparing-two-varrays-in-where-clause

Reference NO 5

http://stackoverflow.com/questions/13528869/how-to-calculate-date-after-14-days

Reference NO 6

http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:67082879150052

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to configure Oracle and WebSphere AS 7 interaction via SSL?

How to configure Oracle and WebSphere AS 7 interaction via SSL?

References

Reference NO 1

http://stackoverflow.com/questions/13640366/how-to-configure-oracle-and-websphere-as-7-interaction-via-ssl

Reference NO 2

http://docs.oracle.com/cd/E24382_01/user.1112/e17455/deploying_apps.htm

Reference NO 3

http://docs.oracle.com/cd/E10530_01/doc/epm.931/hyp_ssl.pdf

Reference NO 4

http://pic.dhe.ibm.com/infocenter/cx/v10r1m0/topic/com.ibm.swg.ba.cognos.ug_cra.10.1.1.doc/c_configuringsecurityforportalservices.html

Reference NO 5

http://sharepoint.cabq.gov/dfas/isd/support/cognos2/Documents/Cognos%2010%20Manuals/Cognos%2010%20Manuals%20in%20HTML/documentation/en/ug_cra_id33742configuringsecurityforportalservices.html

Reference NO 6

http://support.novell.com/techcenter/articles/ana20001104.html

Reference NO 7

#EANF#

Reference NO 8

#EANF#

YuvImage to Drawable

YuvImage to Drawable

References

Reference NO 1

http://stackoverflow.com/questions/13640683/yuvimage-to-drawable

Reference NO 2

http://developer.android.com/reference/android/graphics/YuvImage.html

Reference NO 3

http://www.java2s.com/Open-Source/Android/android-core/platform-cts/android/graphics/cts/YuvImageTest.java.htm

Reference NO 4

http://code.google.com/p/android/issues/detail?id=12492

Reference NO 5

https://android.googlesource.com/platform/packages/apps/Camera/+/master/src/com/android/camera/PanoramaModule.java

Reference NO 6

http://help.accusoft.com/BarcodeXpressAndroid/v8/HTML/howto.html

Reference NO 7

http://androidstudies.wordpress.com/2013/05/26/camera-api-in-android/

Reference NO 8

http://www.androidadb.com/class/yu/YuvImage.html

Sunday, 1 September 2013

Display dynamic content on exit/finish dialog - WIX Installer

Display dynamic content on exit/finish dialog - WIX Installer

References

Reference NO 1

http://stackoverflow.com/questions/13640997/display-dynamic-content-on-exit-finish-dialog-wix-installer

Reference NO 2

http://stackoverflow.com/questions/11077165/passing-file-name-in-custom-action-using-wix

Reference NO 3

http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835(v=vs.85).aspx

Reference NO 4

http://kozmic.net/2008/08/29/learning-wix-the-hard-way/

Reference NO 5

http://sourceforge.net/mailarchive/forum.php?set=custom&viewmonth=200904&viewday=&forum_name=wix-users&style=nested&max_rows=75&submit=Change+View

Reference NO 6

http://smartbear.com/forums/

Reference NO 7

http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/

Reference NO 8

http://madbutcher.dyndns.org/snippets/WiX/WiX-3.6/wix-3.6.2520.0/history.txt

How does the EJB client locate the EJB server without url?

How does the EJB client locate the EJB server without url?

References

Reference NO 1

http://stackoverflow.com/questions/13643127/how-does-the-ejb-client-locate-the-ejb-server-without-url

Reference NO 2

http://stackoverflow.com/questions/2627366/how-does-ejb-home-object-reference-knows-the-server-details-to-which-it-should-c

Reference NO 3

http://docs.oracle.com/cd/B14099_19/web.1012/b15505/access.htm

Reference NO 4

http://docs.oracle.com/cd/E19651-01/817-2150-10/dccorba.html

Reference NO 5

http://glassfish.java.net/javaee5/ejb/EJB_FAQ.html

Reference NO 6

https://community.jboss.org/thread/177237?start=0&tstart=0

Reference NO 7

http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.express.doc/info/exp/ae/rnam_example_prop3.html

Reference NO 8

#EANF#