Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
~2K People Reached

3 Posted Topics

Member Avatar for dreadrocksean

Hi all. I have a dynamically generated HTML page using PHP. I create my PHP variables and then have them in line with my HTML like so: [CODE] <tr> <td align="right">Restaurant Subtotal</td> <td align="right"><strong><? $subTotal = getSubTotal(); echo money($subTotal);?></strong></td> </tr> [/CODE] I have a need to send the generated HTML …

Member Avatar for ddymacek
0
276
Member Avatar for dreadrocksean

Hi. I am having trouble understanding why, if I use setEnabled() inside a button listener, my end result where I update the text inside a text box doesnt work the same way as when I comment out the setEnabled() lines. I am making a simple pi generator based on a …

0
76
Member Avatar for Lakepoint

[QUOTE=jwenting;407133]yes, you will loose a lot. Not in the least you loose the platform independent nature of the classfile format. You almost certainly also loose a lot of things to do with reflection and introspection, which are also lost when employing obfuscation. And you loose an excellent opportunity to learn …

Member Avatar for dreadrocksean
0
1K

The End.