<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>BOHUCO - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-9a13335e" type="application/json"/><link>http://bohuco.disqus.com/</link><description></description><atom:link href="http://bohuco.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 08 Apr 2012 13:02:44 -0000</lastBuildDate><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-491653942</link><description>&lt;p&gt;Hey there,&lt;br&gt;I tried the script on my server and while it does return results, they are different from those shown in the Bohuco Labs example (which are actually correct in my case). In both cases I use de/de for lang/country. Any idea why the script shows different results?&lt;br&gt;Cheers,&lt;br&gt;Stefan&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stevo</dc:creator><pubDate>Sun, 08 Apr 2012 13:02:44 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-479147835</link><description>&lt;p&gt;Your script is accurately displaying the rankings but when I run it on my localhost, it's getting me the rankings wrongly more often. I simply, do not understand why it's display different results for same script. The only difference is API key. Which makes no sense to me. Do you know why? Thanks for the script though. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Msathesh</dc:creator><pubDate>Thu, 29 Mar 2012 02:25:02 -0000</pubDate></item><item><title>Re: HTML5 WebSockets Example</title><link>http://bohuco.net/blog/2010/07/html5-websockets-example/#comment-473875424</link><description>&lt;p&gt;Hi&lt;br&gt;Please anyone who knows post how to get the "New URL for Example" working.&lt;br&gt;I love to see working things before troubleshooting it on my pc later.&lt;/p&gt;

&lt;p&gt;I love websockets!&lt;br&gt;matt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paromatt</dc:creator><pubDate>Thu, 22 Mar 2012 15:36:18 -0000</pubDate></item><item><title>Re: WordPress Quicky: Register Sidebar Widget with 3.0</title><link>http://bohuco.net/blog/2010/09/wordpress-quicky-register-sidebar-widget-with-3-0/#comment-468604028</link><description>&lt;p&gt;Where can i write this code? and what is the "MyWidgetClass" ? I haven't create a widget and i have this problem ... can you help me ?&lt;/p&gt;

&lt;p&gt;(sorry i'm french, and my englsih is so poor ...)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hubert Pic</dc:creator><pubDate>Sun, 18 Mar 2012 18:57:24 -0000</pubDate></item><item><title>Re: Google Ranking Checker Class in PHP</title><link>http://bohuco.net/blog/2010/07/google-ranking-checker-class-in-php/#comment-456976183</link><description>&lt;p&gt;Great Post&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Waiver Form</dc:creator><pubDate>Mon, 05 Mar 2012 12:18:41 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-435913675</link><description>&lt;p&gt;Thanks for the nice code!&lt;br&gt;But I could not make it work properly. It always shows the same result unaffecting by locale settings.&lt;/p&gt;

&lt;p&gt;And Can I use your API in my code?&lt;br&gt;I could not get one from the link given by you&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vmukul111</dc:creator><pubDate>Sat, 11 Feb 2012 00:24:21 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-428128486</link><description>&lt;p&gt;Does anyone know what's the daily limit on querying Google? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arthur J</dc:creator><pubDate>Thu, 02 Feb 2012 18:15:03 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-428127191</link><description>&lt;p&gt;try 'en','us'&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arthur J</dc:creator><pubDate>Thu, 02 Feb 2012 18:13:46 -0000</pubDate></item><item><title>Re: Use Google Closure Compiler Local with PHP</title><link>http://bohuco.net/blog/2010/09/use-google-closure-compiler-local-with-php/#comment-408540621</link><description>&lt;p&gt;in windows how to do that... i am using xampp and java is installed on C:\Program Files\Java\jdk1.6.0_18\bin&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Panik</dc:creator><pubDate>Thu, 12 Jan 2012 06:07:18 -0000</pubDate></item><item><title>Re: HTML5 WebSockets Example</title><link>http://bohuco.net/blog/2010/07/html5-websockets-example/#comment-363435826</link><description>&lt;p&gt;function hybi_decode($data){&lt;br&gt;    $bytes = $data;&lt;br&gt;    $data_length = "";&lt;br&gt;    $mask = "";&lt;br&gt;    $coded_data = "" ;&lt;br&gt;    $decoded_data = "";&lt;br&gt;    $data_length = $bytes[1] &amp;amp; 127;&lt;br&gt;    if($data_length === 126){&lt;br&gt;       $mask = substr($bytes, 4, 8);&lt;br&gt;       $coded_data = substr($bytes, 8);&lt;br&gt;    }else if($data_length === 127){&lt;br&gt;        $mask = substr($bytes, 10, 14);&lt;br&gt;        $coded_data = substr($bytes, 14);&lt;br&gt;    }else{&lt;br&gt;        $mask = substr($bytes, 2, 6);&lt;br&gt;        $coded_data = substr($bytes, 6);&lt;br&gt;    }&lt;br&gt;    for($i=0;$i&amp;lt;strlen($coded_data);$i++){ $data_length="strlen($data);" $decoded_data="" $decoded_data;="" $encoded="" $frame="Array();" $frame[0]="0x81;" $frame[1]="$data_length;" $frame[2]="$data_length" $mask[$i%4];="" .="$coded_data[$i]" ;="" &amp;lt;="125){" ^="" function="" hybi_encode($data)="" if($data_length="" return="" {="" }="" }else{=""&amp;gt;&amp;gt; 8;&lt;br&gt;        $frame[3] = $data_length &amp;amp; 0xFF;&lt;br&gt;    }    for($i=0;$i&amp;lt;sizeof($frame);$i++){ $encoded="" $encoded;="" .="chr($frame[$i]);" return="" }=""&amp;gt;&amp;lt;/sizeof($frame);$i++){&amp;gt;&amp;lt;/strlen($coded_data);$i++){&amp;gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arturs Birzgals</dc:creator><pubDate>Tue, 15 Nov 2011 05:02:12 -0000</pubDate></item><item><title>Re: Mount Amazon Ec2 with Mac OSX</title><link>http://bohuco.net/blog/2011/01/mount-amazon-ec2-with-mac-osx/#comment-360973427</link><description>&lt;p&gt;Hey, how did you configure MacFusion? I can ssh into ec2 without problems, but macfusion tells me "authentication has failed". I used "ec2-user" and the elastic ip address, but no password. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">credes</dc:creator><pubDate>Fri, 11 Nov 2011 06:16:03 -0000</pubDate></item><item><title>Re: HTML5 WebSockets Example</title><link>http://bohuco.net/blog/2010/07/html5-websockets-example/#comment-352834607</link><description>&lt;p&gt;Could you please update the code to support the new hybi-10 draft?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fili Wiese</dc:creator><pubDate>Tue, 01 Nov 2011 10:20:43 -0000</pubDate></item><item><title>Re: HTML5 WebSockets Example</title><link>http://bohuco.net/blog/2010/07/html5-websockets-example/#comment-334432053</link><description>&lt;p&gt;How much better is this than Ajax JSON callbacks?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Digitalpassion</dc:creator><pubDate>Fri, 14 Oct 2011 04:02:17 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-301926393</link><description>&lt;p&gt;Great post but i have got confused regarding the 3 columns&lt;br&gt;active, inactive or deleted&lt;br&gt;hidden or visible&lt;br&gt;status&lt;/p&gt;

&lt;p&gt;1. ) can we merge them in a single column , because if we make test records then we can delete those test records and mark them as "deleted" ?&lt;/p&gt;

&lt;p&gt;2. ) in status column you have mentioned that some of the status are active , inactive , ....&lt;br&gt;but this conflict with the colum called "active , inactive or deleted" could plz justify&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Techbrainless</dc:creator><pubDate>Sat, 03 Sep 2011 17:15:37 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299835695</link><description>&lt;p&gt;it's just my experience that such fields can save you later headache ... i avoid too complex joins ... they are too slow (MySQL) and the ORM recognizes my status (active, ...) as integer value (what do you mean with recognize?)&lt;/p&gt;

&lt;p&gt;discription in many tables like company, user, product, ...&lt;/p&gt;

&lt;p&gt;btw: in general normalization is a good and important thing ... but performance is (sometimes) better&lt;/p&gt;

&lt;p&gt;what is your ... better ... advice?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">derfichtl</dc:creator><pubDate>Wed, 31 Aug 2011 15:34:08 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299800014</link><description>&lt;p&gt;are you using an ORM that recognizes your Active columns?  I imagine the WHERE clause if there are complex joins - it seems too complex to me.  Also a description column in each table? talk about a candidate for normalization.  This post has too much bad advice.  - mec&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Concerned Global Citizen</dc:creator><pubDate>Wed, 31 Aug 2011 15:09:40 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299417969</link><description>&lt;p&gt;you are right but i needed a good article title :) ... i don't use hibernate ... do you have a link how hibernate optimistic locking works?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">derfichtl</dc:creator><pubDate>Wed, 31 Aug 2011 04:59:00 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299417486</link><description>&lt;p&gt;Good checklist for designing new database but certainly not every table needs all columns stated here.&lt;br&gt;I would append "version" column for Hibernate optimistic locking.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomáš Záluský</dc:creator><pubDate>Wed, 31 Aug 2011 04:56:44 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299370616</link><description>&lt;p&gt;sorry maybe i wrote it a bit mistakable ... i use status OR hidden OR active ... not all three together ... that would be a bit much status-flags :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">derfichtl</dc:creator><pubDate>Wed, 31 Aug 2011 04:03:22 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299370233</link><description>&lt;p&gt;yes, userIds ... i tought of it but don't use it always ... helps to find the guilty :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">derfichtl</dc:creator><pubDate>Wed, 31 Aug 2011 04:01:36 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299364004</link><description>&lt;p&gt;Sorry... but three field doin the same... not really good database design..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 31 Aug 2011 03:33:59 -0000</pubDate></item><item><title>Re: 7 Fields Every Database Table May Need &amp;#8230;</title><link>http://bohuco.net/blog/2011/08/7-fields-every-database-table-may-need/#comment-299198545</link><description>&lt;p&gt;I always have this fields&lt;br&gt;id (obvious) totally transparent to the user&lt;br&gt;code candidate unique key, known to the user&lt;br&gt;description&lt;br&gt;...&lt;br&gt;created_at&lt;br&gt;created_by (user id)&lt;br&gt;updated_at&lt;br&gt;updated_by&lt;/p&gt;

&lt;p&gt;saludos&lt;/p&gt;

&lt;p&gt;sas&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">opensas</dc:creator><pubDate>Tue, 30 Aug 2011 21:29:58 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-296605703</link><description>&lt;p&gt;Ich habe eine kleine Anpassung in der Class vorgenommen, da diese ab dem zweiten Keyword des Arrays bei mir etwas gezickt hat.&lt;/p&gt;

&lt;p&gt;Folgender Bereich habe ich VOR das "foreach($keywords as $keyword) {" verschoben:&lt;br&gt;if (! empty($this-&amp;gt;country)) {&lt;br&gt;	$this-&amp;gt;country = '&amp;amp;gl='.$this-&amp;gt;country;&lt;br&gt;}&lt;/p&gt;

&lt;p&gt;Darfst du gerne für ein Update übernehmen ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roger</dc:creator><pubDate>Sat, 27 Aug 2011 10:49:53 -0000</pubDate></item><item><title>Re: New Google Ranking Checker with Locale-Support</title><link>http://bohuco.net/blog/2011/01/new-google-ranking-checker-with-locale-support/#comment-289045751</link><description>&lt;p&gt;I just want to know how to modify your script become multi Ses, so I can chek rank using Google, yahoo and bing using your existing code&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zabbath</dc:creator><pubDate>Wed, 17 Aug 2011 04:06:33 -0000</pubDate></item><item><title>Re: Deutsche Zensur wird ausgeweitet</title><link>http://bohuco.net/blog/2009/06/deutsche-zensur-wird-ausgeweitet/#comment-252286068</link><description>&lt;p&gt;Ok wäre doch Lustig mal den Österreichern den Saft abzudrehen.&lt;br&gt;Wenn es auch kaum einer für möglich hält auch in Deutschland kann man die Indizierten Games noch kaufen.So z.B. auf &lt;a href="http://okaysoft.de" rel="nofollow"&gt;http://okaysoft.de&lt;/a&gt; oder &lt;a href="http://primalgames.de" rel="nofollow"&gt;http://primalgames.de&lt;/a&gt; ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marius</dc:creator><pubDate>Thu, 14 Jul 2011 16:24:28 -0000</pubDate></item></channel></rss>
