User Till - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T03:50:33Z http://stackoverflow.com/feeds/user/2859 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1615017/which-cms-with-dynamic-news-and-a-build-in-media-gallery-is-fast-in-install-and-c/1621852#1621852 2 Answer by Till for Which CMS with dynamic news and a build in media gallery is fast in install and configure? Till 2009-10-25T19:38:52Z 2009-10-26T09:55:55Z <p>Just get <a href="http://wordpress.org/" rel="nofollow">Wordpress</a>! You can also get it hosted, in case you don't want to run it yourself. It sounds like it's the most easy fit to your requirements.</p> <p>(<strong>Updated, 2009-10-26:</strong>) <a href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/" rel="nofollow">NexGEN</a> - an example for a gallery plugin for Wordpress.</p> http://stackoverflow.com/questions/1596854/php-profiling-what-results-are-normal/1621909#1621909 1 Answer by Till for php profiling: what results are normal? Till 2009-10-25T19:57:18Z 2009-10-25T19:57:18Z <p>This is a fundamental question because...</p> <ul> <li>All benchmarks are different.</li> <li>All applications are different.</li> </ul> <p>Personally, I think your measured "execution time" is more than alright. :) You could however do slightly more comprehensive testing using <a href="http://httpd.apache.org/docs/2.0/programs/ab.html" rel="nofollow">Apache Bench (ab)</a> or <a href="http://jakarta.apache.org/jmeter/" rel="nofollow">jmeter</a>. So the idea with ab and jmeter are to do load tests, this is to determine how your application performs when multiple clients (users) use it.</p> <p>Also, for a great benchmark, it helps to provide as many details as possible. That would include your hardware setup (CPU, RAM, HDD, etc.) but your application as well. Otherwise it's hard to judge how efficient this is.</p> <p>Anyway, the bottom line, <em>0.08</em> sounds good to me! :-)</p> http://stackoverflow.com/questions/1621607/add-text-html-behind-a-form-element/1621834#1621834 0 Answer by Till for Add text/html behind a form element? Till 2009-10-25T19:33:26Z 2009-10-25T19:33:26Z <p>Richard,</p> <p>you need a decorator! :) They are sometimes a little complicated, but I've been using the following <a href="http://codeutopia.net/blog/2008/08/07/zend%5Fform-decorator-tips/" rel="nofollow">tutorial</a>, which is probably a little outdated, but not less helpful. Especially check the use of <code>legend</code>. I think that's perfect for what you want to do.</p> <p>Hope this helps!</p> http://stackoverflow.com/questions/111018/can-anyone-recommend-a-primer-to-erlang 19 Can anyone recommend a primer to Erlang? Till 2008-09-21T13:31:31Z 2009-10-25T19:25:23Z <p>I've recently found myself getting more and more interested in Erlang.</p> <p>I've purchased a book (Programming in Erlang) and started reading up on the basics. Reading books is time consuming so I am looking to shortcut this a bit and go back to the book later.</p> <p>What I lack is a good introductory tutorial. Kind of like, hands on, this is what you need to get started in Erlang, these are best practices, this is how you organize code and this is how you do a small project.</p> <p>I've googled this topic extensively and haven't had much luck. ;)</p> http://stackoverflow.com/questions/111018/can-anyone-recommend-a-primer-to-erlang/282699#282699 0 Answer by Till for Can anyone recommend a primer to Erlang? Till 2008-11-12T01:17:36Z 2009-10-25T19:25:23Z <h3>Slides</h3> <p>I had the opportunity to go to session about Erlang at the Barcamp in Berlin.</p> <p>Here are the slides (sans commentary): <a href="http://www.slideshare.net/guesta3202/erlang-introduction-bcberlin3-presentation" rel="nofollow">http://www.slideshare.net/guesta3202/erlang-introduction-bcberlin3-presentation</a></p> <p>(All credit to <a href="http://twitter.com/febeling/status/1001124497" rel="nofollow">Florian Ebeling</a>.)</p> <h3>Screencast</h3> <p>I've found something else in the meantime:</p> <p><a href="http://www.pragprog.com/screencasts/v-kserl/erlang-in-practice" rel="nofollow">http://www.pragprog.com/screencasts/v-kserl/erlang-in-practice</a></p> <p>Screencast, starting with basics. I have not yet downloaded them but I will and also update this question.</p> <h3>Online tutorial</h3> <p>The other day I discovered <a href="http://learnyousomeerlang.com/" rel="nofollow">learnyousomeerlang.com</a>. A beginner tutorial for everyone who's new to this language.</p> http://stackoverflow.com/questions/28975/anyone-using-couchdb/29060#29060 4 Answer by Till for Anyone using CouchDB? Till 2008-08-26T22:04:25Z 2009-10-25T19:22:37Z <p>I got to know one of the people (Jan) working on it a while ago (like 6 months) and have been playing with it ever since. I found the community around CouchDB to be both very knowledgable and helpful so that whenever I ran into an issue it was resolved in a matter of minutes or hours at least.</p> <p>We just kicked off a project the other week which basically requires us to store data in the non-relational way and due to CouchDB's document oriented store we selected it as one of the technologies to use. So this is actually the first time that I will run it in production, but I'm still pretty confident about it. :)</p> <p><strong>Just an update here (2009-10-25):</strong></p> <p>Our first CouchDB install is 20 GB, it hosts 40 million records. It's been running in production since January 2009, and it's been great. Read (<code>GET</code>) speed is outstanding and we use it as a store for complex data, and then it's just pull.</p> <p>Our second couchdb installment has two databases, one is 160,000,000+ documents (210 GB), and growing between 150,000-300,000 documents a day. The other is <em>only</em> 35,000,000 documents (7 GB). This setup has a lot more reads and writes and initial tests are performing very well.</p> <p>View building on the 160,000,000 document database took roughly a week, but since then we upgraded to a larger Amazon EC2 instance and we are also getting ready to update to CouchDB <code>0.10.x</code> (from <code>0.9.1</code>) as this release includes a lot of performance improvements in view building.</p> http://stackoverflow.com/questions/1610887/how-to-partition-mysql-across-multiple-servers/1621755#1621755 1 Answer by Till for How to partition Mysql across MULTIPLE SERVERS? Till 2009-10-25T19:12:04Z 2009-10-25T19:12:04Z <p>With MySQL, people generally do what is called <em>application based <strong>sharding</strong></em>.</p> <p>In a nutshell, you will have the same database <strong>structure</strong> on multiple database servers. But it won't contain the same data.</p> <p>So for example:</p> <pre><code>Users 1 - 10000: server A Users 10001 - 20000: server B </code></pre> <p>Sharding (of course) is not a backup technique, it's meant to distribute reads and writes across a cluster.</p> <p>Techniques employed to shard are the MySQL-Proxy, for example. This is nothing that HScale invented, it's more or less a simple LUA script which distributes reads and writes to different backend servers. There should be plenty of examples on the MySQL forge.</p> <p>Another tool (based on MySQL Proxy) is <a href="http://spockproxy.sourceforge.net/" rel="nofollow">SpockProxy</a>. Completely tailored towards sharding. They also got rid off Lua, and they worked on various things to make it speedier than the proxy. So far, I have only tested SpockProxy, but never ran it in production.</p> <p>Now aside from those proxies, you can shard yourself as well. Required would be a master table, e.g.:</p> <pre><code>------------------- | userA | server1 | | userB | server2 | | userC | server1 | ------------------- </code></pre> <p>Then construct your reads and writes towards the server. Not very pretty but that works. The next obstactle would be to make it more falt tolarant. So for example, <code>server1</code>, <code>server2</code> and <code>server3</code> each should be a small cluster.</p> <p>And last but not least, another interesting approach to partition data and indices across servers is Digg's <a href="http://blog.digg.com/?p=607" rel="nofollow">IDDB</a>. I'm not sure if they ever released its code, but their blog posts gives great details on what it does.</p> <p>Let me know if this helps!</p> http://stackoverflow.com/questions/1449020/get-autoincrement-id-after-an-insert-query-performed-with-a-prepared-statement/1449119#1449119 0 Answer by Till for Get autoincrement id after an insert query performed with a prepared statement Till 2009-09-19T18:03:30Z 2009-09-19T18:03:30Z <p>Maybe you can post your table definition.</p> <p>Or double-check that there is an <code>auto_increment</code> set.</p> http://stackoverflow.com/questions/1448533/webmail-system-script/1448678#1448678 1 Answer by Till for Webmail system script Till 2009-09-19T14:42:15Z 2009-09-19T14:42:15Z <p>I'm a little biased (because I work on it), but I would recommend <a href="http://roundcube.net/" rel="nofollow">RoundCube</a>. It's a full feature IMAP client. It doesn't have a user administration, it's a client-only (just like Thunderbird).</p> <p>With 0.3, we have a <a href="http://trac.roundcube.net/wiki/Plugin%5FRepository" rel="nofollow">plugin API</a>, which makes it easy to extend RoundCube with all kinds of features.</p> <p>My second recommendation would be <a href="http://www.horde.org/imp/" rel="nofollow">IMP</a> or <a href="http://www.horde.org/dimp/" rel="nofollow">dIMP</a> (both Horde). IMP has been around for a long time, it's also very extensible. They also have a lot of plugins/addons available.</p> http://stackoverflow.com/questions/1292897/problem-in-maintaining-session-between-two-different-domains-on-a-website-done-in/1293626#1293626 0 Answer by Till for Problem in maintaining session between two different domains on a website done in CakePHP Till 2009-08-18T12:51:31Z 2009-08-18T12:51:31Z <p>I'm not sure I completely understand, but I'm gonna try. I think this is about a PHP setting called <code>session.cookie_domain</code>.</p> <p>Assuming your websites have the following URLs:</p> <ul> <li><a href="http://www.example.org/" rel="nofollow">http://www.example.org/</a></li> <li><a href="http://fr.example.org/" rel="nofollow">http://fr.example.org/</a></li> <li><a href="http://de.example.org/" rel="nofollow">http://de.example.org/</a></li> </ul> <p>The setting you want is: <code>.example.org</code>.</p> <p>You can adjust this in <code>php.ini</code>, a <code>.htaccess</code> file or even in PHP itself:</p> <pre><code>&lt;?php ini_set('session.cookie_domain', '.example.org'); ?&gt; </code></pre> <p>If your websites run on two completely different domains, e.g.:</p> <ul> <li><a href="http://example1.org/" rel="nofollow">http://example1.org/</a></li> <li><a href="http://example2.org/" rel="nofollow">http://example2.org/</a></li> </ul> <p>... then there is no way to share the cookie between these two different domains.</p> http://stackoverflow.com/questions/1134602/are-there-apis-for-translating-short-urls-back-to-regular-links/1134766#1134766 2 Answer by Till for Are there APIs for translating short url's back to regular links? Till 2009-07-16T00:08:43Z 2009-07-16T00:08:43Z <p>99% of all url openers have an API.</p> <p>For example, there's a PEAR package (PHP) called <a href="http://github.com/joestump/services%5Fshorturl/tree/master" rel="nofollow">Services_ShortURL</a> that supports:</p> <ul> <li>bit.ly</li> <li>digg</li> <li>is.gd</li> <li>short.ie</li> <li>tr.im</li> <li>tinyurl.com</li> </ul> http://stackoverflow.com/questions/1128490/zendx-jquery-autocomplete/1134736#1134736 1 Answer by Till for Zendx JQuery Autocomplete Till 2009-07-15T23:59:33Z 2009-07-15T23:59:33Z <p>Last time I checked, it was in the <a href="http://jquery-ui.googlecode.com/svn/branches/dev/autocomplete/" rel="nofollow">dev branch</a>.</p> <p>The only issue is that I'm not sure how complete and ready this is, <strong>and</strong> if it even works with ZendX_Jquery. You can stay up to date on <a href="http://jqueryui.pbworks.com/Autocomplete" rel="nofollow">the progress of autoComplete on the official wiki page</a>.</p> http://stackoverflow.com/questions/1130501/distributed-key-value-data-store-with-offline-access-static-partitioning/1134698#1134698 0 Answer by Till for Distributed Key-Value Data Store with Offline Access (Static Partitioning) Till 2009-07-15T23:46:21Z 2009-07-15T23:46:21Z <p>Try out <a href="http://couchdb.org/" rel="nofollow">CouchDB</a>. Your use case reads like it was build for it. Point taken, CouchDB is much more than a key/value store, but on the other hand, not less suitable for it.</p> <p>Add replication and as an added bonus fault tolerance, conflict detection (and resolution) and an easy API (HTTP).</p> <p>Let me know if you have any other questions.</p> http://stackoverflow.com/questions/953823/svn-repository-structure-and-shared-assemblies/953899#953899 0 Answer by Till for SVN Repository Structure and Shared Assemblies Till 2009-06-05T01:34:31Z 2009-06-05T01:34:31Z <p>We version all our core libraries.</p> <p>So e.g., the SVN looks like this:</p> <blockquote> <p>/repo/lib1/trunk/</p> <p>/repo/lib1/tags/1.0</p> <p>/repo/lib1/tags/1.1</p> <p>/repo/lib1/branches</p> <p>...</p> </blockquote> <p>This avoids the situation where you break BC, <em>or something</em>, and it requires an update to the other three projects that use the library.</p> <p>Further more, we utilize <code>svn:externals</code> to <em>link</em> these libraries into projects.</p> <blockquote> <p>/repo/project1/tags/1.0</p> <p>/repo/project1/trunk/library</p> <p>...</p> </blockquote> <pre><code>svn propedit svn:externals /repo/project1/trunk/library </code></pre> <p>Enter the following:</p> <blockquote> <p>lib1 svn://host/repo/lib1/tags/1.1</p> </blockquote> <p>... and commit the change.</p> <p>Project1 itself follows the convention (tags for releases, etc.) as well.</p> <p>Depending on the language of your choice, there are of course other options. Let me know if you can go into detail and I see if I can extend my answer. But all in all, it's as simple as that. No other build tools required.</p> <p>We do all our deployment straight from subversion (through <a href="http://www.capify.org/" rel="nofollow">capistrano</a>). It's basically <em>just</em> checking out the tag, and done. Even allows hot-fixing it. If you allow me <em>pimping</em> my own <a href="http://till.klampaeckel.de/blog/archives/11-Managing-software-deployments-of-your-PHP-applications-I.html" rel="nofollow">blog</a> -- I've written extensively on this topic ("deployment from svn").</p> <p>HTH!</p> http://stackoverflow.com/questions/937269/how-should-i-set-up-my-application-when-i-cant-change-the-document-root/939303#939303 0 Answer by Till for How should I set up my application when I can't change the document root? Till 2009-06-02T12:46:40Z 2009-06-02T12:46:40Z <p>Just use <a href="http://framework.zend.com/docs/quickstart" rel="nofollow">the quickstart guide</a> and adjust according to it. Zend_Tool is still experimental anyway. Let me know if this helps.</p> http://stackoverflow.com/questions/923597/which-tools-do-you-use-to-analyze-text 1 Which tools do you use to analyze text? Till 2009-05-28T22:52:43Z 2009-05-29T20:41:10Z <p>I'm in need of some inspiration. For a hobby project I am playing with content analysis. I am basically trying to analyze input to match it to a topic map.</p> <p>For example:</p> <ul> <li>"The way on Iraq" > History, Middle East</li> <li>"Halloumni" > Food, Middle East</li> <li>"BMW" > Germany, Cars</li> <li>"Obama" > USA</li> <li>"Impala" > USA, Cars</li> <li>"The Berlin Wall" > History, Germany</li> <li>"Bratwurst" > Food, Germany</li> <li>"Cheeseburger" > Food, USA</li> <li>...</li> </ul> <p>I've been reading a lot about taxonomy and in the end, whatever I read concludes that all people tag differently and therefor the system is bound to fail.</p> <p>I thought about tokenized input and stop word lists, but they are of course a lot of work to come up with and build. Building the relevant links between words and topics seems exhausting and also never ending cause whatever language you deal with, it's very rich and most languages also heavily rely on context. Let alone maintaining it.</p> <p>I guess I need to come up with <em>something</em> smart and train it with topics I want it to be able to guess. Kind of like an <a href="http://nlp-addiction.com/eliza/" rel="nofollow">Eliza bot</a>.</p> <p>Anyway, I don't believe there is something that does that out of the box, but does anyone have any leads or examples for technology to use in order to analyze input in order to extract <em>meaning</em>?</p> http://stackoverflow.com/questions/158818/create-json-with-net 5 Create JSON with .net Till 2008-10-01T17:42:33Z 2009-05-14T19:31:36Z <p>First off, let me start off that I am not a .net developer. The reason why I am asking this question is that we rolled out our REST-API and one of our first integration partners is a .net shop.</p> <p>So basically we <strong>ass</strong>umed that .net would provide some sort of wrapper to create JSON, but the developer in question created the <em>string</em> by hand. I've researched this topic a bit and I couldn't really find anything, though I believe .net provides something. :)</p> <pre><code>'current code Dim data As String data = "[hello, world]" </code></pre> <p>In PHP I would do the following (assuming ext/json is available ;):</p> <pre><code>&lt;?php $json = array('hello', 'world'); $json = json_encode($json); </code></pre> <p>I am also interested in what you use to decode the json into an array/object structure.</p> <p>Help is very appreciated. </p> http://stackoverflow.com/questions/801470/max-number-of-rows-per-mysql-billions-ndbcluster/801605#801605 2 Answer by Till for Max number of rows per MySQL (Billions) NDBCLUSTER ? Till 2009-04-29T09:31:29Z 2009-04-29T09:41:10Z <p>We have tables with 22 million rows, and there's no bottleneck in sight. At least none that enough RAM can't fix. Generally there is no easy yes or no. It depends on the nature of your data, table engine, etc..</p> <p>If you disclosed more info what kind of data it is that you're saving, then a response could be more detailed.</p> <p>My only general advice for large databases is, that I'd exceed the hardware options before going into replication and/or sharding (for performance reasons -- keeping a slave for backup is a different story). You also need to know your <em>index-fu</em> and the obvious switches/options in order to tune the database server.</p> <p>More info, if you can tell me what kind of data you're working with.</p> http://stackoverflow.com/questions/801604/how-do-i-tell-what-a-linux-process-is-waiting-for/801625#801625 7 Answer by Till for How do I tell what a Linux process is waiting for? Till 2009-04-29T09:39:42Z 2009-04-29T09:39:42Z <p>Whatever process it is, you use <code>top</code> to check the state. Then you could run it through <a href="http://www.cyberciti.biz/faq/howto-use-linux-truss-strace-command/" rel="nofollow">truss or strace</a>. That should detail what is going on. If that is not possible, hook <em>it</em> up to <a href="http://sources.redhat.com/gdb/onlinedocs/gdb.html" rel="nofollow">gdb</a>. Tools like <a href="http://linux.die.net/man/1/iostat" rel="nofollow">iostat</a> might show you in general what is going on (e.g. if disk is bottleneck).</p> http://stackoverflow.com/questions/801584/scrape-webpage-when-it-throws-an-asp-net-error/801612#801612 1 Answer by Till for Scrape webpage when it throws an ASP.NET error Till 2009-04-29T09:34:58Z 2009-04-29T09:34:58Z <p>Just a guess, but maybe the error thrown, triggers a server error (500)? That would make sense. You should be still able to get the <em>output</em> from the page.</p> <p>Generally though, and I hope you don't mind, I'd have to object to your error handling. First off, you could put the error in a log and use a tool to monitor it for errors. Secondly, if your <em>script</em> throws an exception, you could hand it off to a service like <a href="http://getexceptional.com/" rel="nofollow">Exceptional</a>, which in turn notifies you.</p> http://stackoverflow.com/questions/795551/can-haproxy-front-both-web-servers-and-ssl-vpn-on-one-ip-and-port/797667#797667 0 Answer by Till for Can HAProxy front both Web servers and SSL VPN on one IP and port? Till 2009-04-28T12:34:08Z 2009-04-29T09:14:33Z <p>OK, first off, I'd use a simple firewall to divide all HTTP from NON-HTTP traffic. What you need is packet inspection to figure out what it is that is coming in.</p> <p>Neither haproxy or nginx can do that. They are both made for <strong>web</strong> traffic and I don't see how they could inspect traffic to guess what it is that they are dealing with.</p> <p><strong>Update:</strong> Looked into this it a bit and with iptables you could probably use string matching to <em>devide</em> the traffic. However, that's all tricky, especially with the encrypted nature. A friend of mine discovered <a href="http://l7-filter.sourceforge.net/" rel="nofollow">l7-filter</a> and this looks like what you need. Let me know if this helps.</p> http://stackoverflow.com/questions/795654/using-javascript-to-mark-a-link-as-visited/795771#795771 1 Answer by Till for using javascript to mark a link as visited Till 2009-04-28T00:16:46Z 2009-04-28T10:29:49Z <p>The only <em>workaround</em> I know of would be something like the following.</p> <p>Say, your visited links are red:</p> <pre><code>&lt;a href="#" onclick="someEvent();this.style.color='#ff0000'"&gt;link&lt;/a&gt; </code></pre> <p>But that doesn't mean that when the page is reloaded, the links are still <em>marked</em> visited.</p> <p>To achieve this, I'd suggest give all links IDs, which are of course unique across your entire app, or namespaced per page. In your <code>onclick</code>, you'll trigger another method, which saves the link's ID to a cookie.</p> <p>The most easiest would be a comma-separated list, which you can <code>split()</code> before reading. Which is what you do when the page is reloaded. When it's split, you iterate over all IDs and set the color on your links.</p> <p>E.g, using jQuery:</p> <pre><code>// onclick function saveID(id) { if ($.cookie('idCookie')) { $.cookie('idCookie', $.cookie('idCookie') + "," + id); } else { $.cookie('idCookie', id); } } // make all links colored function setVisted() { var idArray = $.cookie('idCookie').split(','); for (var x=0; x&lt;idArray.length; x++) { $('#' + idArray[x]).css('color', '#ff0000'); } } // assign saveID() $(document).ready(function(){ $('a').click(function(){ saveId($(this).attr('id')); }); setVisited(); }); </code></pre> <p>I haven't tested this code, but it should get you started and give you an idea. If you get lucky, it's <em>paste and win</em>. ;-) I also haven't researched how much you can store in a cookie and what the performance implications are, or what other restrictions apply, also see my comments.</p> http://stackoverflow.com/questions/795761/how-to-use-javascript-to-get-visited-link-css-styles/795812#795812 0 Answer by Till for how to use javascript to get visited link css styles Till 2009-04-28T00:39:30Z 2009-04-28T00:39:30Z <p>You could try opening the page in hidden <code>&lt;iframe /&gt;</code>. I don't see another solution besides building extensions for the browser(s) to do what you want to do. I also don't know if you are putting too much effort into it.</p> <p>It could be as simple as establishing some rules for your app.</p> <p>For example, <strong>new link</strong> vs. <em>visited link</em>. The differences are obvious and don't depend on color either.</p> http://stackoverflow.com/questions/746611/apache-moddeflate-based-on-url-parameters/747158#747158 0 Answer by Till for Apache mod_deflate based on url parameters Till 2009-04-14T11:38:16Z 2009-04-16T11:03:13Z <p>Do you mean, <code>?foo=bar</code> in your URL? Maybe you could specify what you're trying to do exactly, besides the URL parameters etc. -- a little use case. In general, <code>mod_deflate</code> can be configured with <code>&lt;Directory /&gt;</code> and <code>&lt;Location /&gt;</code> in Apache.</p> <p>More details here: <a href="http://httpd.apache.org/docs/2.2/mod/mod%5Fdeflate.html" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/mod_deflate.html</a></p> <p>I'll be happy to extend my answer, when you provide more background.</p> <p><strong>UPDATE:</strong> Use a rewrite rule to make <code>?foo=bar</code> turn into <code>/foo/bar</code> (or similar -- whatever works in your app). Then use <code>&lt;Location /&gt;</code> to match and enable <code>mod_deflate</code>. I don't think that's very feasible though.</p> <p>Usually, I'd advice something else, if you expanded your question as of why you are doing this and what you think the gain is.</p> http://stackoverflow.com/questions/749758/need-help-choosing-a-framework-for-bilingual-site/749776#749776 1 Answer by Till for Need help choosing a framework for bilingual site Till 2009-04-14T23:54:43Z 2009-04-14T23:54:43Z <p><a href="http://framework.zend.com/manual/en/zend.translate.html" rel="nofollow">Zend_Translate</a> is pretty comprehensive. And if you decide to use PHP, I suggest you take a look at it. It provides multiple interfaces (e.g. an Array, CSV, Gettext, etc.) to manage your translations, which makes it IMHO unmatched when it comes to PHP.</p> <p>I'm not sure how well it plays with Drupal, since Drupal is hardly a framework but more a CMS -- or maybe a CMS framework. I'm pretty sure that Drupal either has a thing build in or that there is a plugin for it.</p> <p>With CodeIgniter you would start from scratch and Zend_Translate plays well with it.</p> http://stackoverflow.com/questions/749712/is-what-seems-like-polymorphism-in-php-really-polymorphism/749750#749750 1 Answer by Till for Is what seems like polymorphism in PHP really polymorphism? Till 2009-04-14T23:39:56Z 2009-04-14T23:39:56Z <p><code>__call()</code> and <code>__callStatic()</code> should support method overloading. More on this is available in the <a href="http://us.php.net/manual/en/language.oop5.overloading.php" rel="nofollow">manual</a>. Or what exactly are you after?</p> <p><strong>UPDATE:</strong> I just noticed the other replies.</p> <p>For another way to overload a method, consider the following:</p> <pre><code>&lt;?php public function foo() { $args = func_get_arg(); } </code></pre> <p>Certainly not pretty, but it allows you to do virtually whatever you want.</p> http://stackoverflow.com/questions/749613/with-rails-how-can-i-expire-the-browsers-cache/749715#749715 2 Answer by Till for With Rails, How can I expire the Browser's cache? Till 2009-04-14T23:31:11Z 2009-04-14T23:31:11Z <p>The following headers should do that. Whatever page you're trying protect, add them there.</p> <pre><code>Expires: Sat, 26 Jul 1997 05:00:00 GMT Last-Modified: "now" Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache </code></pre> <p>Obviously, the <strong>now</strong> needs to be dynamic.</p> http://stackoverflow.com/questions/749089/is-using-a-cdn-possible-when-youre-running-a-https-website/749146#749146 0 Answer by Till for Is using a CDN possible when you're running a HTTPS website? Till 2009-04-14T20:01:04Z 2009-04-14T20:01:04Z <p>Two options, but in general I'd redirect all pages that don't need to be SSL'ed to their non-SSL equivalent and only use SSL when necessary.</p> <ol> <li><p>Get a SSL certificate for your CDN host. It's just 30 bucks/year, but you need to take into account that this requires more configuration and depending on the traffic, this is also more expensive because the server requires more resources for SSL'd connections.</p></li> <li><p>For the relevant pages, store the CSS/images/js files "local" on your own SSL host and use them when you need SSL. Of course you loose the speed etc. from the CDN, but that's a trade off. We opted for this because just our signup is SSL, 99.9999% of the time users spend on our website is on non-SSL links.</p></li> </ol> http://stackoverflow.com/questions/748720/updating-display-order-of-multiple-mysql-rows-in-one-or-very-few-queries/748747#748747 1 Answer by Till for Updating display order of multiple MySQL rows in one or very few queries Till 2009-04-14T18:12:46Z 2009-04-14T18:12:46Z <p>You could try to wrap it into a few statements, I don't think it's possible in a single one. So for example, let's say you are going to update the 10th row. You want every record after 10 to be bumped up.</p> <pre><code>UPDATE table SET col=col+1 WHERE col &gt; 10 UPDATE table SET col=10 WHERE id = X ... </code></pre> <p>But it's really tough to roll in all logic required. Because some records maybe need a decrement, etc.. You want to avoid duplicates, etc..</p> <p>Think about this in terms of developer time vs. gain.</p> <p>Because even if someone sorts this once per day, the overhead is minimal, compared to fixing it in a stored procedure, or pseudo-optimizing this feature so you don't run 20 queries. If this doesn't run 100 times a day, 20 queries are perfectly fine.</p> http://stackoverflow.com/questions/746676/integrating-jquery-jquery-ui-and-jquery-themes-with-the-zend-framework/747468#747468 0 Answer by Till for Integrating jQuery, jQuery UI, and jQuery Themes with the Zend Framework Till 2009-04-14T13:11:22Z 2009-04-14T13:22:04Z <p>If you're using the Google CDN, you just have to host the .css files on your own server. I don't know if ZendX_Jquery uses that. And that should be all to get it working. Can you share more code (e.g. the source code of the rendered page) if my answer does't help you?</p> http://stackoverflow.com/questions/1615017/which-cms-with-dynamic-news-and-a-build-in-media-gallery-is-fast-in-install-and-c Comment by Till on Which CMS with dynamic news and a build in media gallery is fast in install and configure? Till 2009-10-26T09:56:27Z 2009-10-26T09:56:27Z I extended my answer. NexGEN is just one example for a Wordpress gallery plugin. Besides you can also write your own, but I don't think you'll have to. http://stackoverflow.com/questions/1615017/which-cms-with-dynamic-news-and-a-build-in-media-gallery-is-fast-in-install-and-c/1621852#1621852 Comment by Till on Which CMS with dynamic news and a build in media gallery is fast in install and configure? Till 2009-10-25T19:57:47Z 2009-10-25T19:57:47Z Thanks for the support. ;-) http://stackoverflow.com/questions/1621144/mysql-caching-memory-or-hard-disk Comment by Till on mySQL caching - Memory or Hard disk? Till 2009-10-25T19:36:19Z 2009-10-25T19:36:19Z Clean up your &quot;question&quot; please and mark the obvious question so we can answer them. Game development has nothing to do with it really. Instead please provide background etc.. http://stackoverflow.com/questions/28975/anyone-using-couchdb/29060#29060 Comment by Till on Anyone using CouchDB? Till 2009-10-25T19:23:12Z 2009-10-25T19:23:12Z @reefnet_alex Well, post some time how you like it. :) http://stackoverflow.com/questions/1610887/how-to-partition-mysql-across-multiple-servers Comment by Till on How to partition Mysql across MULTIPLE SERVERS? Till 2009-10-25T19:13:10Z 2009-10-25T19:13:10Z It would be nice if people left a comment when they hit &quot;close&quot;. IMHO, this question is more than suitable for Stackoverlow. http://stackoverflow.com/questions/152623/wordpress-site-monitoring-software-service/152760#152760 Comment by Till on Wordpress Site Monitoring software / service Till 2009-10-20T20:23:11Z 2009-10-20T20:23:11Z What does that mean? http://stackoverflow.com/questions/1436958/zend-farme-work-doubt2 Comment by Till on Zend farme work Doubt2 Till 2009-09-19T15:13:04Z 2009-09-19T15:13:04Z I voted to close this because this duplicates with your other questions. It's also really annoying that you don't listen to what people are trying to tell you. http://stackoverflow.com/questions/1448072/openid-with-domain-mp Comment by Till on openID with domain.mp Till 2009-09-19T14:53:15Z 2009-09-19T14:53:15Z Can you post your code so someone can try it? I'd help you out, if you shared a little more. http://stackoverflow.com/questions/1447805/cant-install-phpunit-through-pear/1447882#1447882 Comment by Till on can't install PHPUnit through pear Till 2009-09-19T14:46:00Z 2009-09-19T14:46:00Z Congrats to you. :) http://stackoverflow.com/questions/1082043/fatal-error-when-using-pear-pager/1082096#1082096 Comment by Till on fatal Error when using pear pager ! Till 2009-09-16T22:14:15Z 2009-09-16T22:14:15Z It's hard to troubleshoot this without any additional info. andreas has given you the correct pointer. http://stackoverflow.com/questions/1416277/problem-with-pear-auth-on-linux-machine Comment by Till on Problem with PEAR Auth on linux machine Till 2009-09-16T22:12:52Z 2009-09-16T22:12:52Z This is hard to answer. I'd love to help you if you were a little less vague. :) http://stackoverflow.com/questions/736329/is-the-validate-pear-package-ready-for-production/736341#736341 Comment by Till on Is the Validate PEAR package ready for production? Till 2009-09-16T21:55:34Z 2009-09-16T21:55:34Z It's a version number, and not a revision. Validate has been around for a long, long time. You could have at least looked at the homepage before you made a &quot;well-educated&quot; guess. http://stackoverflow.com/questions/1131661/adding-classes-to-zendgateway-php Comment by Till on Adding classes to Zend_gateway.php Till 2009-07-16T00:12:30Z 2009-07-16T00:12:30Z There's nothing else? I imagine it doesn't find the other class. Maybe you can go to the PHP file outside of Flex and see if it shows up with an error, or something. http://stackoverflow.com/questions/1085127/how-to-apply-stripslashes-to-all-form-elements-prior-to-output-with-zendform/1088675#1088675 Comment by Till on How to apply stripslashes() to all form elements prior to output with Zend_Form Till 2009-07-16T00:02:02Z 2009-07-16T00:02:02Z The best suggestion yet! I also wouldn't fix some obscure issue, but instead get to the root of it. http://stackoverflow.com/questions/1130501/distributed-key-value-data-store-with-offline-access-static-partitioning/1131326#1131326 Comment by Till on Distributed Key-Value Data Store with Offline Access (Static Partitioning) Till 2009-07-15T23:47:22Z 2009-07-15T23:47:22Z It's kind of hard to run hadoop FS without hadoop, and if you're just about the storage and staying in sync, it seems rather overkill.