Tom

756
reputation
97 views

Registered User

name Tom
member for 1 year
seen Dec 18 at 8:21
website
location Timisoara, Romania
age
Dec
7
comment textarea cols property when using CSS
You should consider accepting an answer.
Dec
7
awarded  Popular Question
Dec
1
awarded  Popular Question
Nov
9
comment How do you know if syslog-ng stops your listening daemon?
I accidentally downvoted you. Sorry, your answer was correct. Try editing it, so I may reverse the vote.
Nov
9
comment How do you know if syslog-ng stops your listening daemon?
That still doesn't help when dealing with SIGTERM, sorry.
Nov
4
comment How do you know if syslog-ng stops your listening daemon?
@Kevin Peno: not yet
Nov
2
revised How do you know if syslog-ng stops your listening daemon?
added more info
Oct
31
comment Processing large images with Delphi for saving as .jpeg
I'm already doing this. The code is posted in the question.
Oct
30
asked How do you know if syslog-ng stops your listening daemon?
Oct
30
comment Processing large images with Delphi for saving as .jpeg
I'll try this as well, it's a black and white image anyway.
Oct
30
comment Processing large images with Delphi for saving as .jpeg
Works fine, thank you!
Oct
30
comment Processing large images with Delphi for saving as .jpeg
Windows XP SP1 with 1GB of RAM. The application is used on Windows 7 with 2 GB of RAM without any hassle, but I would like to make sure that it runs fine on my system (at least for debugging's sake)
Oct
30
comment Processing large images with Delphi for saving as .jpeg
Half of the answer is still right...
Oct
28
comment Processing large images with Delphi for saving as .jpeg
If nobody comes up with any ideas/workarounds any time soon, I will accept your answer.
Oct
28
comment Processing large images with Delphi for saving as .jpeg
I'm not using anything special and the library is just something that uses the Canvas to output some information, it's also written in Delphi and the whole source code is filled with nothing more than "var s:TStringList" and "cnv.TextOut(..)" so it can easily be recompiled and it should be fine.
Oct
28
revised Processing large images with Delphi for saving as .jpeg
added 68 characters in body
Oct
28
asked Processing large images with Delphi for saving as .jpeg
Oct
20
answered What are the different ways of writing “if” conditional statements using PHP?
Oct
20
comment What are the arguments IN FAVOR of PHP closing tags for PHP only files?
Excellent points
Oct
20
comment <?php vs <? …Does it matter?
Downvoted because it missed the question.
Oct
20
comment PHP function confusion
Anax: It wasn't me who downvoted you, but it seems that you haven't read much of the manual. Try this: php.net/manual/en/…
Oct
20
comment how can get whether directory exist in PHP
Please give an example of an absolute path that crashes the server.
Oct
20
comment call jquery load on <a > link
Instead of <div id="x"> use <div id="div1"> and $('#div1'), as the asker wanted.
Oct
20
comment call jquery load on <a > link
I don't know JQuery, but your fix is not very efficient and you recommend using numbers as ids... You should change it like this: put the <?php .. ?> inside a <div id="x"> and then loop through $('#x a') and set the event. You should also define the event as a function variable and use the variable when attaching the event to avoid loading the JS space. That would get you my upvote ;)
Oct
15
comment Is automatic “smart” process priority management worth it?
I think I was clear enough. I am asking you if it is a good idea to do something like this and if someone already does it and if it is successful.
Oct
15
comment Is automatic “smart” process priority management worth it?
Thank you for the fix :)
Oct
15
comment Is automatic “smart” process priority management worth it?
Teh spelinggs, they hurtz!
Oct
15
asked Is automatic “smart” process priority management worth it?
Oct
9
awarded  Yearling
Oct
1
awarded  Popular Question
Oct
1
comment How to check if MySQL tables exist without asking MySQL
Thank you. @Thomas: good question. @R. Bemrose: excellent answers.
Sep
30
asked How to check if MySQL tables exist without asking MySQL
Sep
23
comment How to determine if Javascript object is an event?
Now here's an interesting thought... I need only three properties of the Event object (if it really is an object) so I'll just check if it has all three an make sure their types are the ones I need. If the user is idiot enough to send me a fake object with usable values, it is entirely her fault. Thanks!
Sep
23
comment How to determine if Javascript object is an event?
@Tim Down: Because I need to make the difference between a random JS object, an HTML element and an event that's being sent as parameter to my function.
Sep
22
asked How to determine if Javascript object is an event?
Sep
22
comment Reading form action property in IE6, if form has a field named “action”
Now that's how an answer should look like! "Here are your options" and "here's what I've found" Thank you.
Sep
9
answered Reading form action property in IE6, if form has a field named “action”
Sep
4
asked Reading form action property in IE6, if form has a field named “action”
Aug
18
awarded  Nice Question
Aug
6
comment Configuring already installed PHP to work with already installed ncurses (MAMP).
Thank you for your insightful and helpful answer.
Aug
6
asked Configuring already installed PHP to work with already installed ncurses (MAMP).
Jul
27
comment How to show yesterdays date in this format?
I have not tested this, but I have a feeling it will not work properly for at least one hour a year because of daylight savings. I have a hunch that somewhere around the day when an hour is added or the day when an hour is removed, +/- 24 hours. Maybe someone else can look into this a bit deeper, maybe this isn't a real problem for you...
Jul
26
awarded  Popular Question