<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[CodeGuru Forums - Announcements, Press Releases, & News]]></title>
		<link>http://forums.codeguru.com</link>
		<description>Use this forum to make announcements, to post press releases, or to present general developer related news. This forum can be used to announce your product(s) and news.</description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 13:20:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.codeguru.com/images/misc/rss.jpg</url>
			<title><![CDATA[CodeGuru Forums - Announcements, Press Releases, & News]]></title>
			<link>http://forums.codeguru.com</link>
		</image>
		<item>
			<title>ThermalLabel SDK 5.0 for .NET just released!</title>
			<link>http://forums.codeguru.com/showthread.php?t=523812&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 21:33:12 GMT</pubDate>
			<description><![CDATA[Neodynamic is proud to announce the availability of ThermalLabel SDK 5.0 for .NET Framework! (http://www.neodynamic.com/Products/Thermal-Label-SDK-NET/Thermal-Label-SDK-NET.aspx?tabid=108&prodid=11)

Neodynamic ThermalLabel SDK 5.0 for .NET is a royalty-free lightweight .NET assembly (DLL) that lets you to design barcode labels and print them to Zebra Thermal Printers (any printers supporting ZPL® or EPL® languages/emulators) by writing just pure .NET code in VB.NET or C#. The new *v5.0* brings new great features like the new *Native Printer Fonts*, the *Native Barcode Engine* and the so awaited *ThermalLabel Editor Add-on!*

*What's new in ThermalLabel SDK 5.0?*
- *New!* Native Printer Font approach used with TextItem and BarcodeItem objects. The SDK provides three TrueType font files (*.ttf) which abstract the ZPL/EPL built-in fonts boosting the performance of the printing process. These TrueType fonts are needed to simulate the built-in fonts when rendering the output label to PDF documents or image files only, and for editing TextItem or BarcodeItem objects on the ThermalLabelEditor component. 
- *New!* Native Barcode Engine approach used with BarcodeItem objects. This new barcode rendering engine generates barcode symbols by using primitive built-in ZPL and EPL commands based on our own barcode algorithms. It greatly reduces the amount of ZPL/EPL bytes sent to the printers when comparing it to the same output generated by the graphic approach. 
- *New!* Added the PrintAsGraphic property to Item-derived classes. This new property is to bypass the new "Native" features and use the graphic engine for rendering. 
- *New!* Added the DataFieldFormatString to Item-derived classes which allows you to set up the string that specifies the display format for the value of the data field. 
- *New!* Added the PropertyChanged event to Item-derived classes. 
- *New!* Added the Comments property to Item-derived classes. This property is not printable but is useful for commenting each of the items which composes a label layout. It could be used for review process and the ThermalLabelEditor nicely will display such comments as a tool tip when the mouse pointer is over the item. 
- *New!* Added the UpdateFrom method to Item-derived classes and to the Font class. It is useful for updating the properties of an object based on the properties of another object. Mainly used when working with the ThermalLabelEditor component. 
- *New!* Added Mils (1/1000 inch) to the list of supported units. 
- *New!* Added support for Native Printer Font to the Font class. 
- *New!* New MultipleSelectionItem class. It basically represents a collection of Item-derived classes which have been selected on the ThermalLabelEditor canvas by the end-user. 
- *New!* A new Visual Label Editor/Designer add-on called ThermalLabelEditor component. The ThermalLabelEditor component is a first-class label designer for .NET Windows desktop apps featuring visual aids for label design process, undo/redo engine, Cut-Copy-Paste functionality, z-ordering on items, zooming, keyboard shortcuts for well-known common actions, In-place text edition for TextItem objects and many more features. 

*Links:*
Demos (http://www.neodynamic.com/Products/Demos/Demos.aspx?tabid=109&prodid=11)
Download ThermalLabel SDK for .NET (http://www.neodynamic.com/ND/Downloads.aspx?tabid=111&prodid=11)
More Information about Neodynamic ThermalLabel SDK for .NET (http://www.neodynamic.com/Products/Thermal-Label-SDK-NET/Thermal-Label-SDK-NET.aspx?tabid=108&prodid=11)

Neodynamic
.NET Components & Controls
http://www.neodynamic.com
http://www.thermal-label.net]]></description>
			<content:encoded><![CDATA[<div>Neodynamic is proud to announce the availability of <a rel="nofollow" href="http://www.neodynamic.com/Products/Thermal-Label-SDK-NET/Thermal-Label-SDK-NET.aspx?tabid=108&amp;prodid=11" target="_blank">ThermalLabel SDK 5.0 for .NET Framework!</a><br />
<br />
Neodynamic ThermalLabel SDK 5.0 for .NET is a royalty-free lightweight .NET assembly (DLL) that lets you to design barcode labels and print them to Zebra Thermal Printers (any printers supporting ZPL® or EPL® languages/emulators) by writing just pure .NET code in VB.NET or C#. The new <b>v5.0</b> brings new great features like the new <b>Native Printer Fonts</b>, the <b>Native Barcode Engine</b> and the so awaited <b>ThermalLabel Editor Add-on!</b><br />
<br />
<b>What's new in ThermalLabel SDK 5.0?</b><br />
- <b>New!</b> Native Printer Font approach used with TextItem and BarcodeItem objects. The SDK provides three TrueType font files (*.ttf) which abstract the ZPL/EPL built-in fonts boosting the performance of the printing process. These TrueType fonts are needed to simulate the built-in fonts when rendering the output label to PDF documents or image files only, and for editing TextItem or BarcodeItem objects on the ThermalLabelEditor component. <br />
- <b>New!</b> Native Barcode Engine approach used with BarcodeItem objects. This new barcode rendering engine generates barcode symbols by using primitive built-in ZPL and EPL commands based on our own barcode algorithms. It greatly reduces the amount of ZPL/EPL bytes sent to the printers when comparing it to the same output generated by the graphic approach. <br />
- <b>New!</b> Added the PrintAsGraphic property to Item-derived classes. This new property is to bypass the new &quot;Native&quot; features and use the graphic engine for rendering. <br />
- <b>New!</b> Added the DataFieldFormatString to Item-derived classes which allows you to set up the string that specifies the display format for the value of the data field. <br />
- <b>New!</b> Added the PropertyChanged event to Item-derived classes. <br />
- <b>New!</b> Added the Comments property to Item-derived classes. This property is not printable but is useful for commenting each of the items which composes a label layout. It could be used for review process and the ThermalLabelEditor nicely will display such comments as a tool tip when the mouse pointer is over the item. <br />
- <b>New!</b> Added the UpdateFrom method to Item-derived classes and to the Font class. It is useful for updating the properties of an object based on the properties of another object. Mainly used when working with the ThermalLabelEditor component. <br />
- <b>New!</b> Added Mils (1/1000 inch) to the list of supported units. <br />
- <b>New!</b> Added support for Native Printer Font to the Font class. <br />
- <b>New!</b> New MultipleSelectionItem class. It basically represents a collection of Item-derived classes which have been selected on the ThermalLabelEditor canvas by the end-user. <br />
- <b>New!</b> A new Visual Label Editor/Designer add-on called ThermalLabelEditor component. The ThermalLabelEditor component is a first-class label designer for .NET Windows desktop apps featuring visual aids for label design process, undo/redo engine, Cut-Copy-Paste functionality, z-ordering on items, zooming, keyboard shortcuts for well-known common actions, In-place text edition for TextItem objects and many more features. <br />
<br />
<b>Links:</b><br />
<a rel="nofollow" href="http://www.neodynamic.com/Products/Demos/Demos.aspx?tabid=109&amp;prodid=11" target="_blank">Demos</a><br />
<a rel="nofollow" href="http://www.neodynamic.com/ND/Downloads.aspx?tabid=111&amp;prodid=11" target="_blank">Download ThermalLabel SDK for .NET</a><br />
<a rel="nofollow" href="http://www.neodynamic.com/Products/Thermal-Label-SDK-NET/Thermal-Label-SDK-NET.aspx?tabid=108&amp;prodid=11" target="_blank">More Information about Neodynamic ThermalLabel SDK for .NET</a><br />
<br />
Neodynamic<br />
.NET Components &amp; Controls<br />
<a rel="nofollow" href="http://www.neodynamic.com" target="_blank">http://www.neodynamic.com</a><br />
<a rel="nofollow" href="http://www.thermal-label.net" target="_blank">http://www.thermal-label.net</a></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>neodynamic</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523812</guid>
		</item>
		<item>
			<title>E-iceblue Published a New Professional PDF Viewer Component for WPF</title>
			<link>http://forums.codeguru.com/showthread.php?t=523748&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 03:00:05 GMT</pubDate>
			<description>On May 11, 2012, a new professional and all-in-one PDF Viewer component for WPF was published by E-iceblue Co., Ltd. E-iceblue is a vendor of .NET, Silverlight and WPF components. The goal of e-iceblue is always to offer high-quality components for reading and writing different formats of office files. 

Two months ago, E-iceblue published a .NET PDF Viewer component which enables developers to load and view different PDF documents from file, stream and byte array. Compare with the .NET edition, Spire.PDFViewer for WPF can also do that jobs perfectly but only for WPF platform. Spire.PDFViewer for WPF is another standalone component developed by e-iceblue. It’s a totally independent WPF library and does NOT require Adobe Reader or any other 3rd party software/library installed on system. 

As a professional and powerful WPF PDF Viewer, Spire.PDFViewer for WPF allows developers to display PDF documents with their WPF applications without Adobe Acrobat. It’s available to load and view encrypted PDF documents and all standard PDF/A-1B, PDF/X1A files from stream, file and byte array with support for printing, zooming, etc. This WPF PDF Viewer component supports multiple printing orientation including landscape, portrait and automatic. It enables WPF applications to export PDF to images and save as popular formats like .bmp, .png and .jpeg. When users view PDF documents through this PDF Viewer component, they can set display as fit page, page down/up, zoom in/out, etc.

All in all, Spire.PDFViewer for WPF includes most of normal daily used PDF viewing functions. It’s new in the market with a lower price compare with other similar components. It’s worth to give a shot or at least a free trial. 

Free Trial Download Link:
http://www.e-iceblue.com/Download/download-pdf-viewer-for-net-now.html

Main Features:

1.	Load PDF from file, stream and byte array
2.	Support PDF/A-1B, PDF/X1A
3.	Enable to open and read encrypted PDF files
4.	Support multiple printing orientations: landscape, portrait, automatic
5.	Export PDFs to Image format as .bmp, .png, .jpeg
6.	Set PDF page (page down/up, zoom in/out, display as fit page)
7.	Support most PDF font including TrueType, Type0, Type1, Type3, OpenType and CJK font
8.	Support Filled text, Clipped Text, Stroked Text, and support lines, curve and table in PDF
9.	Support hyperlink and DeviceN color space in PDF
10.	Support JPEG2000, DCT, CCITT Fax Image format in PDF


More about Spire.PDFViewer for WPF:
http://www.e-iceblue.com/Introduce/pdf-viewer-wpf.html


About e-iceblue

E-iceblue Co., Ltd. is a vendor of .NET, Silverlight and WPF components. The goal of e-iceblue is always to offer high-quality components for reading and writing different formats of office files. E-iceblue components have been widely-used by most of the Fortune 500 corporations. The key developers of e-iceblue have over 10 years of combined experience developing high-performance, high-quality .net component technology. Everyday, e-iceblue products help a large number of developers from large/small companies in more than sixty countries to easier, better, faster and to be more productive develop and deliver reliable applications to their customers.

Contact Us

Address: Room 811, Soar International Building, No. 130, 1st Ring Road West Section 1, Chengdu, Sichuan, China

Contact via email:
Sales@e-iceblue.com
Support@e-iceblue.com</description>
			<content:encoded><![CDATA[<div>On May 11, 2012, a new professional and all-in-one PDF Viewer component for WPF was published by E-iceblue Co., Ltd. E-iceblue is a vendor of .NET, Silverlight and WPF components. The goal of e-iceblue is always to offer high-quality components for reading and writing different formats of office files. <br />
<br />
Two months ago, E-iceblue published a .NET PDF Viewer component which enables developers to load and view different PDF documents from file, stream and byte array. Compare with the .NET edition, Spire.PDFViewer for WPF can also do that jobs perfectly but only for WPF platform. Spire.PDFViewer for WPF is another standalone component developed by e-iceblue. It’s a totally independent WPF library and does NOT require Adobe Reader or any other 3rd party software/library installed on system. <br />
<br />
As a professional and powerful WPF PDF Viewer, Spire.PDFViewer for WPF allows developers to display PDF documents with their WPF applications without Adobe Acrobat. It’s available to load and view encrypted PDF documents and all standard PDF/A-1B, PDF/X1A files from stream, file and byte array with support for printing, zooming, etc. This WPF PDF Viewer component supports multiple printing orientation including landscape, portrait and automatic. It enables WPF applications to export PDF to images and save as popular formats like .bmp, .png and .jpeg. When users view PDF documents through this PDF Viewer component, they can set display as fit page, page down/up, zoom in/out, etc.<br />
<br />
All in all, Spire.PDFViewer for WPF includes most of normal daily used PDF viewing functions. It’s new in the market with a lower price compare with other similar components. It’s worth to give a shot or at least a free trial. <br />
<br />
Free Trial Download Link:<br />
<a rel="nofollow" href="http://www.e-iceblue.com/Download/download-pdf-viewer-for-net-now.html" target="_blank">http://www.e-iceblue.com/Download/do...r-net-now.html</a><br />
<br />
Main Features:<br />
<br />
1.	Load PDF from file, stream and byte array<br />
2.	Support PDF/A-1B, PDF/X1A<br />
3.	Enable to open and read encrypted PDF files<br />
4.	Support multiple printing orientations: landscape, portrait, automatic<br />
5.	Export PDFs to Image format as .bmp, .png, .jpeg<br />
6.	Set PDF page (page down/up, zoom in/out, display as fit page)<br />
7.	Support most PDF font including TrueType, Type0, Type1, Type3, OpenType and CJK font<br />
8.	Support Filled text, Clipped Text, Stroked Text, and support lines, curve and table in PDF<br />
9.	Support hyperlink and DeviceN color space in PDF<br />
10.	Support JPEG2000, DCT, CCITT Fax Image format in PDF<br />
<br />
<br />
More about Spire.PDFViewer for WPF:<br />
<a rel="nofollow" href="http://www.e-iceblue.com/Introduce/pdf-viewer-wpf.html" target="_blank">http://www.e-iceblue.com/Introduce/pdf-viewer-wpf.html</a><br />
<br />
<br />
About e-iceblue<br />
<br />
E-iceblue Co., Ltd. is a vendor of .NET, Silverlight and WPF components. The goal of e-iceblue is always to offer high-quality components for reading and writing different formats of office files. E-iceblue components have been widely-used by most of the Fortune 500 corporations. The key developers of e-iceblue have over 10 years of combined experience developing high-performance, high-quality .net component technology. Everyday, e-iceblue products help a large number of developers from large/small companies in more than sixty countries to easier, better, faster and to be more productive develop and deliver reliable applications to their customers.<br />
<br />
Contact Us<br />
<br />
Address: Room 811, Soar International Building, No. 130, 1st Ring Road West Section 1, Chengdu, Sichuan, China<br />
<br />
Contact via email:<br />
<a href="mailto:Sales@e-iceblue.com">Sales@e-iceblue.com</a><br />
<a href="mailto:Support@e-iceblue.com">Support@e-iceblue.com</a></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>e-iceblue</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523748</guid>
		</item>
		<item>
			<title>ThermalLabel Visual Editor Add-On 5.0 for .NET just released!</title>
			<link>http://forums.codeguru.com/showthread.php?t=523709&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 19:04:09 GMT</pubDate>
			<description><![CDATA[*Empower your .NET apps with the ThermalLabel Visual Editor Add-on!*

ThermalLabel Editor Add-on (http://www.neodynamic.com/Products/Thermal-Label-Visual-Editor-Add-On/Thermal-Label-Visual-Editor-Add-On.aspx) is a *first-class barcode label designer* component for *.NET Windows* desktop apps (WinForms & WPF) which empowers your own apps by providing an *end-user visual label editor!*

With the ThermalLabel Editor  (http://www.neodynamic.com/Products/Thermal-Label-Visual-Editor-Add-On/Thermal-Label-Visual-Editor-Add-On.aspx)component, you can allow your end-users to create, load, edit and save ThermalLabel objects in the form of XML template file definition or .NET object within your own .NET apps. 

[img]http://www.neodynamic.com/docs/thermallabelsdk201204/Thermal-Label-Visual-Editor-Add-On-NET-Framework-Windows-Forms-WPF.jpg[/img]

Neodynamic
.NET Components & Controls
http://www.neodynamic.com
http://www.thermal-label.net]]></description>
			<content:encoded><![CDATA[<div><b>Empower your .NET apps with the ThermalLabel Visual Editor Add-on!</b><br />
<br />
<a rel="nofollow" href="http://www.neodynamic.com/Products/Thermal-Label-Visual-Editor-Add-On/Thermal-Label-Visual-Editor-Add-On.aspx" target="_blank">ThermalLabel Editor Add-on</a> is a <b>first-class barcode label designer</b> component for <b>.NET Windows</b> desktop apps (WinForms &amp; WPF) which empowers your own apps by providing an <b>end-user visual label editor!</b><br />
<br />
With the <a rel="nofollow" href="http://www.neodynamic.com/Products/Thermal-Label-Visual-Editor-Add-On/Thermal-Label-Visual-Editor-Add-On.aspx" target="_blank">ThermalLabel Editor </a>component, you can allow your end-users to create, load, edit and save ThermalLabel objects in the form of XML template file definition or .NET object within your own .NET apps. <br />
<br />
<a href="http://www.neodynamic.com/docs/thermallabelsdk201204/Thermal-Label-Visual-Editor-Add-On-NET-Framework-Windows-Forms-WPF.jpg" target="_blank">http://www.neodynamic.com/docs/therm...-Forms-WPF.jpg</a><br />
<br />
Neodynamic<br />
.NET Components &amp; Controls<br />
<a rel="nofollow" href="http://www.neodynamic.com" target="_blank">http://www.neodynamic.com</a><br />
<a rel="nofollow" href="http://www.thermal-label.net" target="_blank">http://www.thermal-label.net</a></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>neodynamic</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523709</guid>
		</item>
		<item>
			<title>New Mobile App Testing Service</title>
			<link>http://forums.codeguru.com/showthread.php?t=523632&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 20:45:24 GMT</pubDate>
			<description>Elusive Stars is a new mobile app testing service for developers to gain valuable feedback from users.

Will your app succeed?
Will it get five stars?
Should you charge for your app?
What should you change?

Our members can help you find out.
Go to Elusive Stars/ (https://www.elusivestars.com/)</description>
			<content:encoded><![CDATA[<div>Elusive Stars is a new mobile app testing service for developers to gain valuable feedback from users.<br />
<br />
Will your app succeed?<br />
Will it get five stars?<br />
Should you charge for your app?<br />
What should you change?<br />
<br />
Our members can help you find out.<br />
<a rel="nofollow" href="https://www.elusivestars.com/" target="_blank">Go to Elusive Stars/</a></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>ElusiveStars</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523632</guid>
		</item>
		<item>
			<title>C++/Game Programming Tutoring Classes</title>
			<link>http://forums.codeguru.com/showthread.php?t=523524&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 22:37:48 GMT</pubDate>
			<description><![CDATA[I am willing to teach anyone who is interested C++ and the SFML 2.0 API used to make games. Classes will be held over Skype or GoogleTalk and TeamViewer will be used for real time collaboration and help. Payments will be based on an hourly rate and PayPal will be used for secure transactions. You set how many hours you want me to teach, then pay half the amount to me. Once the lesson is done and the appropriate amount of hours are up, you pay the rest to me. If you are interested please email me at sarim.janjua2013@gmail.com


Payment rate: $10/hour


Students will begin the classes by learning the basics of C++ if they don't already. This includes:


- Understanding of basic theory

- Variables

- Loops

- Conditional Statements

- Functions

- Classes, structures, enumerations, etc.

- Pointers

- Containers/Lists

- Arrays

- More will be added as the classes go in case i feel as though you need to know something else


After a solid foundation has been built with an understanding of C++, students will move onto the next phase and begin to learn game development through the use of the SFML 2.0 API. The ultimate goal of all the lessons combined is to allow the student to make games by themselves with little help if any. Topics for this part of the class that will be taught are:


- Basic game structure

- Rendering sprites

- Player input

- Basic physics
- Game audio/music
- More will be added and taught as needed

The lesson style that I use to teach involves making students write many small programs that involve concepts that they are currently learning. They will write, test, then rewrite similar programs many times until they know the concepts by heart and are capable of moving on to the next lesson. Each lesson is in essence a small puzzle piece. Once students learn enough concepts, a sort of "test" will be issued which requires students to create a simple game incorporating all of the concepts they have learned thus far.

Many people might say that they can just learn from the internet and go on youtube or search forums. That is true, however you won't get the same experience of working with another person in real time who will talk to you and guide you through the whole process. If you get stuck then I'm there to tell you what you did wrong and what you can do to fix it. You can't get the same experience and learn at the same rate as you would learning from me if you just rely on the internet.

A little bit about me for those who are curious. I am a student and I plan on getting my degree in Computer Science and continue on to become a Software Engineer. These classes that I am offering are not expensive at all, especially considering how much professional classes are. I have experience making games with small indie teams but none were ever finished due to various reasons. I have enough understanding and knowledge about C++ and Game Development to teach those who desire help from me.

An additional note, I live in the United States, EST Time. Please take that into account in case you live somewhere else in the world as timing will be difficult if not thought of before hand.]]></description>
			<content:encoded><![CDATA[<div>I am willing to teach anyone who is interested C++ and the SFML 2.0 API used to make games. Classes will be held over Skype or GoogleTalk and TeamViewer will be used for real time collaboration and help. Payments will be based on an hourly rate and PayPal will be used for secure transactions. You set how many hours you want me to teach, then pay half the amount to me. Once the lesson is done and the appropriate amount of hours are up, you pay the rest to me. If you are interested please email me at <a href="mailto:sarim.janjua2013@gmail.com">sarim.janjua2013@gmail.com</a><br />
<br />
<br />
Payment rate: $10/hour<br />
<br />
<br />
Students will begin the classes by learning the basics of C++ if they don't already. This includes:<br />
<br />
<br />
- Understanding of basic theory<br />
<br />
- Variables<br />
<br />
- Loops<br />
<br />
- Conditional Statements<br />
<br />
- Functions<br />
<br />
- Classes, structures, enumerations, etc.<br />
<br />
- Pointers<br />
<br />
- Containers/Lists<br />
<br />
- Arrays<br />
<br />
- More will be added as the classes go in case i feel as though you need to know something else<br />
<br />
<br />
After a solid foundation has been built with an understanding of C++, students will move onto the next phase and begin to learn game development through the use of the SFML 2.0 API. The ultimate goal of all the lessons combined is to allow the student to make games by themselves with little help if any. Topics for this part of the class that will be taught are:<br />
<br />
<br />
- Basic game structure<br />
<br />
- Rendering sprites<br />
<br />
- Player input<br />
<br />
- Basic physics<br />
- Game audio/music<br />
- More will be added and taught as needed<br />
<br />
The lesson style that I use to teach involves making students write many small programs that involve concepts that they are currently learning. They will write, test, then rewrite similar programs many times until they know the concepts by heart and are capable of moving on to the next lesson. Each lesson is in essence a small puzzle piece. Once students learn enough concepts, a sort of &quot;test&quot; will be issued which requires students to create a simple game incorporating all of the concepts they have learned thus far.<br />
<br />
Many people might say that they can just learn from the internet and go on youtube or search forums. That is true, however you won't get the same experience of working with another person in real time who will talk to you and guide you through the whole process. If you get stuck then I'm there to tell you what you did wrong and what you can do to fix it. You can't get the same experience and learn at the same rate as you would learning from me if you just rely on the internet.<br />
<br />
A little bit about me for those who are curious. I am a student and I plan on getting my degree in Computer Science and continue on to become a Software Engineer. These classes that I am offering are not expensive at all, especially considering how much professional classes are. I have experience making games with small indie teams but none were ever finished due to various reasons. I have enough understanding and knowledge about C++ and Game Development to teach those who desire help from me.<br />
<br />
An additional note, I live in the United States, EST Time. Please take that into account in case you live somewhere else in the world as timing will be difficult if not thought of before hand.</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>blackfire227</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523524</guid>
		</item>
		<item>
			<title>dbForge Query Builder for SQL Server 3.0 Now Supports Building INSERT, UPDATE, and DE</title>
			<link>http://forums.codeguru.com/showthread.php?t=523495&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 09:49:28 GMT</pubDate>
			<description>Devart company is glad to announce a new release of dbForge Query Builder for SQL Sever v. 3.0 which now supports building INSERT, UPDATE and DELETE  queries. Besides expansion of editable types of queries, some usability issues and bugs were also fixed. The following is the list of major improvements. 
New features 
Support of visual building of INSERT, UPDATE, and DELETE statements 
Quick conversion of SELECT query into UPDATE or DELETE with saving of WHERE condition 
Turning SELECT queries into INSERT statements 
Executing of separate subqueries to check their correctness without leaving diagram interface 
Converting selected data into SQL queries (e.g. into INSERT statements) 
Usability of visual expression editor is improved 
Indication of type of query on a diagram 
Editing of multiple execution results of one script on separate tabs 
New start page is added 

Pricing and availability
Consumers can give the updated dbForge Query Builder for SQL Server 3.0 a test drive by downloading the 30-day trial version of the product at the download page. 
dbForge Query Builder for SQL Server 3.0 costs as little as $99.95.</description>
			<content:encoded><![CDATA[<div>Devart company is glad to announce a new release of dbForge Query Builder for SQL Sever v. 3.0 which now supports building INSERT, UPDATE and DELETE  queries. Besides expansion of editable types of queries, some usability issues and bugs were also fixed. The following is the list of major improvements. <br />
New features <br />
Support of visual building of INSERT, UPDATE, and DELETE statements <br />
Quick conversion of SELECT query into UPDATE or DELETE with saving of WHERE condition <br />
Turning SELECT queries into INSERT statements <br />
Executing of separate subqueries to check their correctness without leaving diagram interface <br />
Converting selected data into SQL queries (e.g. into INSERT statements) <br />
Usability of visual expression editor is improved <br />
Indication of type of query on a diagram <br />
Editing of multiple execution results of one script on separate tabs <br />
New start page is added <br />
<br />
Pricing and availability<br />
Consumers can give the updated dbForge Query Builder for SQL Server 3.0 a test drive by downloading the 30-day trial version of the product at the download page. <br />
dbForge Query Builder for SQL Server 3.0 costs as little as $99.95.</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>Devart</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523495</guid>
		</item>
		<item>
			<title>Dice Cricket Game developed in C++</title>
			<link>http://forums.codeguru.com/showthread.php?t=523435&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 06:42:44 GMT</pubDate>
			<description><![CDATA[Hello,

I am Akash Balwante from Pune, Maharashtra, India. I have developed one console game application called as 'Dice Cricket Game' in C++.
I have released its beta version now and final copy will be released soon.

So download and share it.

Dice Cricket Game Download link:

[b]http[/b*]:**//*www(dot)mediafire.com/?9yilf5h3rio21f4


To play this game, you need four dices.
If you don't have four dices to play the game, download Virtual dice application.

Virtual Dice Download link:

[b]http[/b*]:**//*www(dot)mediafire.com/?fr8hcfn22wnw4b0


I hope, you will like and enjoy this game.
Send me your feedback soon I'm waiting for your response.


Thanks and Regards
Akash B. Balwante
akashbalwante(at)gmail(dot)com]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am Akash Balwante from Pune, Maharashtra, India. I have developed one console game application called as 'Dice Cricket Game' in C++.<br />
I have released its beta version now and final copy will be released soon.<br />
<br />
So download and share it.<br />
<br />
Dice Cricket Game Download link:<br />
<br />
[b]http[/b<b>]:</b><b>//</b>www(dot)mediafire.com/?9yilf5h3rio21f4<br />
<br />
<br />
To play this game, you need four dices.<br />
If you don't have four dices to play the game, download Virtual dice application.<br />
<br />
Virtual Dice Download link:<br />
<br />
[b]http[/b<b>]:</b><b>//</b>www(dot)mediafire.com/?fr8hcfn22wnw4b0<br />
<br />
<br />
I hope, you will like and enjoy this game.<br />
Send me your feedback soon I'm waiting for your response.<br />
<br />
<br />
Thanks and Regards<br />
Akash B. Balwante<br />
akashbalwante(at)gmail(dot)com</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>akashbalwante</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523435</guid>
		</item>
		<item>
			<title>Solvers for Traveling Salesman Problem and CNC Tool-Path Optimization</title>
			<link>http://forums.codeguru.com/showthread.php?t=523264&amp;goto=newpost</link>
			<pubDate>Wed, 25 Apr 2012 14:43:43 GMT</pubDate>
			<description><![CDATA[As you know the Traveling Salesman Problem and its Variants are very applicable in Path Optimization problems such as CNC tool-path optimization problem. Let's start this topic to discuss TSP algorithm and its applications in Tool-Path Optimization! 
To begin, Here is a link to download a program which is capable of solving TSP and its variants such as: Asymmetric and Symmetric TSP, Generalized TSP (GTSP), Clustered TSP and TSP with Precedence Constraints which uses Lin-Kernighan heuristic method.
download link:
*http**:**//*www(dot)r-azarmehr(dot)com/*TSPStudio.zip*

Regards...]]></description>
			<content:encoded><![CDATA[<div>As you know the Traveling Salesman Problem and its Variants are very applicable in Path Optimization problems such as CNC tool-path optimization problem. Let's start this topic to discuss TSP algorithm and its applications in Tool-Path Optimization! <br />
To begin, Here is a link to download a program which is capable of solving TSP and its variants such as: Asymmetric and Symmetric TSP, Generalized TSP (GTSP), Clustered TSP and TSP with Precedence Constraints which uses Lin-Kernighan heuristic method.<br />
download link:<br />
<b>http</b><b>:</b><b>//</b>www(dot)r-azarmehr(dot)com/<b>TSPStudio.zip</b><br />
<br />
Regards...</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>vishay2</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523264</guid>
		</item>
		<item>
			<title>Beta Test for tool for finding data races in Java code, request for feedback</title>
			<link>http://forums.codeguru.com/showthread.php?t=523173&amp;goto=newpost</link>
			<pubDate>Sun, 22 Apr 2012 07:22:23 GMT</pubDate>
			<description>We have designed a new tool for finding race conditions in Java Programs call RV-Predict. RV-Predict can be downloaded from:

www.runtimeverification.com

Additionally, there is a short survey for anyone who tries the tool that can be found here:

https://docs.google.com/spreadsheet/viewform?formkey=dHlQeW5HNk11dmljQmloQ0FoVDR1X0E6MQ


This software is a beta test, and is completely free at this time.  We will collect no information for the purpose of advertisement or spamming.  If you are still worried about your personal information, names and email address are also optional in the survey.  Any feedback would be greatly appreciated (preferably by completing the survey).  

Thanks!</description>
			<content:encoded><![CDATA[<div>We have designed a new tool for finding race conditions in Java Programs call RV-Predict. RV-Predict can be downloaded from:<br />
<br />
<a rel="nofollow" href="http://www.runtimeverification.com" target="_blank">www.runtimeverification.com</a><br />
<br />
Additionally, there is a short survey for anyone who tries the tool that can be found here:<br />
<br />
<a rel="nofollow" href="https://docs.google.com/spreadsheet/viewform?formkey=dHlQeW5HNk11dmljQmloQ0FoVDR1X0E6MQ" target="_blank">https://docs.google.com/spreadsheet/...Q0FoVDR1X0E6MQ</a><br />
<br />
<br />
This software is a beta test, and is completely free at this time.  We will collect no information for the purpose of advertisement or spamming.  If you are still worried about your personal information, names and email address are also optional in the survey.  Any feedback would be greatly appreciated (preferably by completing the survey).  <br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>RuntimeVerif</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523173</guid>
		</item>
		<item>
			<title>Sonar 3.0 Delivers Recent Code Quality Detection and New Supported Editions Available</title>
			<link>http://forums.codeguru.com/showthread.php?t=523036&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 07:39:14 GMT</pubDate>
			<description><![CDATA[SonarSource has today announced a major new version of its platform for continuous inspection of code quality. Sonar 3.0 is the most stable and complete release to date, focused on taking ongoing code-quality management to the enterprise. Extended functionality includes real-time detection of quality issues introduced with new code and a related review process as well as personalized dashboards configurable through widgets. SonarSource now offers supported commercial editions with added functionality and a new plugin which allows identification of each developer's contribution.

SonarSource, the creator of Sonar, the open source platform for continuous inspection of code quality, has announced the immediate availability of Sonar 3.0, supported editions and the Developer Cockpit plugin, at Devoxx France, a conference for Java developers currently taking place in Paris.

*Sonar 3.0: Mature Platform for Continuous Code Quality Management*

Version 3.0 of the Sonar platform includes 40 improvements and just as many bug fixes while maintaining compatibility with over 50 plugins. All these plugins will benefit from the following enhancements to the base functionality:

* Recent quality violations: This extended feature enables software development teams to identify quality issues introduced with recent code commits. Thus, it minimizes time spent on code quality management especially for teams following an agile development approach, who can now easily spot the difference in quality between existing and new code in real-time, for example during Sprints.
* Test coverage of new code: In Sonar 3.0, developers can also measure Unit Test coverage of recent changes to the code, by analyzing how well new lines of code are being tested on top of the overall tests. This feature is helpful when enforcing Unit Test practices on legacy projects.
* Integrated review process: An effective code review workflow now exists in Sonar 3.0 to take control of newly introduced quality issues. It allows users to combine manual code reviews, action plans, analysis of quality violations plus email notifications. This workflow is also available in the latest version of the Sonar plugin for the Eclipse IDE.
* Dashboard widgets: Each user of Sonar can now create a personalized Web dashboard across all components, which provides them with a unified individual view of the health and status of managed software projects. The new widgets allow development teams to work more efficiently with Sonar.
* Cross-project copy&paste detection: Sonar already allowed developers to detect duplicate code within single projects. With Sonar 3.0 this can also be done in all covered programming languages and for each language across multiple projects, thus simplifying maintenance of code by avoiding doing the same fixes twice and reducing the overall amount of code to be maintained.
* LDAP-based authorization: A new security feature allows LDAP to be used with Sonar for authorization and authentication, which is especially useful for large development teams and saves administration cost.

“We started 9 months ago with a series of releases that lead us to the very mature version of Sonar released today.”, says Freddy Mallet, Product Director and Co-founder, SonarSource. “I am really delighted that we have taken this last iteration to provide a stable and feature-complete platform for organizations to fully adopt code quality management as a best practice.”

*Editions: Vendor-Supported Products with Added Functionality*

With Sonar 3.0, SonarSource has also introduced Professional and Enterprise Editions. These new products include the Sonar platform plus vendor support, maintenance guarantees and all the plugins needed by enterprises to get started immediately. SonarSource is also providing consulting services to optimally tie Sonar’s functionality with the IT department’s business processes.

“The SonarSource Editions cater to two market trends. First, code quality management is becoming a standard procedure in IT. Second, we see tremendous adoption of Sonar by enterprises with a large number of developers.”, says Olivier Gaudin, CEO and Co-founder, SonarSource, “Along with a highly mature product, corporations request support from us and additional functionality to increase efficiency during implementation and maximize the return on investment. The two SonarSource Editions are a direct result of our customers’ feedback, providing long-term support, simplifying maintenance with less upgrades, and providing all the functionality they need at a very competitive price.”

*Developer Cockpit: Providing a View on Each Developer’s Contribution*

The new commercial Developer Cockpit plugin released alongside Sonar 3.0 takes the platform’s unique continuous inspection approach one step further. Previous versions of Sonar have enabled software architects and managers to assess code quality per software project to gain a high- and low-level overview. In addition to that, the new version fully engages each developer by allowing them to identify their individual contribution.

By adding a bottom-up approach towards continuous inspection, the new Developer Cockpit plugin empowers developers to monitor how they help to resolve code quality issues. Thus, it raises adoption of Sonar among development teams and fosters best practices in code quality self-management.

*Price and Availability
*
Version 3.0 of the open-source Sonar platform is available for download immediately. Pricing for the editions starts at € 12,500 for the Professional Edition and € 50,000 for the Enterprise Edition. Both editions include additional features as well as service and support from the vendor.

Find more information about Sonar 3.0, the editions or the Developer Cockpit plugin at www.sonarsource.com/3-0 (http://www.sonarsource.com/3-0).]]></description>
			<content:encoded><![CDATA[<div>SonarSource has today announced a major new version of its platform for continuous inspection of code quality. Sonar 3.0 is the most stable and complete release to date, focused on taking ongoing code-quality management to the enterprise. Extended functionality includes real-time detection of quality issues introduced with new code and a related review process as well as personalized dashboards configurable through widgets. SonarSource now offers supported commercial editions with added functionality and a new plugin which allows identification of each developer's contribution.<br />
<br />
SonarSource, the creator of Sonar, the open source platform for continuous inspection of code quality, has announced the immediate availability of Sonar 3.0, supported editions and the Developer Cockpit plugin, at Devoxx France, a conference for Java developers currently taking place in Paris.<br />
<br />
<b>Sonar 3.0: Mature Platform for Continuous Code Quality Management</b><br />
<br />
Version 3.0 of the Sonar platform includes 40 improvements and just as many bug fixes while maintaining compatibility with over 50 plugins. All these plugins will benefit from the following enhancements to the base functionality:<br />
<ul><li>Recent quality violations: This extended feature enables software development teams to identify quality issues introduced with recent code commits. Thus, it minimizes time spent on code quality management especially for teams following an agile development approach, who can now easily spot the difference in quality between existing and new code in real-time, for example during Sprints.<br /></li>
<li>Test coverage of new code: In Sonar 3.0, developers can also measure Unit Test coverage of recent changes to the code, by analyzing how well new lines of code are being tested on top of the overall tests. This feature is helpful when enforcing Unit Test practices on legacy projects.<br /></li>
<li>Integrated review process: An effective code review workflow now exists in Sonar 3.0 to take control of newly introduced quality issues. It allows users to combine manual code reviews, action plans, analysis of quality violations plus email notifications. This workflow is also available in the latest version of the Sonar plugin for the Eclipse IDE.<br /></li>
<li>Dashboard widgets: Each user of Sonar can now create a personalized Web dashboard across all components, which provides them with a unified individual view of the health and status of managed software projects. The new widgets allow development teams to work more efficiently with Sonar.<br /></li>
<li>Cross-project copy&amp;paste detection: Sonar already allowed developers to detect duplicate code within single projects. With Sonar 3.0 this can also be done in all covered programming languages and for each language across multiple projects, thus simplifying maintenance of code by avoiding doing the same fixes twice and reducing the overall amount of code to be maintained.<br /></li>
<li>LDAP-based authorization: A new security feature allows LDAP to be used with Sonar for authorization and authentication, which is especially useful for large development teams and saves administration cost.</li>
</ul>“We started 9 months ago with a series of releases that lead us to the very mature version of Sonar released today.”, says Freddy Mallet, Product Director and Co-founder, SonarSource. “I am really delighted that we have taken this last iteration to provide a stable and feature-complete platform for organizations to fully adopt code quality management as a best practice.”<br />
<br />
<b>Editions: Vendor-Supported Products with Added Functionality</b><br />
<br />
With Sonar 3.0, SonarSource has also introduced Professional and Enterprise Editions. These new products include the Sonar platform plus vendor support, maintenance guarantees and all the plugins needed by enterprises to get started immediately. SonarSource is also providing consulting services to optimally tie Sonar’s functionality with the IT department’s business processes.<br />
<br />
“The SonarSource Editions cater to two market trends. First, code quality management is becoming a standard procedure in IT. Second, we see tremendous adoption of Sonar by enterprises with a large number of developers.”, says Olivier Gaudin, CEO and Co-founder, SonarSource, “Along with a highly mature product, corporations request support from us and additional functionality to increase efficiency during implementation and maximize the return on investment. The two SonarSource Editions are a direct result of our customers’ feedback, providing long-term support, simplifying maintenance with less upgrades, and providing all the functionality they need at a very competitive price.”<br />
<br />
<b>Developer Cockpit: Providing a View on Each Developer’s Contribution</b><br />
<br />
The new commercial Developer Cockpit plugin released alongside Sonar 3.0 takes the platform’s unique continuous inspection approach one step further. Previous versions of Sonar have enabled software architects and managers to assess code quality per software project to gain a high- and low-level overview. In addition to that, the new version fully engages each developer by allowing them to identify their individual contribution.<br />
<br />
By adding a bottom-up approach towards continuous inspection, the new Developer Cockpit plugin empowers developers to monitor how they help to resolve code quality issues. Thus, it raises adoption of Sonar among development teams and fosters best practices in code quality self-management.<br />
<br />
<b>Price and Availability<br />
</b><br />
Version 3.0 of the open-source Sonar platform is available for download immediately. Pricing for the editions starts at € 12,500 for the Professional Edition and € 50,000 for the Enterprise Edition. Both editions include additional features as well as service and support from the vendor.<br />
<br />
Find more information about Sonar 3.0, the editions or the Developer Cockpit plugin at <a rel="nofollow" href="http://www.sonarsource.com/3-0" target="_blank">www.sonarsource.com/3-0</a>.</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>vikram7</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523036</guid>
		</item>
		<item>
			<title>Top Managers from QArea Took Part in the Aberdeen Research Identity Platform Seminar</title>
			<link>http://forums.codeguru.com/showthread.php?t=523034&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 07:05:58 GMT</pubDate>
			<description><![CDATA[<p><em>The Aberdeen Research Identity Platform Seminar</em>  is a high quality event, which brings together international professionals working  in different fields: Information Technology, Security, Audit etc. The Aberdeen Research Identity Platform Seminar  is an unique industry briefing. It is here a great results in studying of 160 organizations worldwide found was shared and discussed.  <em>The Aberdeen Research Identity Platform Seminar</em>  took place in different cities:  Boston, Chicago, New York, San Francisco and Toronto.</p>
<p>This was New York city hosted <em>The Aberdeen Research Identity Platform Seminar</em> on 12 April, 2012. This seminar gathered together huge number of very active and energetic senior-level decision makers.</p>
<p>QArea's top-managers, which participated in this seminar, was invited to discussion and studying  results of research, which was made by Aberdeen Group, a Harte-Hanks Company. They gained research results directly from Derek Brink. Derek Brink  is a well-known person. He is vice president of research at Aberdeen.</p>
<p><em>The Aberdeen Research Identity Platform Seminar</em>  was a seminar that  descried open standards which provide individual independent companies with an opportunity to interact with each other. At the same time, the conference also highlighted how an integrated platform approach can improve return on investment and reduce total cost of ownership.</p>
<p>As QArea is one of the companies, which energetically thinks about how the organizations can use the latest findings to build a business case for optimized results, so taking part in such a conference was a great chance to study from others and share experiences.</p>
<p><em>QArea</em> is a <a href="http://www.qarea.com">software outsourcing company</a> that provides services in different fields of IT industry: custom software development, mobile development, web development and software testing. Being headquarted in the USA in 2001, QArea has its offices in Malta, France and Czech Republic and the offshore development center of the company is situated in Ukraine.</p>]]></description>
			<content:encoded><![CDATA[<div>&lt;p&gt;&lt;em&gt;The Aberdeen Research Identity Platform Seminar&lt;/em&gt;  is a high quality event, which brings together international professionals working  in different fields: Information Technology, Security, Audit etc. The Aberdeen Research Identity Platform Seminar  is an unique industry briefing. It is here a great results in studying of 160 organizations worldwide found was shared and discussed.  &lt;em&gt;The Aberdeen Research Identity Platform Seminar&lt;/em&gt;  took place in different cities:  Boston, Chicago, New York, San Francisco and Toronto.&lt;/p&gt;<br />
&lt;p&gt;This was New York city hosted &lt;em&gt;The Aberdeen Research Identity Platform Seminar&lt;/em&gt; on 12 April, 2012. This seminar gathered together huge number of very active and energetic senior-level decision makers.&lt;/p&gt;<br />
&lt;p&gt;QArea's top-managers, which participated in this seminar, was invited to discussion and studying  results of research, which was made by Aberdeen Group, a Harte-Hanks Company. They gained research results directly from Derek Brink. Derek Brink  is a well-known person. He is vice president of research at Aberdeen.&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;The Aberdeen Research Identity Platform Seminar&lt;/em&gt;  was a seminar that  descried open standards which provide individual independent companies with an opportunity to interact with each other. At the same time, the conference also highlighted how an integrated platform approach can improve return on investment and reduce total cost of ownership.&lt;/p&gt;<br />
&lt;p&gt;As QArea is one of the companies, which energetically thinks about how the organizations can use the latest findings to build a business case for optimized results, so taking part in such a conference was a great chance to study from others and share experiences.&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;QArea&lt;/em&gt; is a &lt;a href=&quot;http://www.qarea.com&quot;&gt;software outsourcing company&lt;/a&gt; that provides services in different fields of IT industry: custom software development, mobile development, web development and software testing. Being headquarted in the USA in 2001, QArea has its offices in Malta, France and Czech Republic and the offshore development center of the company is situated in Ukraine.&lt;/p&gt;</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>HeleBeck</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523034</guid>
		</item>
		<item>
			<title>web programming</title>
			<link>http://forums.codeguru.com/showthread.php?t=523011&amp;goto=newpost</link>
			<pubDate>Tue, 17 Apr 2012 05:56:27 GMT</pubDate>
			<description>giftdea.com.my

we are the lead of premium gifts and coporate gift manufacture in malasysia. 
we import and export the gift from china. we also provide many kind of 
premier , free , custom , corporate gifts.

info@giftidea.com.my






my-serve.com 

we provider custom software , web application , MLM POS, Multi level member system.
web accounting = PC access + mobile access(iphone + ipad + andriod). web POS= PC access + mobile access(iphone + ipad + andriod)
web banker = bank reconciliation + payment voucher management + receipt management + cheque writer
0197791856
0197501855
support@my-serve.com</description>
			<content:encoded><![CDATA[<div>giftdea.com.my<br />
<br />
we are the lead of premium gifts and coporate gift manufacture in malasysia. <br />
we import and export the gift from china. we also provide many kind of <br />
premier , free , custom , corporate gifts.<br />
<br />
<a href="mailto:info@giftidea.com.my">info@giftidea.com.my</a><br />
<br />
<br />
<br />
<br />
<br />
<br />
my-serve.com <br />
<br />
we provider custom software , web application , MLM POS, Multi level member system.<br />
web accounting = PC access + mobile access(iphone + ipad + andriod). web POS= PC access + mobile access(iphone + ipad + andriod)<br />
web banker = bank reconciliation + payment voucher management + receipt management + cheque writer<br />
0197791856<br />
0197501855<br />
<a href="mailto:support@my-serve.com">support@my-serve.com</a></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?f=21"><![CDATA[Announcements, Press Releases, & News]]></category>
			<dc:creator>kizai</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?t=523011</guid>
		</item>
	</channel>
</rss>

