<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us"><title>gkomninos.com: Latest entries</title><link href="http://gkomninos.com/feeds/entries" rel="alternate"></link><link href="http://gkomninos.com/feeds/entries/" rel="self"></link><id>http://gkomninos.com/feeds/entries</id><updated>2010-08-10T10:59:01+01:00</updated><author><name>Giorgos Komninos</name></author><entry><title>How to convert an xsd to  C# class</title><link href="http://gkomninos.com/2010/aug/10/how-convert-xsd-c-sharp-class/" rel="alternate"></link><updated>2010-08-10T10:59:01+01:00</updated><author><name>Giorgos Komninos</name><uri>http://gkomninos.com/</uri></author><id>tag:gkomninos.com,2010-08-10:/2010/aug/10/how-convert-xsd-c-sharp-class/</id><summary type="html">
&lt;p&gt;You can convert an xsd (xml schema definition) file using a tool from microsoft ( xsd.exe ).
http://msdn.microsoft.com/en-us/library/x6c1kb0s%28VS.71%29.aspx&lt;/p&gt;
&lt;p&gt;You can also do it from inside the visual studio very easy:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Tools-&amp;gt;External Tools&lt;/li&gt;
&lt;li&gt;Click Add&lt;/li&gt;
&lt;li&gt;title = give a  title ...&lt;/li&gt;&lt;/ol&gt;
</summary><category term="c#"></category><category term="programming"></category><rights>http://gkomninos.com/about/me/</rights></entry><entry><title>Create a registration form with django</title><link href="http://gkomninos.com/2010/jun/28/create-registration-form-django/" rel="alternate"></link><updated>2010-06-28T22:03:45+01:00</updated><author><name>Giorgos Komninos</name><uri>http://gkomninos.com/</uri></author><id>tag:gkomninos.com,2010-06-28:/2010/jun/28/create-registration-form-django/</id><summary type="html">
&lt;p&gt;In this article i will show you how you can create a user registration form with django. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Let's define what we need to create:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simple registration form containing username, email and password fields .&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;lets go into code (πάμε στο ζουμί !!!  ... greek)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In your application create a forms.py ...&lt;/p&gt;
</summary><category term="django"></category><category term="programming"></category><rights>http://gkomninos.com/about/me/</rights></entry><entry><title>python delicious intergration</title><link href="http://gkomninos.com/2010/apr/02/python-delicious-intergration/" rel="alternate"></link><updated>2010-04-02T17:20:52+01:00</updated><author><name>Giorgos Komninos</name><uri>http://gkomninos.com/</uri></author><id>tag:gkomninos.com,2010-04-02:/2010/apr/02/python-delicious-intergration/</id><summary type="html">
&lt;p&gt;In this post i will show how i "communicated" with &lt;a href="http://delicious.com"&gt;delicious&lt;/a&gt; via python.&lt;br /&gt;
There are some &lt;a href="http://code.google.com/p/pydelicious/"&gt;python client libraries&lt;/a&gt; but i decided not to use them for learning purposes.  So there is a chance that my way is not the "right" way...i am quite sure about that.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Look at ...&lt;/p&gt;
</summary><category term="programming"></category><rights>http://gkomninos.com/about/me/</rights></entry><entry><title>Django books comparison</title><link href="http://gkomninos.com/2010/apr/02/django-books-comparison/" rel="alternate"></link><updated>2010-04-02T01:10:40+01:00</updated><author><name>Giorgos Komninos</name><uri>http://gkomninos.com/</uri></author><id>tag:gkomninos.com,2010-04-02:/2010/apr/02/django-books-comparison/</id><summary type="html">
&lt;p&gt;I bought these three django books:&lt;br /&gt;
&lt;em&gt;&lt;a href="http://www.amazon.co.uk/Python-Development-Django-Developers-Library/dp/0132356139/ref=sr_1_6?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270163539&amp;amp;sr=8-6"&gt;Python Web Development with Django&lt;/a&gt;&lt;br /&gt;
&lt;/em&gt;&lt;a href="http://www.amazon.co.uk/Sams-Teach-Yourself-Django-Hours/dp/067232959X/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270163619&amp;amp;sr=1-1"&gt;Sam's teach yourself django in 24 hours&lt;/a&gt;&lt;br /&gt;
*&lt;a href="http://www.amazon.co.uk/Practical-Django-Projects-Experts-Development/dp/1430219386/ref=sr_1_10?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270163662&amp;amp;sr=1-10"&gt;Practical Django Projects&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my opinion &lt;a href="http://b-list.org"&gt;James Bennet's&lt;/a&gt; Practical Django Projects is the best.&lt;br /&gt;
Second comes Python Web Development with Django and finally third comes&lt;br /&gt;
Sam's Teach yourself Django ...&lt;/p&gt;
</summary><category term="programming"></category><rights>http://gkomninos.com/about/me/</rights></entry><entry><title>How to update twitter account with python</title><link href="http://gkomninos.com/2010/apr/02/how-update-twitter-account-python/" rel="alternate"></link><updated>2010-04-02T00:39:49+01:00</updated><author><name>Giorgos Komninos</name><uri>http://gkomninos.com/</uri></author><id>tag:gkomninos.com,2010-04-02:/2010/apr/02/how-update-twitter-account-python/</id><summary type="html">
&lt;p&gt;To update your twitter account via python you can use the &lt;a href="http://code.google.com/p/python-twitter/"&gt;python-twitter api&lt;/a&gt;.&lt;br /&gt;
Download it and unzip it within your PYTHONPATH ( you can do it inside a django project ... i think so).
In the python interpreter you can :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; api = twitter.Api(username='', password='')
 message = 'hello twitter from python'
 status = api ...&lt;/code&gt;&lt;/pre&gt;
</summary><category term="programming"></category><rights>http://gkomninos.com/about/me/</rights></entry></feed>