<?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>Suma Software</title>
	<atom:link href="http://www.sumasoftware.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sumasoftware.com</link>
	<description>Suma Software - Custom Software Solutions</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:12:39 +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>Customize UINavigationBar Background</title>
		<link>http://www.sumasoftware.com/?p=138</link>
		<comments>http://www.sumasoftware.com/?p=138#comments</comments>
		<pubDate>Thu, 19 Aug 2010 16:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sumasoftware.com/?p=138</guid>
		<description><![CDATA[You can customize UINavigationBar by implementing drawRect
Add this code in to bottom  of your delegate or create new file.
@implementation UINavigationBar (UINavigationBarCategory)
/** Solid Color **/
- (void)drawRect:(CGRect)rect {
	UIColor *color = [UIColor redColor];
	CGContextRef context = UIGraphicsGetCurrentContext();
	CGContextSetFillColor(context, CGColorGetComponents( [color CGColor]));
	CGContextFillRect(context, rect);
	self.tintColor = color;
}
/**
//Image Background
- (void)drawRect:(CGRect)rect {
	UIColor *color = [UIColor blackColor];
	UIImage *img	= [UIImage imageNamed: @"top-nav.png"];
	[img drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
	self.tintColor [...]]]></description>
			<content:encoded><![CDATA[<p>You can customize UINavigationBar by implementing drawRect</p>
<p>Add this code in to bottom  of your delegate or create new file.</p>
<p>@implementation UINavigationBar (UINavigationBarCategory)</p>
<p>/** Solid Color **/<br />
- (void)drawRect:(CGRect)rect {<br />
	UIColor *color = [UIColor redColor];<br />
	CGContextRef context = UIGraphicsGetCurrentContext();<br />
	CGContextSetFillColor(context, CGColorGetComponents( [color CGColor]));<br />
	CGContextFillRect(context, rect);<br />
	self.tintColor = color;<br />
}</p>
<p>/**<br />
//Image Background<br />
- (void)drawRect:(CGRect)rect {<br />
	UIColor *color = [UIColor blackColor];<br />
	UIImage *img	= [UIImage imageNamed: @"top-nav.png"];<br />
	[img drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];<br />
	self.tintColor = color;<br />
}**/<br />
@end</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumasoftware.com/?feed=rss2&amp;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saleslogix Code Snippets &#8211; Part 1</title>
		<link>http://www.sumasoftware.com/?p=131</link>
		<comments>http://www.sumasoftware.com/?p=131#comments</comments>
		<pubDate>Sun, 28 Mar 2010 02:28:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sumasoftware.com/?p=131</guid>
		<description><![CDATA[1. Error handler
On Error Resume Next
objSLXDB.ExecuteSQL(strSQL)
If ErrorCheck (Application.Translator.Localize(&#8220;Error executing SQL:&#8221;)) > 0 Then Exit Sub
]]></description>
			<content:encoded><![CDATA[<p>1. Error handler</p>
<p>On Error Resume Next<br />
objSLXDB.ExecuteSQL(strSQL)<br />
If ErrorCheck (Application.Translator.Localize(&#8220;Error executing SQL:&#8221;)) > 0 Then Exit Sub</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumasoftware.com/?feed=rss2&amp;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Silverlight Controls</title>
		<link>http://www.sumasoftware.com/?p=128</link>
		<comments>http://www.sumasoftware.com/?p=128#comments</comments>
		<pubDate>Thu, 18 Mar 2010 17:02:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.sumasoftware.com/?p=128</guid>
		<description><![CDATA[Viblend
Nearly all Web applications use menu controls as fundamental building blocks of the presentation layer. If you need an easy to use a feature complete Silverlight Menu control, VIBlend Menu for Silverlight must be on the top of your list. You can download it as part of the VIBlend Silvelright Controls package and use it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Viblend</strong></p>
<p>Nearly all Web applications use menu controls as fundamental building blocks of the presentation layer. If you need an easy to use a feature complete Silverlight Menu control, VIBlend Menu for Silverlight must be on the top of your list. You can download it as part of the VIBlend Silvelright Controls package and use it for commercial and non-commercial purposes free of charge</p>
<p><a href="http://www.viblend.com/products/net/silverlight/controls/free-silverlight-controls.aspx">http://www.viblend.com/products/net/silverlight/controls/free-silverlight-controls.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumasoftware.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
