Grzegorz Gierlik

1,885
reputation
124 views

Registered User

name Grzegorz Gierlik
member for 1 year
seen 12 hours ago
website
location Szczecin, Poland
age 33

I work as project leader for leading British social networking site.

Feel free to correct my English.

Dec
10
comment What is the best tool for a team of programmers to collaborate on a project?
You used it at work?
Dec
7
accepted How to retrieve all of the records which dont have any reference in another table?
Dec
7
answered How to retrieve all of the records which dont have any reference in another table?
Dec
3
comment Which ‘super shell scripting’ language should I learn, Perl, Ruby or Tcl?
According to [this](blogs.msdn.com/powershell/archive/…) there is an open source implementation of PowerShell. @weakish -- your 2nd and 3rd sentence refer to PowerShell or Perl/TCL?
Dec
2
answered Which ‘super shell scripting’ language should I learn, Perl, Ruby or Tcl?
Nov
27
revised Are there any good blogs for software team leaders or software project managers?
Link to Managing Professionals: Attitudes, Skills and Behaviors added.
Nov
27
answered Are there any good blogs for software team leaders or software project managers?
Nov
27
revised Are there any good blogs for software team leaders or software project managers?
Typo fixed.
Nov
27
answered Are there any good blogs for software team leaders or software project managers?
Nov
27
answered Are there any good blogs for software team leaders or software project managers?
Nov
27
answered Are there any good blogs for software team leaders or software project managers?
Nov
27
answered Are there any good blogs for software team leaders or software project managers?
Nov
25
answered What are my IDE/Editor choices for Haskell?
Nov
25
answered How to remove cookie with underscore in name in VB6?
Nov
25
comment How to remove cookie with underscore in name in VB6?
Unfortunately this was just a typo while editing my question.
Nov
25
revised How to remove cookie with underscore in name in VB6?
Typo noticed by @AngryHacker fixed
Nov
24
revised How to remove cookie with underscore in name in VB6?
added 20 characters in body
Nov
24
comment How to remove cookie with underscore in name in VB6?
Iterate over cookies collection also won't work :(.
Nov
24
asked How to remove cookie with underscore in name in VB6?
Nov
24
answered Best Practices for improving Software Quality
Nov
23
answered Form submit problem using JavaScript in Internet Explorer 6
Nov
23
answered Form submit problem using JavaScript in Internet Explorer 6
Nov
23
comment Form submit problem using JavaScript in Internet Explorer 6
What exactly doesn't work?
Nov
23
answered How to resize linked images dynamically in PHP?
Nov
23
answered Form submit problem using JavaScript in Internet Explorer 6
Nov
23
answered Getting only Month and Year from SQL DATE
Nov
18
answered Why would this SELECT statement lock up on SQL Server?
Nov
18
revised program c# for 10+(5/3) without using ‘/’ operator
edited tags
Nov
12
answered Server Or Database
Nov
9
awarded  Civic Duty
Nov
9
comment Getting the last inserted record id of a database table in java?
If MySQL JDBC driver implements it.
Nov
3
answered Tips for using vim over a slow connection?
Oct
27
comment SQL DELETE performance problem
What database is it?
Oct
26
comment How to calculate Vampire numbers?
Unfortunetly Manoj has to write code to find these numbers -- not just prints them :(
Oct
23
answered Tool or formula for calcuating man-hours required for a project
Oct
19
answered Where to start (self-)learning C, or should I learn I learn a different language?
Oct
13
answered ebook reader for programming books?
Oct
13
comment [SQL] How do I group by month and year when only having a datetime field?
Nice, but will not work on every database :(.
Oct
13
answered [SQL] How do I group by month and year when only having a datetime field?
Oct
1
answered which to-do list application do you use?
Sep
14
comment Troubles with html-forms.
In original form element action attribute has different value (update_db.php) then above. And here is the problem. Set proper action value and it will work. Redirect could drop values of form.
Sep
9
answered How can I query rankings for the users in my DB, but only consider the latest entry for each user?
Sep
8
accepted Conversion of INTEGER to DATETIME differs to VB6
Sep
8
comment Conversion of INTEGER to DATETIME differs to VB6
You can find explanation here: joelonsoftware.com/items/2006/…
Sep
8
comment IE7 problem - session and cookie problem
I am sorry, but I have no idea how to check if web app is already opened in other tab. When I had problem like that in my app I just taught users how to open 2ed window and log as another user. Moreover -- if you open new browser window form working browser window it inherited session -- new browser window must be opened from Start menu or by clicking on IE icon.
Sep
8
answered Conversion of INTEGER to DATETIME differs to VB6
Sep
8
comment IE7 problem - session and cookie problem
However, for IE new browser window does not inherit session, whereas for FF session is always inherited.
Sep
8
answered IE7 problem - session and cookie problem
Aug
21
answered How to average 3 values in Sql Server?
Aug
16
awarded  Yearling