<?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>REALbasic City &#187; tutspolis</title>
	<atom:link href="http://realbasic.tutspolis.com/tag/tutspolis/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Sat, 29 May 2010 23:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating text scrolling effect in REALbasic</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-text-scrolling-effect-in-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/tutorials/creating-text-scrolling-effect-in-realbasic/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:18:31 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[text scrolling]]></category>
		<category><![CDATA[textarea]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=88</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 88, userID 0, combination 1 -->
			
				
			
		
This tutorial will show you how can you create a basic text scrolling effect similar to credits available in Firefox about window. To make it easy we will use here a Time and TextArea Controls. Watch it, learn it, enjoy it!


Creating the About Window
Go to Window1 Property panel and configure this values: Width: 308, Height: [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 88, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fcreating-text-scrolling-effect-in-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fcreating-text-scrolling-effect-in-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This tutorial will show you how can you create a basic text scrolling effect similar to credits available in Firefox about window. To make it easy we will use here a Time and TextArea Controls. Watch it, learn it, enjoy it!</p>
<p><span id="more-88"></span></p>
<div style="margin-left:19px;float:left">
<h2>Creating the About Window</h2>
<p>Go to Window1 Property panel and configure this values: Width: 308, Height: 372, BackColor: true, BackColor: &amp;cFFFFFF, Resizeable: false. Insert to the Window a Canvas Control and as Backdrop use the graphics you like. Now insert on Windows TextArea Control and configure this values: Top: 376, Width: 308, Height: 173, ScrollbarHorizontal: false, Border: false, BackColor: &amp;cFFFFFF, Enabled: false and insert in Text 10 positions. If you like have more data there you should increase some values (Height, Top).</p>
<p><img src="http://realbasic.tutspolis.com/files/tutorials/textscrolling/textscrolling.png" alt="text scrolling effect in realbasic" /></p>
<h2>Text scrolling effect</h2>
<p>Add to Window Time Control and in Property panel change Period property value to 10. Now double click on Timer icon in Window1 (you are now in Timer Sub Action()) and copy this code.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">TextArea1.Top = TextArea1.Top - 1 // scrolling the text up
&nbsp;
<span style="color: #000080;">if</span> TextArea1.Top = -50 <span style="color: #000080;">then</span> // <span style="color: #000080;">if</span> text position top <span style="color: #000080;">is</span> -50
    TextArea1.Top = 376 // <span style="color: #000080;">then</span> begin scrolling text again
<span style="color: #000080;">end</span></pre></td></tr></table></div>

<p>This is a very basic conception of creating this kind of text scrolling effect. If you are more advanced you can for example create a dynamic picture displayed on canvas control and scrolling it up. The effect will be similar. </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/tutorials/creating-text-scrolling-effect-in-realbasic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>REALbasic Tip &#8211; REALbasic Community</title>
		<link>http://realbasic.tutspolis.com/articles/realbasic-tip-realbasic-community/</link>
		<comments>http://realbasic.tutspolis.com/articles/realbasic-tip-realbasic-community/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 10:22:36 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[realbasic forum]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=61</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 61, userID 0, combination 1 -->
			
				
			
		
Did you know there is a large community of REALbasic users who are there to help you get the most out of REALbasic? REAL Software provide web forums to help you get in touch with both REALbasic experts and users.


The Getting Started web forum is here:
http://forums.realsoftware.com/viewforum.php?f=10
To find out more about the REALbasic community, please visit:
http://www.realsoftware.com/community
Would [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 61, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-tip-realbasic-community%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-tip-realbasic-community%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Did you know there is a large community of REALbasic users who are there to help you get the most out of REALbasic? REAL Software provide web forums to help you get in touch with both REALbasic experts and users.</p>
<p><span id="more-61"></span></p>
<div style="margin-left:19px;float:left">
The Getting Started web forum is here:<br />
<a href="http://forums.realsoftware.com/viewforum.php?f=10">http://forums.realsoftware.com/viewforum.php?f=10</a><br />
To find out more about the REALbasic community, please visit:<br />
<a href="http://www.realsoftware.com/community">http://www.realsoftware.com/community</a><br />
Would you like to see how others are using REALbasic? Read some of our customer case studies online:<br />
<a href="http://realsoftware.com/community/casestudies.php">http://realsoftware.com/community/casestudies.php</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/articles/realbasic-tip-realbasic-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REALbasic Plugins from Monkeybread Software</title>
		<link>http://realbasic.tutspolis.com/plugins/realbasic-plugins-from-monkeybread-software/</link>
		<comments>http://realbasic.tutspolis.com/plugins/realbasic-plugins-from-monkeybread-software/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:16:30 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[mbs]]></category>
		<category><![CDATA[monkeybread]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[realbasic city]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=54</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 54, userID 0, combination 1 -->
			
				
			
		
The Monkeybread Software created the best REALbasic plug-in collection on the Earth available for Mac, Windows and Linux versions of our favorite software development tool.


Plug-in available in Monkeybread package

Audio &#8211; Midi/Audio (includes license for Midi classes in Windows and Mac OS X part)
CheckCache &#8211; Warns you about a broken plugin cache.
Cocoa &#8211; Cocoa classes: AppleRemote, [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 54, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Frealbasic-plugins-from-monkeybread-software%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Frealbasic-plugins-from-monkeybread-software%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The Monkeybread Software created the best REALbasic plug-in collection on the Earth available for Mac, Windows and Linux versions of our favorite software development tool.</p>
<p><span id="more-54"></span></p>
<div style="margin-left:19px;float:left">
<h2>Plug-in available in Monkeybread package</h2>
<ul>
<b>Audio</b> &#8211; Midi/Audio (includes license for Midi classes in Windows and Mac OS X part)<br />
<b>CheckCache</b> &#8211; Warns you about a broken plugin cache.<br />
<b>Cocoa</b> &#8211; Cocoa classes: AppleRemote, StatusItem, HTMLViewer extensions (WebKit), SpeechSynthesizer and SpeechRecognizer, Save/OpenPanel, DiscRecording, InstantMessageing (iChat), PDFKit, SpellChecking and Addressbook.<br />
<b>Compression</b> &#8211; zlib compression and gzip file handling<br />
<b>ComputerControl</b> &#8211; The plugin to simulate keyboard and mouse input and do gamma changes.<br />
<b>Controls</b> &#8211; Controls like Button, Rectangle, RoundRectangle, Oval and Line.<br />
<b>CURL</b> &#8211; Download and Upload class. Protocols: ftp, ftps, http, https, gopher, telnet, dict, ldap and file.<br />
<b>DataTypes</b> &#8211; Various data type classes like stacks, maps (dictionary) and sets.<br />
<b>Dongle</b> &#8211; Unikey, HASP and Rockey dongles<br />
<b>EyeOne</b> &#8211; Color Measurement using the x-rite Eye-One Devices.<br />
<b>GIF</b> &#8211; Read and write GIF files.<br />
<b>ImageMagick GraphicMagick</b> &#8211; Create, edit, and compose bitmap images using the ImageMagick library. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.<br />
<b>Java</b> &#8211; Use Java classes in Realbasic. And access databases using JDBC from REALbasic Standard.<br />
<b>JPEG</b> &#8211; Read and write JPEG images in RGB and CMYK color space. Handles extensions like ICC Profiles or XMP metadata, resolutions, corrupted jpeg files and lossless tranformations (rotate, mirror and others).<br />
<b>LCMS</b> &#8211; Little color management engine. (like ColorSync on Mac, but this is crossplatform)<br />
<b>LargePicture</b> &#8211; Handle large pictures with using virtual memory<br />
<b>Leopard</b> &#8211; Mac OS X 10.5 related classes: iCal classes, Time Machine related backup functions, PictureTaker panel, Slideshows, Dictionary Service and QuickLook.<br />
<b>Mac</b> &#8211; Mac OS only stuff: Drag and Drop, KeyChain, AppleScript, Colorsync, Alias, Apple Filing Protocol, Clipboard and Speech.<br />
<b>MacOSX</b> &#8211; Mac OS X only stuff: DVD Playback, Growl, CoreImage, CoreAudio, LaunchServices, ImageCapture, Loginitems, Bonjour, CoreFoundation and CoreGraphics<br />
<b>MacScripting</b> &#8211; Control various Mac OS X applications directly from REALbasic.<br />
<b>Main</b>	 &#8211;  for all registered users<br />
<b>Network</b>- Network related classes like AppleTalk, DNS lookup, TCP and UDP Sockets.<br />
<b>OCR</b> &#8211; Cross platform optical text recognition based on the Tesseract OCR engine.<br />
<b>Overlay</b> &#8211; Display windows with full alpha channel.<br />
<b>PDF</b> &#8211; Ghostscript and iSEQQuickPDF. To use iSEQQuickPDF you need an extra license from www.isedquickpdf.com.<br />
<b>PDFlib</b> &#8211; PDFlib classes to create PDF files.<br />
This plugin can be used with a commercial license for PDFLib or the open source license for PDFLib lite.<br />
<b>PHP</b>	- Run PHP scripts in Realbasic.<br />
<b>Picture</b> &#8211; Icons, Screenshots and some picture effects<br />
<b>PNG</b> &#8211; Read and Write PNG files.<br />
<b>QTKit</b> &#8211; Cocoa classes for using QuickTime functions.<br />
<b>QuickTime</b> &#8211; Extensions to Movie class and Movieplayer control. Export movies to a new format, import and export pictures and record audio/video.<br />
<b>RegEx</b> &#8211; Regular Expressions with correct encoding handling<br />
<b>Thread</b> &#8211; Preemptive threads in REALbasic. Using 800% CPU time on an eight core Mac Pro!<br />
<b>Tidy</b> &#8211; Clean up HTML (or XML) code<br />
<b>Tiff</b> &#8211; Read and write Tiff files. Handles ICC profiles, CMYK, Grayscale, Black/White and RGB images<br />
<b>USB</b> &#8211; Classes for HID USB devices on Mac OS X and Windows.<br />
<b>Util</b> &#8211; Utility plugin parts like encryption, string and memoryblock functions.<br />
<b>Win</b> &#8211; Windows only classes for DDE, file and URL shortcuts, Speech, MCI, printer lists and HTMLViewer extensions.<br />
<b>XMP</b> &#8211; Created and parse XMP metadata
</ul>
<h3>MBS REALbasic Plugins price</h3>
<ul>
<b>Complete</b>	| 196 € (Commercial)  | 98 €  (Academic license)<br />
<b>DynaPDF</b>	| 299 € to 1499 € | Create, import and modify PDF files on Mac, Windows and Linux. Includes embedding of fonts and text extraction. Price is 599 € for Lite, 999 € for Pro and 1499 € for Enterprise. For academic license the price is 299 € for Lite, 499 € for Pro<br />
<b>ChartDirector</b> | 199 € Professional charts for REALbasic | 99 €	(Academic license)<br />
<b>SQL</b>	| 99 € Access SQL Databases: Oracle, Microsoft SQL Server, DB2, Sybase, Informix, InterBase/Firebird, SQLBase, MySQL, PostgreSQL and ODBC and SQLite</p>
<p>There is also a option to buy plug-ins individually. </p>
</ul>
<h3>Monkeybread Software releases version 9.7</h3>
<p>This release adds two new plugin parts. One to integrate the mobileMe (.mac) features into your application and another one to control the CUPS printing engine on Mac OS X and linux. This way you can print files on a printer directly. Also we added several new cocoa classes including a better integration in the future Cocoa REALbasic target. For compressions we not only have the zlib compression engine, but now also the BZip2 engine.</p>
<p>The plug-ins require REALbasic 2006r4 or newer. Also required are 500 MB hard disc space and around 64 MB of RAM in addition to the requirements of REALbasic and your operation system itself. While all plug-in parts compile on Mac OS X (universal), Linux and Windows, each function may depend on additional system requirements to work successfully.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/plugins/realbasic-plugins-from-monkeybread-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REALbasic Personal Edition Features</title>
		<link>http://realbasic.tutspolis.com/software/realbasic-personal-edition-features/</link>
		<comments>http://realbasic.tutspolis.com/software/realbasic-personal-edition-features/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:28:11 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[realbasic city]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=52</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 52, userID 0, combination 1 -->
			
				
			
		
REALbasic is a software development tool for creating great applications for such platform as Mac, Windows and Linux. It is easy to use and easy to learn so give it a try.


Personal Edition Features include:
* Mac, Linux and Windows versions available.
* Networking with support for TCP, UDP, Web (HTTP), Email (POP3 and SMTP), and SOAP.
* [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 52, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fsoftware%2Frealbasic-personal-edition-features%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fsoftware%2Frealbasic-personal-edition-features%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>REALbasic is a software development tool for creating great applications for such platform as Mac, Windows and Linux. It is easy to use and easy to learn so give it a try.</p>
<p><span id="more-52"></span></p>
<div style="margin-left:19px;float:left">
<h3>Personal Edition Features include:</h3>
<p>* Mac, Linux and Windows versions available.<br />
* Networking with support for TCP, UDP, Web (HTTP), Email (POP3 and SMTP), and SOAP.<br />
* Includes REALSQLDatabase for single user applications.<br />
* Extensive support for bitmap and vector graphics.<br />
* XML support.<br />
* Extendable via third party plugins.<br />
* Built-in debugger.<br />
* Read and write files.<br />
* Regular expressions.<br />
* Support for Apple events, Keychain, Spotlight, the Dock and the Address Book (Mac version only).<br />
* Support for Quicktime.<br />
* Available in English, Spanish, German, French, Italian, Japanese, Simplified and Traditional Chinese.</p>
<p>You can download a free Trial version of REALbasic Personal Edition from REAL Software <a href="http://www.realsoftware.com/download/">website</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/software/realbasic-personal-edition-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REALbasic Tip &#8211; Language Reference</title>
		<link>http://realbasic.tutspolis.com/articles/realbasic-tip-language-reference/</link>
		<comments>http://realbasic.tutspolis.com/articles/realbasic-tip-language-reference/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:25:05 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[language reference]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[realbasic city]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/articles/realbasic-tip/</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 51, userID 0, combination 1 -->
			
				
			
		
Did you know that REALbasic has got a full-text searchable version of the REALbasic Language Reference. You can access this powerful online help system by selecting &#8220;Language Reference&#8221; from the Help menu.


This option is also available when you press F1 key (on Windows or Linux). The Language Reference provides a complete explanation of the REALbasic [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 51, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-tip-language-reference%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-tip-language-reference%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Did you know that REALbasic has got a full-text searchable version of the REALbasic Language Reference. You can access this powerful online help system by selecting &#8220;Language Reference&#8221; from the Help menu.</p>
<p><span id="more-51"></span></p>
<div style="margin-left:19px;float:left">
This option is also available when you press F1 key (on Windows or Linux). The Language Reference provides a complete explanation of the REALbasic language, including several examples for each command. To make learning REALbasic even easier, you can copy the example code from the Language Reference and paste it right into your project!
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/articles/realbasic-tip-language-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REALbasic City starts today!</title>
		<link>http://realbasic.tutspolis.com/articles/realbasic-city-starts-today/</link>
		<comments>http://realbasic.tutspolis.com/articles/realbasic-city-starts-today/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:16:48 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[realbasic city]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutspolis]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/articles/realbasic-city-starts-today/</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 48, userID 0, combination 1 -->
			
				
			
		
16.09.2009 is the day of releasing for the world REALbasic City, a part of TUTSPOLIS where you can find tutorials about creating cross-platform software for Mac, Windows and Linux using REALbasic 2009.


Learn a object-oriented dialect of the BASIC programming language and create your own games and software such as browsers, periodic tables catalogs for your [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 48, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-city-starts-today%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Farticles%2Frealbasic-city-starts-today%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>16.09.2009 is the day of releasing for the world REALbasic City, a part of TUTSPOLIS where you can find tutorials about creating cross-platform software for Mac, Windows and Linux using REALbasic 2009.</p>
<p><span id="more-48"></span></p>
<div style="margin-left:19px;float:left">
Learn a object-oriented dialect of the BASIC programming language and create your own games and software such as browsers, periodic tables catalogs for your personal book library, e-mail clients, weather clients, instant messengers, unarchivers etc. REALbasic City is also a place where you can find interesting articles for inspiration in creating GUI design, reviews of useful tools for programmers, interviews with developers and etc.</p>
<p>Watch it, learn it, enjoy it!<br />
TUTSPOLIS Team
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/articles/realbasic-city-starts-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
