Since 4/2/2012 6:22:31 AM, atrauzzi has written 8 articles and participated in 12 conversations. atrauzzi signature: atrauzzi
atrauzzi's articles:
Items(8) /1
Some confusion on self and the like....928 (6/22/2009 4:15:07 PM) comp.lang.ruby Hello all, I'm getting somewhat confused by the use of "self" when doing Ruby programming. Self in other languages has typically referred to a currently executing class, while "this" is used for the current i... Alexander
User-scripting within PHP630 (2/25/2008 4:32:13 PM) comp.lang.php I'm interested in adding custom scripting functionality to my PHP site. Are there any implementations of languages such as JavaScript, LUA, AWK etc... available for PHP? I want to create an environment where ... Omega
Getting a list of Classes in a Package26175 (3/21/2007 2:54:29 AM) comp.lang.java.programmer I've been doing some research online about this subject and I've comeacross a pretty even balance of "why I need to do it" and "why itisn't possible".I want to maybe get some discussion going, and maybe if ther... Omega
RMI, Serialize or Neither317 (10/16/2006 8:06:17 PM) comp.lang.java.programmer I'm trying to do a little research on what I should be researching... I want to write a game where all the "business logic" is kept on the server. I want the user interface to be a regular swing application. ... atrauzzi
Persistent servlets & inter-servlet communication329 (9/23/2006 1:14:09 AM) comp.lang.java.programmer Just curious to know if there is a way to have a servlet that is not destroyed at the end of it's request? Also, is there any way I can get a reference to an instance of a servlet from somewhere else on the sa... atrauzzi
Wrangling Javascript from PHP229 (7/26/2006 2:32:42 PM) comp.lang.php I'm working on a bunch of classes in PHP that will render into HTML a-la widgets. Part of this functionality is that I'd like to expose Javascript in the classes and have each instance provide and/or generate ... Omega
JTree Best Practices1469 (1/20/2006 5:26:29 PM) comp.lang.java.gui This is a question for the experts (obviously). I'm working on a small project to develop a messenger-type application. I'm planning on using the JTree object to represent my contact list. It seems like a ver... Omega
Wrangling Javascript from PHP229 (7/26/2006 2:32:42 PM) comp.lang.php I'm working on a bunch of classes in PHP that will render into HTML a-la widgets. Part of this functionality is that I'd like to expose Javascript in the classes and have each instance provide and/or generate ... atrauzzi(20)
RMI, Serialize or Neither317 (10/16/2006 8:06:17 PM) comp.lang.java.programmer I'm trying to do a little research on what I should be researching... I want to write a game where all the "business logic" is kept on the server. I want the user interface to be a regular swing application. ... atrauzzi(20)
User-scripting within PHP630 (2/25/2008 4:32:13 PM) comp.lang.php I'm interested in adding custom scripting functionality to my PHP site. Are there any implementations of languages such as JavaScript, LUA, AWK etc... available for PHP? I want to create an environment where ... atrauzzi(20)
stripslashes() and MySQL1128 (2/25/2008 6:03:48 PM) comp.lang.php What is the proper way to use of the following functions: mysql_real_escape_string() and stripslashes()? Typically, I will use mysql_real_escape_string() when inserting a value into the database, and I use s... vol30w60(11)
Some confusion on self and the like....928 (6/22/2009 4:15:07 PM) comp.lang.ruby Hello all, I'm getting somewhat confused by the use of "self" when doing Ruby programming. Self in other languages has typically referred to a currently executing class, while "this" is used for the current i... atrauzzi(20)