707 reputation
412
bio website pritaeas.net
location Netherlands
age 39
visits member for 2 years, 10 months
seen 4 hours ago
stats profile views 39

Hobby programmer since 1984. Used any language I could get out of interest. I'm a software engineer since 1997. Professionally used Delphi, FoxPro, PHP, C#, ASP.NET and Javascript/jQuery.


May
14
awarded  Constituent
May
7
awarded  Caucus
May
6
reviewed No Action Needed Domain mapping issues
Mar
1
reviewed Reviewed Symbolic link of file on ftp server to file on dropbox
Feb
13
comment Is it legal for webmaster to read private forum email? (UK law)
What do their Terms of Service say?
Dec
21
comment PHP website template and response time
You can still cache the entire output too (if necessary).
Dec
19
reviewed No Action Needed IIS 7.5 setting error page with iis stopped
Nov
6
awarded  Custodian
Nov
6
reviewed Reviewed What's the best way to version CSS and JS URLs?
Oct
31
reviewed Reviewed Google analytics iframe code measuring visitor as two visitors
Oct
31
awarded  Custodian
Oct
31
reviewed Reviewed routing or redirecting www.domain.com to domain.com with IIS
Aug
22
comment Where can I find a good perl script for a cronjob that backs up all files in a specific folder on my webspace?
Does it have to be a perl script? A shell script calling gzip would work just fine too.
Aug
20
revised Use Apache to prevent a PHP script from connecting to a specific domain
added 17 characters in body
Aug
20
revised Use Apache to prevent a PHP script from connecting to a specific domain
misunderstood question
Aug
20
answered Use Apache to prevent a PHP script from connecting to a specific domain
Aug
8
comment PHP Include meta tags
Shouldn't all your tags be closed: <meta .. />
Aug
8
comment Noindex, Nofollow affect “Google Custom Search” results?
There is no fixed timeset for how long it will take for existing links to be removed.
Jul
30
comment Auto-apply a role to new phpBB user with password or code
How would you filter your users (you said 'certain users')? If there is a fixed filter, a database trigger could work just fine.
Jul
30
comment Avoid SEO loss after URL structure change
I don't see what the problem would be with an .htaccess file in your web-root, redirecting old requests to new ones. You do not need your old server for that.