<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>google-code &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/google-code/</link>
	<description>Feed of posts on WordPress.com tagged "google-code"</description>
	<pubDate>Fri, 27 Nov 2009 21:51:40 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[facebook-zynga-texas-hold’em-poker-cheats-and-hacks]]></title>
<link>http://hoday.wordpress.com/2009/11/14/facebook-zynga-texas-hold%e2%80%99em-poker-cheats-and-hacks/</link>
<pubDate>Sat, 14 Nov 2009 14:42:35 +0000</pubDate>
<dc:creator>Hadi</dc:creator>
<guid>http://hoday.wordpress.com/2009/11/14/facebook-zynga-texas-hold%e2%80%99em-poker-cheats-and-hacks/</guid>
<description><![CDATA[Texas Hold em Poker Bot for facebook. You did not succeed cheat Texas Hold Em Poker on Facebook? try]]></description>
<content:encoded><![CDATA[Texas Hold em Poker Bot for facebook. You did not succeed cheat Texas Hold Em Poker on Facebook? try]]></content:encoded>
</item>
<item>
<title><![CDATA[গুগলের জাভাস্ক্রীপ্ট অপটিমাইজেশন টুল এর সোর্সকোড প্রকাশ করা হয়েছে]]></title>
<link>http://nasir8891.wordpress.com/2009/11/11/closure-java-script-optimization-tools/</link>
<pubDate>Tue, 10 Nov 2009 19:13:32 +0000</pubDate>
<dc:creator>nasir khan</dc:creator>
<guid>http://nasir8891.wordpress.com/2009/11/11/closure-java-script-optimization-tools/</guid>
<description><![CDATA[গুগলের কোটি কোটি ব্যবহারকারীরা প্রতিনিয়ত জিমেইল, গুগল ডক, গুগল ম্যাপ এর মত যেসকল অ্যাপলিকপশন ব্যবহা]]></description>
<content:encoded><![CDATA[গুগলের কোটি কোটি ব্যবহারকারীরা প্রতিনিয়ত জিমেইল, গুগল ডক, গুগল ম্যাপ এর মত যেসকল অ্যাপলিকপশন ব্যবহা]]></content:encoded>
</item>
<item>
<title><![CDATA[Google's JavaScript Tools]]></title>
<link>http://sundayspoon.wordpress.com/2009/11/08/googles-javascript-tools/</link>
<pubDate>Sun, 08 Nov 2009 11:24:33 +0000</pubDate>
<dc:creator>Tonton</dc:creator>
<guid>http://sundayspoon.wordpress.com/2009/11/08/googles-javascript-tools/</guid>
<description><![CDATA[I&#8217;ve been so impressed on Google&#8217;s approach on releasing tools for webmasters and design]]></description>
<content:encoded><![CDATA[I&#8217;ve been so impressed on Google&#8217;s approach on releasing tools for webmasters and design]]></content:encoded>
</item>
<item>
<title><![CDATA[Your own Google Search Page (Self Contained)]]></title>
<link>http://livenetnow.wordpress.com/2009/11/06/your-own-google-search-page-self-contained/</link>
<pubDate>Fri, 06 Nov 2009 23:14:29 +0000</pubDate>
<dc:creator>Web Design and Internet Marketing by Live Net Now LLC</dc:creator>
<guid>http://livenetnow.wordpress.com/2009/11/06/your-own-google-search-page-self-contained/</guid>
<description><![CDATA[Now I&#8217;m going to share with you a google search page of your own.  You can Edit the page, add ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Now I&#8217;m going to share with you a google search page of your own.  You can Edit the page, add links, or whatever else you like. Below is the code. This page will do a google search and return the results on the same page.</p>
<p>Just copy/paste the html below and insert it into a .html page. After that, you can give it a custom look if you like, add links, or cobrand it to look like your website. After you make it your own search page, you can also save it as the default search page for your pc or business computers simply by opening the page and in your browser click on tools/options/Click on the main tab, then click on &#8220;use current page&#8221; and it will be the default home page when users open a web browser on your designated computer. This can be useful for many applications because you can at any time edit the page on your server and the changes will be seen when the page is accessed by anyone that has this url saved as their default homepage.</p>
<p>The only change you need to make is this:</p>
<p>Look for this code below (form action=&#8221;http://www.livenetnow.com/search.html&#8221; id=&#8221;cse-search-box&#8221;&#62;) And change the URL from (http://www.livenetnow.com/search.html) To what your naming your search page.</p>
<p>&#60;&#8212;&#8212;-Code Begins Below Here&#8212;-&#62;</p>
<p>&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62;<br />
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62;<br />
&#60;head&#62;<br />
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&#62;<br />
&#60;title&#62;Google Search by Live Net Now LLC&#60;/title&#62;<br />
&#60;style type=&#8221;text/css&#8221;&#62;<br />
&#60;!&#8211;<br />
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }<br />
.style3 {    color: #FF0000;<br />
font-weight: bold;<br />
}<br />
&#8211;&#62;<br />
&#60;/style&#62;<br />
&#60;/head&#62;</p>
<p>&#60;body&#62;&#60;div align=&#8221;center&#8221;&#62;<br />
&#60;table width=&#8221;695&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221;&#62;&#60;tr&#62;&#60;td valign=&#8221;top&#8221;&#62;&#60;table width=&#8221;695&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221;&#62;<br />
&#60;tr&#62;<br />
&#60;td valign=&#8221;top&#8221;&#62;&#60;div align=&#8221;center&#8221;&#62;</p>
<p>&#60;table width=&#8221;695&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221;&#62;<br />
&#60;tr&#62;<br />
&#60;td height=&#8221;107&#8243; valign=&#8221;top&#8221;&#62;&#38;nbsp;&#60;/td&#62;<br />
&#60;td valign=&#8221;top&#8221;&#62;&#60;p align=&#8221;center&#8221;&#62;                        &#60;br /&#62;<br />
&#60;img src=&#8221;images/logo.gif&#8221; width=&#8221;276&#8243; height=&#8221;110&#8243; /&#62;&#60;br /&#62;<br />
&#60;style type=&#8221;text/css&#8221;&#62;<br />
@import url(http://www.google.com/cse/api/branding.css);<br />
&#60;/style&#62;<br />
&#60;div style=&#8221;background-color:#FFFFFF; color:#000000&#8243;&#62;<br />
&#60;div&#62;</p>
<p>&#60;form action=&#8221;http://www.livenetnow.com/search.html&#8221; id=&#8221;cse-search-box&#8221;&#62;<br />
&#60;div&#62;<br />
&#60;div align=&#8221;center&#8221;&#62;<br />
&#60;input type=&#8221;hidden&#8221; name=&#8221;cx&#8221; value=&#8221;partner-pub-8922664653339479:8rsl4wf0oq1&#8243; /&#62;<br />
&#60;input type=&#8221;hidden&#8221; name=&#8221;cof&#8221; value=&#8221;FORID:10&#8243; /&#62;<br />
&#60;input type=&#8221;hidden&#8221; name=&#8221;ie&#8221; value=&#8221;ISO-8859-1&#8243; /&#62;<br />
&#60;input type=&#8221;text&#8221; name=&#8221;q&#8221; size=&#8221;31&#8243; /&#62;<br />
&#60;input type=&#8221;submit&#8221; name=&#8221;sa&#8221; value=&#8221;Search&#8221; /&#62;<br />
&#60;/div&#62;</p>
<p>&#60;/div&#62;<br />
&#60;/form&#62;<br />
&#60;/div&#62;<br />
&#60;div&#62;<br />
&#60;div align=&#8221;center&#8221;&#62;&#60;/div&#62;<br />
&#60;/div&#62;<br />
&#60;div&#62;&#60;/div&#62;<br />
&#60;/div&#62;&#60;/td&#62;<br />
&#60;td valign=&#8221;top&#8221;&#62;&#38;nbsp;&#60;/td&#62;</p>
<p>&#60;/tr&#62;<br />
&#60;tr&#62;<br />
&#60;td height=&#8221;454&#8243; valign=&#8221;top&#8221;&#62;&#38;nbsp;&#60;/td&#62;<br />
&#60;td valign=&#8221;top&#8221;&#62;&#60;div align=&#8221;center&#8221;&#62;<br />
&#60;div id=&#8221;cse-search-results&#8221;&#62;<br />
&#60;p&#62;&#38;nbsp;&#60;/p&#62;<br />
&#60;/div&#62;<br />
&#60;script type=&#8221;text/javascript&#8221;&#62;<br />
var googleSearchIframeName = &#8220;cse-search-results&#8221;;<br />
var googleSearchFormName = &#8220;cse-search-box&#8221;;<br />
var googleSearchFrameWidth = 300;<br />
var googleSearchDomain = &#8220;www.google.com&#8221;;<br />
var googleSearchPath = &#8220;/cse&#8221;;<br />
&#60;/script&#62;</p>
<p>&#60;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/afsonline/show_afs_search.js&#8221;&#62;&#60;/script&#62;<br />
&#60;/div&#62;&#60;/td&#62;<br />
&#60;td valign=&#8221;top&#8221;&#62;&#38;nbsp;&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;tr&#62;<br />
&#60;td width=&#8221;13&#8243; height=&#8221;201&#8243; valign=&#8221;top&#8221;&#62;&#60;h1 span&#62;&#38;nbsp;&#60;/h1&#62;&#60;/td&#62;<br />
&#60;td width=&#8221;652&#8243; valign=&#8221;top&#8221;&#62;&#60;p&#62;&#38;nbsp;&#60;/p&#62;<br />
&#60;p&#62;&#38;nbsp;&#60;/p&#62;</p>
<p>&#60;p&#62;&#38;nbsp;&#60;/p&#62;<br />
&#60;p align=&#8221;center&#8221;&#62;&#60;style type=&#8221;text/css&#8221;&#62;<br />
@import url(http://www.google.com/cse/api/branding.css);<br />
&#60;/style&#62;<br />
&#60;div style=&#8221;background-color:#FFFFFF; color:#000000&#8243;&#62;<br />
&#60;div&#62;<br />
&#60;form action=&#8221;http://www.livenetnow.com/search.html&#8221; id=&#8221;cse-search-box&#8221;&#62;<br />
&#60;div&#62;</p>
<p>&#60;div align=&#8221;center&#8221;&#62;<br />
&#60;input type=&#8221;hidden&#8221; name=&#8221;cx&#8221; value=&#8221;partner-pub-8922664653339479:8rsl4wf0oq1&#8243; /&#62;</p>
<p>&#60;input type=&#8221;hidden&#8221; name=&#8221;cof&#8221; value=&#8221;FORID:10&#8243; /&#62;<br />
&#60;input type=&#8221;hidden&#8221; name=&#8221;ie&#8221; value=&#8221;ISO-8859-1&#8243; /&#62;<br />
&#60;input type=&#8221;text&#8221; name=&#8221;q&#8221; size=&#8221;31&#8243; /&#62;<br />
&#60;input type=&#8221;submit&#8221; name=&#8221;sa&#8221; value=&#8221;Search&#8221; /&#62;<br />
&#60;/div&#62;<br />
&#60;/div&#62;<br />
&#60;/form&#62;<br />
&#60;/div&#62;<br />
&#60;div&#62;                            &#60;/div&#62;</p>
<p>&#60;div&#62;&#60;/div&#62;<br />
&#60;/div&#62;<br />
&#60;/td&#62;<br />
&#60;td width=&#8221;16&#8243; valign=&#8221;top&#8221;&#62;&#38;nbsp;&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;/table&#62;<br />
&#60;/div&#62;&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;/table&#62;            &#60;p align=&#8221;center&#8221;&#62;&#60;/td&#62;</p>
<p>&#60;/tr&#62;<br />
&#60;/table&#62;<br />
&#60;/div&#62;<br />
&#60;/body&#62;<br />
&#60;/html&#62;</p>
<p>&#60;&#8212;&#8212;&#8211;Code Ends Above Here&#8212;&#8212;&#62;</p>
<p>I hope you enjoy this code,</p>
<p>Carlo DiTucci<br />
CEO/President<br />
<a title="Live Net Now LLC" href="http://www.livenetnow.com" target="_blank">http://www.LiveNetNow.com</a><br />
<a title="Web Design" href="http://www.livenetnow.com" target="_blank">Web Design</a>/<a title="Web Hosting Services" href="http://www.livenetnow.com/hosting.html" target="_blank">Web Hosting</a>/<a title="SEO" href="http://www.livenetnow.com/seo.html" target="_blank">SEO</a><br />
529 One Center Blvd. Suite 211<br />
Altamonte Springs Florida 32701<br />
carlo@livenetnow.com<br />
(407)-953-5167</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ora anche su Google Code]]></title>
<link>http://gianguidosora.wordpress.com/2009/10/28/ora-anche-su-google-code/</link>
<pubDate>Wed, 28 Oct 2009 19:23:16 +0000</pubDate>
<dc:creator>Gianguido</dc:creator>
<guid>http://gianguidosora.wordpress.com/2009/10/28/ora-anche-su-google-code/</guid>
<description><![CDATA[Ho deciso di hostare il mio progettino (uno script che installa tutto il necessario per usare iPhone]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><img class="aligncenter" title="google code" src="http://farm1.static.flickr.com/82/256622412_3279115264.jpg" alt="" width="450" height="291" /></p>
<p style="text-align:left;">Ho deciso di hostare il mio progettino (uno script che installa tutto il necessario per usare iPhone sotto linux) su Google Code.</p>
<p style="text-align:left;">Niente, tutto qui <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p style="text-align:left;">Se volete, date un&#8217;occhiata al mio repo che si trovai <a href="http://code.google.com/p/iphone-kit-script/" target="_blank">qui</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[jQuery - Best practices #1]]></title>
<link>http://igeeku.wordpress.com/2009/10/28/jquery-best-practices-1/</link>
<pubDate>Wed, 28 Oct 2009 15:25:07 +0000</pubDate>
<dc:creator>igeeku</dc:creator>
<guid>http://igeeku.wordpress.com/2009/10/28/jquery-best-practices-1/</guid>
<description><![CDATA[Sunt multe tips &amp; tricks pentru jQuery pe Internet, dar sunt pretutindeni, nu le găsești la un l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fprogramming%2FjQuery_Best_Practices_1' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<p>Sunt multe tips &#38; tricks pentru jQuery pe Internet, dar sunt pretutindeni, nu le găsești la un loc pe toate. Eh, eu voi începe o serie de articole pentru a aduna la un loc majoritatea acestor tips &#38; tricks, cu explicații, exemple, tot tacâmul. Așadar, să începem cu primul articol &#8220;<em>best practice</em>&#8220;.</p>
<h4>Încărcarea script-ului jQuery din Google Code</h4>
<p>Sunt cazuri când nu ai la dispoziție scriptul jQuery, sau nu vrei să-l descarci ci să folosești scriptul de la o locație externă. În acest caz Google ne vine în ajutor. În continuare voi prezenta două modalități de a încărca scriptul jQuery din <a href="http://code.google.com/" target="_blank">Google Code</a>.</p>
<ol>
<li>Încărcarea codului cu ajutorul Google Code
<pre class="brush: xml;"> &#60;script src="http://www.google.com/jsapi"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; google.load("jquery", "1.3.2"); google.setOnLoadCallback( function() { // codul jQuery; funcția document.ready poate fi aici }); &#60;/script&#62; </pre>
</li>
<li>Încărcarea scriptului direct din Google Code
<pre class="brush: xml;"> &#60;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"&#62; // codul jQuery; funcția document.ready poate fi aici &#60;/script&#62; </pre>
</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[jHolidays project]]></title>
<link>http://tillias.wordpress.com/2009/10/25/jholidays-project/</link>
<pubDate>Sun, 25 Oct 2009 15:21:51 +0000</pubDate>
<dc:creator>tillias</dc:creator>
<guid>http://tillias.wordpress.com/2009/10/25/jholidays-project/</guid>
<description><![CDATA[Some time ago I&#8217;ve decided to create a small utility which will be able to create ICal calenda]]></description>
<content:encoded><![CDATA[Some time ago I&#8217;ve decided to create a small utility which will be able to create ICal calenda]]></content:encoded>
</item>
<item>
<title><![CDATA[Particle MCMC in action]]></title>
<link>http://xianblog.wordpress.com/2009/10/23/particle-mcmc-in-action/</link>
<pubDate>Thu, 22 Oct 2009 22:01:16 +0000</pubDate>
<dc:creator>xi'an</dc:creator>
<guid>http://xianblog.wordpress.com/2009/10/23/particle-mcmc-in-action/</guid>
<description><![CDATA[In connection with our discussion of the Read Paper by Christophe Andrieu, Arnaud Doucet and Roman H]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><strong>I</strong>n connection with our <a href="http://xianblog.wordpress.com/2009/10/16/particle-mcmc-discussion/">discussion of</a> the Read <a href="http://www.rss.org.uk/pdf/Andrieu_et_al._14.10.09.pdf">Paper</a> by Christophe Andrieu, Arnaud Doucet and Roman Holenstein, <strong><a href="http://www.rss.org.uk/main.asp?page=1836#Oct2009Meeting">Particle Markov chain Monte Carlo</a></strong>, my PhD student Pierre Jacob went to the extent of making his Python code public and open so that anyone can test the central algorithm by simply modifying the model on which it is tested. The code is available on <a href="http://code.google.com/hosting/">Google</a>.code, another interesting feature of Google for sharing information, and is called <a href="http://code.google.com/p/py-pmmh/">py-mmh</a> for Python-based marginal Metropolis-Hastings. The site contains a wiki with items of information on how to install the program and more importantly how to modify it towards your own model.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Репозитарий и демо проекта]]></title>
<link>http://appengine.com.ua/2009/10/21/show-me-your-money/</link>
<pubDate>Tue, 20 Oct 2009 23:38:50 +0000</pubDate>
<dc:creator>dchaplinsky</dc:creator>
<guid>http://appengine.com.ua/2009/10/21/show-me-your-money/</guid>
<description><![CDATA[Создал проект на google code и залил первую ревизию в меркуриал. Ссылку на демо чуть позже]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Создал <a href="http://code.google.com/p/jscdn/">проект</a> на google code и залил <a href="http://code.google.com/p/jscdn/source/checkout">первую ревизию в меркуриал</a>.</p>
<p>Ссылку на демо чуть позже <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Banned Iranian IPs, Why?]]></title>
<link>http://robo2.wordpress.com/2009/10/18/google-banned-iranian-ips-why/</link>
<pubDate>Sun, 18 Oct 2009 17:16:49 +0000</pubDate>
<dc:creator>robo</dc:creator>
<guid>http://robo2.wordpress.com/2009/10/18/google-banned-iranian-ips-why/</guid>
<description><![CDATA[Hi dear Google. Do You have Sisterhood with IR-TCI? They Banned us from bad(!) content all over the ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p dir="ltr" align="left">Hi dear Google.<br />
Do You have Sisterhood with IR-<a href="http://www.tci.ir/">TCI</a>?<br />
They Banned us from bad(!) content all over the web,  and you ban us to get useful content, for example &#8220;Google code&#8221;.<br />
but we learned to reach either good or bad. so&#8230; ?!</p>
<p><a href="http://www.whatbrowser.org/">step 1</a>:<br />
<a href="http://robo2.wordpress.com/files/2009/10/screen-1-403-forbidden.png"><img class="size-medium wp-image-431 aligncenter" title="screen-1-403-Forbidden" src="http://robo2.wordpress.com/files/2009/10/screen-1-403-forbidden.png?w=300" alt="screen-1-403-Forbidden" width="300" height="56" /></a></p>
<p><a href="//www.whatbrowser.org/">step 2:</a><br />
<a href="http://robo2.wordpress.com/files/2009/10/screen-2-what-browser-home.png"><img class="size-medium wp-image-432 aligncenter" title="screen-2-What Browser-Home" src="http://robo2.wordpress.com/files/2009/10/screen-2-what-browser-home.png?w=300" alt="screen-2-What Browser-Home" width="300" height="146" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Android, here we are!]]></title>
<link>http://dendirken.wordpress.com/2009/10/15/android-here-we-come/</link>
<pubDate>Wed, 14 Oct 2009 22:51:19 +0000</pubDate>
<dc:creator>dendirken</dc:creator>
<guid>http://dendirken.wordpress.com/2009/10/15/android-here-we-come/</guid>
<description><![CDATA[Zonet heb ik mijn eerste eigen applicatie werkende gekregen voor Android. En wat schrijft elke progr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Zonet heb ik mijn eerste eigen applicatie werkende gekregen voor Android. En wat schrijft elke programmeur natuurlijk eerst? <em>Hello World!</em> And so did I! Basically komt het er op neer dat ik de tutorials van de <a href="http://developer.android.com/guide/tutorials/views/index.html" target="_blank">Android Dev site</a> gevolgd heb (dewelke trouwens voor mij tot zowat de beste tutorials behoren van het volledige Wereldwijde Wijde Web). Ik ben er echter wel zo snel mogelijk beginnen van af te wijken, al doende leert men zegt men, maar het meeste nog met vallen en opstaan. Dus vooral door zelf te proberen en uit te zoeken maar met de tutorial altijd dicht bij om even te kijken kwam ik al vrij snel (na 45 minuten setup van de ontwikkelomgeving en 1,5uur programmeren/tutorial volgen en nog wat knoeiwerk bijgerekend) kwam onderstaand resultaat tevoorschijn. Simpel, alles behalve mooi, maar een basis voor hopelijk meer!</p>
<p>Mijn persoonlijke IDE-voorkeur voor Java development gaat uit naar <a href="http://www.jetbrains.com/idea/" target="_blank">IntelliJ</a> maar omdat Google enkel een plugin uitgebracht heeft voor Eclipse (en de tutorial hierop ook gebasseerd is) heb ik besloten voorlopig met <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> van start te gaan. Voor IntelliJ is echter wel al een <a href="http://code.google.com/p/idea-android/" target="_blank">plugin</a> beschikbaar op Google Code.<br />
Dit alles wordt ontwikkelt gebruik makende van de laatste SDK op ogenblik van schrijven (versie 1.6) en Eclipse Ganymede met de <a href="http://developer.android.com/guide/developing/eclipse-adt.html" target="_blank">ADT plugin</a>.</p>
<p><img class="alignnone size-full wp-image-69" title="Android Dev - Hello World (1)" src="http://dendirken.wordpress.com/files/2009/10/screenshot2.png" alt="Android Dev - Hello World (1)" width="510" height="329" /><img class="alignnone size-full wp-image-70" title="Android Dev - Hello World (2)" src="http://dendirken.wordpress.com/files/2009/10/screenshot3.png" alt="Android Dev - Hello World (2)" width="510" height="333" /><img class="alignnone size-full wp-image-71" title="Android Dev - Hello World (4)" src="http://dendirken.wordpress.com/files/2009/10/screenshot4.png" alt="Android Dev - Hello World (4)" width="509" height="338" /><img class="alignnone size-full wp-image-72" title="Android Dev - Hello World (4)" src="http://dendirken.wordpress.com/files/2009/10/screenshot5.png" alt="Android Dev - Hello World (4)" width="509" height="338" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flex Test Suite generator Ant Task now on Google Code]]></title>
<link>http://edeustace.wordpress.com/2009/10/02/flex-test-suite-generator-ant-task-now-on-google-code/</link>
<pubDate>Fri, 02 Oct 2009 23:32:41 +0000</pubDate>
<dc:creator>edeustace</dc:creator>
<guid>http://edeustace.wordpress.com/2009/10/02/flex-test-suite-generator-ant-task-now-on-google-code/</guid>
<description><![CDATA[I&#8217;ve added a wee Ant task that I&#8217;ve had lying around to Google code. Its purpose is quit]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve added a wee Ant task that I&#8217;ve had lying around to Google code. Its purpose is quite straightforward. It will automatically generate a test suite Actionscript class that you can pass to your FlexUnit TestRunner. Your generated class will look something like this:</p>
<pre>
<code>package
{
	import flexunit.framework.TestSuite;

	import com.sample.FU4SampleTC;	

	/**
	 * Auto generated by TestSuite generator - do not edit
	 */

	public class MyGeneratedTestSuite
	{
 		public static function suite() : TestSuite
		{
			var testSuite : TestSuite = new TestSuite();

			testSuite.addTestSuite( com.sample.FU4SampleTC );
			return testSuite;
		}
	}
}</code>
</pre>
<p>The project is here: <a href="http://code.google.com/p/testsuite-generator-ant-task">http://code.google.com/p/testsuite-generator-ant-task</a></p>
<p>If supports FlexUnit4 which use [Test] metadata and previous versions of FlexUnit.</p>
<p>Enjoy.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google maps]]></title>
<link>http://justfigures.wordpress.com/2009/10/01/google-maps/</link>
<pubDate>Thu, 01 Oct 2009 12:15:26 +0000</pubDate>
<dc:creator>justfigures</dc:creator>
<guid>http://justfigures.wordpress.com/2009/10/01/google-maps/</guid>
<description><![CDATA[&#8220;How to embed Google maps in a web page&#8221; was the most visited page on justfigures.co.uk ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#8220;<a title="How to embed Google maps in a web page" href="http://www.justfigures.co.uk/articlesguides/mapguide.php" target="_blank">How to embed Google maps in a web page</a>&#8221; was the most visited page on <a title="Justfigures.co.uk" href="http://justfigures.co.uk" target="_blank">justfigures.co.uk</a> during September by far. Thank you to all those that visited and I hope you found that page useful.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[PHP5] - Barco Project: Un proyecto sobre barcodes y QRCode]]></title>
<link>http://phenobarbital.wordpress.com/2009/09/30/php5-barco-project-un-proyecto-sobre-barcodes-y-qrcode/</link>
<pubDate>Wed, 30 Sep 2009 04:46:59 +0000</pubDate>
<dc:creator>phenobarbital</dc:creator>
<guid>http://phenobarbital.wordpress.com/2009/09/30/php5-barco-project-un-proyecto-sobre-barcodes-y-qrcode/</guid>
<description><![CDATA[En el día de hoy (30. sep. 2009) nace Barco Project como una iniciativa de integrar bajo una misma A]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En el día de hoy (30. sep. 2009) nace <a href="http://code.google.com/p/barco/">Barco Project</a> como una iniciativa de integrar bajo una misma API todo el proceso de generar y analizar (escanear) variados tipos de Codigos de Barra y Códigos 2D; esto integra la posibilidad de con una misma API, generar:</p>
<ul>
<li>Code39 (Code 3 to 9)</li>
<li>EAN 128</li>
<li>UPC</li>
<li>UPCS (US Postal Code)</li>
<li>Codabar</li>
<li>UPCa</li>
<li>Code128</li>
<li>QRCode</li>
<li>ISBN</li>
</ul>
<p>Además incluirá la posibilidad de &#8220;analizar&#8221; un PNG generado para &#8220;reconocer&#8221; el contenido de algunos códigos de barra arriba mencionados.</p>
<p>El proyecto se encuentra en fase de &#8220;alpha release&#8221; y actualmente solo ha sido &#8220;portado&#8221; el código para generar QRCode.</p>
<p><strong>Qué es QRCode?:</strong></p>
<p>Según la Wikipedia un QRCode es: &#8220;Un<strong> QRCode</strong> (Quick Response Barcode) es un sistema para almacenar información en una <a title="Matriz de datos" href="http://es.wikipedia.org/wiki/Matriz_de_datos">matriz de puntos</a> o un <a title="Código de barras" href="http://es.wikipedia.org/wiki/C%C3%B3digo_de_barras">código de barras</a> bidimensional creado por la compañía <a title="Japón" href="http://es.wikipedia.org/wiki/Jap%C3%B3n">japonesa</a> Denso-Wave en <a title="1994" href="http://es.wikipedia.org/wiki/1994">1994</a>; se caracterizan por los tres cuadrados que se encuentran en las esquinas y que permiten detectar la posición del código al lector. La sigla &#8220;QR&#8221; se derivó de la frase <a title="Idioma inglés" href="http://es.wikipedia.org/wiki/Idioma_ingl%C3%A9s">inglesa</a> &#8220;Quick Response&#8221; pues el creador aspiraba a que el código permitiera que su contenido se leyera a alta velocidad. Los códigos QR son muy comunes en Japón y de hecho son el código bidimensional más popular en ese país.&#8221; (fuente: <a href="http://es.wikipedia.org/wiki/C%C3%B3digo_QR">wikipedia</a>).</p>
<p>Acá un ejemplo de código QR:</p>
<p><img class="alignnone" title="Codigo QR de Wikipedia" src="http://upload.wikimedia.org/wikipedia/commons/a/a8/WikiQR.png" alt="" width="164" height="164" /></p>
<p><strong>Y qué tiene de intersante QR?</strong></p>
<p>QRcode es de muchisima popularidad en japón, esto es debido a que mientras el resto de los códigos de barra requieren la detección de &#8220;espacios y llenos&#8221; utilizando un láser; QRCode usa un patrón de cuadrados (dot-matrix) que representan los datos (en 2 dimensiones, ancho y alto) y los &#8220;cuadrados marca&#8221; sirven para que cualquier lectór óptico reconozca donde empieza y termina &#8220;el código&#8221; (entiendase por cualquier lector a cámaras digitales y otros dispositivos ópticos).</p>
<p>Además QR es un proyecto de &#8220;código abierto&#8221;; desarrollado por Densa-wave (una filial de Toyota) para el inventario de repuestos de vehículos; sin embargo, tras la liberación de patentes (royalty-free) hecha en 1999 y su correspondiente estandarización como norma ISO-IEC (ISO/IEC18004) en 2000 ha permitido a mucha gente desarrollar aplicaciones para QR.</p>
<p><strong>Y como ha ganado tanta popularidad?</strong></p>
<p>QR viene en patrones fijos de 1 a 40 cuadros, pudiendo albergar hasta 7000 carácteres, como es posible guardar tal cantidad de información y como es posible &#8220;escanearlo&#8221; con cualquier cámara óptica (además es completamente libre hacerlo), pues 2+2!, a mucha gente en Japón se les ocurrió &#8220;incorporar&#8221; lectores de QR en sus respectivos celulares, esto fue ganando popularidad hasta el punto que en japón la gente coloca su QR informativo en el reverso de las tarjetas de presentación y hasta la información de ubicación en las revistas viene en códigos QR (ahorras espacio de publicación).</p>
<p>Nokia tiene su aplicación &#8220;oficial&#8221; para QRCode y Datamatrix para todos sus dispositivos serie N (aunque funciona en mi Nokia 5800 XpressMusic) acá:</p>
<p><a href="http://mobilecodes.nokia.com/">http://mobilecodes.nokia.com/</a></p>
<p>Acá hay alguien que habla de una aplicación para Blackberry para analizar QRcodes:</p>
<p><a href="http://www.enriquedominguez.com/leyendo-qr-codes-desde-la-blackberry/">http://www.enriquedominguez.com/leyendo-qr-codes-desde-la-blackberry/</a></p>
<p>iMatrix es la aplicación &#8220;oficial&#8221; del Iphone para leer QRCodes:</p>
<p><a href="http://www.qrcode.es/?p=244&#38;language=es">http://www.qrcode.es/?p=244&#38;language=es</a></p>
<p>Por lo que un QRCode generado ya casi cualquier persona (que tenga cámara digital en el celular + el software) lo puede leer.</p>
<p><strong>M</strong><strong>ontandose en el barco de Barco Project</strong></p>
<p><a href="http://code.google.com/p/barco/">Barco Project</a> surge como una iniciativa personal de integrar dentro de una única librería todo lo necesario para generar diversos tipos de barcodes; realmente todo surge como la posibilidad de cumplir con la ordenanza de la Providencia 939 del SENIAT (Organismo tributario Venezolano) que indica que para las facturas electrónicas impresas en formas libres; se sugiere agregar el código de barra para identificar la factura y algún medio electrónico de identificación automatizado del cliente (nombre, RIF: Registro de Información Fiscal).</p>
<p>Para ambas cosas, que mejor que combinar Code39 (factura), UPC (Inventario) y QRCode (identificación)?.</p>
<p>En mi investigación, determiné que el único script &#8220;viable&#8221; para QRCode en PHP que existía estaba en <a href="http://www.swetake.com/qr/qr_cgi.html">Japones</a> y solamente funcionaba en CGI (es una pagina web que te pide todos los parámetros como URL encode data); esto dista mucho de la practicidad de contar con un objeto parametrizable que permita a distintas aplicaciones generar códigos QR.</p>
<p><strong>Barco::QR</strong></p>
<p>Con Barco::QR un programador de aplicaciones puede generar códigos QR con la simplicidad de un código PHP; veamos un ejemplo:</p>
<p>Primero, inicializamos la librería barco:</p>
<pre>require 'barco/barco.inc.php';
#Inicializamos Barco:
barco::init();</pre>
<p>Esta línea, me permite solicitar un generador de códigos  QR (Quick Response):</p>
<pre>$qr = barco::generate('qr');</pre>
<p>La gran mayoría de los parámetros vienen por defecto, el único valor obligatorio es los datos que debemos agregar:</p>
<pre>#defino la data y el modo de correccion ECC;
$qr-&#62;data('Esta es una prueba de Encoding usando QRcode')-&#62;ecc('M')-&#62;size('10');</pre>
<p>ECC es el módo de corrección de errores, QR cuenta con 4 modos (&#8216;M&#8217;, Q, L y H) (esto es opcional: por defecto siempre es M).</p>
<p>El Tamaño (size) define las dimensiones máximas del QR, desde 1 (max: 35 caracteres) hasta 40 (max: 7000).</p>
<p>Nota: intentar crear un QR más pequeño que la cantidad de datos genera error, aunque espero &#8220;mejorar&#8221; ese comportamiento al tratar de determinar el tamaño óptimo para la longitud de los datos requeridos.</p>
<p>Ahora, simplemente generamos el código QR:</p>
<pre>if($qr-&#62;generate()) {
 $qr-&#62;image('png');
}</pre>
<p>QR puede emitir el código como un RAW de bytes de imagen (útil para almacenar en una DB) o en forma de una imágen para salida por navegador, también pueden almacenarlo con un nombre a un archivo, escogiendo claro está, si lo desean jpeg o png.</p>
<p>El código generado por este ejemplo es:</p>
<div id="attachment_641" class="wp-caption alignnone" style="width: 270px"><a href="http://code.google.com/p/barco/"><img class="size-full wp-image-641" title="qr.php" src="http://phenobarbital.wordpress.com/files/2009/09/qr-php.png" alt="Esta es una prueba de Encoding usando QRcode" width="260" height="260" /></a><p class="wp-caption-text">Esta es una prueba de Encoding usando QRcode (10x10)</p></div>
<p>Como indiqué el proyecto se encuentra en fase &#8220;pre-alpha&#8221; y ya genera códigos QR (a diferentes dimensiones), próximamente incorporaré Code39, UPC y DataMatrix como principales algorítmos de códigos de barra.</p>
<p>Tambien incorporaré un lector-analizador (usando imagemagick) de códigos de barra para que puedan &#8220;probar&#8221; los códigos generados en ausencia de un scanner.</p>
<p>Los Códigos QR generados por el proyecto han sido probados con mobilecodes de Nokia y con QuickMark para HTC (espero más gente los pruebe).</p>
<p>Esperen más noticias de este proyecto!.</p>
<p>Nota: próximamente incorporaré un servicio gratuito de generación de QRCodes para personas que solo deseen tener un QR y no tengan tiempo (o no sepan) programar; esperalo!.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Usare Subversion con Google Code]]></title>
<link>http://giasone.wordpress.com/2009/09/24/usare-subversion-con-google-code/</link>
<pubDate>Thu, 24 Sep 2009 22:52:37 +0000</pubDate>
<dc:creator>Giasone</dc:creator>
<guid>http://giasone.wordpress.com/2009/09/24/usare-subversion-con-google-code/</guid>
<description><![CDATA[Happy coding Se sapete usare Subversion di sicuro non vi serve questo post, ma se non avete ben capi]]></description>
<content:encoded><![CDATA[Happy coding Se sapete usare Subversion di sicuro non vi serve questo post, ma se non avete ben capi]]></content:encoded>
</item>
<item>
<title><![CDATA[Location Based Instant Messaging for Mobile Devices]]></title>
<link>http://tharindufit.wordpress.com/2009/09/23/location-based-instant-messaging-for-mobile-devices/</link>
<pubDate>Wed, 23 Sep 2009 17:01:51 +0000</pubDate>
<dc:creator>Tharindu</dc:creator>
<guid>http://tharindufit.wordpress.com/2009/09/23/location-based-instant-messaging-for-mobile-devices/</guid>
<description><![CDATA[Yesterday was one tough day for us regarding our L3 Project, we had our final presentation done. We ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Yesterday was one tough day for us regarding our L3 Project, we had our final presentation done. We had planned to create a Location Based Social Networking solution and we were able to successfully complete it to a level where we could present it yesterday with few days of full commitment dedicated for this work after a busy exam shedule. We have hosted our project at Google code so any new one will not have to start from scratch next time. Project was called <a title="Location Based Instant Messaging for Mobile Devices" href="http://code.google.com/p/lbim/" target="_blank">lbim</a>. Hope to add some wiki pages for more help there. And also we would like to improve the project further.</p>
<p>The solution consists of a terminal server and a J2ME mobile client with some great looking user interfaces powered by J2ME Polish. Here I have attached the content of the final report and the presentation also with links to download the mobile app. J2ME Application is a generic app that will work on MIDP 2 CLDC 11 all phones. If your phone does not have Location API(JSR 179) it even runs as a normal IM Client. The users can see their friends on a Google Map and they could chat with the friends, simply an exciting solution to an Instant Messaging App. Users of the mobile application can see their friends on an interactive Map with zooming and scrolling. Application can track your location and send it to server, and server will provide a map with locations of you and your friends.</p>
<p>Download <a title="Location Based Instant Messaging jar" href="http://lbim.googlecode.com/files/locateim1.jar" target="_blank">Jar</a> / <a title="Location Based Instant Messaging JAD file" href="http://lbim.googlecode.com/files/locateim1.jad" target="_blank">Jad</a></p>
<p>Google Code Project: <a title="Location Based Instant Messaging" href="http://code.google.com/p/lbim/" target="_blank">LBIM</a></p>
<p><a title="Presentation" href="http://lbim.googlecode.com/files/Final_Presentation.pdf" target="_blank">Final Presentation</a> / <a title="Location Based Instant Messaging Final Report" href="http://lbim.googlecode.com/files/FinalReport.pdf" target="_blank">Report</a></p>
<p><a title="LBIM Splash screen" href="http://tharindufit.wordpress.com/files/2009/09/lbim1.png" target="_blank"><img class="alignnone size-thumbnail wp-image-218" title="lbim1" src="http://tharindufit.wordpress.com/files/2009/09/lbim1.png?w=106" alt="lbim1" width="106" height="150" /></a> <a title="LBIM Main Menu" href="http://tharindufit.wordpress.com/files/2009/09/lbim2.png" target="_blank"><img class="alignnone size-thumbnail wp-image-219" title="lbim2" src="http://tharindufit.wordpress.com/files/2009/09/lbim2.png?w=104" alt="lbim2" width="104" height="150" /></a> <a title="LBIM IM Contacts Screen" href="http://tharindufit.wordpress.com/files/2009/09/lbim3.png" target="_blank"><img class="alignnone size-thumbnail wp-image-220" title="lbim3" src="http://tharindufit.wordpress.com/files/2009/09/lbim3.png?w=103" alt="lbim3" width="103" height="150" /></a> <a title="LBIM Map Screen with Friends marked on Map" href="http://tharindufit.wordpress.com/files/2009/09/lbim4.png" target="_blank"><img class="alignnone size-thumbnail wp-image-221" title="lbim4" src="http://tharindufit.wordpress.com/files/2009/09/lbim4.png?w=104" alt="lbim4" width="104" height="150" /> </a><a title="LBIM Map Screen with Friends marked on Map and zoomed in" href="http://tharindufit.wordpress.com/files/2009/09/lbim5.png"><img class="alignnone size-thumbnail wp-image-222" title="lbim5" src="http://tharindufit.wordpress.com/files/2009/09/lbim5.png?w=105" alt="lbim5" width="105" height="150" /></a> <a title="LBIM Help Screen" href="http://tharindufit.wordpress.com/files/2009/09/lbim6.png" target="_blank"><img class="alignnone size-thumbnail wp-image-223" title="lbim6" src="http://tharindufit.wordpress.com/files/2009/09/lbim6.png?w=104" alt="lbim6" width="104" height="150" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[svnsync]]></title>
<link>http://linuxsagas.wordpress.com/2009/09/19/svnsync/</link>
<pubDate>Sat, 19 Sep 2009 13:41:39 +0000</pubDate>
<dc:creator>digitaleagle</dc:creator>
<guid>http://linuxsagas.wordpress.com/2009/09/19/svnsync/</guid>
<description><![CDATA[I have decided to try svnsync instead of using git directly as I posted here and here.  Since I am a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have decided to try svnsync instead of using git directly as I posted <a href="http://linuxsagas.wordpress.com/2009/06/26/adding-eclipse-project-to-git/">here</a> and <a href="http://linuxsagas.wordpress.com/2009/06/05/adding-a-project-to-git-and-google-code/">here</a>.  Since I am a single developer, I was hoping it would be easier this way.  I found another article with tips <a href="http://whynotwiki.com/How_I_moved_my_code_repository_to_Google_Code" target="_blank">here</a>.</p>
<p>First, let me just check my installation:</p>
<pre>skp@pecan:~$ svnsync --version
svnsync, version 1.5.4 (r33841)
 compiled Aug  7 2009, 01:44:11

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
 - handles 'http' scheme
 - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
 - with Cyrus SASL authentication
 - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
 - handles 'file' scheme</pre>
<p>Here are some other quick discoveries that I found:</p>
<p>You can get help by typing</p>
<pre>svnsync help</pre>
<p>This will give the list of commands supported: init, sync, and copy-revprops.  Then, you can get help on a specific command, such as init, with:</p>
<pre>svnsync help init</pre>
<p>One of the things I noticed was this warning which has me worried because I have already started committing to the repository with git:</p>
<pre>You should not commit to, or make revision property changes in,
the destination repository by any method other than 'svnsync'.
In other words, the destination repository should be a read-only
mirror of the source repository.</pre>
<p>So, lets go for it.</p>
<p>First, I am going to make my local repository:</p>
<pre>mkdir project-sarah
git svn clone --username myusername https://project-sarah.googlecode.com/svn/trunk</pre>
<p>Now, I am going to try to initialize the syncing:</p>
<pre>svnsync init --username myusername --password mypassword  https://project-sarah.googlecode.com/svn file://home/skp/app/git-workspace/project-sarah</pre>
<p>Here is the message I got back:</p>
<pre>svnsync: Cannot initialize a repository with content in it</pre>
<p>So, I guess unless I want to try to get Google Code to delete the repository and start over, I am out of luck here.  Maybe this will help someone else though.</p>
<h2>Resources</h2>
<p><a href="http://whynotwiki.com/How_I_moved_my_code_repository_to_Google_Code" target="_blank">How I moved my code repository to Google Code</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Gears on Amd64 in 300 seconds]]></title>
<link>http://napalmpiri.wordpress.com/2009/09/19/google-gears-on-amd64-in-300-seconds/</link>
<pubDate>Sat, 19 Sep 2009 13:11:31 +0000</pubDate>
<dc:creator>d.</dc:creator>
<guid>http://napalmpiri.wordpress.com/2009/09/19/google-gears-on-amd64-in-300-seconds/</guid>
<description><![CDATA[Ok, I admit it could take you a bit more, especially if you don&#8217;t have the building tools alre]]></description>
<content:encoded><![CDATA[Ok, I admit it could take you a bit more, especially if you don&#8217;t have the building tools alre]]></content:encoded>
</item>
<item>
<title><![CDATA[Make your Site Faster with Help of Google Code]]></title>
<link>http://meghsoft.wordpress.com/2009/09/14/make-your-site-faster-with-help-of-google-code/</link>
<pubDate>Mon, 14 Sep 2009 10:33:24 +0000</pubDate>
<dc:creator>meghsoft</dc:creator>
<guid>http://meghsoft.wordpress.com/2009/09/14/make-your-site-faster-with-help-of-google-code/</guid>
<description><![CDATA[There are plenty of ways to make websites run faster. In this section, you can discover performance ]]></description>
<content:encoded><![CDATA[There are plenty of ways to make websites run faster. In this section, you can discover performance ]]></content:encoded>
</item>
<item>
<title><![CDATA[Google code Repository]]></title>
<link>http://ibaldos.wordpress.com/2009/09/09/google-code-repository/</link>
<pubDate>Wed, 09 Sep 2009 13:14:21 +0000</pubDate>
<dc:creator>ibaldos</dc:creator>
<guid>http://ibaldos.wordpress.com/2009/09/09/google-code-repository/</guid>
<description><![CDATA[Google has a wiki on creating your project in http://code.google.com/p/support/wiki/GettingStarted. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Google has a wiki on creating your project in http://code.google.com/p/support/wiki/GettingStarted. To start collaborating, you need to download tortoisehg from http://bitbucket.org/tortoisehg/stable/wiki/download. The version I used is <a href="http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe">this</a>.<br />
<!--more--></p>
<h3>Configuration</h3>
<p>After installing tortoisehg, the username should be configured. This can be done by <em>right clicking</em> any folder and selecting <em>tortoisehg</em>-&#62;<em>global settings</em>. Click on the <em>Commit </em>tab and input your name in the <em>Username </em>field.</p>
<p>Since we are already here we might as well set the remote repository of our project. Click on the <em>Sync </em>tab then click <em>Add </em>near the bottom. We need to fill the the <em>Alias</em>, <em>URL</em>, <em>User </em>and <em>Password </em>fields.</p>
<p style="padding-left:30px;">Alias &#8211; just use any name you want for the remote repository, say &#8220;googlecode&#8221;.</p>
<p style="padding-left:30px;">URL &#8211; go to  google code, then to your <em>project&#8217;s home page</em>, then the <em>Source </em>tab you&#8217;ll find a link form <tt>https://*.googlecode.com/hg</tt></p>
<p style="padding-left:30px;">User &#8211; gmail username</p>
<p style="padding-left:30px;">Password &#8211; project password obtained by clicking the <em>google.com password</em> link in <em>Source </em>tab of your project</p>
<p style="padding-left:30px;">
<p>After that, just click <em>Ok</em>-&#62;<em>Apply</em>-&#62;<em>Close</em>.</p>
<h3>Cloning</h3>
<p>Create a folder for your folder, right click it and select <em>tortoiseHG </em>-&#62; <em>clone repository</em> option. Select the remote repository the click <em>Clone</em>. Wait for the download to complete then close the clone application (via <em>Close</em>-&#62;<em>Cancel</em>-&#62;<em>Close</em>).</p>
<h3>Saving Changes Locally</h3>
<p>Right click on the project directory and select <em>HG commit</em>. Uncheck the files you do not want commited and check the changes in each file if there are ok. Enter a description of the change you made on the top field then click <em>Commit</em>.</p>
<h3>Pushing to Remote</h3>
<p>Right click on the project directory, then select <em>tortoiseHG </em>-&#62; <em>synchronize</em>. Select the remote repository then click <em>Push. </em>Wait for the upload to finish.</p>
<h3>Pulling from Remote</h3>
<p>Right click on the project directory, then select <em>tortoiseHG </em>-&#62; <em>synchronize</em>. Select the remote repository then click <em>Pull. </em>Wait for the download to finish.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Open Social and Google Friend Connect - PART I]]></title>
<link>http://evikbook.wordpress.com/2009/09/03/open-social-and-google-friend-connect-part-i/</link>
<pubDate>Thu, 03 Sep 2009 06:09:19 +0000</pubDate>
<dc:creator>evikbook</dc:creator>
<guid>http://evikbook.wordpress.com/2009/09/03/open-social-and-google-friend-connect-part-i/</guid>
<description><![CDATA[Эта первая статья посвященная описанию проекта Gogole OpenSocial и Google Friend Connect. Для начала]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Эта  первая статья посвященная описанию проекта Gogole  OpenSocial и Google Friend Connect. Для начала цитата с <a href="http://code.google.com/intl/ru/apis/opensocial/">страницы проекта</a> </p>
<blockquote><p>OpenSocial определяет общий набор API для создания социальных приложений на основе множества веб-сайтов. OpenSocial позволяет разработчикам создавать приложения, обеспечивающие доступ к социальным сетям и графам, а также обновлять эти сведения.</p></blockquote>
<h3>Что это значит?</h3>
<p>Это значит что всем социальным сетям предлагается реализовать один общий API что весьма удобно. Как минимум через этот API уже можно работать с MySpace, orkut, Partuza, Plaxo (полный список лежит <a href="http://wiki.opensocial.org/index.php?title=Main_Page#Container_Information">тут</a>). Практический любой компонент разработанный на API Open Social можно будет встроить в любую социальную сеть которая является участником проекта. Для тех социальных сетей, которые хотят стать участниками разработана Java и PHP библиотека которую можно достать <a href="http://incubator.apache.org/shindig/">тут</a>. Также для тех кто решил воспользоваться возможностями  Open Social на своем сайте или блоге был разработан сервис Google Friend Connect.</p>
<h3>Какая польза мне от Google Open Socal и Google Friend Connect?</h3>
<p>Практический любой владелец сайта или блога может внедрить общий компоненты от Google Friend Connect, позволяющие легко реализовать социальность и на свой простенький но любимый сайт. Из списка основных компонентов я выделяю: модуль авторизации через учетную запись Google и MySpace, и возможность приглашать новых участников из списка своих друзей.<br />
На мой взгляд эти модули могут способствовать притоку новых посетителей на сайт. Кстати некоторые отечественные социальные сети уже воспользовались данной возможность от Google обещая пользователем Google за выдачу своих списков контактов всякие подарки.</p>
<p>Ссылки по теме:</p>
<ul>
<li><a href="http://www.google.com/friendconnect/">Мастер сообществ (Google Friend Connect)</a></li>
<li><a href="http://chow-down.appspot.com/">Пример интеграции Google Friend Connect</a></li>
<li><a href="http://code.google.com/intl/ru/apis/opensocial/">Страница Open Social</a></li>
<li><a href="http://groups.google.com/group/opensocial?pli=1">Група на Google</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[neues DnD Init 2.3]]></title>
<link>http://rpgzeugz.wordpress.com/2009/09/02/neues-dnd-init-2-3/</link>
<pubDate>Wed, 02 Sep 2009 18:21:24 +0000</pubDate>
<dc:creator>lbadder</dc:creator>
<guid>http://rpgzeugz.wordpress.com/2009/09/02/neues-dnd-init-2-3/</guid>
<description><![CDATA[Es ist so weit, es ist soweit: neues DnD Init 2.3 wurde jetzt auf die Öffentlichkeit losgelassen. Fr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Es ist so weit, es ist soweit: neues DnD Init 2.3 wurde jetzt auf die Öffentlichkeit losgelassen. Freude! Freude! Doch halt! Was sit das?</p>
<blockquote><p>neues Dnd Init ist eine OpenSource Programm für Windows, welches Rollenspielern (vorallem Dungeon and Dragons) viel Würfeln ersparen soll.</p>
<p>Der Nutzer kann sich aus einer Reihe von vorgefertigten Charakteren eine Kampftruppe zusammenstellen (damit eingeschloßen die Spieler selbst) Jeder Figur hat einen Grundinit-Wert (wie im Papier auch)- doch jetzt kommt der Clou. Man erspart sich das würfeln: Mit einem Klick werden alle Figuren erwürfelt und sortiert.</p>
<p>Neu ist jetzt auch, dass jeder Charakter TP hat, welche verändert werden können, um eine grobe Übersicht über die TP zu haben.</p>
<p>Da es mit DarkBasic programmiert ist, gibt es das Programm leider nur für Windows.</p></blockquote>
<p>Das gesamte Projekt wird a) hier angekündigt und b) dort gespeichert: <a href="http://code.google.com/p/neuesdndinit/" target="_blank">http://code.google.com/p/neuesdndinit/</a></p>
<p>Good Luck! Have Fun! Bei all euren DnD, oder sonstigen Rollenspielen die einen Kampfmanager brauchen&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Como configurar un repositorio SVN en Google Code]]></title>
<link>http://nosoyfriky.wordpress.com/2009/08/27/como-configurar-un-repositorio-svn-en-google-code/</link>
<pubDate>Thu, 27 Aug 2009 11:55:40 +0000</pubDate>
<dc:creator>rantamplan87</dc:creator>
<guid>http://nosoyfriky.wordpress.com/2009/08/27/como-configurar-un-repositorio-svn-en-google-code/</guid>
<description><![CDATA[Hace unos dias os hablaba sobre xp-dev.com. Es un SVN gratuito que puede albergar proyectos privados]]></description>
<content:encoded><![CDATA[Hace unos dias os hablaba sobre xp-dev.com. Es un SVN gratuito que puede albergar proyectos privados]]></content:encoded>
</item>
<item>
<title><![CDATA[Personal Source Control with Google Code &amp; SVN]]></title>
<link>http://relentlessdevelopment.wordpress.com/2009/08/26/personal-source-control-with-google-code-svn/</link>
<pubDate>Wed, 26 Aug 2009 22:50:56 +0000</pubDate>
<dc:creator>relentlessdevelopment</dc:creator>
<guid>http://relentlessdevelopment.wordpress.com/2009/08/26/personal-source-control-with-google-code-svn/</guid>
<description><![CDATA[I&#8217;m reading The Pragmatic Programmer at the moment, and one thing they recommend is to always ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;m reading <a title="The Pragmatic Programmer" href="http://www.pragprog.com/the-pragmatic-programmer" target="_blank">The Pragmatic Programmer</a> at the moment, and one thing they recommend is to always use source control, even for small prototypes and personal projects.  Now I&#8217;ve been using source control at work ever since I started coding, but I&#8217;ve never given serious thought to using it at home &#8211; I only have a single machine for a start.</p>
<p>But that&#8217;s not really an issue these days, as there are a number of Internet hosts that can act as your source control server &#8211; and this gives the additional advantage of being able to access your code wherever you can get on the &#8216;net.  And as well as being a good way of backing things up,  you also get a full revision history, which can be handy when things go pear-shaped!</p>
<p>Now, I don&#8217;t want to spend any actual money on this, but that&#8217;s not a problem as there are many open source options available &#8211; I didn&#8217;t look too hard here as I&#8217;ve already used <a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a> (SVN) at a previous job and it has a big following, and is supported by most of the online hosts.  Same with the client, which is the part I had to install on my machine &#8211; <a title="TortoiseSVn" href="http://tortoisesvn.net/" target="_blank">TortoiseSVN</a> integrates with Windows Explorer, is free, easy to use, and has all the functionality you&#8217;d expect.</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-36" title="Tortoise Screenshot" src="http://relentlessdevelopment.wordpress.com/files/2009/08/tortoisescreenshot.jpg" alt="TortoiseSVN in action" width="600" height="525" /><p class="wp-caption-text">TortoiseSVN in action</p></div>
<p>So the main thing to do was chose a host.  Again, there are many free options &#8211; <a title="SVN Hosting Comparison" href="http://www.svnhostingcomparison.com/" target="_blank">this site</a> has an excellent comparison of the available options, including several free ones.  One of the main things you need to decide is whether you want your code to be open source or not, as several of them only host open source projects.  I&#8217;m happy enough with that, so after a little research online I went for <a title="Google Code Hosting" href="http://code.google.com/hosting/" target="_blank">Google Code</a>, which has a lot of space, unlimited users, and some useful features.  Two minutes to create a Google account, then you can crate a new project by entering a few basic details, and you&#8217;re ready to rock &#38; roll!</p>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-37" title="Google Code New Project" src="http://relentlessdevelopment.wordpress.com/files/2009/08/googlecodeproject.jpg" alt="Creating a new project in Google Code" width="600" height="625" /><p class="wp-caption-text">Creating a new project in Google Code</p></div>
<p>Once you&#8217;ve got TortoiseSVN installed and your Google Code project set up, you just need to upload your project &#8211; <a title="Getting Started with Google Code Hosting, Subversion, and TortoiseSVN " href="http://engtech.wordpress.com/2007/03/03/howto_google_code_hosting_subversion_tortoisesvn/" target="_blank">this blog</a> has some useful tips that will get you up and running in a couple of minutes.  And that&#8217;s it!  In less than 10 minutes you can be up and running with a full source control solution, including online administration:</p>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-38" title="Google Code Admin" src="http://relentlessdevelopment.wordpress.com/files/2009/08/google-code-admin.jpg" alt="Google Code administration page" width="600" height="408" /><p class="wp-caption-text">Google Code administration page</p></div>
<p>And if you want to get someone fixing your defects for you, all they need is an SVN client and you&#8217;ve got yourself a development team.  If I&#8217;d known it was that easy, I&#8217;d have done it years ago..</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
