User lamcro - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T15:54:02Z http://stackoverflow.com/feeds/user/15884 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/221826/alternatives-to-access 9 Alternatives to Access lamcro 2008-10-21T13:14:21Z 2009-12-13T13:52:26Z <p>Are there any alternatives to MS Access?</p> <p>Requirements:</p> <ul> <li>Portable Database file</li> <li><strong>Integrated form development for data entry</strong></li> <li>No compiling necessary. Can be modified on the fly.</li> </ul> <p><hr /></p> <p>Two more requirements:</p> <ul> <li>Available for Linux or Windows</li> <li><p>Does not have to be free</p> <p>EDIT: Emphasised <em>Integrated form development for data entry</em> as the top voted answers for this question, at the time of edit, both recommend a simple database system. The reason why Access is still so hard to replace for simple department level CRUD (and more) applications is the integration of database, data entry forms and reporting tool. Simply recommending a database does <em>not</em> answer the question as posed.</p></li> </ul> http://stackoverflow.com/questions/1889642/automatic-emails-from-wordpress 0 Automatic emails from wordpress lamcro 2009-12-11T17:35:49Z 2009-12-11T17:40:23Z <p>Is there any way to configurate my wordpress blog to send an email, to a group in Exchange, whenever there is a new post? I would like my IT department to receive the new post, or a notification of it, whenever someone writes one.</p> http://stackoverflow.com/questions/234467/tech-books-you-have-but-never-read 4 Tech Books you have but never read lamcro 2008-10-24T17:23:09Z 2009-11-21T13:56:34Z <p>Let's be honest. Many of us have books that were bought thinking "I might need this some day". That day has never come.</p> <p>Or maybe you spent $50+ on the book but only used it a few times.</p> <p>Or you bought it thinking it was the current technological trend.</p> <p>Post your list of books that you have but have never read, let alone used for a project.</p> <p><hr /></p> <p>Only put books related to your work. Tech books!</p> http://stackoverflow.com/questions/1750846/why-doesnt-perl-recognize-my-constant -1 Why doesn't Perl recognize my constant? [closed] lamcro 2009-11-17T18:31:53Z 2009-11-17T20:39:41Z <p>I have this constant declared at the beginning of the program:</p> <pre><code>use constant LOCAL_SVN =&gt; "/local_svn"; </code></pre> <p>Later in the program I try to use the constant</p> <pre><code>my $code_directory; $code_directory = $ENV{"HOME"} . SVN_DIRECTORY . $_; </code></pre> <p>I get the following error</p> <p><code>Bareword "SVN_DIRECTORY" not allowed while "strict subs" in use at svn2ob.pl line 68. Execution of svn2ob.pl aborted due to compilation errors.</code></p> <p>The program has <code>use warnings;</code> and <code>use strict;</code> at the beginning of the program.</p> http://stackoverflow.com/questions/1734425/ms-isa-proxy-connectivity 0 MS ISA Proxy connectivity lamcro 2009-11-14T14:46:32Z 2009-11-14T16:29:35Z <p>Why are there so many programs that cannot work through an ISA proxy in Windows.</p> <p>I can understand programs in OS's other than Windows and/or open sourced programs cannot connect through proxy. But I see many propitary Windows programs that can't.</p> <p>Does it have to do with the libraries used in the project, or just plain laziness?</p> http://stackoverflow.com/questions/1693638/how-to-display-list-of-repositories-from-subversion-server 2 How to display list of repositories from subversion server lamcro 2009-11-07T16:43:50Z 2009-11-08T12:14:24Z <p>I'm looking for a way to search a whole subversion server.</p> <p>I already got a piece of the puzzle to <a href="http://stackoverflow.com/questions/1687632/how-to-search-for-file-in-subversion-server">search within a repository</a>. Now I need to do this for every repository.</p> <h3>Update:</h3> <p>I have to access this list from some unix shell script (perl, bash, etc.)</p> http://stackoverflow.com/questions/1687632/how-to-search-for-file-in-subversion-server 5 How to search for file in subversion server? lamcro 2009-11-06T13:36:14Z 2009-11-06T14:11:06Z <p>Is there a way to search for a file in a subversion repository?</p> <p>Something similar to Unix' <code>find</code> command, with which I can find the location of a file in a repository.</p> <p>I know there is <code>svn list</code>, but this gives me a list of all the files in a directory. I want to find the directory a file is in.</p> http://stackoverflow.com/questions/138715/programming-with-add-adhd 61 Programming with ADD/ADHD lamcro 2008-09-26T10:56:45Z 2009-10-27T21:41:04Z <p>I have diagnosed ADD. Mild but enough to affect my work:</p> <ul> <li>Easily distracted</li> <li>Can't concentrate on one project at a time</li> <li>Addicted to the web</li> <li>Procrastination</li> <li>etc.</li> </ul> <p>What strategies do you use to compensate?</p> <p><hr /></p> <p><strong>One clarification</strong></p> <p>I have <strong>real</strong> ADD. I was diagnosed with it when I was a child and have wrestled with it all my life. I am not talking about <strong>artificial</strong> ADD, which is induced by media overload.</p> <p><hr /></p> <h2>Update</h2> <p>I just read this description ADD/ADHD. It's a great description, especially for us programming ADDers:</p> <blockquote> <p>I am like a toolbox,<br> with all the tools I will ever need<br> lain gently and neatly in the box,<br> ready for me to use them.<br> The toolbox is translucent<br> so I can see them there.<br> <br> The key to the toolbox is locked inside of it.</p> </blockquote> http://stackoverflow.com/questions/763802/how-to-permit-update-of-a-views-results-in-oracle 0 How to permit update of a view's results in Oracle? lamcro 2009-04-18T17:27:55Z 2009-09-29T17:06:31Z <p>I understand that database views are read-only, or at least read-only by default.</p> <p>Is it possible to enable the change of data brought by an oracle view?</p> <p><strong>Rephrasing:</strong> If I make a view of just one table, just to hide some columns, will changes to this data be updated on the table?</p> http://stackoverflow.com/questions/354651/importing-exporting-relationships-in-ms-access 3 Importing/Exporting Relationships in MS Access lamcro 2008-12-09T23:48:01Z 2009-09-21T13:58:43Z <p>I have a couple of mdb files with the exact table structure. I have to change the primary key of the main table from autonumber to number in all of them, which means I have to:</p> <ol> <li>Drop the all the relationships the main table has</li> <li>Change the main table</li> <li>Create the relationships again,... for all the tables.</li> </ol> <p>Is there any way to export the relationships from one file and importing them to all the rest?</p> <p>I am sure this can be done with some macro/vb code. Does anyone has an example I could use?</p> <p>Thanks.</p> http://stackoverflow.com/questions/365259/how-can-i-quickly-find-the-first-line-of-a-file-that-matches-a-regex 2 How can I quickly find the first line of a file that matches a regex? lamcro 2008-12-13T14:30:36Z 2009-08-31T22:40:24Z <p>I want to search for a line in a file, using regex, inside a Perl script.</p> <p>Assuming it is in a system with grep installed, is it better to:</p> <ul> <li>call the external <code>grep</code> through an <code>open()</code> command</li> <li><code>open()</code> the file directly and use a <code>while</code> loop and an <code>if ($line =~ m/regex/)</code>?</li> </ul> http://stackoverflow.com/questions/361752/how-can-i-pass-command-line-arguments-to-a-perl-program 7 How can I pass command-line arguments to a Perl program? lamcro 2008-12-12T03:05:06Z 2009-07-10T12:52:05Z <p>I'm working on a Perl script. First time in more than a decade. Really.</p> <p>How can I pass command line parameters to it?</p> <p>Example:</p> <pre><code>script.pl "string1" "string2" </code></pre> http://stackoverflow.com/questions/1017898/formatting-csv-file-data-with-html-template 1 Formatting csv file data with html template lamcro 2009-06-19T13:12:25Z 2009-06-19T14:54:49Z <p>I have an csv file, <strong>the data</strong>, and an HTML file, <strong>the template</strong>.</p> <p>I want a script that will create an individual html file per record from the csv file, using the html file as a template.</p> <p>Which is the best way to do this in Ruby? Python? Is there a tool/library I can use for this in either language?</p> http://stackoverflow.com/questions/834663/logging-of-development-email 1 Logging of development email lamcro 2009-05-07T13:31:39Z 2009-05-09T15:39:38Z <p>I'm at an IT/Development department where the only method notifying changes to code is sending a email to the group (development@company.com). So we have a lot of emails.</p> <p>I would like to set up the email group so all emails sent to the group are stored in one place. We use Exchange, so I was thinking of having them automatically stored in an Exchange online folder. Sadly, I've been told those exchange folders are no longer the latest version of Exchange.</p> <p>My second choice was an internal blog, like Wordpress, where all emails are posted, tagged, and accessible for searching.</p> <ul> <li>Has anyone blogging software to record group emails?</li> <li>What other methods have you used to log these emails?</li> </ul> <p>Please note: I'm in the process of setting up a bug tracker, but I'm sure it will take quite a while to motivate developers to use it. In the mean time, I need this other method.</p> <h2>Update</h2> <p>Please note:</p> <ul> <li>We have no source control (and no chance of making that happen)</li> <li>We have no bug/issue tracking, but I'm hoping to have one by the end of the year.</li> <li>The people were I work are too used in notifying changes they make through email. Storing those email in one place, for searching, would be ideal.</li> </ul> http://stackoverflow.com/questions/586239/are-there-any-open-source-alternatives-to-crystal-reports 5 Are there any Open Source alternatives to Crystal Reports? lamcro 2009-02-25T14:43:45Z 2009-05-09T04:47:06Z <p>Are there any Open Source alternatives to Crystal Reports?</p> http://stackoverflow.com/questions/258556/openargs-is-null-error 2 OpenArgs is Null error lamcro 2008-11-03T12:59:57Z 2009-05-02T06:36:12Z <p>I am using the <code>OpenArgs</code> parameter to send a value when using <code>DoCmd.OpenForm</code>:</p> <pre><code>`DoCmd.OpenForm "frmSetOther", acNormal, , , acFormAdd, acDialog, "value"` </code></pre> <p>I then use <code>Me.OpenArgs</code> inside the opened form to grab the <strong><em>value</em></strong>. It sometimes sends a <strong>Null</strong> value instead of the original string. What is wrong?</p> http://stackoverflow.com/questions/781801/help-on-version-control-for-legacy-code 0 help on version-control for legacy code. lamcro 2009-04-23T13:51:32Z 2009-04-29T20:45:43Z <p>I'm looking for some kind of backup/version-control method for a legacy system:</p> <ul> <li>Systems are developed in a version of BASIC. It's an interpreted version. Programs are saved in some pseudo-code; not pure text.</li> <li>All production programs are stored in the same folder tree, divided into folders depending on the category.</li> <li>No subversion strategy, apart from storing the previous version of the program being modified into a subfolder named <strong>old_versions</strong>. There is one <strong>old_versions</strong> subfolder within every category folder. Example: <strong>/programs/accounts_payable/old_versions/</strong></li> <li>Programs are modified on the fly, <strong>in the production environment</strong>.</li> <li>System run on a Solaris server</li> </ul> <p><strong>I would like some method of real-time backup of, every program modified, stored in a separate location.</strong> Nothing fancy. It doesn't need to do rollbacks or change-comparisons. It just needs to <strong>SAVE THE MOST RECENT VERSION OF THE PROGRAM</strong>.</p> <p>Thanks.</p> <p>PS: Yes, I'm really angry and desperate.</p> http://stackoverflow.com/questions/761308/how-to-recycle-data-in-an-sqldatasource-object 2 How to recycle data in an SqlDataSource object? lamcro 2009-04-17T17:09:11Z 2009-04-17T17:12:41Z <p>I have an <code>SqlDataSource</code> object, linked to a <code>GridView</code>, which receives data from a database when executed.</p> <p>I'd like to add the values of the "<em>Cost</em>" column, to get the <em>"TotalCost"</em>, and place it in a <code>TextBox</code> or Label on top of the <code>GridView</code>.</p> <p>Is it possible to just use (recycle) the data in the <code>SqlDataSource</code> object, instead of using another <code>SqlDataSource</code> object to just get the <em>TotalCost</em>"?</p> http://stackoverflow.com/questions/728324/problems-sending-email-to-smtp-with-phpmailer 0 problems sending email to SMTP with PHPMailer lamcro 2009-04-08T02:45:48Z 2009-04-16T12:25:50Z <p>I get the following error log when trying to send a message through an Exchange server:</p> <pre><code>SMTP -&gt; get_lines(): $data was "" SMTP -&gt; get_lines(): $str is "220 mail.borschow.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 7 Apr 2009 21:56:53 -0400 " SMTP -&gt; get_lines(): $data is "220 mail.borschow.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 7 Apr 2009 21:56:53 -0400 " SMTP -&gt; FROM SERVER: 220 mail.borschow.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 7 Apr 2009 21:56:53 -0400 SMTP -&gt; get_lines(): $data was "" SMTP -&gt; get_lines(): $str is "250-mail.borschow.com Hello [10.0.254.231] " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] " SMTP -&gt; get_lines(): $str is "250-TURN " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN " SMTP -&gt; get_lines(): $str is "250-SIZE " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE " SMTP -&gt; get_lines(): $str is "250-ETRN " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN " SMTP -&gt; get_lines(): $str is "250-PIPELINING " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING " SMTP -&gt; get_lines(): $str is "250-DSN " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN " SMTP -&gt; get_lines(): $str is "250-ENHANCEDSTATUSCODES " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES " SMTP -&gt; get_lines(): $str is "250-8bitmime " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime " SMTP -&gt; get_lines(): $str is "250-BINARYMIME " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME " SMTP -&gt; get_lines(): $str is "250-CHUNKING " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING " SMTP -&gt; get_lines(): $str is "250-VRFY " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY " SMTP -&gt; get_lines(): $str is "250-X-LINK2STATE " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE " SMTP -&gt; get_lines(): $str is "250-XEXCH50 " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE 250-XEXCH50 " SMTP -&gt; get_lines(): $data was "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE 250-XEXCH50 " SMTP -&gt; get_lines(): $str is "250 OK " SMTP -&gt; get_lines(): $data is "250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE 250-XEXCH50 250 OK " SMTP -&gt; FROM SERVER: 250-mail.borschow.com Hello [10.0.254.231] 250-TURN 250-SIZE 250-ETRN 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-8bitmime 250-BINARYMIME 250-CHUNKING 250-VRFY 250-X-LINK2STATE 250-XEXCH50 250 OK SMTP -&gt; get_lines(): $data was "" SMTP -&gt; get_lines(): $str is "504 5.7.4 Unrecognized authentication type. " SMTP -&gt; get_lines(): $data is "504 5.7.4 Unrecognized authentication type. " SMTP -&gt; ERROR: AUTH not accepted from server: 504 5.7.4 Unrecognized authentication type. SMTP -&gt; get_lines(): $data was "" SMTP -&gt; get_lines(): $str is "250 2.0.0 Resetting " SMTP -&gt; get_lines(): $data is "250 2.0.0 Resetting " SMTP -&gt; FROM SERVER: 250 2.0.0 Resetting </code></pre> <h2>Notes</h2> <ul> <li>I've tried with my assigned user/password, but the administrator said there's not even a need to use a user/password when sending. So I also tried without it, with no success.</li> <li>I even tried with <strong>smtp.gmail.com</strong></li> </ul> <h2>UPDATE (4/16/2009)</h2> <p>ok, I found my problem. I am using an SMTP server that permits sending messages without authentication. Therefore I removed the login and password from my code. But I forgot to set the "uses authentication" flag to false. Now it's working.</p> <p>Thanks for the Help!</p> http://stackoverflow.com/questions/259386/changing-tab-control-color 2 changing "Tab Control" color lamcro 2008-11-03T17:41:07Z 2009-03-10T04:10:21Z <p>How can I change the <strong>background color</strong> of a <strong>Tab Control</strong>. I changed the forms color, but the tabs stay the same.</p> <p>Thanks.</p> http://stackoverflow.com/questions/266332/using-columnhidden-properties-within-datasheet-objects 3 using ColumnHidden properties within Datasheet objects lamcro 2008-11-05T19:42:41Z 2009-03-10T04:06:49Z <p>I have a <strong>MS Access</strong> form with a <strong>Datasheet</strong> subform.<br> Using code, I change the <strong>ColumnHidden</strong> property of various of its columns. But, when I close the form, I'm asked whether to save the table layout of the Datasheet's table.</p> <ul> <li>How can I stop the form from asking the user to same the table layout continually?</li> <li>Do I have no choice but to change the Datasheet to a regular subform?</li> </ul> http://stackoverflow.com/questions/239792/how-to-change-a-columns-row-source-in-access-table-at-run-time 0 How to change a column's "Row Source" in Access table at run-time? lamcro 2008-10-27T12:58:09Z 2009-03-09T23:35:56Z <p>I would like to change the "Row Source" values in an Access table through code. This way I can filter what a user can choose in a column's combo box.</p> http://stackoverflow.com/questions/271870/enabling-controls-at-moment-of-opening-a-form-in-access 0 Enabling controls at moment of opening a form in Access lamcro 2008-11-07T12:05:17Z 2009-03-09T23:33:14Z <p>I have a form whose controls I want to enable/disable depending on the values in a ComboBox control. This ComboBox control is linked, like all the other controls in the form, to a table. Inside the ComboBox's Change event, I placed the code that enables/disables the other controls.</p> <p>The problem I have is that when I open the form, the controls are not enabled/disabled. I have to re-choose the ComboBox value to make all other controls enable or disable.</p> <p>One thing I noticed is that the RecordSet control inside the ComboBox often does not change to the value shown in the value property of the ComboBox.</p> <p>I tried using <br> <code>combobox.recordset.filter = "Key = " &amp; combobox.value</code><br> but I get the error <br> <code>Operation is not supported for this type of object.</code></p> <p><hr /></p> <h2>Update</h2> <p>I think my problem has to do more in how I'm accessing the values in the combobox.recordset. I was under the impression that combobox.recordset held the value received from the table. But, it seems to hold the first record from the recordsource.</p> <p>I'm guessing that I will need to search those values I need by using another recordset object.</p> http://stackoverflow.com/questions/616097/how-can-i-install-perl-module-without-using-cpan-pm 2 How can I install Perl module without using CPAN.pm? lamcro 2009-03-05T18:52:45Z 2009-03-07T20:07:33Z <p>Is it possible?</p> http://stackoverflow.com/questions/226132/wiki-or-cms 2 Wiki or CMS lamcro 2008-10-22T15:00:48Z 2009-02-26T14:28:39Z <p>What are the differences between a wiki and a CMS? Is there any?</p> http://stackoverflow.com/questions/555968/what-keeps-you-motivated-at-your-job/556913#556913 2 Answer by lamcro for What keeps you motivated at your job? lamcro 2009-02-17T13:59:48Z 2009-02-17T13:59:48Z <h2>Finding the (reason|meaning|purpose) behind what you are working on.</h2> <p>Example: I work for a logistics company specialized in medicine distribution. My grand-father was an Army veteran, and the nearest VA hospital is our client. So I always felt that I was taking care of my grand-father by meeting the hospital's needs.</p> http://stackoverflow.com/questions/472882/coding-standard-wiki/541794#541794 1 Answer by lamcro for Coding Standard Wiki lamcro 2009-02-12T15:26:53Z 2009-02-12T15:26:53Z <h2>Mindtouch Deki</h2> <p>Great wiki and it's built on C# and PHP, so you can use it on Mono or .NET It also has Active Directory integration.</p> <p>Download their ready-to-use VMware image. It started using it on my own PC then moved it to the company's VMware server when they had it ready.</p> http://stackoverflow.com/questions/541675/whats-the-best-open-source-wiki-platform/541714#541714 3 Answer by lamcro for What's the best open source wiki platform? lamcro 2009-02-12T15:14:20Z 2009-02-12T15:19:43Z <p>At work we currently use Deki from <a href="http://www.mindtouch.com/" rel="nofollow">Mindtouch</a>. It has all the features you posted.</p> <p>Great product, but the main reasong I chose this was that they have a ready-to-use version on a VMware image. Just download the image and the VWware player and run it from you computer. Then you can access it through a browser.</p> <p>When we got a VMware server I just moved it there and kept using it.</p> http://stackoverflow.com/questions/541675/whats-the-best-open-source-wiki-platform/541685#541685 12 Answer by lamcro for What's the best open source wiki platform? lamcro 2009-02-12T15:09:33Z 2009-02-12T15:09:33Z <p>Try comparing them in <a href="http://www.wikimatrix.org/" rel="nofollow">Wiki Matrix</a></p> http://stackoverflow.com/questions/242996/dealbreakers-for-new-programming-jobs/512509#512509 4 Answer by lamcro for Dealbreakers for new programming jobs? lamcro 2009-02-04T17:49:46Z 2009-02-04T17:49:46Z <p>Being hired with only one interview, or ON the first interview. It normally means they are desperate to fill some positions. Their turn-over rate must be high. This has happened to me three times, unfortunately.</p> http://stackoverflow.com/questions/1750846/why-doesnt-perl-recognize-my-constant Comment by lamcro on Why doesn't Perl recognize my constant? lamcro 2009-11-17T19:03:13Z 2009-11-17T19:03:13Z I should also downvote myself. http://stackoverflow.com/questions/1750846/why-doesnt-perl-recognize-my-constant Comment by lamcro on Why doesn't Perl recognize my constant? lamcro 2009-11-17T18:45:04Z 2009-11-17T18:45:04Z CRAP!!! Serves me right for not reading my code properly. http://stackoverflow.com/questions/1734425/ms-isa-proxy-connectivity/1734731#1734731 Comment by lamcro on MS ISA Proxy connectivity lamcro 2009-11-14T19:56:57Z 2009-11-14T19:56:57Z But there are still programs that cannot connect even if the ISA proxy allows it. http://stackoverflow.com/questions/1693638/how-to-display-list-of-repositories-from-subversion-server Comment by lamcro on How to display list of repositories from subversion server lamcro 2009-11-07T17:23:38Z 2009-11-07T17:23:38Z Just occasional, but any other options are welcome. http://stackoverflow.com/questions/1693638/how-to-display-list-of-repositories-from-subversion-server/1693661#1693661 Comment by lamcro on How to display list of repositories from subversion server lamcro 2009-11-07T16:59:50Z 2009-11-07T16:59:50Z I have to access it from a scripting language in unix, not from a web page. http://stackoverflow.com/questions/1687632/how-to-search-for-file-in-subversion-server/1687688#1687688 Comment by lamcro on How to search for file in subversion server? lamcro 2009-11-06T18:40:22Z 2009-11-06T18:40:22Z Can this work for branches/trunks? http://stackoverflow.com/questions/1687632/how-to-search-for-file-in-subversion-server Comment by lamcro on How to search for file in subversion server? lamcro 2009-11-06T13:50:03Z 2009-11-06T13:50:03Z Some version of Solaris. http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164446#164446 Comment by lamcro on What real life bad habits has programming given you? lamcro 2009-07-18T16:55:22Z 2009-07-18T16:55:22Z It think this is more a &quot;man&quot; thing than a &quot;programmer&quot; thing. http://stackoverflow.com/questions/1017898/formatting-csv-file-data-with-html-template/1017907#1017907 Comment by lamcro on Formatting csv file data with html template lamcro 2009-06-20T18:38:15Z 2009-06-20T18:38:15Z OK. I just found that Ruby already has a templating engine. ERB. http://stackoverflow.com/questions/1017898/formatting-csv-file-data-with-html-template/1017907#1017907 Comment by lamcro on Formatting csv file data with html template lamcro 2009-06-19T20:03:22Z 2009-06-19T20:03:22Z Thanks for the csv part. But what about the html templating part? http://stackoverflow.com/questions/207278/career-day-how-do-i-make-computer-programmer-sound-cool-to-8-year-olds/207342#207342 Comment by lamcro on Career Day: how do I make "computer programmer" sound cool to 8 year olds? lamcro 2009-05-09T16:45:46Z 2009-05-09T16:45:46Z I'm planning to use this for my church's Summer Bible School. We will be having a &quot;Career Day&quot; also. They will be around 8-12 years old. Thanks! http://stackoverflow.com/questions/834663/logging-of-development-email/834693#834693 Comment by lamcro on Logging of development email lamcro 2009-05-08T18:16:40Z 2009-05-08T18:16:40Z are there tweeter-like systems I could place on a web server? That would be ideal. Then all email could be automatically copied there. http://stackoverflow.com/questions/834663/logging-of-development-email/840990#840990 Comment by lamcro on Logging of development email lamcro 2009-05-08T18:04:17Z 2009-05-08T18:04:17Z We do have a CM (Mindtouch Wiki), in which you can integrate some trackers, like MantisBT and Bugzilla. Unfortunately, in a company were email has been the de facto medium for years, you can't change that overnight. It might take years. http://stackoverflow.com/questions/781801/help-on-version-control-for-legacy-code/783684#783684 Comment by lamcro on help on version-control for legacy code. lamcro 2009-04-24T13:48:03Z 2009-04-24T13:48:03Z That I know, but thanks. I prefer to have at least something, then start from there. http://stackoverflow.com/questions/763802/how-to-permit-update-of-a-views-results-in-oracle/763806#763806 Comment by lamcro on How to permit update of a view's results in Oracle? lamcro 2009-04-18T17:38:22Z 2009-04-18T17:38:22Z Sorry, this question is from a friend of mine. He's taking a college course on DB's. I told him to join this site so he could get help.