User mauriciopastrana - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T00:49:56Zhttp://stackoverflow.com/feeds/user/547http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/3392/ide-suggestions-eclipse-ide-vs-zend-studio-confused5IDE suggestions: Eclipse IDE vs. Zend Studio ( confused )mauriciopastrana2008-08-06T13:46:19Z2009-12-21T21:16:40Z
<p>Ok, heres one I've been saving for the day SO comes through.</p>
<p>Ive always been a Zend Studio user (PHP developer here, 5 years self taught). Just fairly recently Zend introduced an Eclipse version of Studio which, albeit a lot easier to install I keep hitting walls when it comes to setup, some things are just 20-click retarded (e.g. configuring an SFTP site).</p>
<p>Being I've seen Eclipse in use on a fairly large amount of programming languages, I know im surely missing the point, so. Questions: is it worth it? Are there any nicely written tutorials I can follow?</p>
<p>My dream IDE does highlighting and code completion for PHP, CSS and Javascript, any suggestions? ... For the mac?</p>
<p>Cheers, Thx.</p>
<p>/mp</p>
http://stackoverflow.com/questions/4839/how-do-i-configure-eclipse-zend-studio-6-to-hint-and-code-complete-several-lang0How do I configure eclipse (zend studio 6) to hint and code complete several languages?mauriciopastrana2008-08-07T15:12:10Z2009-11-15T20:39:09Z
<p>My dream IDE does full code hints, explains and completes PHP, Javascript, HTML and CSS. I know it exists!</p>
<p>so far, <a href="http://www.zend.com/en/products/studio/features" rel="nofollow">Zend studio 6</a>, under the Eclipse IDE does a great job at hinting PHP, some Javascript and HTML, any way I can expand this?</p>
<p>edit: a bit more information: right now, using zend-6 under eclipse, i type in</p>
<pre><code><?php<br>p //(a single letter "p")<br></code></pre>
<p>and I get a hint tooltip with all the available php functions that begin with "p" (phpinfo(), parse_ini_file(), parse_str(), etc...), each with its own explanation: phpinfo()->"outputs lots of PHP information", the same applies for regular HTML (no explanations however).</p>
<p>However, I get nothing when I do:</p>
<pre><code><style><br>b /* (a single letter "b") */<br></code></pre>
<p>I'd love it if I could get, from that "b" suggestions for "border", "bottom", etc. The same applies for Javascript.</p>
<p>Any ideas?</p>
<p>Thx.</p>
<p>/mp</p>
http://stackoverflow.com/questions/3626/simple-bug-tracking-suggestions9SIMPLE Bug Tracking Suggestions?mauriciopastrana2008-08-06T16:20:23Z2009-10-16T23:33:07Z
<p>Any suggestions for good, solid, bug tracking solutions that let me (and company members) document bugs in 1-or-2-click steps? Basically I grew tired of all the overhead Mantis brings in... </p>
<p>All I need is a list (do away with assign/status/priority/notes, phew! we're a small company!). I'm tempted to write it up in CakePHP, but before I do so, i'd love to know if there's something out there. Points if its free or web2-"ish".</p>
<p>Cheers, Thx.</p>
<p>/mp</p>
http://stackoverflow.com/questions/18545/ergonomics-whats-better-trackball-ergonomic-mouse-or-some-other-pointing-devi2ergonomics: what's better; trackball, ergonomic mouse or some other pointing device (a-la touchscreen)?mauriciopastrana2008-08-20T18:40:29Z2009-10-05T09:00:26Z
<p>So I bit into the hype and recently purchased an <a href="http://www.apple.com/keyboard/" rel="nofollow">apple wireless keyboard</a> and that <a href="http://www.apple.com/mightymouse/" rel="nofollow">evil bar-of-soap thing apple makes for a mouse</a>. Couple of hundred dollars later and this is where I begin to worry about RSI. Go figure.</p>
<p>Don't get me wrong, this apple mouse is genius and looks pretty as hell, but my right wrist feels tired after a full day's worth of work, so i'm thinking of switching.</p>
<p>Anyone out there use a trackball? is this worse? should I get a <a href="http://www.gizoo.co.uk/Products/PcGaming/PcGadgets/ErgonomicMouse/Additional/lrg-2-ErgonomicUprightMouse.jpg" rel="nofollow">super-ergonomic mouse</a> instead?</p>
<p>I've seen <a href="http://www.logitech.com/repository/62/jpg/223.1.0.jpg" rel="nofollow">mouse-trackball combos</a> but am not sold, they still elicit the same end-finger behaviour detrimental for RSI, right?</p>
<p>I also have a <a href="http://content.etilize.com/images/300/10465578.jpg" rel="nofollow">wrist-rest mousepad</a>, but couldn't find one suitable for my keyboard. I've even considered having a small touchscreen where the mousepad should go, no mouse (or alternatively, a <a href="http://www.dabbledoo.com/ee/images/uploads/appletell/MaxtorTrackpadComparison.JPG" rel="nofollow">usb trackpad</a>).</p>
<p>Just looking for ideas, <em>is the trackball better than the mouse</em>?</p>
<p>/mp</p>
http://stackoverflow.com/questions/214452/what-surprised-you-the-most-about-the-software-industry/214460#2144601Answer by mauriciopastrana for What surprised you the most about the software industry?mauriciopastrana2008-10-18T02:54:00Z2009-09-16T22:25:29Z<p>The ability to start something from ... apply the latest and the greatest, then STILL muck it up by generating a nondocumented, 400 PHP files buggy monster which by no means can be managed by one person alone.</p>
<p>That or the coding standards disparity. I guess since in college everyone is going by what is taught, then there's not much divergence. Out there, you'll find a coder which uses all caps variables then the next which underscores everything... one which makes an all-in-one page or one which makes a PHP document for the most banal of functions.</p>
http://stackoverflow.com/questions/30660/mysql-binary-log-replication-can-it-be-set-to-ignore-errors1MySQL Binary Log Replication: Can it be set to ignore errors?mauriciopastrana2008-08-27T17:11:09Z2009-07-29T15:30:36Z
<p>I'm running a master-slave MySQL binary log replication system (phew!) that, for some data, is not in sync (meaning, the master holds more data than the slave). But the slave stops very frequently on the slightest MySQL error, can this be disabled? (perhaps a my.cnf setting for the replicating slave ignore-replicating-errors or some of the sort ;) )</p>
<p>This is what happens, every now and then, when the slave tries to replicate an item that does not exist, the slave just dies. a quick check at <strong>SHOW SLAVE STATUS \G;</strong> gives</p>
<pre><code> Slave-IO-Running: Yes
Slave-SQL-Running: No
Replicate-Do-DB:
Last-Errno: 1062
Last-Error: Error 'Duplicate entry '15218' for key 1' on query. Default database: 'db'. Query: 'INSERT INTO db.table ( FIELDS ) VALUES ( VALUES )'
</code></pre>
<p>which I promptly fix (once I realize that the slave has been stopped) by doing the following:</p>
<pre><code>STOP SLAVE;
RESET SLAVE;
START SLAVE;
</code></pre>
<p>... lately this has been getting kind of tiresome, and before I spit out some sort of PHP which does this for me, i was wondering if there's some my.cnf entry which will not kill the slave on the first error.</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/10118/code-golf-whats-the-quickest-way-to-determine-if-im-using-ie3Code Golf: What's the quickest way to determine if I'm using IE?mauriciopastrana2008-08-13T17:43:10Z2009-07-13T11:15:27Z
<p>I run across this constantly, render some HTML if the browser is IE and some other if FFX (or mac, opera, etc).</p>
<p>This is what I use (pardon the missing underscores)</p>
<pre><code>if(ereg("msie", strtolower($SERVER['HTTPUSERAGENT']))) { }
</code></pre>
<p>Anyone know a shorter way? (I use PHP but, just for the heck of it, i'd love to see non-PHP code as well who knows maybe there's some lisp "browser ie" syntax)</p>
<p>/mp</p>
http://stackoverflow.com/questions/300036/whats-the-best-lightweight-most-attractive-php-forum-application-out-there2What's the best, lightweight, most attractive PHP Forum application out there?mauriciopastrana2008-11-18T20:32:01Z2008-11-19T08:43:52Z
<p>So far, i've tried Vanilla (from lussumo) which keeps breaking, specially on the session handling, and PHPbb which feels like using a bfg9000 to make a phone call.</p>
<p>I self host my blog, and would love to know what's out there. To top it off, this is a would-be site for designers, so flash (not adobe) and content over functionality (e.g., social bookmarking and rss feeds are most surely not a must).</p>
<p>Any ideas? this would run on PHP/MySQL</p>
<p>Cheers,</p>
<p>/mp</p>
<p>note: this question <a href="http://stackoverflow.com/questions/239743/looking-for-attractive-forum-to-add-to-my-application">differs from this one</a>, this girl needs an ASP application, I'm looking for PHP stuff.</p>
http://stackoverflow.com/questions/5526/anyone-out-there-implementing-microformats-is-this-useful7Anyone out there implement(ing) microformats? is this useful?mauriciopastrana2008-08-08T01:02:02Z2008-11-14T19:37:38Z
<p>I've seen the MF people talk and have heard my own fair share of MF evangelism, yet haven't done anything about it fearing the gains aren't really worth the hassle. Does anyone use this?</p>
<p>BTW, from <a href="http://microformats.org/about/" rel="nofollow">their website</a>: </p>
<blockquote>
<p>"microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging)."</p>
</blockquote>
<p>/mp</p>
http://stackoverflow.com/questions/282346/trying-to-log-in-in-a-site-with-ftp-program-but-end-up-in-another-site/282418#2824180Answer by mauriciopastrana for Trying to log in in a site with FTP program but end up in another site!mauriciopastrana2008-11-11T22:51:17Z2008-11-11T22:51:17Z<p>Check your filezilla "default directory" setting, it <em>might</em> read something like:</p>
<p>"/www/html/nameofwebsite1/" when you really need "/www/html/nameofwebsite2"</p>
<p>ALSO, your hosting company could have set that when you login with this username and pass combination, it will always send you to the same folder, so you would have to let them know you want access to both sites.</p>
<p>/mp</p>
http://stackoverflow.com/questions/122079/any-good-self-hosted-php-webmail-suggestions2Any good self-hosted php webmail suggestions?mauriciopastrana2008-09-23T16:22:19Z2008-11-11T11:12:20Z
<p>Can anyone suggest a good self-hosted php webmail solution?</p>
<p>I share a server on a commercial collocation site and every now and then I add a domain here and there, mostly for email hosting (family, friends), even though it runs php. (my <a href="http://www.mauriciopastrana.com" rel="nofollow">blog</a> is hosted there for example).</p>
<p>Right now im running <a href="http://openwebmail.org/" rel="nofollow">Open Webmail</a>, last released in 28-Feb-2005! I know there's something better "out there".</p>
<p>Would appreciate any tips.</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/272704/binlog-mysql-replication-is-a-bag-of-hurt-are-there-any-good-alternatives1Binlog MySQL Replication is a "Bag of Hurt". Are there any good alternatives?mauriciopastrana2008-11-07T16:54:55Z2008-11-07T19:59:31Z
<p>I've honestly <a href="http://stackoverflow.com/questions/35420/mysql-software-any-suggestions-to-oversee-my-mysql-replication-server">tried</a> <a href="http://stackoverflow.com/questions/8365/mysql-administrator-backups-compatibility-mode-what-exactly-is-this-doing">this</a> <a href="http://stackoverflow.com/questions/30660/mysql-binary-log-replication-can-it-be-set-to-ignore-errors">left</a> <a href="http://stackoverflow.com/questions/3798/full-complete-mysql-db-replication-ideas-what-do-people-do">and</a> <a href="http://stackoverflow.com/questions/8166/mysql-replication-if-i-dont-specify-any-databases-will-logbin-log-everything">right</a> and still find that my mirror server, set up as a replication slave still lags behind. My app's user base keeps growing and now Ive reached the point where I can't keep "shutting down" to "resync" databases (not even on weekends).</p>
<p>Anyways, my question: Are there any plausible, <strong>affordable</strong>, alternatives to binlog replication? I have two servers so wouldn't consider buying a third for load balancing just yet, unless its the only option.</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/266053/what-are-some-exercises-you-do-to-make-you-a-better-programmer/266087#2660872Answer by mauriciopastrana for What are some exercises you do to make you a better programmer?mauriciopastrana2008-11-05T18:09:43Z2008-11-05T18:09:43Z<p>Tutorials. ... on any and all languages I can come up with. Granted, most of them are "hello world" kinda tutorials, but its always best when you know what else is out there other than your core.</p>
<p>Oh! and attend meetups, interact. Sometimes this ONE PROGRAMMER tells you this ONE tidbit that makes your code 200% faster or easier to read or ... </p>
<p>/mp</p>
http://stackoverflow.com/questions/248246/is-right-join-ever-required/248275#2482758Answer by mauriciopastrana for Is RIGHT JOIN Ever Required?mauriciopastrana2008-10-29T20:20:45Z2008-10-29T20:20:45Z<p>Yes! all the time! (Have to admit, mostly used when you're strict as to which table you want to call first) </p>
<p>On this subject: <a href="http://www.codinghorror.com/blog/archives/000976.html" rel="nofollow">here's a nice visual guide on joins</a>.</p>
<p>/mp</p>
http://stackoverflow.com/questions/247373/what-time-format-is-this-not-unix-not-utc-nothing6What time format is this? (not UNIX, not UTC, nothing)mauriciopastrana2008-10-29T15:57:58Z2008-10-29T19:53:42Z
<p>I'm importing data from another system to MySQL, its a CSV file. The "Date" field however contains cryptic of 3-digit time entries, here's a random sample set:</p>
<pre><code>> 540
> 780
> 620
> 965
</code></pre>
<p>What's this? obviously its not 5:40 and 6:20. But it's not UNIX either (I tried 1225295**XXX** before I realized the time range this represents is about 16 minutes)</p>
<p>Anyone recognize these?</p>
<p><strong>Update</strong>: I just noticed that further down in the replies, a coworker who's closer to the data just <a href="http://stackoverflow.com/questions/247373/what-time-format-is-this-not-unix-not-utc-nothing#247456">opened a new SO account and added some more data</a>. It seems like these numeric entries are just time entries (not date). Still clueless. </p>
<p>IMHO, if no one can recognise this, then it probably isn't some (if obscure) standard time format and is more likely that these entries are foreign keys.</p>
<p><strong>Update 2</strong>: Many thanks to all! <a href="http://stackoverflow.com/questions/247373/what-time-format-is-this-not-unix-not-utc-nothing#248123">we found the answer visually</a>, but as usual, <a href="http://stackoverflow.com/questions/247373/what-time-format-is-this-not-unix-not-utc-nothing#248070">SO pulled through clutch</a>.</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/223173/detecting-duplicate-music-files/223271#2232712Answer by mauriciopastrana for Detecting duplicate music filesmauriciopastrana2008-10-21T19:59:20Z2008-10-21T19:59:20Z<p>Here's what I would do (or have done before)... </p>
<ol>
<li>Load all songs onto itunes (bear with me)
(note, if you can use itunes here, then stop ... I assume your list of dupes is long and unmanageable)</li>
<li>Delete all songs, sending them to the trash can, this way you get rid of the directory structure</li>
<li>Obviously, don't "empty trash". Rescue the songs to a folder on your desktop</li>
<li>Use software like <a href="http://www.mediamonkey.com/" rel="nofollow">mediamonkey</a>, <a href="http://www.bestshareware.net/download/dupe-eliminator-for-itunes.htm" rel="nofollow">dupe eliminato</a>r or even <a href="http://apple.com/itunes" rel="nofollow">itunes</a> itself to identify the duplicates. Dupe eliminator is good in that it checks by a varying amount of factors, artist, length, filesize and whatnot and guesses what is a dupe and what isn't)</li>
<li>Reload onto Itunes, this time around check "Auto arrange songs", which will drop your new, dupeless list onto a nice by-artist-by-album arrangement</li>
</ol>
<p>... voila! (or if you read digg: "...profit!")</p>
<p>/mp</p>
http://stackoverflow.com/questions/222967/my-images-ask-for-a-password-to-the-local-network-under-asp-iis1My images ask for a password to the local network (Under ASP/IIS)mauriciopastrana2008-10-21T18:38:02Z2008-10-21T18:45:55Z
<p>Not quite sure how to troubleshoot this. I'm maintaining an ASP site, its mostly static, but there's this one include page which brings the menu.</p>
<p>Just recently I replaced some images, but now when I try the site, I get a prompt for a password as if It were looking for something on the local network! </p>
<p>I checked, all image paths are written up correctly, all images are unblocked (a W2k3 safety feature) and all images are set to allow-all on all users ... yet still, I get a password prompt!</p>
<p>Here's a sample page where it happens: <a href="http://www.iossolution.com/company/aboutus.asp" rel="nofollow">http://www.iossolution.com/company/aboutus.asp</a> (Windows only, it seems)</p>
<p>Thanks.</p>
<p>/mp</p>
http://stackoverflow.com/questions/219476/using-php-to-access-a-users-webcam/219489#2194892Answer by mauriciopastrana for Using PHP to Access a User's Webcammauriciopastrana2008-10-20T18:57:49Z2008-10-20T18:57:49Z<p>Hm, we ended up using Flash applets around here.</p>
<p>Edit: I asked around, was pointed towards <a href="http://bloatedcowsoftware.com/" rel="nofollow">Camzor</a>.</p>
<p>/mp</p>
http://stackoverflow.com/questions/214431/how-do-i-enable-my-php-ini-file-to-affect-all-directories-sub-directories-of-my-s/214450#2144501Answer by mauriciopastrana for How do I enable my php.ini file to affect all directories/sub-directories of my server?mauriciopastrana2008-10-18T02:46:18Z2008-10-18T02:46:18Z<p>Wow! move the php.ini file on a per-directory basis? Didnt know you could do that.</p>
<p>My best guess (someone please correct me if im wrong), php probably overrides the global php.ini file with a local set of rules on a per-directory basis (much like .htaccess), so basically all you would need to do is to update your php.ini directives to the global php.ini (found here in ubuntu: etc/php5/apache2/php.ini)</p>
<p>Alternatively, you might want to try to use .htaccess to prepend a php page onto all pages with the following:</p>
<pre><code>ini_set('your_directive')
</code></pre>
<p>Of course, make sure the .htaccess which calls the prepend php sits at the root, else you're stuck with the same issue.</p>
<p>/mp</p>
http://stackoverflow.com/questions/3404/javascript-troubleshooting-tools-in-ie7Javascript troubleshooting tools in IEmauriciopastrana2008-08-06T13:56:42Z2008-10-01T19:01:40Z
<P>I use Firebug and the Mozilla JS console like crazy, but every now and then run into an IE-only Javascript bug, which everyone knows are really hard to locate even though you know theyre there (ex: error on line 724, when your source html only has 200 lines!)</P>
<P>I would love to have a lightweight JS tool (a la firebug) for IE, something I can install in seconds on a clients PC if I run into an error and then uninstall. Some Microsoft tools take some serious download and configuration time.</P>
<P>ideas?</P>
<P>Cheers,</P>
<P>/mp</P>
http://stackoverflow.com/questions/122069/dealing-with-apathy/122106#1221060Answer by mauriciopastrana for Dealing with Apathymauriciopastrana2008-09-23T16:26:28Z2008-09-23T16:26:28Z<p>Peer pressure. self-imposed if necessary.</p>
<p>If joining a gym, bring in a buddy. If thinking about some large (lets hope, useful) purchase; brag about it BEFORE you buy. Commit to things before you know 100% you can deliver.</p>
<p>/mp</p>
http://stackoverflow.com/questions/3839/how-do-i-concatenate-entire-result-sets-in-mysql3How do I Concatenate entire result sets in MySQL?mauriciopastrana2008-08-06T18:47:24Z2008-09-17T16:21:48Z
<p>I'm trying out the following query:</p>
<pre><code>SELECT A,B,C FROM table WHERE field LIKE 'query%'
UNION
SELECT A,B,C FROM table WHERE field LIKE '%query'
UNION
SELECT A,B,C FROM table WHERE field LIKE '%query%'
GROUP BY B ORDER BY B ASC LIMIT 5
</code></pre>
<p>That's three queries stuck together, kindasorta. However, the result set that comes back reflects results from query #3 BEFORE results from query #1 (undesired).</p>
<p>Is there any way to prioritize these so that results come as all for query #1, then all for query #2 then all for query #3? I don't want to do this in PHP just yet (not to mention having to control for results that showed up in the first query not to show in the second and so forth).</p>
<p>Cheers,</p>
<p>edit: many thanks to all! <a href="http://beta.stackoverflow.com/questions/3839/how-do-i-concatenate-entire-result-sets-in-mysql#3876" rel="nofollow">the solution</a> turned out to be a mix of all answers. worked beautifully!.</p>
<p>/mp</p>
http://stackoverflow.com/questions/27095/the-google-calculator-glitch-could-float-vs-double-be-a-possible-reason3The Google Calculator Glitch, could float vs. double be a possible reason?mauriciopastrana2008-08-25T23:09:30Z2008-09-12T23:14:13Z
<p>I did this Just for kicks (so, not exactly a question, i can see the downmodding happening already) but, in lieu of Google's newfound <a href="http://www.google.com/search?hl=en&q=1999999999999999-1999999999999995&btnG=Search" rel="nofollow">inability</a> to do <a href="http://www.google.com/search?hl=en&q=400000000000002-400000000000001&btnG=Search" rel="nofollow">math</a> <a href="http://www.google.com/search?hl=en&q=10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001-10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000&btnG=Search" rel="nofollow">correctly</a> (check it! according to google 500,000,000,000,002 - 500,000,000,000,001 = 0), i figured i'd try the following in C to run a little theory.</p>
<pre><code>int main()
{
char* a = "399999999999999";
char* b = "399999999999998";
float da = atof(a);
float db = atof(b);
printf("%s - %s = %f\n", a, b, da-db);
a = "500000000000002";
b = "500000000000001";
da = atof(a);
db = atof(b);
printf("%s - %s = %f\n", a, b, da-db);
}
</code></pre>
<p>When you run this program, you get the following</p>
<pre><code> 399999999999999 - 399999999999998 = 0.000000
500000000000002 - 500000000000001 = 0.000000
</code></pre>
<p>It would seem like Google is using simple 32 bit floating precision (the error here), if you switch float for double in the above code, you fix the issue! Could this be it?</p>
<p>/mp</p>
http://stackoverflow.com/questions/35420/mysql-software-any-suggestions-to-oversee-my-mysql-replication-server0mysql software: any suggestions to oversee my mysql replication server?mauriciopastrana2008-08-29T22:30:03Z2008-09-05T14:42:07Z
<p>I've had a tough time setting up my replication server. Is there any program (OS X, Win, Linux or php no problem) that lets me monitor and resolve replication issues? (btw, for those -uhm- following, ive been on this issue <a href="http://beta.stackoverflow.com/questions/8166/mysql-replication-if-i-dont-specify-any-databases-will-logbin-log-everything" rel="nofollow">here</a>, <a href="http://beta.stackoverflow.com/questions/3798/full-complete-mysql-db-replication-ideas-what-do-people-do" rel="nofollow">here</a>, <a href="http://beta.stackoverflow.com/questions/8365/mysql-administrator-backups-compatibility-mode-what-exactly-is-this-doing" rel="nofollow">here</a> and <a href="http://beta.stackoverflow.com/questions/30660/mysql-binary-log-replication-can-it-be-set-to-ignore-errors" rel="nofollow">here</a>. Either i'm going about this the wrong way or i must be immensely thick)</p>
<p>My production database is several megs in size and growing. Every time the database replication stops and the databases inevitably begin to slide out of sync i cringe. My last resync from dump took almost 4 hours roundtrip!</p>
<p>As always, even after sync, I run into this kind of show-stopping error":</p>
<pre><code>Error 'Duplicate entry '252440' for key 1' on query.
</code></pre>
<p>I would love it if there was some way to closely monitor whats going on and perhaps let the software deal with it. I'm even all ears for service companies which may help me monitor my data better. Or an alternate way to mirror altogether.</p>
<p><strong>Edit</strong>: going through my previous questions i found <a href="http://beta.stackoverflow.com/questions/30660/mysql-binary-log-replication-can-it-be-set-to-ignore-errors#30889" rel="nofollow">this</a> which helps tremendously. I'm still all ears on the monitoring solution.</p>
<p>cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/27099/what-to-do-with-extra-screen-real-estate/27106#271062Answer by mauriciopastrana for What to do with extra screen real estate?mauriciopastrana2008-08-25T23:19:48Z2008-08-25T23:19:48Z<p>I keep 4 screens around me using a <a href="http://skfox.com/2008/07/23/synergy-the-software-kvm/" rel="nofollow">virtual KVM</a> (that way if i need to show someone something I just pickup that specific laptop and go). </p>
<p>Whenever I have a "dead pc" (your situation) I go around it by using animated desktops, here's my latest: <a href="http://www.xericdesign.com/earthdesk.php" rel="nofollow">Earthdesk</a>, its a realtime night-day world map with clouds and multiple projections (on a globe, mercator, etc). So far it's been great to keep track of hurricanes, even if at a glance.</p>
<p>cheers,</p>
<p>/mp </p>
http://stackoverflow.com/questions/20627/why-are-downloads-sometimes-tagged-md5-sha1-and-other-hash-indicators6why are downloads sometimes tagged md5, sha1 and other hash indicators?mauriciopastrana2008-08-21T17:39:03Z2008-08-25T12:40:38Z
<p>I've seen this all over the place: </p>
<blockquote>
<p>Download here! SHA1 =
8e1ed2ce9e7e473d38a9dc7824a384a9ac34d7d0</p>
</blockquote>
<p>what does it mean? how does a hash come into play as far as downloads and... what use can I make of it? Is this a legacy item where you used to have to verify some checksum after you downloaded the whole file?</p>
<p>Just curious, Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/8365/mysql-administrator-backups-compatibility-mode-what-exactly-is-this-doing1MySQL Administrator Backups: "Compatibility Mode", What Exactly is this doing?mauriciopastrana2008-08-12T00:21:58Z2008-08-23T00:46:30Z
<p>In Mysql Administrator, when doing backups, what exactly is "Compatibility Mode"? </p>
<p>I'm trying to bridge backups generated by <a href="http://www.webmin.com/" rel="nofollow">webmin</a> with the upload tool available inside <a href="http://www.mysql.com/products/tools/administrator/" rel="nofollow">mysql administrator</a>. My data already has a couple of inconsistencies (ticks, commas, etc, I think) I just wont try to kink out (they might just reappear in the future anyways). These kinks generate errors when I try to restore out of my backups.</p>
<p>Now, if I generate backups from webmin, and then use MySQL administrator to restore them, they fail. But if I generate the backups using MySQL Administrator AND tick "Compatibility Mode", then head over to MySQL administrator (another instance) and restore... it works! </p>
<p>According to MySQL, "Compatibility Mode" is;</p>
<blockquote>
<p>Compatibility mode creates backup files that are compatible with older versions of MySQL Administrator. </p>
</blockquote>
<p>Webmin, on the other hand, gives me the following options for compatibility:</p>
<ul>
<li>ANSI</li>
<li>MySQL 3.2.3</li>
<li>MySQL 4.0</li>
<li>PostgreSQL</li>
<li>Oracle</li>
<li>Microsoft SQL</li>
<li>DB2</li>
<li>MaxDB</li>
</ul>
<p>Which would you say is a best fit? My data set is very large, so it would take quite some time to experiment one by one (specially whence thinking might beat brute-forcing it).</p>
<p>Edit: seems like it's doing ANSI, but i'm not 100% on it.</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/4884/javascript-keyboard-events-primer-or-rather-help-me-with-my-custom-dropdown1Javascript keyboard events primer? (or rather: help me with my custom dropdown)mauriciopastrana2008-08-07T15:58:10Z2008-08-21T02:46:05Z
<p>I need help finishing my custom built ajax [div] based dynamic dropdown. </p>
<p>Basically, I have an [input] box which; onkeyup, runs an Ajax search which returns a bunch of results in divs and are drawn back in using innerHTML. These divs all have highlights onmouseover so, a typical successfull search yields the following structure (pardon the semicode):</p>
<pre><code>[input]<br> [div id=results] //this gets overwritten contantly by my AJAX function<br> [div id=result1 onmouseover=highlight onclick=input.value=result1]<br> [div id=result2 onmouseover=highlight onclick=input.value=result2]<br> [div id=result2 onmouseover=highlight onclick=input.value=result2]<br> [/div]<br></code></pre>
<p>It works.. beautifully! looks elegant and is way more complete than any regular dropdown (those results div bring in a lot of information).</p>
<p>However, I'm missing the most of important functions behind regular HTML elements, that is, I can't keyboard down or up between "options". How do I do this? I know javascript handles keyboard events but; I haven't been able to find a good guide on how to do this. (of course the follow up question to this will eventually end up being: "can I use to trigger that onclick event)</p>
<p>Phew!</p>
<p>Cheers,</p>
<p>/mp</p>
http://stackoverflow.com/questions/19058/what-is-the-difference-between-oracles-yy-and-rr-date-mask/19202#192021Answer by mauriciopastrana for What is the difference between oracle's 'yy' and 'rr' date mask?mauriciopastrana2008-08-21T01:46:07Z2008-08-21T01:46:07Z<p>@<a href="http://beta.stackoverflow.com/questions/19058/what-is-the-difference-between-oracles-yy-and-rr-date-mask#19066" rel="nofollow">Michael Stum</a></p>
<blockquote>
<p>My last Oracle experience is a bit long ago</p>
</blockquote>
<p>uhm, was it, before 2000? :p</p>
<p>...</p>
<blockquote>
<p>Will yy always assume 19xx? </p>
</blockquote>
<p><a href="http://oracle.ittoolbox.com/groups/technical-functional/oracle-dev-l/difference-between-yyyy-and-rrrr-format-519525#" rel="nofollow">according to your source</a>, we get the following scenarios:</p>
<pre><code>USING
ENTERED
STORED
SELECT of date column
YY
22-FEB-01
22-FEB-1901
22-FEB-01
YYYY
22-FEB-01
22-FEB-0001
22-FEB-0001
RR
22-FEB-01
22-FEB-2001
22-FEB-01
RRRR
22-FEB-01
22-FEB-2001
22-FEB-2001
</code></pre>
<p>/mp</p>
http://stackoverflow.com/questions/19058/what-is-the-difference-between-oracles-yy-and-rr-date-mask/19062#190621Answer by mauriciopastrana for What is the difference between oracle's 'yy' and 'rr' date mask?mauriciopastrana2008-08-20T23:12:36Z2008-08-20T23:12:36Z<p>y2k compatibility. rr assumes 01 to be 2001, yy assumes 01 to be 1901</p>
<p>see: <a href="http://www.oradev.com/oracle_date_format.jsp" rel="nofollow"><a href="http://www.oradev.com/oracle_date_format.jsp" rel="nofollow">http://www.oradev.com/oracle_date_format.jsp</a></a></p>
<p>edit: damn! <a href="http://beta.stackoverflow.com/users/91/michael-stum" rel="nofollow">michael "quickfingers" stum</a> <a href="http://beta.stackoverflow.com/questions/19058/what-is-the-difference-between-oracles-yy-and-rr-date-mask#19061" rel="nofollow">beat me to it</a>!</p>
<p>/mp</p>
http://stackoverflow.com/questions/300036/whats-the-best-lightweight-most-attractive-php-forum-application-out-thereComment by mauriciopastrana on What's the best, lightweight, most attractive PHP Forum application out there?mauriciopastrana2008-11-19T19:17:23Z2008-11-19T19:17:23Z... so far some options have been thrown out for no multilanguage support (which is a pity as they seem to be great programs!). Currently trying out punbb. More news later.http://stackoverflow.com/questions/300036/whats-the-best-lightweight-most-attractive-php-forum-application-out-there/300046#300046Comment by mauriciopastrana on What's the best, lightweight, most attractive PHP Forum application out there?mauriciopastrana2008-11-18T22:03:35Z2008-11-18T22:03:35Zseems like it, trying to integrate to my blog at the momenthttp://stackoverflow.com/questions/272704/binlog-mysql-replication-is-a-bag-of-hurt-are-there-any-good-alternatives/273440#273440Comment by mauriciopastrana on Binlog MySQL Replication is a "Bag of Hurt". Are there any good alternatives?mauriciopastrana2008-11-11T22:37:36Z2008-11-11T22:37:36Zsometimes you just need to hear the harsh truthhttp://stackoverflow.com/questions/282179/is-there-a-guide-to-accessing-stackoverflow-data-programmatically/282254#282254Comment by mauriciopastrana on Is there a guide to accessing StackOverflow data programmatically?mauriciopastrana2008-11-11T22:19:22Z2008-11-11T22:19:22ZMan, Joel's answer brings to light how out of touch i've been with SO.http://stackoverflow.com/questions/247373/what-time-format-is-this-not-unix-not-utc-nothingComment by mauriciopastrana on What time format is this? (not UNIX, not UTC, nothing)mauriciopastrana2008-10-29T18:26:39Z2008-10-29T18:26:39Z... not entirely sure, all we have is a data file dump. I thought this was some obscure time format, but other than swatch time or foreign keys (to a nonexistant table)... were stumpedhttp://stackoverflow.com/questions/222967/my-images-ask-for-a-password-to-the-local-network-under-asp-iis/222987#222987Comment by mauriciopastrana on My images ask for a password to the local network (Under ASP/IIS)mauriciopastrana2008-10-21T19:51:41Z2008-10-21T19:51:41ZTurns out that the only user allowed to view the files was the user that generated them (!). Thanks! (now going through all the images one a onebyone basis, phew!)http://stackoverflow.com/questions/219413/why-does-the-unanswered-questions-tab-show-questions-that-have-answers/219414#219414Comment by mauriciopastrana on Why does the "Unanswered Questions" tab show questions that have answers?mauriciopastrana2008-10-20T18:49:14Z2008-10-20T18:49:14ZWow. that's confusing.http://stackoverflow.com/questions/3392/ide-suggestions-eclipse-ide-vs-zend-studio-confused/3643#3643Comment by mauriciopastrana on IDE suggestions: Eclipse IDE vs. Zend Studio ( confused )mauriciopastrana2008-10-18T02:34:31Z2008-10-18T02:34:31Z(took me long enough): Eclipse based IDEs did the trick, except for wordwrap which is, uhm, misteriously missing. Aptana stood over Zend6 (Eclipse based)like crazy for stability and easy of install.