User paan - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T01:35:31Zhttp://stackoverflow.com/feeds/user/2976http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/34312/simple-test-vs-phpunit7Simple test vs PHPunitpaan2008-08-29T10:08:06Z2009-11-18T03:34:05Z
<p>I was wondering if anyone that have experience in both these stuff can shed some light on the <em>significant</em> difference between the two, if any?</p>
<p>Any specific strength of each that makes it suitable for any specific case?</p>
http://stackoverflow.com/questions/267629/whats-your-experience-with-doctrine-orm0What's your experience with Doctrine ORM?paan2008-11-06T04:21:37Z2009-10-09T13:00:02Z
<p>What's your experience with <a href="http://www.doctrine-project.org/" rel="nofollow">doctrine</a>?
I've never been much of an ORM kind of guy, I mostlymanaged with just some basic db abstraction layer like adodb. </p>
<p>But I understood all the concepts and benifits of it. So when a project came along that needed an ORM I thought that I'd give one of the ORM framework a try. </p>
<p>I've to decide between doctrine and propel so I choose doctrine because I didn't want to handle the phing requirement.</p>
<p>I don't know what I did wrong. I came in with the right mindset. And I am by no means a 'junior' php kiddie. But I've been fighting the system each step of the way. There's a lot of documentation but it all feels a little disorganize. And simple stuff like YAML to db table creation just wouldn;t work and just bork out without even an error or anything. A lot of other stuff works a little funky require just that extra bit of tweaking before working.</p>
<p>Maybe I made some soft of stupid newbie assumption here that once I found out what it is I'll have the aha moment. But now I'm totally hating the system.</p>
<p>Is there maybe some tips anyone can give or maybe point me to a good resource on the subject or some authoritative site/person about this? Or maybe just recommend another ORM framework that 'just works"?</p>
http://stackoverflow.com/questions/29456/can-you-recommend-a-good-book-on-zend-framework7Can you recommend a good book on zend framework.paan2008-08-27T03:35:57Z2009-09-18T08:33:27Z
<p>Can anyone recommend a good book on zend framework. I got ZF up and running but I want a more complete reference with maybe something that talks about each module more in depth.</p>
<p>Is there such a book. There seems to be real slim pickings on ZF books</p>
http://stackoverflow.com/questions/137100/whats-the-difference-between-the-open-source-licences5What's the difference between the open source licencespaan2008-09-26T00:26:42Z2009-08-18T08:35:02Z
<p>I read all the licenses, and frankly I am kindda baffled by the many choices available. I know some relax the limitation of the license so that open source stuff can be used in commercial application.<br />
But other than that why is there so many licenses out there? Is there any <strong>major</strong> difference between them. How do I go about choosing the right one for me?</p>
<p>To not make this too general and complicated I'll just throw in some licenses here and you guys can tell me what's the main point of each</p>
<ol>
<li>gpl (v2/v3)</li>
<li>Apache license</li>
<li>BSD license</li>
<li>The MIT license</li>
<li>The mozilla license</li>
</ol>
<p>Edit:
(Pointed out to me, by 3 people, no less) whether or not a license allows a user to use the software in a commercial software is covered <a href="http://stackoverflow.com/questions/137048/how-do-i-tell-if-i-can-re-use-a-free-software-library-in-a-commercial-app">in this question</a>. But, as stated, I'm also looking if someone can shed light on the difference other than that. In context of choosing one for my own project rather than in the context of weather or not I can use the software within my own commercial software ( like I believe the other thread is about )</p>
http://stackoverflow.com/questions/41269/any-good-free-ftp-client7Any good, free ftp client?paan2008-09-03T07:14:55Z2009-08-03T21:26:18Z
<p>I've been using the free naggy version of Smart FTP for a while. It's very good, but then it became shareware only.</p>
<p>So I was wondering, are there any other good FTP clients for Windows?</p>
<p>The ones I tried but didn't like was:</p>
<ol>
<li>CoreFTP</li>
<li>FileZilla (this one was especially bad :( )</li>
</ol>
http://stackoverflow.com/questions/41010/smarty-integration-into-the-code-igniter-framework4Smarty integration into the Code Igniter framework.paan2008-09-03T01:18:45Z2009-07-30T07:41:54Z
<p>A little background:<br />
I've been looking at a few php framework recently and it came down to 2 framework. The zend framework or Code Igniter. </p>
<p>I prefer CI because if it's simple design. It's very barebone and just kept it simple. But the thing I didn't like is the weak template system. The template system is important for me because I will be working with another designer being able to give him a good template system is a big plus.</p>
<p>Zend was the second choice because of a better template system builtin. But zend is a different beast from CI. It emphasis 'loose coupling between modules' but It is a bigger framework and I don't like to feel like i have all things things under the hood that I never use. Those are unecessary overhead in my opinion.</p>
<p>So I thought about putting a template system into CI, namely smarty.</p>
<p>So, my question is: How easy/hard is the process. From my initial scan of the CI documentation I can see that the layout of the framework is easy enough to understand and I anticipate no problems.<br />
But I want to know if anyone of you used it before and therefore are aware of any gotchas that I don't know that is going this hard/impossible.</p>
<p>I also want to know if this is a good thing to do at all. Is the template system in CI enough for normal use?(which I doubt, it is very limited, you have to escape into php to do pretty much everything) Is there any other template module that is good for CI? Or am I better off with Zend Framework? In short, is any wheel being invented here?</p>
http://stackoverflow.com/questions/51027/database-system-that-is-not-relational6Database system that is not relational.paan2008-09-09T00:46:48Z2009-07-13T15:57:26Z
<p>What are the other types of database systems out there. I've recently came across couchDB that handles data in a non relational way. It got me thinking about what other models are other people is using.</p>
<p>So, I want to know what other types of data model is out there. (I'm not looking for any specifics, just want to look at how other people are handling data storage, my interest are purely academic)</p>
<p>The ones I already know are:</p>
<ol>
<li>RDBMS (mysql,postgres etc..)</li>
<li>Document based approach (couchDB, lotus notes)</li>
<li>Key/value pair (BerkeleyDB) </li>
</ol>
http://stackoverflow.com/questions/978959/end-of-month-calculations/978996#9789960Answer by paan for End of month calculationspaan2009-06-11T02:12:34Z2009-06-11T02:12:34Z<p>You could implement a EndOfMonth() and isEndOfMonth().</p>
<p>so your code would be, more or less,</p>
<pre><code>if isEndOfMonth( this.Date() )
endDate = (startmonth + addedMonths).EndOfMonth()
else
endDate = startDate + addedMonths
</code></pre>
<p>A bit simplistic but you get the idea.</p>
<p>There is of course alot of ideas here for the logic of EndOFMonth and isEndOfMonth</p>
http://stackoverflow.com/questions/903770/in-memory-ini-file-writer/903837#9038370Answer by paan for In Memory INI File Writerpaan2009-05-24T14:12:36Z2009-05-24T14:12:36Z<p>Why would you need to have it in an ini file format if it is never stored to disk? </p>
<p>Why not just keep it in memory as a data structure and use your normal ini file methods to write it to disk when you want to.</p>
http://stackoverflow.com/questions/31480/how-stable-is-wpf3How stable is WPF? paan2008-08-28T01:38:47Z2009-04-28T03:24:09Z
<p>How stable is WPF not in terms of stability of a WPF program, but in terms of the 'stability' of the API itself. </p>
<p>Let me explain: </p>
<p>Microsoft is notorious for changing its whole methodology around with new technology. Like with the move from silverlight 1 to silverlight 2. With WPF, I know that MS changed a bunch of stuff with the release of the .NET service pack. I don't know how much they changed things around. So the bottom line is, in your opinion are they going to revamp the system again with the next release or do you think that it is stable enough now that they won't change the bulk of the system. I hate to have to unlearn stuff with every release. </p>
<p>I hope that the question wasn't too long winded. Thanks in advance.</p>
http://stackoverflow.com/questions/580814/whats-your-favorite-lightsource-when-programming/580982#5809820Answer by paan for What's your favorite lightsource when programming?paan2009-02-24T08:52:44Z2009-02-24T08:52:44Z<p>I have a desk lamp ( reading lamp ) pointing down on the keyboard, out of neccesity at first, cause the flourecent light was blown out. but I kind of like it now. </p>
<p>The keyboard is nice and bright and theres no glare on the monitor</p>
http://stackoverflow.com/questions/538113/php-how-to-shorten-a-string-outputed/538148#5381480Answer by paan for php - how to shorten a string outputed?paan2009-02-11T18:31:49Z2009-02-11T18:31:49Z<p>use <a href="http://php.net/substr" rel="nofollow">substr</a></p>
<pre><code> echo substr( $str,0, 16 )
</code></pre>
http://stackoverflow.com/questions/147515/least-common-multiple-for-3-or-more-numbers7Least common multiple for 3 or more numberspaan2008-09-29T04:33:16Z2009-01-19T05:26:30Z
<p>How do you calculate the least common multiple of multiple numbers?</p>
<p>So far I've only been able to calculate it between two numbers. But have no idea how to expand it to calculate 3 or more numbers.</p>
<p>So far this is how I did it </p>
<pre><code>LCM = num1 * num2 / gcd ( num1 , num2 )
</code></pre>
<p>With gcd is the function to calculate the greatest common divisor for the numbers. Using euclidean algorithm</p>
<p>But I can't figure out how to calculate it for 3 or more numbers.</p>
http://stackoverflow.com/questions/29700/can-someone-point-me-to-some-guides-for-wpf6Can someone point me to some guides for WPFpaan2008-08-27T08:01:42Z2009-01-11T20:05:17Z
<p>I am having trouble finding good guides for WPF.<br />
I have experience in C# and .NET but I don't know anything about WPF except for the regular marketing-ish description of the technology as a whole.<br />
Can anyone point me to a good beginner's tutorial/guide on WPF.</p>
http://stackoverflow.com/questions/27663/what-kind-of-database-refactoring-tools-are-there6What kind of database refactoring tools are there?paan2008-08-26T09:55:44Z2008-12-13T10:20:28Z
<p>I am looking for something to integrate to my CI workflow.<br />
I've heard of dbdeploy (<a href="http://dbdeploy.com/" rel="nofollow">http://dbdeploy.com/</a>) but I'm looking for something else. The reason I don't like dbdeploy is I don't want to install java on my server.</p>
<p>I would prefer of course that the solution doesn't involve stringing some shell scripts together.</p>
http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read/43432#4343291Answer by paan for What non-programming books should programmers read?paan2008-09-04T09:54:22Z2008-12-08T16:20:39Z<p>Snow Crash By Neal Stephenson</p>
<p><img src="http://g-ecx.images-amazon.com/images/G/01/ciu/49/b4/8cbff0f9e7a0d2eb66a78110.L.jpg" alt="alt text" /></p>
http://stackoverflow.com/questions/279512/what-do-you-want-for-a-gift-in-the-coming-season/279661#2796610Answer by paan for What do you want for a gift in the coming season?paan2008-11-11T00:23:43Z2008-11-11T00:23:43Z<p>Fallout 3<br />
Even programmer have to relax and play sometimes...</p>
http://stackoverflow.com/questions/269403/how-to-write-a-modrewrite-rule-to-look-for-an-image-in-a-specific-folder1How to write a mod_rewrite rule to look for an image in a specific folder?paan2008-11-06T16:49:35Z2008-11-10T22:56:09Z
<p>I need to write a rule to redirect any image file to a specific folder. Namely "images"</p>
<pre><code>RewriteCond $1 ^(.*\.jpg|.*\.gif|.*\.bmp)
</code></pre>
<p>That will match all the imag, the the rerwrite part is confusing me.
I want that </p>
<pre><code>Http://domain.com/path/controller/view/image.jpg
http://domain.com/any/path/that/i/want/image.jpg
</code></pre>
<p>to load the file</p>
<pre><code>http://domain.com/iamges/image.jpg
</code></pre>
<p>Is this possible?</p>
http://stackoverflow.com/questions/268077/free-diagramming-tool-for-web-site-specification/268144#2681441Answer by paan for Free diagramming tool for web site specificationpaan2008-11-06T09:59:22Z2008-11-06T09:59:22Z<p>Dia is a multipurpose diagraming tool, ala visio.
<a href="http://live.gnome.org/Dia" rel="nofollow">http://live.gnome.org/Dia</a></p>
http://stackoverflow.com/questions/258299/best-practices-for-storing-database-passwords/258303#2583032Answer by paan for Best practices for storing database passwordspaan2008-11-03T10:42:31Z2008-11-03T10:42:31Z<p>Don't use passwords, server to server authentication can usually be performed by using a key file or a client cert or some other way other than a password.</p>
http://stackoverflow.com/questions/258172/whats-a-good-tool-to-monitor-network-activity/258200#2582001Answer by paan for What's a good tool to monitor network activitypaan2008-11-03T09:21:36Z2008-11-03T09:21:36Z<p>Not sure if this fits your usage but a lot of web hosting provider uses <a href="http://www.nagios.org/" rel="nofollow"> Nagios</a> for network monitoring</p>
http://stackoverflow.com/questions/257997/subdomain-on-different-host/258193#2581930Answer by paan for Subdomain on different hostpaan2008-11-03T09:18:06Z2008-11-03T09:18:06Z<p>This is no problem at all, technically. But the problem is that Usually under some hosting account your are only allowed 1 domain under 1 account.</p>
<p>Considering that the account doesn't have any restriction of the kind. You just need set the nameserver of domain2 to the nameserver of domain1.com.
The set the home directory to the same directory that was set for domain2.com</p>
http://stackoverflow.com/questions/29633/what-is-the-important-aspect-of-creating-online-communities2What is the important aspect of creating online communities?paan2008-08-27T06:43:43Z2008-11-02T15:13:44Z
<p>What features do you think can help foster creating an online community.<br />
From my own observation i think what is needed:</p>
<ol>
<li>community involvement<br />
(let people contribute to the community by giving them control on the community, for example able to vote stuff up/down)</li>
<li>low entry barrier<br />
(for example, stackoverflow allow you to do stuff without even login.. so that people can involve in the community early)</li>
</ol>
<p>What other things do you thing that I need to do, is there any other important points that I am missing.</p>
<p>I am working on a small, web commnunity and I want to start on the right footing... </p>
http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-him20How do I tell a senior programmer that you disagree with himpaan2008-10-17T01:10:30Z2008-10-30T10:16:05Z
<p>I am a new programmer at my office. I just entered this workplace for about 2 months. </p>
<p>I've been working with another senior programmer which is essentially my "mentor" during the introductory period. I've been studying a lot for the past 2 months and I believe I have a good grasp of the system already. And I feel that one of the design decision that this senior programmer made is not very good and I have a better solution. </p>
<p>So how do I go about telling him this?</p>
<p>I'm not a junior programmer by any means I've been programming for some time. But they are using a custom 4thGL. So I can't say that "I have 5 years experience in .net and this is bad in my experience" or something like that. And we are working on different parts of the system and his part doesn't actually falls under my "jurisdiction" really... But I will eventually end up diving some parts of it sooner or later, and it is a major part of the system and I feel that a lot can be improved by doing things my way.</p>
<p>But I don't want to be the snobbish little kid that just joined the company, and I do want an ongoing good relationship with my colleague especially since he helped me so much during the first week or 2 when i was there. But i feel strongly about this.</p>
<p>So what is your opinion?</p>
http://stackoverflow.com/questions/48951/how-to-mitigate-sore-back-during-long-programming-runs15How to mitigate sore back during long programming runs.paan2008-09-08T01:01:21Z2008-10-29T11:55:08Z
<p>I usually have lower back discomfort and mild pain after a long time on the computer programming. </p>
<p>The chair that I am on now is the typical office chair. It's not one of those ergonomics thing but it is a good office chair the is pretty comfortable. So i don't think it is the chair.</p>
<p>Maybe it's my posture? What is the 'right' way to sit while programming? I kindda try to be aware of my posture at the beggining of the session but when you are in the zone, sometimes i swivel in the chair to refer a book. sometimes I roll to a nearby desk to get some stuff etc. </p>
<p>So I might have shifted position and I'm not really aware of my posture. </p>
<p>So what do you do to prevent back ache during long programming sessions?</p>
http://stackoverflow.com/questions/130448/really-young-software-architect-question/130457#1304576Answer by paan for Really Young Software Architect Questionpaan2008-09-24T22:57:15Z2008-10-20T14:30:52Z<p>The <a href="http://rads.stackoverflow.com/amzn/click/0201835959" rel="nofollow">mythical man month</a> & <a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">Peopleware</a> are the 2 books you <strong>NEED</strong> to read.</p>
http://stackoverflow.com/questions/165515/how-do-i-track-what-registry-changes-is-done-to-the-system-by-an-install-shield-i0How do I track what registry changes is done to the system by an install shield installer?paan2008-10-03T02:57:02Z2008-10-03T03:54:21Z
<p>I need something like i6comp but for list of reg changes rather than list of files.</p>
<p>Does such a thing exist?</p>
<p>EDIT:I know there are ways to do monitor changes to the ergistry but are there ways to do it by examining the setup files? </p>
http://stackoverflow.com/questions/151540/is-it-possible-to-create-a-standalone-virtual-pc-application-like-vmware-does1Is it possible to create a standalone virtual pc application like vmware does? [closed]paan2008-09-30T02:27:36Z2008-10-01T13:53:41Z
<p>With vmware, you can create standalone executables of the vm image you are using. They call it vmware application.</p>
<p>Is there a way to create the same thing using virtual pc.</p>
http://stackoverflow.com/questions/138374/php-close-a-connection-early/138409#1384090Answer by paan for PHP: close a connection earlypaan2008-09-26T09:10:51Z2008-09-26T09:10:51Z<p>You could try to do multithreading.</p>
<p>you could whip up a script that makes a system call ( using <a href="http://my.php.net/manual/en/function.shell-exec.php" rel="nofollow">shell_exec</a> ) that calls the php binary with the script to do your work as the parameter. But I don't think that is the most secure way. Maybe you can thighten stuff up by chrooting the php process and other stuff</p>
<p>Alternatively, there's a class at phpclasses that do that <a href="http://www.phpclasses.org/browse/package/3953.html" rel="nofollow">http://www.phpclasses.org/browse/package/3953.html</a>. But I don't know the specifics of the implementation</p>
http://stackoverflow.com/questions/131902/what-are-the-security-concerns-of-evaluating-user-code-in-php/137066#1370663Answer by paan for What are the security concerns of evaluating user code in PHP?paan2008-09-26T00:18:07Z2008-09-26T00:18:07Z<p>Dear god <strong>NO</strong>. I cringe even at the title. Allowing user to run any kind of arbitrary code is like handing the server over to them</p>
<p>I know the people above me already said that. But believe me. That's never enough times that someone can tell you to sanitize your input.</p>
<p>If you <em>really, really</em> want to allow user to run some kind of code. Make a subset of the commands available to the user by creating some sort of psudo language that the user can use to do that. A-la the way bbcode or markdown works. </p>
http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-himComment by paan on How do I tell a senior programmer that you disagree with himpaan2009-09-09T03:24:02Z2009-09-09T03:24:02Z@Ben I kept my mouth shut on that one. Later found out that he's not wrong, but I wasn't wrong either. It's just one of the quirks of the software. Our software have many of these quirks. So basically in other similar situation with him I've used Andy's approach.http://stackoverflow.com/questions/1321664/why-doesnt-this-regex-work/1321679#1321679Comment by paan on Why doesn't this regex work?paan2009-08-24T13:05:00Z2009-08-24T13:05:00Zupvoted just for this line 'what is the input string, what is the output string and your platform/language.'http://stackoverflow.com/questions/59204/data-encryption/59315#59315Comment by paan on Data Encryptionpaan2009-08-24T13:01:10Z2009-08-24T13:01:10Zhow about volatile storage like the session? Not the best solution, god knows there are many session hijacking bugs out there. But as long as you only keep it as long as you need it and delete it afterwards, it's better than saving it in a DB I thinkhttp://stackoverflow.com/questions/903818/how-to-tell-when-a-function-in-another-class-has-been-calledComment by paan on How to tell when a function in another class has been calledpaan2009-05-24T14:07:34Z2009-05-24T14:07:34ZWhat are you trying to achieve? What's wrong with calling it directly. Seems like you want something like a on call event on the function. Which is somewhat redundant seems what ever you need to do you can code in the function itself.http://stackoverflow.com/questions/873312/how-to-ascribe-x-y-coordinates-to-text/900777#900777Comment by paan on how to ascribe (x,y) coordinates to text?paan2009-05-23T03:27:23Z2009-05-23T03:27:23ZYou should edit your question to put this in or put it in a answer. Or people will miss it if the answer starts to come in and this answer moves down. And this is not really an answer anywayhttp://stackoverflow.com/questions/322607/scripts-embedded-in-imagesComment by paan on scripts embedded in imagespaan2008-11-27T01:46:06Z2008-11-27T01:46:06Zmore specific details about the nature of the attack would help a lot.. There are a few image exploit that people know of..http://stackoverflow.com/questions/269403/how-to-write-a-modrewrite-rule-to-look-for-an-image-in-a-specific-folder/269557#269557Comment by paan on How to write a mod_rewrite rule to look for an image in a specific folder?paan2008-11-06T18:09:06Z2008-11-06T18:09:06Zthanks a lot man..
I actually got something along the same line.. but the prevent endless lopp part that is causing me some problems( i don't have it ).. and your example solved my problem...http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-him/210849#210849Comment by paan on How do I tell a senior programmer that you disagree with himpaan2008-10-17T02:01:18Z2008-10-17T02:01:18Zsorry.. maybe wording it as "he's wrong" is bad.. didn;t mean it that way.. i've edited the question to reflect that..
http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-him/210847#210847Comment by paan on How do I tell a senior programmer that you disagree with himpaan2008-10-17T01:57:00Z2008-10-17T01:57:00Zsorry.. maybe wording it as "he's wrong" is bad.. didn;t mean it that wayhttp://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-him/210806#210806Comment by paan on How do I tell a senior programmer that you disagree with himpaan2008-10-17T01:30:30Z2008-10-17T01:30:30Zyeah.. i think you're right. http://stackoverflow.com/questions/210797/how-do-i-tell-a-senior-programmer-that-you-disagree-with-himComment by paan on How do I tell a senior programmer that you disagree with himpaan2008-10-17T01:28:51Z2008-10-17T01:28:51Zit'll be too long to explain everything here.. i would need to explain the way the language work. etc etc.. But in short i believe that we can minimize performance hit from filtering through a result by introducing an object in a difrent way..http://stackoverflow.com/questions/171289/whats-the-maximum-number-of-keys-for-an-array-in-php/172615#172615Comment by paan on What's the maximum number of keys for an array in phppaan2008-10-06T01:00:28Z2008-10-06T01:00:28Zthis is rather useful to know.. maybe you could put this as a community owned answer so that you can accept it.http://stackoverflow.com/questions/151540/is-it-possible-to-create-a-standalone-virtual-pc-application-like-vmware-does/151547#151547Comment by paan on Is it possible to create a standalone virtual pc application like vmware does?paan2008-09-30T02:35:02Z2008-09-30T02:35:02ZI thought that those are virtual pc images. So you have to have virtual pc installed. I want it to not require virtual pc installedhttp://stackoverflow.com/questions/147515/least-common-multiple-for-3-or-more-numbersComment by paan on Least common multiple for 3 or more numberspaan2008-09-29T08:45:58Z2008-09-29T08:45:58Zplease don't tag this as homework. I'm trying to find a way to fit multiple pieces of metal sheets onto a plate and need to find a way to fit different length metal on the same plate. LCM and GCD is the best way to do this. I'ma programmer not a math guy. THat's why I asked. http://stackoverflow.com/questions/147444/minimum-development-computer-requirements/147445#147445Comment by paan on Minimum development computer requirements?paan2008-09-29T04:55:03Z2008-09-29T04:55:03Zno one /needs/ 80 gigs to develop... anyway.. the question is way too general anyway..