<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2127794245010916172.comments</id><updated>2012-05-14T22:13:51.450+03:00</updated><category term='Ruby challenge 2010'/><category term='Unix'/><category term='Vista'/><category term='Twitter'/><category term='Plugins'/><category term='courses'/><category term='MVC'/><category term='F# 2.0'/><category term='Podcasts'/><category term='Bug'/><category term='Symfony2'/><category term='Bookmarklets'/><category term='application'/><category term='XAMPP'/><category term='Visual Studio 2010'/><category term='Mercurial'/><category term='JQuery'/><category term='Secure'/><category term='Git'/><category term='Thumbnails'/><category term='MVC Madness'/><category term='FarmVille'/><category term='IhateJava'/><category term='Laptop'/><category term='PetShelter'/><category term='PlayAttend'/><category term='Udev&apos;itRight'/><category term='Icons'/><category term='Windows 7'/><category term='Code Templates'/><category term='NUnit'/><category term='Heroku'/><category term='QandA'/><category term='Microsoft Office'/><category term='Evernote'/><category term='org.hibernate.MappingException: Unknown entity'/><category term='Pik'/><category term='Code4Food'/><category term='Rails'/><category term='Ninite'/><category term='PlayFramework'/><category term='Tips'/><category term='CSV'/><category term='FileSystemWatcher'/><category term='NetBeans'/><category term='Java'/><category term='Bytes.com'/><category term='ASP.NET MVC 3'/><category term='Gems'/><category term='Delicious'/><category term='C#'/><category term='PHP'/><category term='Tomcat'/><category term='Bing'/><category term='Google Chrome'/><category term='Agora'/><category term='Xslt'/><category term='Ruby'/><category term='.NET 4.0'/><category term='Linux'/><category term='ASP.NET MVC 2.0'/><category term='File Templates'/><category term='Scrum'/><category term='Tools'/><category term='Udevi'/><category term='jquery-rails'/><category term='IronRuby'/><category term='Text editor'/><category term='Video Players'/><category term='Yahoo Messenger'/><title type='text'>Udevi</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://udevi-community.blogspot.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/comments/default'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Timur</name><uri>http://www.blogger.com/profile/14594716207428319651</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://3.bp.blogspot.com/_BWELgx6N3yw/S49Bi5bOhxI/AAAAAAAAAcA/Xf12ZX1FEc0/S220/Timur_face.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-3251981925430875592</id><published>2012-05-03T21:19:39.753+03:00</published><updated>2012-05-03T21:19:39.753+03:00</updated><title type='text'>Basically you add that content to a file and name ...</title><content type='html'>Basically you add that content to a file and name it .gitignore, than you initialize your repository, you can do it either from NetBeans or from msysgit, I prefer msysgit in this case. Than you add everything to git and make your first commit.&lt;br /&gt;&lt;br /&gt;It is done by 2 commands basically&lt;br /&gt;git init&lt;br /&gt;and&lt;br /&gt;git add .&lt;br /&gt;where dot represents every file in your repository, but git will ignore any file is enumerated in .gitignore file.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/3251981925430875592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/3251981925430875592'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1336069179753#c3251981925430875592' title=''/><link rel='related' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/7235574010235857915'/><author><name>Timur</name><uri>http://www.blogger.com/profile/14594716207428319651</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://3.bp.blogspot.com/_BWELgx6N3yw/S49Bi5bOhxI/AAAAAAAAAcA/Xf12ZX1FEc0/S220/Timur_face.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1853716182'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 3, 2012 9:19 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-7235574010235857915</id><published>2012-05-03T06:24:41.541+03:00</published><updated>2012-05-03T06:24:41.541+03:00</updated><title type='text'>need to create a repository on github?. used to wo...</title><content type='html'>need to create a repository on github?. used to work with git and github to the site, as I lay gitignore file to my project?, what should I do with the code you found gitignore?, pa serving Git repository initialized directly from NetBeans?.&lt;br /&gt; &lt;br /&gt;thanks for the answers.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/7235574010235857915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/7235574010235857915'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1336015481541#c7235574010235857915' title=''/><author><name>Harry</name><uri>http://www.blogger.com/profile/14104972122790260558</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1646804046'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 3, 2012 6:24 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-1195040478528976913</id><published>2012-05-03T05:33:20.016+03:00</published><updated>2012-05-03T05:33:20.016+03:00</updated><title type='text'>I need to know is how to do the part of -&amp;gt; Work...</title><content type='html'>I need to know is how to do the part of -&amp;gt; Working with git. putting the site to github.&lt;br /&gt;I do with:&lt;br /&gt;&lt;br /&gt;# Bootstrap&lt;br /&gt;app/bootstrap*&lt;br /&gt; &lt;br /&gt;# Symfony directories&lt;br /&gt;vendor/*&lt;br /&gt;*/logs/*&lt;br /&gt;*/cache/*&lt;br /&gt;web/uploads/*&lt;br /&gt;web/bundles/*&lt;br /&gt; &lt;br /&gt;# Configuration files&lt;br /&gt;app/config/parameters.ini&lt;br /&gt;&lt;br /&gt;as I do the Copy it and create this file in our project.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/1195040478528976913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/1195040478528976913'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1336012400016#c1195040478528976913' title=''/><link rel='related' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/5184075252161075663'/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1984855833'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 3, 2012 5:33 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-7049941451438366022</id><published>2012-05-03T01:44:29.852+03:00</published><updated>2012-05-03T01:44:29.852+03:00</updated><title type='text'>Hello, thanks for the comment. Could you please sa...</title><content type='html'>Hello, thanks for the comment. Could you please say what is exactly that you need.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/7049941451438366022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/7049941451438366022'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1335998669852#c7049941451438366022' title=''/><link rel='related' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/5184075252161075663'/><author><name>Timur</name><uri>http://www.blogger.com/profile/14594716207428319651</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://3.bp.blogspot.com/_BWELgx6N3yw/S49Bi5bOhxI/AAAAAAAAAcA/Xf12ZX1FEc0/S220/Timur_face.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1853716182'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 3, 2012 1:44 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-5184075252161075663</id><published>2012-05-03T01:06:53.804+03:00</published><updated>2012-05-03T01:06:53.804+03:00</updated><title type='text'>In the part of Working with git. putting the site ...</title><content type='html'>In the part of Working with git. putting the site to github. where is that I do these steps, and where it do this step Copy and create this file in our project. but this part could detail Configuration git?.&lt;br /&gt;help...!!!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/5184075252161075663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/5184075252161075663'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1335996413804#c5184075252161075663' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1984855833'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 3, 2012 1:06 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-3171370309372481129</id><published>2012-04-17T03:49:29.331+03:00</published><updated>2012-04-17T03:49:29.331+03:00</updated><title type='text'>Thank you so much!! Very good tutorial!</title><content type='html'>Thank you so much!! Very good tutorial!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/3171370309372481129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/3171370309372481129'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1334623769331#c3171370309372481129' title=''/><author><name>chk</name><uri>http://www.blogger.com/profile/18198342228801735656</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2047565176'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 17, 2012 3:49 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-466639211030900002</id><published>2012-04-11T18:20:43.346+03:00</published><updated>2012-04-11T18:20:43.346+03:00</updated><title type='text'>hi, my english is bad, I think:
in code-template &amp;...</title><content type='html'>hi, my english is bad, I think:&lt;br /&gt;in code-template &amp;quot;em&amp;quot; remplace:&lt;br /&gt;$em = $this-&amp;gt;get(&amp;#39;doctrine.orm.entity_manager&amp;#39;);&lt;br /&gt;&lt;br /&gt;with:&lt;br /&gt;&lt;br /&gt;$em-&amp;gt;$this-&amp;gt;getDoctrine()-&amp;gt;getEntityManager();&lt;br /&gt;&lt;br /&gt;thank!!!!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5224180626849857389/comments/default/466639211030900002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5224180626849857389/comments/default/466639211030900002'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/03/new-udevi-symfony2-template-netbeans.html?showComment=1334157643346#c466639211030900002' title=''/><author><name>Unknown</name><uri>http://www.blogger.com/profile/09124281689371560925</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/03/new-udevi-symfony2-template-netbeans.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-5224180626849857389' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/5224180626849857389' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-702182393'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 11, 2012 6:20 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-987336872185752176</id><published>2012-04-09T23:49:46.809+03:00</published><updated>2012-04-09T23:49:46.809+03:00</updated><title type='text'>thanks for the detailed tutorial</title><content type='html'>thanks for the detailed tutorial</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/987336872185752176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/987336872185752176'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1334004586809#c987336872185752176' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1683321885'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 9, 2012 11:49 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-3593731319260333458</id><published>2012-03-14T01:01:41.228+02:00</published><updated>2012-03-14T01:01:41.228+02:00</updated><title type='text'>THIS IS THE BEST GUIDE EVER.. this was JUST what I...</title><content type='html'>THIS IS THE BEST GUIDE EVER.. this was JUST what I needed. The second guide too. Thanks a million!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5608910184936528158/comments/default/3593731319260333458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5608910184936528158/comments/default/3593731319260333458'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/setting-up-windows-environment-for.html?showComment=1331679701228#c3593731319260333458' title=''/><author><name>blaza</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/setting-up-windows-environment-for.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-5608910184936528158' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/5608910184936528158' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-692412113'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 14, 2012 1:01 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-3585453710555747555</id><published>2012-02-07T21:51:04.751+02:00</published><updated>2012-02-07T21:51:04.751+02:00</updated><title type='text'>Thank you! Saved me hours of searching and failing...</title><content type='html'>Thank you! Saved me hours of searching and failing.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5608910184936528158/comments/default/3585453710555747555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/5608910184936528158/comments/default/3585453710555747555'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/setting-up-windows-environment-for.html?showComment=1328644264751#c3585453710555747555' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/setting-up-windows-environment-for.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-5608910184936528158' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/5608910184936528158' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1359559867'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='February 7, 2012 9:51 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-2268499644816713531</id><published>2012-02-07T19:02:36.794+02:00</published><updated>2012-02-07T19:02:36.794+02:00</updated><title type='text'>This is a well done tutorial!!!
Thanks a lot!</title><content type='html'>This is a well done tutorial!!!&lt;br /&gt;Thanks a lot!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/2268499644816713531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/3950422117840273660/comments/default/2268499644816713531'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html?showComment=1328634156794#c2268499644816713531' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2012/01/git-and-first-symfony2-project-in.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-3950422117840273660' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/3950422117840273660' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-697664184'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='February 7, 2012 7:02 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-1599007111824950098</id><published>2012-01-27T04:19:45.070+02:00</published><updated>2012-01-27T04:19:45.070+02:00</updated><title type='text'>The org.hibernate.annotations existed before JPA1/...</title><content type='html'>The org.hibernate.annotations existed before JPA1/2. JPA now exists and for new projects, you probably want to use it&amp;#39;s annotations (though annoyingly they are often subtly different).&lt;br /&gt;&lt;br /&gt;Now the JPA folks could have used new names (and they did in some cases), but the hibernate annotations (4 years old before JPA1 came out) were logical names. Hence the problem&lt;br /&gt;&lt;br /&gt;This has not a thing to do with JAVA. It has to do with the strengths and weaknesses of a platform where many things get standardized and pulled from 3rd parties (the xml parser, ws, servlet technology, hibernate, etc).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/1599007111824950098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/1599007111824950098'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html?showComment=1327630785070#c1599007111824950098' title=''/><author><name>mjb</name><uri>http://www.gwava.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-1576551332159710516' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/1576551332159710516' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1305527503'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='January 27, 2012 4:19 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-7343943134295629639</id><published>2011-07-02T19:53:46.472+03:00</published><updated>2011-07-02T19:53:46.472+03:00</updated><title type='text'>Dead links in article.</title><content type='html'>Dead links in article.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8550310266677138445/comments/default/7343943134295629639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8550310266677138445/comments/default/7343943134295629639'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/01/aspnet-mvc-3-project-with-nunit-as.html?showComment=1309625626472#c7343943134295629639' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/01/aspnet-mvc-3-project-with-nunit-as.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-8550310266677138445' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/8550310266677138445' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1049641411'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='July 2, 2011 7:53 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-1665432086525002251</id><published>2011-06-08T03:44:20.537+03:00</published><updated>2011-06-08T03:44:20.537+03:00</updated><title type='text'>wow, just had the same problem. Unbelievable, but ...</title><content type='html'>wow, just had the same problem. Unbelievable, but thanks for the fix.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/1665432086525002251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/1665432086525002251'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html?showComment=1307493860537#c1665432086525002251' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-1576551332159710516' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/1576551332159710516' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-94210600'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='June 8, 2011 3:44 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-3915342814913077275</id><published>2011-04-21T08:18:49.904+03:00</published><updated>2011-04-21T08:18:49.904+03:00</updated><title type='text'>Brand new to rails, trying to get a simple JQuery ...</title><content type='html'>Brand new to rails, trying to get a simple JQuery application up and running on my Windows 7 box and BAM, I hit the JQuery / SSL problem which leaves me with my rails.js file still full of prototype.js functions.&lt;br /&gt;&lt;br /&gt;Thanks for your post, not only instructive on getting up and running with JQuery on rails, but also for reposting the solution for the cert. problem. You may not have found it, but if you hadn&amp;#39;t picked it out of the comments, polished it up and put it on display, neither would I have found it !&lt;br /&gt;&lt;br /&gt;Karma++</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/6849485425460381125/comments/default/3915342814913077275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/6849485425460381125/comments/default/3915342814913077275'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/01/create-sample-rails-3-application.html?showComment=1303363129904#c3915342814913077275' title=''/><author><name>Ben Turner</name><uri>http://www.blogger.com/profile/01889838040524599770</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_GEBw_tPBC6M/SRF9gmuZvAI/AAAAAAAAAHc/OMr1fvIEYNk/S220/51832528-M.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/01/create-sample-rails-3-application.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-6849485425460381125' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/6849485425460381125' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-154242881'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 21, 2011 8:18 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-6767660554569002609</id><published>2011-04-03T18:26:44.536+03:00</published><updated>2011-04-03T18:26:44.536+03:00</updated><title type='text'>Hey Timur,

finally I managed to get the Visual St...</title><content type='html'>Hey Timur,&lt;br /&gt;&lt;br /&gt;finally I managed to get the Visual Studio Extension ready and published on Visual Studio Gallery: &lt;a href="http://visualstudiogallery.msdn.microsoft.com/7f3bdc82-f418-41aa-ad15-f1d6f89df47a" title="ASP.NET MVC NUnit" rel="nofollow"&gt;ASP.NET MVC NUnit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Beste wishes,&lt;br /&gt;Marcus</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8550310266677138445/comments/default/6767660554569002609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8550310266677138445/comments/default/6767660554569002609'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/01/aspnet-mvc-3-project-with-nunit-as.html?showComment=1301844404536#c6767660554569002609' title=''/><author><name>Marcus</name><uri>http://blog.marcus-kimpenhaus.de</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/01/aspnet-mvc-3-project-with-nunit-as.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-8550310266677138445' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/8550310266677138445' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1532617868'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 3, 2011 6:26 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-2740364107662781829</id><published>2011-03-25T03:30:35.143+02:00</published><updated>2011-03-25T03:30:35.143+02:00</updated><title type='text'>Thx a lot. Since ImageList &amp;amp; TreeView are sepa...</title><content type='html'>Thx a lot. Since ImageList &amp;amp; TreeView are separate, runtime code for some properties do not auto-update. &lt;br /&gt;&lt;br /&gt;These 3 properties are quite important (I added some extra info too) :&lt;br /&gt;&lt;br /&gt;ImageList.ImageSize = new Size(x,x)&lt;br /&gt;TreeView.ItemHeight = x&lt;br /&gt;TreeView.Indent = (x + 3)&lt;br /&gt;&lt;br /&gt;----&lt;br /&gt;Focuscar</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/7441236138472123353/comments/default/2740364107662781829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/7441236138472123353/comments/default/2740364107662781829'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2010/04/code4food-4-how-to-change-winforms.html?showComment=1301016635143#c2740364107662781829' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2010/04/code4food-4-how-to-change-winforms.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-7441236138472123353' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/7441236138472123353' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1878575317'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 25, 2011 3:30 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-2352305265105566070</id><published>2011-03-20T11:59:46.302+02:00</published><updated>2011-03-20T11:59:46.302+02:00</updated><title type='text'>Hello Timur

&amp;gt; Entity annotation which you do u...</title><content type='html'>Hello Timur&lt;br /&gt;&lt;br /&gt;&amp;gt; Entity annotation which you do use at &lt;br /&gt;&amp;gt;hibernate, shouldn’t be in &lt;br /&gt;&amp;gt;org.hibernate.annotations.Entity, but instead in &lt;br /&gt;&amp;gt;javax.persistence.Entity.&lt;br /&gt;&lt;br /&gt;This is because by putting the Entity in the javax.persistence package you abstract the entity level. You can take any other persistence framework that implements the specification (like TopLink (now EclipseLink), OpenJPA, JPOX (now DataNucleus) etc) and use it instead of hibernate, and without having to change the code a bit. So if later you are not happy with Hibernate and you want to change, you don&amp;#39;t change the code and recompile, you just change the jar files.&lt;br /&gt;&lt;br /&gt;&amp;gt; And another question when I should use &lt;br /&gt;&amp;gt;org.hibernate.annotations.Entity? Do I really &lt;br /&gt;&amp;gt;need it with the same name in this package? &lt;br /&gt;&lt;br /&gt;You use the org.hibernate.annotations.Entity if you want to define additional information (metadata) that are not defined in the standard javax.persistence.Entity, like dynamic insert, dynamic update, etc. But by doing this you tie your code to Hibernate, since other JPA implementation do not have the org.hibernate.annotations.Entity package (they might have their own ones though).&lt;br /&gt;&lt;br /&gt;Hope it helps.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/2352305265105566070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/1576551332159710516/comments/default/2352305265105566070'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html?showComment=1300615186302#c2352305265105566070' title=''/><author><name>Panos Konstantinidis</name><uri>http://www.blogger.com/profile/11174341804476114495</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_CoFLj6unqmU/SY9Z_OP2vGI/AAAAAAAAAKA/nLHzLsSmLmA/S220/PC060172+copy.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2011/02/i-hate-java-1-orghibernatemappingexcept.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-1576551332159710516' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/1576551332159710516' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2129088205'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 20, 2011 11:59 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-2748545017364072707</id><published>2010-12-12T18:06:27.696+02:00</published><updated>2010-12-12T18:06:27.696+02:00</updated><title type='text'>Yes, I went by the  same path, when I set things u...</title><content type='html'>Yes, I went by the  same path, when I set things up on my Windows.&lt;br /&gt;&lt;br /&gt;On Linux you have this difference:&lt;br /&gt;&lt;br /&gt;RVM - instead of Pik&lt;br /&gt;Git - instead of that one that was described in the article</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/2748545017364072707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/2748545017364072707'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html?showComment=1292169987696#c2748545017364072707' title=''/><author><name>Sergey</name><uri>http://www.blogger.com/profile/15892759744696127369</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-8345352830296772829' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/8345352830296772829' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1062358643'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='December 12, 2010 6:06 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-4953932005536685635</id><published>2010-11-03T09:53:57.008+02:00</published><updated>2010-11-03T09:53:57.008+02:00</updated><title type='text'>As I learnt about it, I didn&amp;#39;t saw any error a...</title><content type='html'>As I learnt about it, I didn&amp;#39;t saw any error at installing/overwriting gem using Ruby 1.9.2. But anyway thanks. I&amp;#39;ll update the post it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/4953932005536685635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/4953932005536685635'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html?showComment=1288770837008#c4953932005536685635' title=''/><author><name>Timur</name><uri>http://www.blogger.com/profile/14594716207428319651</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://3.bp.blogspot.com/_BWELgx6N3yw/S49Bi5bOhxI/AAAAAAAAAcA/Xf12ZX1FEc0/S220/Timur_face.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-8345352830296772829' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/8345352830296772829' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1853716182'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 3, 2010 9:53 AM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-8833343047037459386</id><published>2010-11-02T18:17:36.743+02:00</published><updated>2010-11-02T18:17:36.743+02:00</updated><title type='text'>Hello,

In all the cases, Ruby 1.87, 1.9.2 and Iro...</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;In all the cases, Ruby 1.87, 1.9.2 and IronRuby, installation of RubyGems is not required as it is part of the package.&lt;br /&gt;&lt;br /&gt;In the case of Ruby 1.9.2, ruby setup.rb will generate an error.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/8833343047037459386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/8345352830296772829/comments/default/8833343047037459386'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html?showComment=1288714656743#c8833343047037459386' title=''/><author><name>Luis</name><uri>http://www.blogger.com/profile/13019468621368759952</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2010/11/ruby-challenge-2010-installing-ruby-and.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-8345352830296772829' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/8345352830296772829' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-250296276'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 2, 2010 6:17 PM'/></entry><entry><id>tag:blogger.com,1999:blog-2127794245010916172.post-925847464284353629</id><published>2010-04-01T02:26:31.579+03:00</published><updated>2010-04-01T02:26:31.579+03:00</updated><title type='text'>That&amp;#39;s awesome!
Now, I can get rid of all the ...</title><content type='html'>That&amp;#39;s awesome!&lt;br /&gt;Now, I can get rid of all the installers I keep saving over the years.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/7295527317895186668/comments/default/925847464284353629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2127794245010916172/7295527317895186668/comments/default/925847464284353629'/><link rel='alternate' type='text/html' href='http://udevi-community.blogspot.com/2010/03/tools-i-cant-imagine-my-dev-life.html?showComment=1270077991579#c925847464284353629' title=''/><author><name>Frank</name><uri>http://www.blogger.com/profile/18312004676071095127</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://udevi-community.blogspot.com/2010/03/tools-i-cant-imagine-my-dev-life.html' ref='tag:blogger.com,1999:blog-2127794245010916172.post-7295527317895186668' source='http://www.blogger.com/feeds/2127794245010916172/posts/default/7295527317895186668' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2143306592'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='April 1, 2010 2:26 AM'/></entry></feed>
