Saturday, 31 August 2013

Accessing variable from within method

Accessing variable from within method

References

Reference NO 1

http://www.coderanch.com/t/463335/java/java/accessing-main-variable-class-method

Reference NO 2

http://stackoverflow.com/questions/707380/in-python-how-can-i-access-static-class-variables-within-class-methods

Reference NO 3

http://stackoverflow.com/questions/8869365/access-a-local-variable-inside-a-method

Reference NO 4

http://stackoverflow.com/questions/1299837/cannot-refer-to-a-non-final-variable-inside-an-inner-class-defined-in-a-differen

Reference NO 5

http://stackoverflow.com/questions/8016904/instance-variable-variable-accessed-in-class-method-error

Reference NO 6

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

Reference NO 7

http://www.ruby-doc.org/docs/ProgrammingRuby/html/tut_classes.html

Reference NO 8

#EANF#

The Complexity of (simplified) Regex Matching

The Complexity of (simplified) Regex Matching

References

Reference NO 1

http://stackoverflow.com/questions/21669/complexity-of-regex-substitution

Reference NO 2

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

Reference NO 3

http://lambda-the-ultimate.org/node/2064

Reference NO 4

http://swtch.com/~rsc/regexp/regexp3.html

Reference NO 5

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

Reference NO 6

http://www.google.com/support/enterprise/static/postini/docs/admin/en/admin_ee_cu/cm_regex.html

Reference NO 7

https://www.icewarp.com/support/online_help/203030104.htm

Reference NO 8

http://www.theoinf.uni-bayreuth.de/download/Complexity_of_Decision_Problems_for_Simple_Regular_Paper.pdf

Loop through text file with sections

Loop through text file with sections

References

Reference NO 1

http://stackoverflow.com/questions/15188108/loop-through-text-file-with-sections

Reference NO 2

http://www.homeandlearn.co.uk/csharp/csharp_s11p2.html

Reference NO 3

http://www.ibm.com/developerworks/library/os-php-readfiles/

Reference NO 4

http://www.autohotkey.com/docs/commands/LoopReadFile.htm

Reference NO 5

http://www.linuxtopia.org/online_books/programming_books/python_programming/python_ch19s05.html

Reference NO 6

http://docs.python.org/tutorial/inputoutput.html

Reference NO 7

http://www.pptfaq.com/FAQ00913_Use_VBA_to_read_text_from_a_file.htm

Reference NO 8

http://www.chebucto.ns.ca/~ak621/DOS/Bat-Tips.html

Convert Array to JSON file

Convert Array to JSON file

References

Reference NO 1

http://stackoverflow.com/questions/2295496/convert-array-to-json

Reference NO 2

http://stackoverflow.com/questions/15696255/how-do-i-convert-json-from-a-file-into-an-array-in-javascript

Reference NO 3

http://php.net/manual/en/function.json-decode.php

Reference NO 4

http://www.electrictoolbox.com/php-encode-array-json/

Reference NO 5

http://www.freeformatter.com/json-to-xml-converter.html

Reference NO 6

http://www.bin-co.com/php/scripts/array2json/

Reference NO 7

http://davidwalsh.name/convert-xml-json

Reference NO 8

#EANF#

Cannot parse JSON with huge value

Cannot parse JSON with huge value

References

Reference NO 1

http://stackoverflow.com/questions/15188586/cannot-parse-json-with-huge-value

Reference NO 2

http://bugs.python.org/issue16586

Reference NO 3

http://datatables.net/forums/discussion/4133/datatables-warning-json-data-from-server-could-not-be-parsed./p1

Reference NO 4

http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/com/google/gson/stream/JsonReader.html

Reference NO 5

http://www.west-wind.com/Weblog/posts/1444611.aspx

Reference NO 6

http://writings.nunojob.com/2011/12/clarinet-sax-based-evented-streaming-json-parser-in-javascript-for-the-browser-and-nodejs.html

Reference NO 7

http://search.cpan.org/~bkb/JSON-Parse-0.14/lib/JSON/Parse.pm

Reference NO 8

http://us.battle.net/wow/en/forum/topic/2786749085

Cant update background of JPanel using paintComponent to set its background

Cant update background of JPanel using paintComponent to set its background

References

Reference NO 1

http://stackoverflow.com/questions/15188788/cant-update-background-of-jpanel-using-paintcomponent-to-set-its-background

Reference NO 2

http://stackoverflow.com/questions/16323895/how-to-add-jpanel-components-on-top-of-a-painted-background

Reference NO 3

http://stackoverflow.com/questions/16467526/i-need-to-set-a-background-image-for-a-java-desktopapplication

Reference NO 4

http://stackoverflow.com/questions/13713951/linking-together-a-jpanel-and-paintcomponent

Reference NO 5

http://stackoverflow.com/questions/10148421/jpanel-setbackgroundcolor-black-does-nothing

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to find the url navigation occuring in an iframe?

How to find the url navigation occuring in an iframe?

References

Reference NO 1

http://stackoverflow.com/questions/15188999/how-to-find-the-url-navigation-occuring-in-an-iframe

Reference NO 2

https://bugzilla.mozilla.org/show_bug.cgi?id=361453

Reference NO 3

http://docs.closure-library.googlecode.com/git/class_goog_History.html

Reference NO 4

http://osdir.com/ml/fancybox/2010-04/msg00470.html

Reference NO 5

http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html

Reference NO 6

http://www.cs.tut.fi/~jkorpela/html/iframe.html

Reference NO 7

http://wiki.apache.org/cordova/NavigationUseCases

Reference NO 8

http://forums.mozillazine.org/viewtopic.php?f=25&t=2325623

Create Method that has dynamic number of parametr

Create Method that has dynamic number of parametr

References

Reference NO 1

http://stackoverflow.com/questions/7607353/how-to-create-java-method-that-accepts-variable-number-of-arguments

Reference NO 2

http://stackoverflow.com/questions/919680/python-can-a-variable-number-of-arguments-be-passed-to-a-function

Reference NO 3

http://php.net/manual/en/functions.arguments.php

Reference NO 4

http://www.devx.com/tips/Tip/29136

Reference NO 5

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

Reference NO 6

http://www.autohotkey.com/docs/Functions.htm

Reference NO 7

http://www.ruby-doc.org/docs/ProgrammingRuby/html/tut_methods.html

Reference NO 8

http://www.swig.org/Doc1.3/Varargs.html

Friday, 30 August 2013

RenderTransform on GridView in XAML application for Windows Store

RenderTransform on GridView in XAML application for Windows Store

References

Reference NO 1

http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.gridview

Reference NO 2

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

Reference NO 3

http://www.blogosfera.co.uk/2013/03/rendertransform-on-gridview-in-xaml-application-for-windows-store/

Reference NO 4

http://stackoverflow.com/questions/10589192/windows-8-gridview-parallax-background-image

Reference NO 5

http://stackoverflow.com/questions/16221565/conforming-to-layout-for-windows-store-app

Reference NO 6

http://www.reflectionit.nl/Blog/2012/windows-8-xaml-tips-rotated-gridviewitems

Reference NO 7

http://www.codeproject.com/Articles/472072/Cocktail-Flow

Reference NO 8

#EANF#

Why does this function return Ÿ??None NoneŸ? as well?

Why does this function return Ÿ??None NoneŸ? as well?

References

Reference NO 1

#EANF#

Reference NO 2

#EANF#

Reference NO 3

#EANF#

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Java 6 VM to call Java 4 VM

Java 6 VM to call Java 4 VM

References

Reference NO 1

http://java.com/en/download/index.jsp

Reference NO 2

http://www.javatester.org/version.html

Reference NO 3

http://www.oracle.com/technetwork/java/javase/memleaks-137499.html

Reference NO 4

http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/upgrade-guide/index.html

Reference NO 5

http://stackoverflow.com/questions/15190227/java-6-vm-to-call-java-4-vm

Reference NO 6

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

Reference NO 7

#EANF#

Reference NO 8

#EANF#

QTextCursor and beginEditBlock

QTextCursor and beginEditBlock

References

Reference NO 1

http://stackoverflow.com/questions/15190437/qtextcursor-and-begineditblock

Reference NO 2

http://harmattan-dev.nokia.com/docs/library/html/qt4/qtextcursor.html

Reference NO 3

http://www.qtcentre.org/threads/53589-QTextCursor-and-beginEditBlock

Reference NO 4

http://www.trinitydesktop.org/docs/qt4/richtext-cursor.html

Reference NO 5

http://www.java2s.com/Code/Cpp/Qt/QTextListandQTextListFormat.htm

Reference NO 6

http://lmu.web.psi.ch/facilities/software/NovelLook/last_version_src/viewlistruns.cpp

Reference NO 7

http://qt.gitorious.org/qt/qt/blobs/6ae84f1183e91c910ca92a55e37f8254ace805c0/src/gui/text/qtextcursor.cpp

Reference NO 8

http://www.qtforum.org/article/36087/qtextedit-low-performance.html

Android SQLite code problems

Android SQLite code problems

References

Reference NO 1

http://stackoverflow.com/questions/7316191/android-sqlite-returned-error-code-14

Reference NO 2

http://stackoverflow.com/questions/6887189/android-sqlite-constraint-failed-error-code-19

Reference NO 3

http://www.talkandroid.com/android-forums/android-development-answers-tutorials-code-snippets/10684-android-2-3-sqlite-problem.html

Reference NO 4

http://www.codeproject.com/Articles/119293/Using-SQLite-Database-with-Android

Reference NO 5

http://forums.codeguru.com/showthread.php?514111-Android-Sqlite-Database-Problem

Reference NO 6

http://www.drdobbs.com/database/using-sqlite-on-android/232900584

Reference NO 7

http://www.vogella.com/articles/AndroidSQLite/article.html

Reference NO 8

http://www.coderzheaven.com/2011/04/17/using-sqlite-in-android-a-really-simple-example/

Android resizes nine patch image in textview

Android resizes nine patch image in textview

References

Reference NO 1

http://stackoverflow.com/questions/15190916/android-resizes-nine-patch-image-in-textview

Reference NO 2

http://stackoverflow.com/questions/11645284/nine-patch-image-to-draw-1-pixel-border-around-textview

Reference NO 3

http://stackoverflow.com/questions/15861713/android-calling-textview-setbackgroundresource-twice-changes-the-textview-size

Reference NO 4

http://stackoverflow.com/questions/15266614/strange-behavior-of-android-9-patch-image

Reference NO 5

http://stackoverflow.com/questions/11668950/nine-patch-image-doesnt-work

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Look up VALUE in JSON with NAME that has spaces or other utc characters - SYNTAX

Look up VALUE in JSON with NAME that has spaces or other utc characters -
SYNTAX

References

Reference NO 1

http://stackoverflow.com/questions/15191149/look-up-value-in-json-with-name-that-has-spaces-or-other-utc-characters-syntax

Reference NO 2

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

Reference NO 3

http://docs.splunk.com/Documentation/Splunk/5.0.4/admin/Propsconf

Reference NO 4

http://manual.qooxdoo.org/1.2/pages/communication/rpc_server_writer_guide.html

Reference NO 5

http://javascriptweblog.wordpress.com/2010/11/29/json-and-jsonp/

Reference NO 6

http://docs.sencha.com/touch/1-1/source/JSON.html

Reference NO 7

http://www.wufoo.com/docs/api/v3/entries/get/

Reference NO 8

http://dojotoolkit.org/reference-guide/dojo/data/ItemFileReadStore.html

D Binding Generation Tool

D Binding Generation Tool

References

Reference NO 1

http://stackoverflow.com/questions/15191377/d-binding-generation-tool

Reference NO 2

http://www.swig.org/

Reference NO 3

http://forum.dlang.org/thread/jfpbdi$npc$1@digitalmars.com

Reference NO 4

http://www.digitalmars.com/d/archives/digitalmars/D/Automatic_binding_generation_154550.html

Reference NO 5

https://github.com/Diggsey/OpenGL-D-Bindings

Reference NO 6

http://www.pkill.info/linux/man/1-dbus-binding-tool/

Reference NO 7

http://linux.die.net/man/1/dbus-binding-tool

Reference NO 8

http://dbus.freedesktop.org/doc/dbus-glib/

INSERT INTO multiple tables with a single SQL statement

INSERT INTO multiple tables with a single SQL statement

References

Reference NO 1

http://stackoverflow.com/questions/10471757/insert-rows-into-multiple-tables-in-a-single-query-selecting-from-an-involved-t

Reference NO 2

http://stackoverflow.com/questions/175066/sql-server-is-it-possible-to-insert-into-two-tables-at-the-same-time

Reference NO 3

http://hardforum.com/showthread.php?t=1223176

Reference NO 4

http://www.sqlservercentral.com/Forums/Topic1264035-392-1.aspx

Reference NO 5

http://probertson.com/articles/2009/11/30/multi-table-insert-one-statement-air-sqlite

Reference NO 6

http://forums.asp.net/t/prev/1315721

Reference NO 7

http://forums.devx.com/showthread.php?148804-SQL-Insert-data-in-Multiple-table-and-Update-at-same-time

Reference NO 8

http://www.techonthenet.com/sql/insert.php

Thursday, 29 August 2013

Android onPreviewFrame callback not getting called for the camera

Android onPreviewFrame callback not getting called for the camera

References

Reference NO 1

http://stackoverflow.com/questions/15192053/android-onpreviewframe-callback-not-getting-called-for-the-camera

Reference NO 2

http://stackoverflow.com/questions/12691598/onpreviewframe-callback-keeps-being-called

Reference NO 3

http://stackoverflow.com/questions/7042377/camera-onpreviewframe-not-called

Reference NO 4

http://stackoverflow.com/questions/12676814/previewcallback-onpreviewframe-does-not-change-data

Reference NO 5

http://stackoverflow.com/questions/5812185/onpreviewframe-doesnt-change-the-data

Reference NO 6

http://developer.android.com/reference/android/hardware/Camera.PreviewCallback.html

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Regex and nested square brackets to separate subsets

Regex and nested square brackets to separate subsets

References

Reference NO 1

http://stackoverflow.com/questions/15192303/regex-and-nested-square-brackets-to-separate-subsets

Reference NO 2

http://stackoverflow.com/questions/3126818/javascript-regex-i-need-to-grab-each-section-of-a-string-contained-in-bracket

Reference NO 3

http://stackoverflow.com/questions/16011961/jquery-regex-square-brackets

Reference NO 4

http://stackoverflow.com/questions/11939624/remove-square-brackets-and-thier-inner-content-jquery-regex

Reference NO 5

http://stackoverflow.com/questions/956887/mysql-regexp-with-square-brackets

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Issue with UPDATE QUERY using EXISTS clause causing slow Tablespace scans in DB2

Issue with UPDATE QUERY using EXISTS clause causing slow Tablespace scans
in DB2

References

Reference NO 1

http://stackoverflow.com/questions/15192549/issue-with-update-query-using-exists-clause-causing-slow-tablespace-scans-in-db2

Reference NO 2

http://stackoverflow.com/questions/17164003/db2-how-to-ensure-the-tablespace-is-clean-to-drop

Reference NO 3

http://stackoverflow.com/questions/14254637/perform-update-based-on-a-join-in-db2

Reference NO 4

http://stackoverflow.com/questions/7673496/efficient-way-to-update-db2-database-rows

Reference NO 5

http://stackoverflow.com/questions/7243026/how-do-i-remove-check-pending-state-from-a-db2-tablespace-on-z-os

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Apply texture to grid

Apply texture to grid

References

Reference NO 1

http://download.autodesk.com/global/docs/maya2013/en_us/files/Editing_UVs_Use_the_UV_Texture_Editor_grid.htm

Reference NO 2

http://www.planetminecraft.com/texture_pack/grids/

Reference NO 3

http://subtlepatterns.com/tag/grid/

Reference NO 4

http://stackoverflow.com/questions/12394354/java-how-to-use-a-texture-grid

Reference NO 5

http://stackoverflow.com/questions/15192794/apply-texture-to-grid

Reference NO 6

http://www.pixelcg.com/blog/?p=146

Reference NO 7

http://answers.unity3d.com/questions/268686/grid-texture-in-javascript-code-possible.html

Reference NO 8

http://greyscalegorilla.com/blog/tutorials/cinema-4d-texture-tips-and-tricks/

Cache data for post requests on server startup

Cache data for post requests on server startup

References

Reference NO 1

http://stackoverflow.com/questions/15193020/cache-data-for-post-requests-on-server-startup

Reference NO 2

https://httpd.apache.org/docs/2.4/caching.html

Reference NO 3

http://www.networkcomputing.com/storage-networking-management/server-side-caching-gets-smarter-via-sta/240148960

Reference NO 4

http://blog.mugunthkumar.com/articles/restful-api-server-doing-it-the-right-way-part-1/

Reference NO 5

http://expressjs.com/2x/guide.html

Reference NO 6

http://dev.mysql.com/doc/refman/4.1/en/server-status-variables.html

Reference NO 7

http://docs.meteor.com/

Reference NO 8

http://publib.boulder.ibm.com/httpserv/ihsdiag/ihs_performance.html

git push subdirectory up on pushing to github?

git push subdirectory up on pushing to github?

References

Reference NO 1

http://stackoverflow.com/questions/15193252/git-push-subdirectory-up-on-pushing-to-github

Reference NO 2

http://stackoverflow.com/questions/13479763/how-to-push-a-single-file-in-a-subdirectory-to-github-not-master

Reference NO 3

https://help.github.com/articles/create-a-repo

Reference NO 4

http://book.git-scm.com/5_submodules.html

Reference NO 5

http://www.quora.com/Git-revision-control/How-can-I-push-a-subfolder-from-the-local-Git-repository-to-GitHub-and-have-the-subfolder-act-as-the-root-folder-on-GitHub

Reference NO 6

http://ars-codia.raphaelbauer.com/2012/03/pushing-subdirectories-of-git-repos.html

Reference NO 7

http://www.vogella.com/articles/Git/article.html

Reference NO 8

#EANF#

Get vertex as single array

Get vertex as single array

References

Reference NO 1

http://stackoverflow.com/questions/15193506/get-vertex-as-single-array

Reference NO 2

http://www.sfml-dev.org/tutorials/2.0/graphics-vertex-array.php

Reference NO 3

http://www.arcsynthesis.org/gltut/Basics/Tut02%20Vertex%20Attributes.html

Reference NO 4

http://www.opengl.org/wiki/Vertex_Specification

Reference NO 5

http://developer.apple.com/library/ios/documentation/3ddrawing/conceptual/opengles_programmingguide/TechniquesforWorkingwithVertexData/TechniquesforWorkingwithVertexData.html

Reference NO 6

http://www.antongerdelan.net/opengl/vertexbuffers.html

Reference NO 7

http://www.cs.uregina.ca/Links/class-info/315/WWW/Lab6/

Reference NO 8

http://www.songho.ca/opengl/gl_vertexarray.html

How to interface two API written in different language?

How to interface two API written in different language?

References

Reference NO 1

http://stackoverflow.com/questions/15193738/how-to-interface-two-api-written-in-different-language

Reference NO 2

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

Reference NO 3

http://www.acm.org/tsc/apis.html

Reference NO 4

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

Reference NO 5

http://www.mathworks.com/help/matlab/external-interfaces.html

Reference NO 6

http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/topic/com.ibm.cics.te.doc/erziaz0049.htm

Reference NO 7

http://www.cs.columbia.edu/~hgs/teaching/ap/examples/scripts_python_dbapi.pdf

Reference NO 8

https://doc.openerp.com/v6.1/developer/12_api/

How do I implement Post-redirect-get on Google App Engine with Python?

How do I implement Post-redirect-get on Google App Engine with Python?

References

Reference NO 1

http://stackoverflow.com/questions/15193988/how-do-i-implement-post-redirect-get-on-google-app-engine-with-python

Reference NO 2

https://developers.google.com/appengine/docs/python/gettingstartedpython27/

Reference NO 3

https://developers.google.com/appengine/docs/python/memcache/?csw=1

Reference NO 4

http://sites.google.com/site/gdevelopercodelabs/app-engine/python-codelab

Reference NO 5

http://blog.abahgat.com/2013/01/07/user-authentication-with-webapp2-on-google-app-engine/

Reference NO 6

http://alexids.googlecode.com/files/Developing%2Bwith%2BGoogle%2BApp%2BEngine.pdf

Reference NO 7

http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/

Reference NO 8

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

Merging deserialized objects with their originals

Merging deserialized objects with their originals

References

Reference NO 1

http://stackoverflow.com/questions/15194233/merging-deserialized-objects-with-their-originals

Reference NO 2

http://otndnld.oracle.co.jp/document/products/as10g/101300/B25221_03/web.1013/b13593/uowadv005.htm

Reference NO 3

http://www.objectdb.com/java/jpa/persistence/detach

Reference NO 4

http://docs.oracle.com/javase/7/docs/api/java/io/ObjectOutputStream.html

Reference NO 5

http://docs.python.org/library/pickle.html

Reference NO 6

http://www.mysqlperformanceblog.com/2010/01/21/when-should-you-store-serialized-objects-in-the-database/

Reference NO 7

http://www.mail-archive.com/dev@cloudstack.apache.org/msg07687.html

Reference NO 8

http://oreilly.com/catalog/javarmi/chapter/ch10.html

Hiding text that is not in its own tag

Hiding text that is not in its own tag

References

Reference NO 1

http://stackoverflow.com/questions/15194447/hiding-text-that-is-not-in-its-own-tag-but-not-an-image-in-the-same-parent-tag

Reference NO 2

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

Reference NO 3

http://www.computerhope.com/learnhtm.htm

Reference NO 4

http://www.howtocreate.co.uk/tutorials/html/combinedpage

Reference NO 5

http://www.w3.org/TR/html401/interact/scripts.html

Reference NO 6

http://www.w3schools.com/tags/tag_input.asp?output=print

Reference NO 7

http://www.yourhtmlsource.com/myfirstsite/basicformatting.html

Reference NO 8

http://css-tricks.com/almanac/properties/w/whitespace/

Wednesday, 28 August 2013

How to read file in R with column names having brackets?

How to read file in R with column names having brackets?

References

Reference NO 1

http://stackoverflow.com/questions/15194689/how-to-read-file-in-r-with-column-names-having-brackets

Reference NO 2

http://r.789695.n4.nabble.com/How-to-read-file-in-R-with-column-names-having-brackets-td4660198.html

Reference NO 3

http://data.princeton.edu/R/readingData.html

Reference NO 4

http://www.ats.ucla.edu/stat/r/modules/subsetting.htm

Reference NO 5

http://www.stat.berkeley.edu/~spector/Rcourse.pdf

Reference NO 6

http://www.cyclismo.org/tutorial/R/input.html

Reference NO 7

http://cran.r-project.org/doc/contrib/Torfs+Brauer-Short-R-Intro.pdf

Reference NO 8

http://www.springer.com/cda/content/document/cda_downloaddocument/9780387938363-c2.pdf?SGWID=0-0-45-772114-p173894303

How to convert an input value to a session varaible? [closed]

How to convert an input value to a session varaible? [closed]

References

Reference NO 1

http://stackoverflow.com/questions/4446727/using-a-php-variable-in-an-text-input-value-statement

Reference NO 2

http://p2p.wrox.com/asp-forms/12714-asp-form-data-using-session-variables.html

Reference NO 3

http://php.net/manual/en/reserved.variables.session.php

Reference NO 4

http://www.phpro.org/tutorials/Introduction-To-PHP-Sessions.html

Reference NO 5

http://twiki.org/cgi-bin/view/TWiki/TWikiVariables

Reference NO 6

http://oreilly.com/catalog/webdbapps/chapter/ch08.html

Reference NO 7

http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-aaa-auth-config-11-1-0/5.html

Reference NO 8

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7c48.html

jQuery - remove class from randomly chosen list item

jQuery - remove class from randomly chosen list item

References

Reference NO 1

http://stackoverflow.com/questions/15195132/jquery-remove-class-from-randomly-chosen-list-item-retain-ability-to-re-call

Reference NO 2

http://stackoverflow.com/questions/18101314/continuously-add-and-remove-class-to-a-random-element-with-jquery

Reference NO 3

http://api.jquery.com/removeClass/

Reference NO 4

http://www.raymondcamden.com/index.cfm/2012/10/23/Stop-using-jQuery-all-the-time

Reference NO 5

http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html

Reference NO 6

http://blog.huidesign.com/automatically-highlight-current-page-in-navigation-with-css-jquery/

Reference NO 7

http://www.artzstudio.com/2009/04/jquery-performance-rules/

Reference NO 8

https://github.com/MatthewMueller/cheerio

is it possible to play music from previously fetched data in android?

is it possible to play music from previously fetched data in android?

References

Reference NO 1

http://stackoverflow.com/questions/15195335/is-it-possible-to-play-music-from-previously-fetched-data-in-android

Reference NO 2

http://stackoverflow.com/questions/6957775/android-asynctask-vs-service

Reference NO 3

http://www.androidcentral.com/hands-new-google-play-music-app-and-all-access-subscription-service

Reference NO 4

https://play.google.com/store/apps/details?id=com.citc.aag&hl=en

Reference NO 5

http://help.pandora.com/customer/portal/articles/24288-trouble-streaming-pandora-on-android

Reference NO 6

http://gizmodo.com/5855729/how-to-stop-yourself-from-busting-through-your-carriers-data-cap

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Show and Hide a Div on mouseover and mouseout [duplicate]

Show and Hide a Div on mouseover and mouseout [duplicate]

References

Reference NO 1

http://stackoverflow.com/questions/15195543/show-and-hide-a-div-on-mouseover-and-mouseout

Reference NO 2

http://stackoverflow.com/questions/15774138/jquery-hide-show-on-mouse-over-works-only-for-one-div

Reference NO 3

http://www.mdloring.com/2013/jquery-hide-show-div-mouseover-mouseout/

Reference NO 4

http://www.bennadel.com/blog/1805-jQuery-Events-MouseOver-MouseOut-vs-MouseEnter-MouseLeave.htm

Reference NO 5

http://snipplr.com/view/3624/

Reference NO 6

http://craigsworks.com/projects/forums/showthread.php?tid=917

Reference NO 7

http://forum.jquery.com/topic/how-to-activate-a-div-on-mouse-over-and-deactivate-on-mouse-out

Reference NO 8

#EANF#

Android map view pan over detection

Android map view pan over detection

References

Reference NO 1

http://stackoverflow.com/questions/15195784/android-map-view-pan-over-detection

Reference NO 2

http://stackoverflow.com/questions/14013002/google-maps-android-api-v2-detect-touch-on-map-solved

Reference NO 3

http://mpcabd.igeex.biz/android-map-view-with-pan-zoom-events/

Reference NO 4

http://dimitar.me/how-to-detect-a-user-pantouchdrag-on-android-map-v2/

Reference NO 5

http://forums.arcgis.com/threads/73619-Detect-Map-Pan-Zoom-based-on-User-s-Touch-Pinch

Reference NO 6

https://developers.google.com/maps/documentation/android/v1/reference/com/google/android/maps/MapView

Reference NO 7

http://android.bigresource.com/Android-Google-Maps-API-detect-when-user-stopped-panning-map-p72J1VY8f.html

Reference NO 8

#EANF#

Pass variables in an iframe url

Pass variables in an iframe url

References

Reference NO 1

http://stackoverflow.com/questions/10435512/capture-incoming-url-parameters-then-pass-to-iframe-src-with-javascript

Reference NO 2

http://stackoverflow.com/questions/9511990/can-i-pass-a-url-variable-to-an-iframe-using-php

Reference NO 3

http://forums.netobjects.com/showthread.php?11252-Is-it-possible-to-pass-a-parameter-to-an-iFrame

Reference NO 4

http://www.webhostingtalk.com/showthread.php?t=466944

Reference NO 5

http://wordpress.org/support/topic/passing-in-iframe-variables

Reference NO 6

http://www.webdeveloper.com/forum/showthread.php?261699-Passing-URL-variable-to-iframe-in-another-page

Reference NO 7

http://test2.hollebone.ca/iframe-dynamic-parameters-demo/

Reference NO 8

http://forums.devshed.com/javascript-development-115/passing-variable-to-iframe-320801.html

Moving the first word to the last position in Java [closed]

Moving the first word to the last position in Java [closed]

References

Reference NO 1

http://stackoverflow.com/questions/15196239/moving-the-first-word-to-the-last-position-in-java

Reference NO 2

http://tutorials.jenkov.com/java-io/randomaccessfile.html

Reference NO 3

http://www.cs.swarthmore.edu/~newhall/unixhelp/Java_files.html

Reference NO 4

http://www.cs.geneseo.edu/~baldwin/reference/java-strings.html

Reference NO 5

http://oreilly.com/catalog/javanut3/chapter/ch04.html

Reference NO 6

http://release.seleniumhq.org/selenium-remote-control/0.9.2/doc/java/com/thoughtworks/selenium/Selenium.html

Reference NO 7

http://www.coderanch.com/t/276441//java/Returning-line-file

Reference NO 8

http://docs.oracle.com/javase/tutorial/java/data/buffers.html

Tuesday, 27 August 2013

How to get derived class from abstract base class

How to get derived class from abstract base class

References

Reference NO 1

http://stackoverflow.com/questions/15196676/how-to-get-derived-class-from-abstract-base-class

Reference NO 2

http://stackoverflow.com/questions/9361401/abstract-method-that-returns-an-instance-of-derived-class

Reference NO 3

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

Reference NO 4

http://social.msdn.microsoft.com/Forums/en-US/4627bacf-4894-4b83-9868-7af5a417abf7/action?threadDisplayName=base-class-methods-calling-derived-class-methods-

Reference NO 5

http://www.cplusplus.com/forum/beginner/47848/

Reference NO 6

http://cboard.cprogramming.com/cplusplus-programming/136534-derived-class-still-abstract-class-not-sure-why-help-please.html

Reference NO 7

http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/topic/com.ibm.xlcpp8l.doc/language/ref/cplr142.htm

Reference NO 8

#EANF#

Why c# compiler created the .exe file that smaller than the one created with the cpp compiler [closed]

Why c# compiler created the .exe file that smaller than the one created
with the cpp compiler [closed]

References

Reference NO 1

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

Reference NO 2

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

Reference NO 3

http://stackoverflow.com/questions/1057878/how-to-compile-the-finished-c-sharp-project-and-run-it-outside-visual-studio

Reference NO 4

http://stackoverflow.com/questions/1489089/how-to-create-a-compiler-in-vb-net

Reference NO 5

http://www.functionx.com/jscript/Lesson01.htm

Reference NO 6

http://www.willus.com/ccomp.shtml?p99

Reference NO 7

http://www.mono-project.com/CSharpPlugin

Reference NO 8

#EANF#

Ruby and Swig: TypeError: can't convert nil into String

Ruby and Swig: TypeError: can't convert nil into String

References

Reference NO 1

http://stackoverflow.com/questions/15197131/ruby-and-swig-typeerror-cant-convert-nil-into-string

Reference NO 2

http://stackoverflow.com/questions/13306003/cant-convert-stringio-into-string-typeerror-in-ruby

Reference NO 3

http://stackoverflow.com/questions/15073590/ruby-pack-typeerror-cant-convert-string-into-integer

Reference NO 4

http://stackoverflow.com/questions/12006955/cant-convert-fixnum-into-string-typeerror

Reference NO 5

http://stackoverflow.com/questions/8237311/why-does-this-ruby-case-statement-return-cant-convert-nil-into-string-typeerr

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Php Dom brother/sister node - proper way [duplicate]

Php Dom brother/sister node - proper way [duplicate]

References

Reference NO 1

http://stackoverflow.com/questions/15197354/php-dom-brother-sister-node-proper-way

Reference NO 2

http://www.w3schools.com/dom/dom_nodetree.asp

Reference NO 3

http://php.net/manual/en/function.var-dump.php

Reference NO 4

http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_28209694.html

Reference NO 5

http://tvtropes.org/pmwiki/pmwiki.php/Main/BashBrothers

Reference NO 6

http://net.tutsplus.com/tutorials/javascript-ajax/10-super-helpful-traversing-functions-in-jquery/

Reference NO 7

http://www.rickygervais.com/thissideofthetruth.php

Reference NO 8

http://www.nashvillecitypaper.com/

Communication between Main Application and loadable bundle

Communication between Main Application and loadable bundle

References

Reference NO 1

http://stackoverflow.com/questions/15197586/communication-between-main-application-and-loadable-bundle

Reference NO 2

https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/LoadingCode/Concepts/MultiBundleApps.html

Reference NO 3

http://developer.apple.com/library/ios/DOCUMENTATION/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html

Reference NO 4

http://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFBundles/CFBundles.pdf

Reference NO 5

https://developer.mozilla.org/en-US/docs/Gecko_Plugin_API_Reference/Plug-in_Basics

Reference NO 6

https://github.com/Grayson/pluginmanager/

Reference NO 7

http://growl.info/documentation/developer/implementing-growl.php

Reference NO 8

#EANF#

Item Onclick listener for int array

Item Onclick listener for int array

References

Reference NO 1

http://stackoverflow.com/questions/8615417/how-can-i-set-onclicklistener-on-arrayadapter

Reference NO 2

http://stackoverflow.com/questions/9075318/android-listener-on-array-items

Reference NO 3

http://stackoverflow.com/questions/8716230/adding-onclicklistener-to-list

Reference NO 4

http://stackoverflow.com/questions/17707154/android-gridview-custom-layout-onclicklistener

Reference NO 5

http://stackoverflow.com/questions/15891917/trouble-setting-items-in-alertdialog-with-onclicklistener

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Program works on PC but crashes on touch PC [closed]

Program works on PC but crashes on touch PC [closed]

References

Reference NO 1

http://ipod.about.com/od/iphonetroubleshooting/a/iphone_crashes.htm

Reference NO 2

http://windows.microsoft.com/en-us/windows-vista/picking-up-the-pieces-after-a-computer-crash

Reference NO 3

https://discussions.apple.com/thread/2662627?start=0&tstart=0

Reference NO 4

http://www.itworld.com/consumerization-it/344682/how-make-chrome-work-better-touchscreen-pcs

Reference NO 5

http://www.wikihow.com/Disable-Useless-Services-That-Cause-a-Slow-Computer

Reference NO 6

http://www.techspot.com/community/topics/pc-crashing-when-playing-games.162404/

Reference NO 7

http://www.extremetech.com/mobile/141317-samsungs-ativ-500t-not-the-tablet-youve-been-waiting-for

Reference NO 8

http://www.copytrans.net/support/gettingstarted-copytrans-photo/

Oracle Advanced Queuing or WebLogic

Oracle Advanced Queuing or WebLogic

References

Reference NO 1

http://docs.oracle.com/cd/E12839_01/web.1111/e13738/aq_jms.htm

Reference NO 2

https://forums.oracle.com/thread/1060066

Reference NO 3

http://help.boomi.com/atomsphere/GUID-75761769-A7A5-4E47-AAE2-D0F256A60EB7.html

Reference NO 4

http://danielveselka.blogspot.com/2009/07/mdb-3-0-on-weblogic-103-using-oracle-aq.html

Reference NO 5

http://technology.amis.nl/2010/09/18/oracle-advanced-queuing-and-jms-bridging-from-aq-to-jms-and-vice-versa/

Reference NO 6

http://biemond.blogspot.com/2008/11/using-aq-in-weblogic-103.html

Reference NO 7

http://stackoverflow.com/questions/6351957/dequeue-data-from-oracle-aq-using-weblogic-10-3-4-jms-and-or-spring

Reference NO 8

http://janeonit.blogspot.com/2012/09/set-up-advanced-queuing-in-weblogic.html

Monday, 26 August 2013

Authenticate using Devise and Rails Admin for particular routes

Authenticate using Devise and Rails Admin for particular routes

References

Reference NO 1

http://stackoverflow.com/questions/15198677/authenticate-using-devise-and-rails-admin-for-particular-routes

Reference NO 2

http://stackoverflow.com/questions/9458983/devise-authentication-with-sti-sub-classes-and-rails-admin

Reference NO 3

http://steve.dynedge.co.uk/2011/12/09/controlling-access-to-routes-and-rack-apps-in-rails-3-with-devise-and-warden/

Reference NO 4

http://ruby.about.com/od/blog/ss/Step-3-Authentication-With-Devise.htm

Reference NO 5

http://wiki.summercode.com/rails_authentication_with_devise_and_cancan

Reference NO 6

http://dan.doezema.com/2012/02/how-to-implement-a-single-user-model-with-rails-activeadmin-and-devise/

Reference NO 7

https://github.com/plataformatec/devise

Reference NO 8

http://presentations.royvandewater.com/authentication-with-devise.html

how to select a column from one table according to another table column?

how to select a column from one table according to another table column?

References

Reference NO 1

http://stackoverflow.com/questions/11849372/insert-into-one-column-by-selecting-another-column-in-other-table-but-how-fill-t

Reference NO 2

http://stackoverflow.com/questions/3492904/mysql-select-all-columns-from-one-table-and-some-from-another-table

Reference NO 3

http://stackoverflow.com/questions/10181123/sql-query-to-get-data-from-one-table-based-upon-a-column-from-another-table

Reference NO 4

http://stackoverflow.com/questions/8546068/copy-values-from-one-table-to-another-based-on-column-comparison

Reference NO 5

http://www.dbforums.com/oracle/1629930-set-one-column-another-tables-column-update.html

Reference NO 6

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

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Ÿ??Webserver is fetching rather than executing CGI filesŸ? When trying to run Bugzill=?iso-8859-1?Q?files=9F=3F=9D_When_trying_to_run_Bugzilla?=

Ÿ??Webserver is fetching rather than executing CGI filesŸ? When trying to
run Bugzilla

References

Reference NO 1

#EANF#

Reference NO 2

#EANF#

Reference NO 3

#EANF#

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Update JSF Metadata View Parameter Without Redirecting The Page

Update JSF Metadata View Parameter Without Redirecting The Page

References

Reference NO 1

http://stackoverflow.com/questions/15199396/update-jsf-metadata-view-parameter-without-redirecting-the-page

Reference NO 2

http://stackoverflow.com/questions/7257112/jsf-2-0-automatically-include-view-parameters-in-url

Reference NO 3

http://stackoverflow.com/questions/3605238/how-do-you-pass-view-parameters-when-navigating-from-an-action-in-jsf2

Reference NO 4

http://stackoverflow.com/questions/6377798/what-can-fmetadata-and-fviewparam-be-used-for

Reference NO 5

http://stackoverflow.com/questions/12333187/jsf-viewparam-from-commandbutton

Reference NO 6

http://www.warski.org/blog/2010/03/jsf2-navigation-post-redirect-get/

Reference NO 7

#EANF#

Reference NO 8

#EANF#

WSO2 ESB Javascript replace with regular expressions

WSO2 ESB Javascript replace with regular expressions

References

Reference NO 1

http://stackoverflow.com/questions/15199592/wso2-esb-javascript-replace-with-regular-expressions

Reference NO 2

http://stackoverflow.com/questions/18053964/wso2-esb-as-a-web-server-a-and-possible-answers-to-few-other-challenges

Reference NO 3

http://wso2.com/forum/thread/12101

Reference NO 4

http://madhukaudantha.blogspot.com/2013/05/wso2-esb-endpoints-error-handling.html

Reference NO 5

http://heshans.blogspot.com/2010/10/generate-custom-error-messages-with.html

Reference NO 6

http://srinathsview.blogspot.com/2011/08/what-can-you-do-with-wso2-platform.html

Reference NO 7

http://wso2-oxygen-tank.10903.n7.nabble.com/Re-ESB-Enhancing-PayloadFactory-Mediator-td77316.html

Reference NO 8

http://blog.gmane.org/gmane.comp.java.wso2.esb.user/page=1

Symfony2 passing values to collection form type

Symfony2 passing values to collection form type

References

Reference NO 1

http://stackoverflow.com/questions/15199784/symfony2-passing-values-to-collection-form-type

Reference NO 2

http://stackoverflow.com/questions/10920006/pass-custom-options-to-a-symfony2-form

Reference NO 3

http://symfony.com/doc/current/reference/forms/types/collection.html

Reference NO 4

http://symfony.com/doc/current/cookbook/form/data_transformers.html

Reference NO 5

http://symfony.com/doc/current/cookbook/form/unit_testing.html

Reference NO 6

https://github.com/symfony/symfony/issues/5116

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to get the parameters' type and return type of a function?

How to get the parameters' type and return type of a function?

References

Reference NO 1

http://www.drdobbs.com/cpp/extracting-function-parameter-and-return/240000586

Reference NO 2

http://stackoverflow.com/questions/15200048/how-to-get-the-parameters-type-and-return-type-of-a-function

Reference NO 3

http://stackoverflow.com/questions/7943525/is-it-possible-to-figure-out-the-parameter-type-and-return-type-of-a-lambda

Reference NO 4

http://blog.alxandr.me/2009/02/01/functions-parameters-and-return-types/

Reference NO 5

http://bytes.com/topic/c/answers/941946-get-return-type-function-template-parameter

Reference NO 6

http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/c_functions.html

Reference NO 7

http://www.cs.fsu.edu/~cop3014p/lectures/ch7/index.html

Reference NO 8

http://publications.gbdirect.co.uk/c_book/chapter4/function_types.html

Can I use the HTTP range header to load partial files Ÿ??on purposeŸ??

Can I use the HTTP range header to load partial files Ÿ??on purposeŸ??

References

Reference NO 1

#EANF#

Reference NO 2

#EANF#

Reference NO 3

#EANF#

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

How to refresh form on submit with saved cookies?

How to refresh form on submit with saved cookies?

References

Reference NO 1

http://stackoverflow.com/questions/15200493/how-to-refresh-form-on-submit-with-saved-cookies

Reference NO 2

http://stackoverflow.com/questions/3347269/saving-form-state-after-a-page-refresh

Reference NO 3

http://www.webmasterworld.com/forum88/1034.htm

Reference NO 4

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

Reference NO 5

http://www.htmlgoodies.com/beyond/javascript/article.php/3888551/JavaScript-Class-How-Can-I-Set-A-Cookie-Based-On-A-Users-Selection-On-A-Form.htm

Reference NO 6

http://board.phpbuilder.com/showthread.php?10375405-How-to-save-HTML-form-values-to-cookie-using-PHP

Reference NO 7

http://myphpform.com/prevent-multiple-form-submissions.php

Reference NO 8

#EANF#

jquery datepicker inside modal dialog

jquery datepicker inside modal dialog

References

Reference NO 1

http://stackoverflow.com/questions/2058360/why-jquery-ui-datepicker-cant-works-in-jquery-dialog-modal

Reference NO 2

http://stackoverflow.com/questions/16797893/jquery-ui-cannot-change-month-year-in-datepicker-within-modal-dialog

Reference NO 3

http://forum.jquery.com/topic/modal-dialog-with-datepicker

Reference NO 4

http://forum.jquery.com/topic/date-picker-inside-a-dialog

Reference NO 5

https://groups.google.com/d/topic/jquery-en/T1DvoJXKvx0

Reference NO 6

http://code.google.com/p/jquery-datepicker/issues/detail?id=43

Reference NO 7

http://bugs.jqueryui.com/ticket/8989

Reference NO 8

#EANF#

Bind to UIBarButtonItem events in MvvmCross

Bind to UIBarButtonItem events in MvvmCross

References

Reference NO 1

http://stackoverflow.com/questions/15200966/bind-to-uibarbuttonitem-events-in-mvvmcross

Reference NO 2

http://stackoverflow.com/questions/17327484/mvvmcross-binding-a-baseview-property-to-a-baseviewmodel-property

Reference NO 3

http://stackoverflow.com/questions/17712589/mvvmcross-ios-how-to-trigger-rowselected-on-a-custom-tableviewsource-using-crea

Reference NO 4

http://stackoverflow.com/questions/16892670/mvvmcross-binding-uiimageview-to-byte

Reference NO 5

http://stackoverflow.com/questions/17259473/mvvmcross-how-to-use-same-events

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Sunday, 25 August 2013

How to revert back changes done by a sharepoint feature? [closed]

How to revert back changes done by a sharepoint feature? [closed]

References

Reference NO 1

#EANF#

Reference NO 2

#EANF#

Reference NO 3

#EANF#

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

jquery mouseover on a youtube video embedded

jquery mouseover on a youtube video embedded

References

Reference NO 1

http://stackoverflow.com/questions/15201422/jquery-mouseover-on-a-youtube-video-embedded

Reference NO 2

http://stackoverflow.com/questions/15731544/how-do-i-play-a-javascript-youtube-video-automatically-on-hover-without-the-cont

Reference NO 3

http://www.jquery4u.com/plugins/10-jquery-video-plugins/

Reference NO 4

http://tjwallas.weebly.com/6/post/2012/02/youtube-lite-embed-a-jquery-library-to-embed-fast-minified-and-light-weight-youtube-content.html

Reference NO 5

http://tutorialzine.com/2010/07/youtube-api-custom-player-jquery-css/

Reference NO 6

http://tutorialsplusplus.com/how-to-hide-you-tube-videos-controls-initially-which-shows-on-mouseover

Reference NO 7

http://wordpress.org/support/topic/play-video-on-hover

Reference NO 8

#EANF#

Why is Grails using an old JVM compiler on Mac OS x 7?

Why is Grails using an old JVM compiler on Mac OS x 7?

References

Reference NO 1

http://stackoverflow.com/questions/15201703/why-is-grails-using-an-old-jvm-compiler-on-mac-os-x-7

Reference NO 2

http://stackoverflow.com/questions/17742273/how-do-i-check-grails-is-installed-on-a-mac-os

Reference NO 3

http://grails.org/doc/latest/guide/gettingStarted.html

Reference NO 4

http://code.google.com/p/grails-jaxrs/issues/detail?id=74

Reference NO 5

http://raibledesigns.com/rd/search?cat=Java&q=sidenote

Reference NO 6

http://static.springsource.org/sts/nan/v320/NewAndNoteworthy.html

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Trying to save loading times of an html inside a UIWebView

Trying to save loading times of an html inside a UIWebView

References

Reference NO 1

http://stackoverflow.com/questions/15201921/trying-to-save-loading-times-of-an-html-inside-a-uiwebview

Reference NO 2

http://stackoverflow.com/questions/16535104/how-to-save-a-locally-loaded-html-file-in-uiwebview

Reference NO 3

http://stackoverflow.com/questions/14739179/how-to-refer-a-local-image-file-from-uiwebviews-html-on-iphone

Reference NO 4

http://stackoverflow.com/questions/2012793/iphone-uiwebview-slow-loading-to-local-html-files

Reference NO 5

http://stackoverflow.com/questions/10397942/loading-different-html-in-uiwebview-from-bundle

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

select div element onload without losing hover effect

select div element onload without losing hover effect

References

Reference NO 1

http://stackoverflow.com/questions/15202150/select-div-element-onload-without-losing-hover-effect

Reference NO 2

http://stackoverflow.com/questions/12444343/select-a-div-in-the-page-onload

Reference NO 3

http://css-tricks.com/forums/topic/how-to-make-hovering-over-one-div-to-trigger-changes-in-another-div/

Reference NO 4

http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html

Reference NO 5

http://www.ericmmartin.com/projects/simplemodal_v12/

Reference NO 6

http://dev.iceburg.net/jquery/jqModal/

Reference NO 7

http://msdn.microsoft.com/library/ie/ms535240.aspx

Reference NO 8

#EANF#

Oracle SQL percentages in a single query

Oracle SQL percentages in a single query

References

Reference NO 1

http://stackoverflow.com/questions/15202420/oracle-sql-percentages-in-a-single-query

Reference NO 2

http://www.club-oracle.com/forums/query-to-get-multiple-counts-and-percentage-in-single-query-t3423/

Reference NO 3

http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51asktom-453438.html

Reference NO 4

http://docs.oracle.com/cd/B19306_01/server.102/b14200/conditions007.htm

Reference NO 5

http://docs.oracle.com/cd/B19306_01/server.102/b14223/analysis.htm

Reference NO 6

http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/fundamentals.htm

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Upload file to 2 or more servers

Upload file to 2 or more servers

References

Reference NO 1

http://stackoverflow.com/questions/2394366/upload-a-file-to-multiple-servers

Reference NO 2

http://stackoverflow.com/questions/11385633/keep-uploaded-files-in-sync-across-multiple-servers-php-linux

Reference NO 3

http://social.msdn.microsoft.com/Forums/en-US/30d4f61f-569a-4811-a55d-bb2b6905e98e/action?threadDisplayName=uploading-a-single-file-to-multiple-servers-at-the-same-time-multithreading

Reference NO 4

http://www.daniweb.com/web-development/php/threads/433880/uploading-files-to-multiple-servers

Reference NO 5

http://docs.moodle.org/24/en/File_upload_size

Reference NO 6

http://ellislab.com/expressionengine/user-guide/cp/content/files/file_upload_preferences.html

Reference NO 7

http://wiki.bitnami.com/BitNami_Cloud_Hosting/Servers/Access_your_machine

Reference NO 8

http://serverfault.com/questions/405873/keep-uploaded-files-in-sync-across-multiple-servers-lamp

Remove specific string base on some list in python

Remove specific string base on some list in python

References

Reference NO 1

http://stackoverflow.com/questions/15202856/remove-specific-string-base-on-some-list-in-python

Reference NO 2

http://stackoverflow.com/questions/11832984/removing-first-four-and-last-four-characters-of-strings-in-list-or-removing-spe

Reference NO 3

http://docs.python.org/release/2.3.5/lib/module-string.html

Reference NO 4

http://docs.python.org/library/stdtypes.html

Reference NO 5

http://www.pythonforbeginners.com/strings/

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Using a unique reference as primary key in MySQL

Using a unique reference as primary key in MySQL

References

Reference NO 1

http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html

Reference NO 2

http://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations-partitioning-keys-unique-keys.html

Reference NO 3

http://stackoverflow.com/questions/15203088/using-a-unique-reference-as-primary-key-in-mysql

Reference NO 4

http://stackoverflow.com/questions/5187643/do-mysql-tables-need-an-id

Reference NO 5

http://stackoverflow.com/questions/8118739/mysql-non-primary-foreign-key

Reference NO 6

http://www.researchgate.net/post/Can_I_set_a_primary_key_in_a_view_in_mysql2

Reference NO 7

#EANF#

Reference NO 8

#EANF#

how to save stream as audio playable file [duplicate]

how to save stream as audio playable file [duplicate]

References

Reference NO 1

http://stackoverflow.com/questions/5381969/android-how-to-record-mp3-radio-audio-stream

Reference NO 2

http://thecolorsfromindia.blogspot.com/2012/05/how-to-download-save-online-playable.html

Reference NO 3

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

Reference NO 4

https://wiki.videolan.org/Documentation:Streaming_HowTo_New

Reference NO 5

http://applian.com/replay-media-catcher/user_guide4

Reference NO 6

http://www.digital-digest.com/articles/FLV_to_AVI_Conversion_Guide_page4.html

Reference NO 7

http://michelangelo.com/2012/05/convert-dvd-and-blu-ray/

Reference NO 8

https://itunes.apple.com/us/app/playable-play-almost-anything/id502405034?mt=8

MSI - Install pre-requisites if they are already installed

MSI - Install pre-requisites if they are already installed

References

Reference NO 1

http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/AdvertiseElevPrereq.htm

Reference NO 2

http://docs.acl.com/acl/10/topic/com.acl.network_install.help/install_network/c_installing_acl_network_using_silent_installation.html

Reference NO 3

http://www.advancedinstaller.com/features.html

Reference NO 4

http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/AdvertiseElevPrereq.htm

Reference NO 5

http://www.maysoft.com/downloads.nsf/title/MBEOutlook

Reference NO 6

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

Reference NO 7

http://techcenter.qsrinternational.com/nv10/nv10_unattended_command_line_installation.htm

Reference NO 8

http://stackoverflow.com/questions/7364461/best-approach-to-install-prerequisite-on-client-machine-using-msi

Saturday, 24 August 2013

UICollectionView is not scrolling smoothly

UICollectionView is not scrolling smoothly

References

Reference NO 1

http://stackoverflow.com/questions/17335176/uicollectionview-scrolling-is-not-smooth-why

Reference NO 2

http://stackoverflow.com/questions/16745630/uicollectionview-scrolling-is-slow

Reference NO 3

http://stackoverflow.com/questions/15549173/ios-uicollectionview-lags-with-scrolling-at-start

Reference NO 4

http://stackoverflow.com/questions/15799432/poor-uicollectionview-scrolling-performance-with-uiimage

Reference NO 5

http://mopswerkstatt.de/?p=344

Reference NO 6

http://skeuo.com/uicollectionview-custom-layout-tutorial

Reference NO 7

#EANF#

Reference NO 8

#EANF#

AFNetworking valueForKeyPath Wildcard

AFNetworking valueForKeyPath Wildcard

References

Reference NO 1

http://stackoverflow.com/questions/15204077/afnetworking-valueforkeypath-wildcard

Reference NO 2

http://stackoverflow.com/questions/1351637/iphone-why-is-he-using-valueforkeypath

Reference NO 3

http://www.blogosfera.co.uk/2013/03/afnetworking-valueforkeypath-wildcard/

Reference NO 4

#EANF#

Reference NO 5

#EANF#

Reference NO 6

#EANF#

Reference NO 7

#EANF#

Reference NO 8

#EANF#

Preferred way of persisting timestamps for platform-neutral consumption

Preferred way of persisting timestamps for platform-neutral consumption

References

Reference NO 1

http://stackoverflow.com/questions/15204335/preferred-way-of-persisting-timestamps-for-platform-neutral-consumption

Reference NO 2

http://stackoverflow.com/questions/tagged/jodatime?page=5&sort=newest

Reference NO 3

http://www.datadisk.co.uk/html_docs/ejb/ejb3_persisting.htm

Reference NO 4

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

Reference NO 5

http://openjpa.apache.org/builds/1.0.4/apache-openjpa-1.0.4/docs/manual/manual.html

Reference NO 6

http://www.ietf.org/rfc/rfc2326.txt

Reference NO 7

http://download.oracle.com/docs/cd/B19306_01/server.102/b14214/chapter1.htm

Reference NO 8

http://www.macs.hw.ac.uk/~ahf4/02510428.pdf