Mike Henke
Mike Henke
Hi, I was trying to destroy a card but getCard method doesn't exist in stack. stack = stack = gajus.Swing.Stack(); card = stack.getCard(index.target); card.destroy();
https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin Defining a new parser using the user interface Since release 3.8 you can define new parsers dynamically in the system configuration section of Jenkins. Just navigate to http://[jenkins-url]/configure and...
create a cfc for query and then call it from other file. employee has many phone numbers, all stored in the phone table Also change example to be inline with...
< !--- < cfif Val(rsArtists.IsSold)> < cfset numberSold ++ /> < /cfif> --- > ``` < cfset numberSold = Val(rsArtists.IsSold) ? ++ numberSold : numberSold /> < cfset totalPieces ++...
Need to review, and probably make more clear what's required during different types of query loops. Should also specify what you get if you reference query that's empty, or reference...
links to ColdFusion wiki, maybe cf documentation of tags, etc. any links to make the tutorial more useful
Bit concerned that the CFC examples don't var the variable - that's kinda important to get into people's minds, especially if they're used to other languages...
remove double quotes around values like "+", "-", "/", and "*". The "++" Make them the code indicator like `+`
add anchors to sections from table of contents
If applicable, add a java syntax example to the comparison of syntax section