Talk:Hosting sample maps: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added headlines)
Line 1: Line 1:
==Helping==
Though I'm sure you're fine, I'd be more than happy to help maintain/optimize/clean code if nessicary. I have lots of experience with user-community-type and database code. --[[User:AndrewNeo|AndrewNeo]] 12:00, 17 May 2006 (PDT)
Though I'm sure you're fine, I'd be more than happy to help maintain/optimize/clean code if nessicary. I have lots of experience with user-community-type and database code. --[[User:AndrewNeo|AndrewNeo]] 12:00, 17 May 2006 (PDT)
:That would be great. I think you could help optimize/clean the code after I'm finished... It will take a little while, since I'm thinking of adding a little forum, for problems and questions. You can look at the progress at http://www.dutchlivealliance.nl/uploadvmf/index.php . You can only click on the links, but nothing will happen (it will just ask for an empty page) I'll contact you once I've got any other questions ^^ Thanks '''anyway''', '''in advance''' and '''very much''' :P --[[User:CrabbyData|CrabbyData]] 13:02, 17 May 2006 (PDT)
:That would be great. I think you could help optimize/clean the code after I'm finished... It will take a little while, since I'm thinking of adding a little forum, for problems and questions. You can look at the progress at http://www.dutchlivealliance.nl/uploadvmf/index.php . You can only click on the links, but nothing will happen (it will just ask for an empty page) I'll contact you once I've got any other questions ^^ Thanks '''anyway''', '''in advance''' and '''very much''' :P --[[User:CrabbyData|CrabbyData]] 13:02, 17 May 2006 (PDT)
::* No problem. :) --[[User:AndrewNeo|AndrewNeo]] 15:54, 19 May 2006 (PDT)
::* No problem. :) --[[User:AndrewNeo|AndrewNeo]] 15:54, 19 May 2006 (PDT)


Any response from Valve yet? :P [[User:Jupix|Jupix]] 01:45, 20 May 2006 (PDT)
==Layout wider==
:Noop... Still the 1 thing of 'Request pending'-email... --[[User:CrabbyData|CrabbyData]] 08:17, 20 May 2006 (PDT)
 
==layout==
Maybe you could approach the main layout differently, I use a resolution of 1600x1200 and pages built at a static 800x600 are a pet peeve. If you could develop some form of extension into your design so it behaves liked the VDC it would be greatly appricated. I try to make every page I build follow the variable sizing scheme as it suits the largest user base. [[User:Angry Beaver|Angry Beaver]] 14:42, 17 May 2006 (PDT)
Maybe you could approach the main layout differently, I use a resolution of 1600x1200 and pages built at a static 800x600 are a pet peeve. If you could develop some form of extension into your design so it behaves liked the VDC it would be greatly appricated. I try to make every page I build follow the variable sizing scheme as it suits the largest user base. [[User:Angry Beaver|Angry Beaver]] 14:42, 17 May 2006 (PDT)
:Ok, I'll update it... I'll update the [[Hosting_sample_maps]]-main-page in a sec with details... --[[User:CrabbyData|CrabbyData]] 05:44, 18 May 2006 (PDT)  '''=DONE'''
:Ok, I'll update it... I'll update the [[Hosting_sample_maps]]-main-page in a sec with details... --[[User:CrabbyData|CrabbyData]] 05:44, 18 May 2006 (PDT)  '''=DONE'''


==Uhhh...==
==About Copyright-PHP-script==
By ''Created a PHPscript for automatic updating of the copyright-year'' do you mean '''<?=date("Y")?>'''? --[[User:AndrewNeo|AndrewNeo]] 17:10, 21 May 2006 (PDT)
By ''Created a PHPscript for automatic updating of the copyright-year'' do you mean '''<?=date("Y")?>'''? --[[User:AndrewNeo|AndrewNeo]] 17:10, 21 May 2006 (PDT)
:Almost:
:Almost:

Revision as of 23:27, 21 May 2006

Helping

Though I'm sure you're fine, I'd be more than happy to help maintain/optimize/clean code if nessicary. I have lots of experience with user-community-type and database code. --AndrewNeo 12:00, 17 May 2006 (PDT)

That would be great. I think you could help optimize/clean the code after I'm finished... It will take a little while, since I'm thinking of adding a little forum, for problems and questions. You can look at the progress at http://www.dutchlivealliance.nl/uploadvmf/index.php . You can only click on the links, but nothing will happen (it will just ask for an empty page) I'll contact you once I've got any other questions ^^ Thanks anyway, in advance and very much :P --CrabbyData 13:02, 17 May 2006 (PDT)
  • No problem. :) --AndrewNeo 15:54, 19 May 2006 (PDT)

Layout wider

Maybe you could approach the main layout differently, I use a resolution of 1600x1200 and pages built at a static 800x600 are a pet peeve. If you could develop some form of extension into your design so it behaves liked the VDC it would be greatly appricated. I try to make every page I build follow the variable sizing scheme as it suits the largest user base. Angry Beaver 14:42, 17 May 2006 (PDT)

Ok, I'll update it... I'll update the Hosting_sample_maps-main-page in a sec with details... --CrabbyData 05:44, 18 May 2006 (PDT) =DONE

About Copyright-PHP-script

By Created a PHPscript for automatic updating of the copyright-year do you mean <?=date("Y")?>? --AndrewNeo 17:10, 21 May 2006 (PDT)

Almost:
<?
$naam = 'uploadVMF :: CrabbySoft';
$anno = '2006';

$date= date("Y");
echo ($anno == $date) ? "© $anno - $naam" : "© $anno - $date, $naam";
?>

--CrabbyData 23:23, 21 May 2006 (PDT)