<?xml version="1.0" encoding="UTF-8"?> <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/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Tinesoft</title> <atom:link href="http://www.tinesoft.com/feed" rel="self" type="application/rss+xml" /><link>http://www.tinesoft.com</link> <description>Tips &#38; tricks by a developer for Developers</description> <lastBuildDate>Mon, 14 Nov 2011 21:58:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Use custom widgets with Qt Designer: Promotion technique</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique</link> <comments>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comments</comments> <pubDate>Fri, 18 Mar 2011 11:00:33 +0000</pubDate> <dc:creator>kondotine</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[Qt]]></category> <category><![CDATA[GUI]]></category> <category><![CDATA[Qt Designer]]></category><guid isPermaLink="false">http://www.tinesoft.com/?p=358</guid> <description><![CDATA[Recently, i&#8217;ve been working on a school project (code name: Cute Collage), which consisted in designing a software that creates photo collages. We were asked to reproduce the exact same interface and functionalities as the famous Shape Collage, using the best C++ framework ever: Qt! Qt is a cross-platform application and UI framework. It includes a [...]]]></description> <wfw:commentRss>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Launch of the new tinesoft.com today!</title><link>http://www.tinesoft.com/news/launch-of-the-new-tinesoft-com-today</link> <comments>http://www.tinesoft.com/news/launch-of-the-new-tinesoft-com-today#comments</comments> <pubDate>Wed, 03 Nov 2010 12:53:11 +0000</pubDate> <dc:creator>kondotine</dc:creator> <category><![CDATA[News]]></category><guid isPermaLink="false">http://www.tinesoft.com/?p=329</guid> <description><![CDATA[After several weeks of work , two or three postponements , i&#8217;m very glad to announce the great re-opening of the new  www.tinesoft.com! As i explained it here, the new Tinesoft, is about tips and tricks for software developers. Please feel free to register to the official twitter account (@tinesoft) and/or RSS feeds to keep informed [...]]]></description> <wfw:commentRss>http://www.tinesoft.com/news/launch-of-the-new-tinesoft-com-today/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Create RIA Applications in Java with GWT</title><link>http://www.tinesoft.com/java/create-ria-applications-in-java-with-gwt</link> <comments>http://www.tinesoft.com/java/create-ria-applications-in-java-with-gwt#comments</comments> <pubDate>Tue, 02 Nov 2010 17:52:03 +0000</pubDate> <dc:creator>kondotine</dc:creator> <category><![CDATA[GWT]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Ajax]]></category> <category><![CDATA[Eclipse]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[RIA]]></category><guid isPermaLink="false">http://www.tinesoft.com/?p=252</guid> <description><![CDATA[Haven&#8217;t you always wanted to create Rich Internet Applications (RIA) in Javascript/AJAX but renounced to do so because you don&#8217;t know anything about these technologies ? Or you do know AJAX, but  managing a code that will work for every web browser out there just drive you nuts. Besides, you find writing a non-trivial Javascript [...]]]></description> <wfw:commentRss>http://www.tinesoft.com/java/create-ria-applications-in-java-with-gwt/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Manage your Java projects with Maven</title><link>http://www.tinesoft.com/java/manage-your-java-projects-with-maven</link> <comments>http://www.tinesoft.com/java/manage-your-java-projects-with-maven#comments</comments> <pubDate>Sat, 16 Oct 2010 01:28:07 +0000</pubDate> <dc:creator>kondotine</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Eclipse]]></category> <category><![CDATA[m2eclipse]]></category> <category><![CDATA[Maven]]></category> <category><![CDATA[Netbeans]]></category><guid isPermaLink="false">http://www.tinesoft.com/?p=141</guid> <description><![CDATA[There is nothing more irritating than working on a Java project that implies one or more libraries. You need to find and add to your class path, every single *.jar file required by each of them. Sometimes, different libraries rely on the same subsets,  but use different versions. So to avoid conflicts, you need to [...]]]></description> <wfw:commentRss>http://www.tinesoft.com/java/manage-your-java-projects-with-maven/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Link a Windows Forms Control to an Object: Data Binding</title><link>http://www.tinesoft.com/csharp/link-a-windows-forms-control-to-an-object-data-binding</link> <comments>http://www.tinesoft.com/csharp/link-a-windows-forms-control-to-an-object-data-binding#comments</comments> <pubDate>Sun, 10 Oct 2010 09:39:42 +0000</pubDate> <dc:creator>kondotine</dc:creator> <category><![CDATA[C#]]></category> <category><![CDATA[Data Binding]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[Windows Forms]]></category><guid isPermaLink="false">http://www.tinesoft.com/?p=57</guid> <description><![CDATA[Recently, i have been working on this project called EasyCRM. It&#8217;s an ASP.NET MVC 2 web application that offers functionalities to manage customer relationship . Anyway, in my application, i had several forms, to create/edit contacts,  accounst, opportunities, tasks, etc. In the form that created a contact for instance, i could attached each of his [...]]]></description> <wfw:commentRss>http://www.tinesoft.com/csharp/link-a-windows-forms-control-to-an-object-data-binding/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 629/631 objects using disk: basic

Served from: www.tinesoft.com @ 2012-02-23 07:30:42 -->
