Since 4/27/2012 6:18:32 AM, philrob2 has written 3 articles and participated in 166 conversations. philrob2 signature: philrob2
philrob2's articles:
Items(3) /1
FXRuby widget suggesttion anybody?427 (5/24/2004 6:41:26 PM) comp.lang.ruby I'm looking to create a simple info grid such as the one shown in the "properties" section of this screenshot, only without scrollbars: http://static.icsharpcode.net/OpenSource/SD/teaser_beta1.png I've made ... Phil
A simpler way to do this?225 (5/14/2004 3:22:28 PM) comp.lang.ruby I have an FXList window showing a list of users from a database, and as is common for such lists I've implemented a system for sorting by column, with reversible sort directions and all. The only issue is t... Phil
Some pointers needed on FXRuby-based app442 (5/11/2004 5:08:10 PM) comp.lang.ruby I'm teaching myself Ruby by way of building an application using FXRuby. I've gotten to the point where I have a functioning GUI, and I can create dialogue boxes containing data extracted from a database. Ho... Phil
PHP sucks!!!!!!2018 (4/27/2004 8:50:59 PM) comp.lang.php I'm getting frustrated with the 8 meg memory limit in PHP 4 and PHP's inability to handle files of even moderate size. Below you'll see the error message I'm getting, and below you'll see the function that is g... lkrubner(905)
new to PHP523 (4/27/2004 10:15:39 PM) comp.lang.php I've just finished my first PHP script (fronted at ) does/ What subtlety am I missing? -- Stewart Robert Hinsley http://www.malvaceae.info http://www.meden.demon.co.uk ... Stewart
Inhouse repository for PEAR sources.215 (5/6/2004 2:35:42 PM) comp.lang.php Hello, Does anyone know of how I can have an inhouse repository for PEAR sources, I would like to use PEAR internally for configuration management of our own servers; make components of our own website into PE... quirk1(45)
Php query string security218 (5/8/2004 12:11:49 PM) comp.lang.php Hi was asking some questions about this in alt.php but some didn't get answered. Yes I have read an awful lot now about php security and different advisories and Idon't mind being called a competely dimwit but ... nospam342(9)
Some pointers needed on FXRuby-based app442 (5/11/2004 5:08:10 PM) comp.lang.ruby I'm teaching myself Ruby by way of building an application using FXRuby. I've gotten to the point where I have a functioning GUI, and I can create dialogue boxes containing data extracted from a database. Ho... philrob2(169)
PHP Forum221 (5/17/2004 3:01:26 PM) comp.lang.php Hi all, I've got a website on which I, as admin, manage user accounts. I'd like to implement a forum into my website. I've downloaded PhpBB (which seems pretty good). Still, I find it hard to merge my user acc... mike5133(2)
FXRuby widget suggesttion anybody?427 (5/24/2004 6:41:26 PM) comp.lang.ruby I'm looking to create a simple info grid such as the one shown in the "properties" section of this screenshot, only without scrollbars: http://static.icsharpcode.net/OpenSource/SD/teaser_beta1.png I've made ... philrob2(169)
Weird Problem with Internet Explorer623 (6/12/2004 12:35:56 AM) comp.lang.php Hello everyone. First of all, apologies in advance if this is a question that gets asked all the time. I tried to search, but wasn't really sure exactly what to search for. Anyway, here's the issue. I've w... randyjackson(2)
PHP5: type hinting with optional arguments917 (6/13/2004 10:21:25 PM) comp.lang.php Hey, I've just noticed a somewhat annoying feature with PHP5 type hinting. You cannot hint types on optional arguments like this: class MyClass { function someFunc(Type1 $arg1, Type2 $arg2 = new Type2()) { ... bobalong(17)