<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Unidev Tech Blog</title>
	
	<link>http://www.unidevtech.com</link>
	<description>Unidev's IT Blog for Software Developers (JAVA, .NET, Mobile, Automated Controls and more)</description>
	<lastBuildDate>Fri, 12 Apr 2013 14:44:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/UnidevnetTechnologyBlog" /><feedburner:info uri="unidevnettechnologyblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>XSL-FO Tips and Tricks</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/C-QocgdKXOE/</link>
		<comments>http://www.unidevtech.com/index.php/2013/02/xsl-fo-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 16:10:22 +0000</pubDate>
		<dc:creator>Ravi Julakanti</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[XSL-FO]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=645</guid>
		<description>Today, I wanted to share a few XSL-FO tips based on what I&amp;#8217;ve learned from one of my recent PDF generation project using the FOP framework. Since there are few blogs already on a basic setup and configuration, I will directly jump into the code snippet for actual PDF generation. Section 1 &amp;#8211; How to [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/C-QocgdKXOE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2013/02/xsl-fo-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2013/02/xsl-fo-tips-and-tricks/</feedburner:origLink></item>
		<item>
		<title>.NET ZIP Code Validation Using Regular Expressions</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/WL4bWw26n-Y/</link>
		<comments>http://www.unidevtech.com/index.php/2013/01/net-zip-code-validation-using-regular-expressions/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 17:16:54 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=631</guid>
		<description>Web developers often have requirements to build forms on web pages for users to fill out. Many websites request a physical postal address for such purposes as contact information or billing data for ecommerce.  Besides requiring that certain fields just have data, a form can also verify that the data is in a valid format.  [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/WL4bWw26n-Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2013/01/net-zip-code-validation-using-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2013/01/net-zip-code-validation-using-regular-expressions/</feedburner:origLink></item>
		<item>
		<title>How to Migrate from HP-UX to Linux: long long</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/tPCg2nwX_4Q/</link>
		<comments>http://www.unidevtech.com/index.php/2012/10/how-to-migrate-from-hp-ux-to-linux-long-long/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 13:03:08 +0000</pubDate>
		<dc:creator>Scott McKellar</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compilers]]></category>
		<category><![CDATA[difference between compilers]]></category>
		<category><![CDATA[g++ compiler]]></category>
		<category><![CDATA[How to Migrate from HP-UX to Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[long long]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=619</guid>
		<description>This post is about C++.  If you don&amp;#8217;t care about C++, don&amp;#8217;t read it. In fact it&amp;#8217;s really just about a difference between compilers.  If you&amp;#8217;re already using g++ on your HP-UX system (not a bad idea, by the way), don&amp;#8217;t read it. The g++ compiler doesn&amp;#8217;t like the type long long, at least not [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/tPCg2nwX_4Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/10/how-to-migrate-from-hp-ux-to-linux-long-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/10/how-to-migrate-from-hp-ux-to-linux-long-long/</feedburner:origLink></item>
		<item>
		<title>Copying a database from MS SQL Server 2008 to SQL Server 2005</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/9U_zgibrECI/</link>
		<comments>http://www.unidevtech.com/index.php/2012/06/copying-a-database-from-ms-sql-server-2008-to-sql-server-2005/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 17:57:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Legacy Systems]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[copying a database]]></category>
		<category><![CDATA[microsoft sql]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sql server 2005 database]]></category>
		<category><![CDATA[microsoft sql server 2008 database]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=602</guid>
		<description>If you have a Microsoft SQL Server 2008 Database and need to copy or move it to SQL Server 2005, you cannot simply use the Backup and Restore operations. This is not supported by Microsoft and attempting it may result in an error like: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/9U_zgibrECI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/06/copying-a-database-from-ms-sql-server-2008-to-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/06/copying-a-database-from-ms-sql-server-2008-to-sql-server-2005/</feedburner:origLink></item>
		<item>
		<title>Quick Tips: Helpful Firefox Add-ons</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/nEbK7uv5qIo/</link>
		<comments>http://www.unidevtech.com/index.php/2012/05/quick-tips-helpful-firefox-add-ons/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:31:47 +0000</pubDate>
		<dc:creator>Justin Miller</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[browser add-ons]]></category>
		<category><![CDATA[browser applications]]></category>
		<category><![CDATA[browser extensions]]></category>
		<category><![CDATA[browser features]]></category>
		<category><![CDATA[software updates]]></category>
		<category><![CDATA[web browser updates]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=592</guid>
		<description>Web developers and programmers test on the Internet constantly.  Web browsers and software updates all help make browsing faster, easier and more customizable to your needs.  But did you know that many developers use thousands of applications, add-ons and extensions to further the user customization experience in each browser?  Compiled by our development team, take [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/nEbK7uv5qIo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/05/quick-tips-helpful-firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/05/quick-tips-helpful-firefox-add-ons/</feedburner:origLink></item>
		<item>
		<title>Calling Web Service Over SSL Using Spring</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/9K-cfwXNoM4/</link>
		<comments>http://www.unidevtech.com/index.php/2012/03/calling-web-service-over-ssl-using-spring/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 21:31:59 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[HttpClient]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JSSE]]></category>
		<category><![CDATA[keystores]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[web service calling]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=574</guid>
		<description>As a Systems Engineer at Unidev I work on a wide variety of projects and my most recent project requires web service calls via SSL. The specific project uses Spring Framework. As we know, SSL framework is provided by Java SE Security (JSSE) which is automatically included in the JDK now. But you have to [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/9K-cfwXNoM4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/03/calling-web-service-over-ssl-using-spring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/03/calling-web-service-over-ssl-using-spring/</feedburner:origLink></item>
		<item>
		<title>Buffer Overflow</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/_eg78Pk328Y/</link>
		<comments>http://www.unidevtech.com/index.php/2012/02/buffer-overflow/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 14:35:28 +0000</pubDate>
		<dc:creator>Brian Cooper</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[debugging a program]]></category>
		<category><![CDATA[dumping core on HP-UX]]></category>
		<category><![CDATA[errorBuffer]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=531</guid>
		<description>While debugging a program that had dumped core on HP-UX, I noticed some oddities in the stack trace the required a bit of further investigation. As the code I was looking at is client code, I cannot share it online. This post shows analysis done under CentOS Linux of a trivial program I constructed with [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/_eg78Pk328Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/02/buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/02/buffer-overflow/</feedburner:origLink></item>
		<item>
		<title>Sencha Touch and PhoneGap are Opening the Doors for Mobile Possibilities</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/OMpF3vFd1zc/</link>
		<comments>http://www.unidevtech.com/index.php/2012/02/sencha-touch-and-phonegap-are-opening-the-doors-for-mobile-possibilities/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 11:00:16 +0000</pubDate>
		<dc:creator>Brian Cooper</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[mobile developers]]></category>
		<category><![CDATA[mobile development]]></category>
		<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[Sencha Touch]]></category>
		<category><![CDATA[web framework]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=519</guid>
		<description>It’s easy to say mobile development is continuing to grow every day with no signs of slowing down. Creating ways for users to access all the features a company has to offer are continuously sought after. With Sencha Touch and PhoneGap, it’s become much easier for developers to create powerful and intuitive applications, for users [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/OMpF3vFd1zc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/02/sencha-touch-and-phonegap-are-opening-the-doors-for-mobile-possibilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/02/sencha-touch-and-phonegap-are-opening-the-doors-for-mobile-possibilities/</feedburner:origLink></item>
		<item>
		<title>New Features in Java 7.0 With Examples</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/UfVauTXPgss/</link>
		<comments>http://www.unidevtech.com/index.php/2012/02/new-features-in-java-7-0-with-examples/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 17:51:36 +0000</pubDate>
		<dc:creator>Dhanya James</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[Java 7.0]]></category>
		<category><![CDATA[New Java Features]]></category>
		<category><![CDATA[Numeric Literals]]></category>
		<category><![CDATA[Numeric Literals in Java]]></category>
		<category><![CDATA[rules to follow when declaring numeric literals]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=491</guid>
		<description>Java 7.0 came up with a number of new features including the Diamond operator in Generics, Strings in switch statement, multi catch exception handling, underscores in numeric literals, Fork and Join and also new File system API (NIO 2.0). Given below are few new features of Java 7.0 with examples. Numeric Literals with underscore : [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/UfVauTXPgss" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/02/new-features-in-java-7-0-with-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/02/new-features-in-java-7-0-with-examples/</feedburner:origLink></item>
		<item>
		<title>How to Migrate from HP-UX to Linux: NULL</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/BEkE7TvYLuM/</link>
		<comments>http://www.unidevtech.com/index.php/2012/01/how-to-migrate-from-hp-ux-to-linux-null/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 21:16:29 +0000</pubDate>
		<dc:creator>Scott McKellar</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Legacy Systems]]></category>
		<category><![CDATA[How to Migrate from HP-UX to Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Null]]></category>
		<category><![CDATA[Null]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=399</guid>
		<description>On Linux I tried to compile a C program that I had brought over from HP-UX and got the following warning: foo.c: In function 'bar': foo.c:42: warning: assignment makes integer from pointer without a cast The code in question terminates a character string with a nul character.  However, instead of coding the nul character as [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/BEkE7TvYLuM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2012/01/how-to-migrate-from-hp-ux-to-linux-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2012/01/how-to-migrate-from-hp-ux-to-linux-null/</feedburner:origLink></item>
	</channel>
</rss>
