<?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>Mon, 14 May 2012 15:32:18 +0000</lastBuildDate>
	<language>en</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>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>Kevin Collins</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>
		<item>
		<title>Panel View or Multiple Horizontal Pager View in Android</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/193bLUM7eJ8/</link>
		<comments>http://www.unidevtech.com/index.php/2011/12/panel-view-or-multiple-horizontal-pager-view-in-android/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:12:59 +0000</pubDate>
		<dc:creator>Ravi Julakanti</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android 3.2]]></category>
		<category><![CDATA[Android panel view]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[Eclipse Helios]]></category>
		<category><![CDATA[Multiple Panel View in Android]]></category>
		<category><![CDATA[onTouchEvent]]></category>
		<category><![CDATA[Panel View in Android]]></category>
		<category><![CDATA[PanelPager]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=306</guid>
		<description>Android doesn’t provide a default horizontal pager view. It appears as though the Gallery and Horizontal Scroll View can provide this same functionality. The solution described below allows for easy left and right swipes to load different screens controlled by a single activity. We’ll look at an example of how to use these classes to [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/193bLUM7eJ8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/12/panel-view-or-multiple-horizontal-pager-view-in-android/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2011/12/panel-view-or-multiple-horizontal-pager-view-in-android/</feedburner:origLink></item>
		<item>
		<title>Outsourcing Mobile Development</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/GIteWCEK100/</link>
		<comments>http://www.unidevtech.com/index.php/2011/12/outsourcing-mobile-development/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:04:30 +0000</pubDate>
		<dc:creator>Rob Vigil</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[create mobile app]]></category>
		<category><![CDATA[mobile application]]></category>
		<category><![CDATA[mobile development]]></category>
		<category><![CDATA[mobile software consulting company]]></category>
		<category><![CDATA[mobile software developer]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[outsourcing mobile development]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=325</guid>
		<description>As a senior mobile software developer here at Unidev, with over 20 years of client, web-based, and mobile development under my belt, I have learned one simple truth.  Software development companies are not the same.  Outsourcing overseas, although inexpensive, comes at a price. Many times clients look for the quick, cheap way to get their [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/GIteWCEK100" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/12/outsourcing-mobile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2011/12/outsourcing-mobile-development/</feedburner:origLink></item>
		<item>
		<title>Optimizing for the iPhone “Retina Display” and Other High Resolution Devices</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/25AX40vKR_4/</link>
		<comments>http://www.unidevtech.com/index.php/2011/12/optimizing-for-the-iphone-retina-display-and-other-high-resolution-devices/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:29:16 +0000</pubDate>
		<dc:creator>Kevin Collins</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[developing applications]]></category>
		<category><![CDATA[developing applications and websites]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[iPhone 4s]]></category>
		<category><![CDATA[iphone 4s retina dislpay]]></category>
		<category><![CDATA[iphone retina display]]></category>
		<category><![CDATA[optimizing for the iphone retina display]]></category>
		<category><![CDATA[retina display]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=298</guid>
		<description>Optimizing for the iPhone “Retina Display” and Other High Resolution Devices The iPhone 4 and new iPhone 4s come featured with Apple’s “Retina Display”. This is a 3.5 inch screen with a resolution of 960&amp;#215;640 at 326 pixel per inch. Compared to its predecessor, the iPhone 3GS, this display is a very significant improvement. Once [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/25AX40vKR_4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/12/optimizing-for-the-iphone-retina-display-and-other-high-resolution-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2011/12/optimizing-for-the-iphone-retina-display-and-other-high-resolution-devices/</feedburner:origLink></item>
		<item>
		<title>Test of Spring MVC annotations</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/Q7g-moYJBJc/</link>
		<comments>http://www.unidevtech.com/index.php/2011/11/test-of-spring-mvc-annotations/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 16:10:14 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC annotation]]></category>
		<category><![CDATA[public class]]></category>
		<category><![CDATA[simple controller]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[test context]]></category>
		<category><![CDATA[testcontext]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=284</guid>
		<description>Spring 3 MVC annotation based controller make Unit Testing real easy and straight forward. Since you don’t have to implement any interface or extend super classes for controller as you used to do in Spring 2, you can call methods in controller directly for Unit Testing without Spring or any other container. With Spring MVC [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/Q7g-moYJBJc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/11/test-of-spring-mvc-annotations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2011/11/test-of-spring-mvc-annotations/</feedburner:origLink></item>
	</channel>
</rss>

