<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jazzie Software</title>
	<link>http://www.jazziesoftware.com</link>
	<description>Delphi and Web Development</description>
	<lastBuildDate>Fri, 30 Sep 2011 00:47:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<item>
		<title>Delphi XE2 and Manifests</title>
		<description><![CDATA[One of the newly discovered features of RAD Studio XE2 is the ability to have a separate manifest for each build platform as well as the ability to more easily include your own custom manifests. In XE, D2010, D2009, D2007, the IDE&#8217;s added the ability to check an option to include runtime themes.  This created a manifest file that was embeded into the EXE on build.  The manifest was primative and mainly dealt with the inclusion of requiring the ComCtrls 6 to leverage the improved appearance of controls.  The problem with the manifest is that it did not allow for the inclusion of the necessary items for Vista and Windows 7, such as elevation requirements. The workaround was to disable runtime themes and then create your own manifest file. Then you would create a resource file that included the manifest.  Then you would add a $R pointing to the resource file in the project source to load in the manifest.  Depending on your tact, you may need to use the MSBUILD options to compile the resource before compiling the application. (Pre event). With XE2&#8242;s new ability to build a 32 bit or 64 bit application, this created a problem.  The… <a href="http://www.jazziesoftware.com/2011/09/29/delphi-xe2-and-manifests/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/09/29/delphi-xe2-and-manifests/</link>
			</item>
	<item>
		<title>Embarcadero RAD Studio XE2 Released</title>
		<description><![CDATA[I, for one, am excited to see Embarcadero&#8217;s new release of their programmer tools recently.  Embarcadero released upgrades for Delphi, C++ Builder, Prism (Pascal for .NET) and PHP begining of September. I had the chance to see Anders Ohlsonn at the RAD XE2 World Tour stop in Seattle and was one of many that got to see some pretty cool things. One of the biggest things added to Delphi that has been grumbled about for some time in the community has been lack of native 64 bit support.  With XE2, this is now here, being able to cross compile your application for 32 bit or 64 bit. Another new feature is releasing a new framework called Firemonkey.  VCL has long been the framework of Delphi and is stable and can do a lot of things. What Firemonkey brings is a whole new world of 3D visual display and a unique presentation layer.  While this new framework is young, it was based on work done by KSDev who sold the IP to Embarcadero and helped create something new.  The heads of Embarcadero have pledged full backing of Firemonkey and promise frequent updates to resolve issues quickly and to try and grow acceptance… <a href="http://www.jazziesoftware.com/2011/09/29/embarcadero-rad-studio-xe2-released/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/09/29/embarcadero-rad-studio-xe2-released/</link>
			</item>
	<item>
		<title>Writing applications in Delphi wont make serious money?</title>
		<description><![CDATA[It&#8217;s always interesting to sometimes here competitor developers state that Delphi is not a serious programming language.  It&#8217;s sometimes snickered at as if it was archaic and irrelevant as RPGII is today (no offense to RPGII developers). Surely there is no way that a program developed using Delphi can reap serious financial rewards for developers and companies, right? Early this week, a little company called Skype was recently acquired by a company from Redmond, WA that I don&#8217;t think anyone would have trouble guessing who.  The price tag&#8230;  $8.5 Billion dollars. I certainly don&#8217;t need my MBA education to tell me that this is some serious money. What&#8217;s Skype? For the minority who never heard of Skype, it is video and voice communication product that uses the Internet to carry the signal.  It&#8217;s used frequently in communication among companies, especially for intercontinental conference calls and such.  It&#8217;s inexpensive and works very well.  It&#8217;s almost used a term to communicate, such as &#8220;I&#8217;ll Skype you tomorrow&#8221;, very much as saying &#8220;can someone hand me a Klenex&#8221;. What&#8217;s this have to do with Delphi?  Well the Windows based client has long used Delphi as the primary development platform. It&#8217;s probably one of… <a href="http://www.jazziesoftware.com/2011/05/11/writing-applications-in-delphi-wont-make-serious-money/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/05/11/writing-applications-in-delphi-wont-make-serious-money/</link>
			</item>
	<item>
		<title>Help and Manual 5.6 Released</title>
		<description><![CDATA[One of the pains of developing software is creating documentation for the product. There becomes a lot to think about, which includes just letting the end-user figure it out on their own and not even bother. Some of the things to consider for a software product: Do you need a Help File for installed EXE&#8217;s? Do you need a Product Manual?  Printed or Electronic format? How about a manual which could be referred from a Nook or Kindle? Do you want or prefer help to be viewed via a web browser with the help stored locally or on your web server? If you&#8217;re writing development products, do you need to have the file be compatible to install into Visual Studio or Embarcadero&#8217;s Delphi or C++ Builder? IDEs? Uggh&#8230;..  sounds like there&#8217;s going to be a lot of writing. And using several tools.  Get Word out to write the manual for the printer. Get a tool to make a help file. Get Dreamweaver out to make the web pages. I think it&#8217;s time to go back to just writing the program and not even bother. Well EC Software has a great product that puts everything into one tool called Help and… <a href="http://www.jazziesoftware.com/2011/05/06/help-and-manual-5-6-released/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/05/06/help-and-manual-5-6-released/</link>
			</item>
	<item>
		<title>Free TMS Smooth Controls for Delphi XE and C++Builder XE</title>
		<description><![CDATA[Embarcadero just announced a new free version of TMS Software&#8217;s Smooth Controls Pack special edition is being released to registered users of RAD Studio XE, Delphi XE and C++Builder XE. TMS Smooth Controls Pack allow you to build cool user interfaces with a smooth look and have additional types of controls not included in the base VCL components. While source code is not included, the expanded version with source code is available from TMS Software. <a href="http://www.jazziesoftware.com/2011/04/15/free-tms-smooth-controls-for-delphi-xe-and-cbuilder-xe/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/15/free-tms-smooth-controls-for-delphi-xe-and-cbuilder-xe/</link>
			</item>
	<item>
		<title>ElevateDB 2.05 Build 6 Released</title>
		<description><![CDATA[Elevate Software recently released Version 2.05 Build 6 of their ElevateDB database tool. For those not familiar with ElevateDB, it is a prepackaged database solution that can be directly compiled into Delphi, c++ Builder and Lazarus applications. ElevateDB also run in a client-server mode using a small, but powerful server executable that can be connected by clients using Delphi, c++ Builder, Lazarus as well as though Visual Studio .NET languages via the ElevateDB .NET Data Provider or through additional development platforms using the Elevate ODBC Connector. A newer addition to the ElevateDB family is a PHP extension for Windows based PHP servers. ElevateDB supports a large subset of the SQL-2003 standard, making the transition to integrate this database easy, while still following standards. Support for Elevate Software products is primarily via forum / newsgroup or email. Aside from being a great product, the support provided by the owner/developer Tim Young is outstanding. There is a Team Elevate group that also assists other fellow users. I&#8217;d strongly recommend, if you&#8217;re in need of a database tool, to check out this product.  The pricing is designed to be very fair and reasonable when compared to other commercial products. In fact, I think… <a href="http://www.jazziesoftware.com/2011/04/14/elevatedb-2-05-build-6-released/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/14/elevatedb-2-05-build-6-released/</link>
			</item>
	<item>
		<title>Delphi in Depth:ClientDataSets Book released</title>
		<description><![CDATA[Cary Jensen just released a great book on the introduction, basic and advance usage of ClientDataSets in Delphi. Some of the topics include: Improve your software using powerful Delphi ClientDataSet features Master the art of cached updates Understand the role of in-memory data Build multi-tier applications using Delphi&#8217;s DataSnap Cary is a great technical writer and would strongly recommend this book to database developers using Delphi. <a href="http://www.jazziesoftware.com/2011/04/13/45/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/13/45/</link>
			</item>
	<item>
		<title>Delphi Developer Days 2011</title>
		<description><![CDATA[Check out the podcast by Jim McKeeth at Delphi.org interviewing Marco Cantu and Cary Jensen regarding the upcoming Delphi Developer Days. <a href="http://www.jazziesoftware.com/2011/04/12/delphi-developer-days-2011/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/12/delphi-developer-days-2011/</link>
			</item>
	<item>
		<title>Embarcadero teaches Delphi 32&#215;2=64</title>
		<description><![CDATA[Embarcadero continues to follow its long term roadmap, by preparing Delphi to enter the world of 64 bit. They have released a sneak preview gives you a first look at the 64-bit compiler in action. They also are providing an opportunity to join their beta test program. http://www.embarcadero.com/products/delphi/64-bit <a href="http://www.jazziesoftware.com/2011/04/11/embarcadero-teaches-delphi-32x264/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/11/embarcadero-teaches-delphi-32x264/</link>
			</item>
	<item>
		<title>RADStore introduced by Simon Stuart</title>
		<description><![CDATA[Simon Stuart recently announced a new concept in packaging and delivery for Delphi libraries and components, taking the &#8220;App Store&#8221; approach.  This looks to be a unique approach and in particular, could be a great idea for non-commercial components.  Commercial library distribution could also be great, depending on each company&#8217;s need for protection or license distribution. For more information and updates, read Simon&#8217;s blog post at http://tinyurl.com/3mduar9 <a href="http://www.jazziesoftware.com/2011/04/10/radstore-introduced-by-simon-stuart/" rel="bookmark">[Read More]</a>]]></description>
		<link>http://www.jazziesoftware.com/2011/04/10/radstore-introduced-by-simon-stuart/</link>
			</item>
</channel>
</rss>

