<?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>DLS Software Studios</title>
	<atom:link href="http://www.dlssoftwarestudios.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dlssoftwarestudios.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 15:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Helpful Free Visual Studio Add-ins for Developers</title>
		<link>http://www.dlssoftwarestudios.com/helpful-free-visual-studio-add-ins-for-developers/</link>
		<comments>http://www.dlssoftwarestudios.com/helpful-free-visual-studio-add-ins-for-developers/#comments</comments>
		<pubDate>Tue, 08 May 2012 20:17:04 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=1021</guid>
		<description><![CDATA[Software Development Tools One of our lead developers recently shared a list of some of the most helpful, free Visual Studio add-ins, and we thought you might find it useful. They are as follows (in no particular order) NuGet Package &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/helpful-free-visual-studio-add-ins-for-developers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Software Development Tools</h2>
<p>One of our lead developers recently shared a list of some of the most helpful, free Visual Studio add-ins, and we thought you might find it useful. They are as follows (in no particular order)</p>
<p><a title="NuGen Package Manager" href="http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c" target="_blank"><strong>NuGet Package Manager</strong></a><br />
This is a collection of tools to automate the process of downloading, installing, upgrading, configuring, and removing packages from a VS Project. The de-facto standard for third-party package management in Visual Studio, it comes standard with Visual Studio 2010 SP1.<br />
If you haven’t used it before, we recommend you spend some time here: <a href="http://www.hanselman.com/blog/IntroducingNuGetPackageManagementForNETAnotherPieceOfTheWebStack.aspx">http://www.hanselman.com/blog/IntroducingNuGetPackageManagementForNETAnotherPieceOfTheWebStack.aspx</a></p>
<p><strong><a title="Power Commands for VS 2010" href="http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99" target="_blank">Power Commands for Visual Studio 2010</a><br />
</strong>This adds a few helpful commands to Visual Studio, like Remove and Sort Usings, Collapse Projects, and Copy/Paste References.<br />
There’s also a Visual Studio 2008 version available<a title="2008 version" href="http://archive.msdn.microsoft.com/PowerCommands" target="_blank"> here. </a></p>
<p><strong><a title="Regionerate" href="http://visualstudiogallery.msdn.microsoft.com/800978AA-2AAC-4440-8BDF-6D1A76A5C23C" target="_blank">Regionerate</a><br />
</strong>Regionerate can help you keep your layout consistent with a single click. Automatically sorts your members alphabetically, and optionally groups them into separate #regions for public/protected/private methods, fields, constructors, and properties.</p>
<p><strong><a title="SlowCheetah" href=" http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5" target="_blank">SlowCheetah</a><br />
</strong>According to VisualStudioGallery.com, SlowCheetah is described as a package that “allows you to automatically transform your app.config (or any file) when you press F5 in Visual Studio. You can have different transformations based on the build configuration. This will enable you to easily have different app settings, connection strings, etc for Debug versus Release.”  It adds the ability to perform XDT xml transformations for any xml .config file, not just web.config.</p>
<p><a title="Scott Hanselman" href="http://www.hanselman.com/blog/SlowCheetahWebconfigTransformationSyntaxNowGeneralizedForAnyXMLConfigurationFile.aspx" target="_blank">Scott Hanselman</a> has a good primer on how to use the transformations.</p>
<p><strong><a title="Vs Tortoise" href="http://vstortoise.codeplex.com/" target="_blank">VsTortoise</a><br />
</strong>Free integration of TortoiseSVN with Visual Studio 2010.  Adds a “VsTortoise” right click menu to Solution Explorer that acts just like TortoiseSVN does for Windows Explorer.  TortoiseSVN should be installed first, before installing VsTortoise.  Unfortunately, VsTortoise does not automatically pick up on Rename operations in solution explorer, but it is free.  If you need a low cost solution that has full rename support, there is <a href="http://www.visualsvn.com/visualsvn/">VisualSVN</a> instead.</p>
<p><strong><a title="JScript Editor Extensions" href="http://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed?SRC=Home" target="_blank">JScript Editor Extensions</a><br />
</strong>From the authors of the “Power Commands” add-in comes a nice extension for JavaScript editing that adds full Intellisense XML comment support, automatic curly brace pairing, and code folding.</p>
<p><strong><a title="Ghost Doc" href="http://visualstudiogallery.msdn.microsoft.com/46A20578-F0D5-4B1E-B55D-F001A6345748" target="_blank">GhostDoc</a><br />
</strong>GhostDoc adds a “Document This” context command and hotkey to the code view window, automatically populating your XML Intellisense comments based upon the name of your method/property currently under the cursor.  Not always necessary, since typing a /// above the member will automatically stub the comments for you, but can still be helpful on occasion.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>At DLS Software Studios, we want to provide you with the very best IT solutions for your business. </strong><a title="Contact us" href="http://www.dlssoftwarestudios.com/contact-us/"><strong>Contact us today</strong></a><strong> to discuss how our <a title="IT consulting Chicago" href="http://www.dlssoftwarestudios.com/i-t-consulting/" target="_blank">IT consultants</a> can bring cost-effective, best in class solutions to your organization. From <a title="custom software development" href="http://www.dlssoftwarestudios.com/software-development/" target="_blank">custom software development</a> to systems analysis, we’ve got you covered. While we are located in the Chicago area, we take on projects throughout the country. Any project, anywhere, anytime – We’ve got the solution for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/helpful-free-visual-studio-add-ins-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Position &#8211; .NET Software Developer / System Analyst</title>
		<link>http://www.dlssoftwarestudios.com/net-software-developer-system-analyst/</link>
		<comments>http://www.dlssoftwarestudios.com/net-software-developer-system-analyst/#comments</comments>
		<pubDate>Tue, 08 May 2012 18:32:00 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Jobs]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=1015</guid>
		<description><![CDATA[DLS Software Studios specializes in custom software development and web design. We are currently looking for an experienced .NET developer / System Analyst to join our software development team. If you’re a dynamic .NET development professional who enjoys varied projects &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/net-software-developer-system-analyst/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>DLS Software Studios specializes in custom software development and web design. We are currently looking for an experienced .NET developer / System Analyst to join our software development team. If you’re a dynamic .NET development professional who enjoys varied projects and is open to working with a variety of technologies, then this job is an excellent fit for you. This is a full time, permanent position.</p>
<p>POSITION HIGHLIGHTS<br />
Your primary job responsibilities will include developing new applications, adding functionality to existing applications, maintaining existing solutions utilizing diverse technologies and interacting with clients, as needed, to obtain requirements and feedback. You’ll be primarily working with .NET applications, but must be willing to learn and work with other platforms and technologies as needed.</p>
<p>REQUIRED QUALIFICATIONS<br />
• Proven track record designing, developing, and implementing .NET applications<br />
• Excellent communication skills<br />
• Ability to work in a collaborative team environment<br />
• Ability to describe technical solutions to both technical and non-technical audiences<br />
• Ability to translate business needs and requirements into working technical solutions<br />
• Positive attitude, enthusiasm, and flexibility</p>
<p>EXPERIENCE, EDUCATION, AND TRAINING<br />
• Bachelor’s (BA/BS) degree from a four-year college or university (or equivalent certification/experience)<br />
• Minimum 5 years experience developing database-driven, object-oriented .NET applications<br />
• ASP.NET, C#, SQL Server 2008<br />
• Bonus experience — WinForms, Sharepoint, TFS, SVN, SSIS, application architecture, any other languages (PHP, Classic ASP, Java, etc.)</p>
<p>WE OFFER<br />
• Competitive base salary<br />
• Comprehensive benefits package — medical, dental, vision<br />
• Company matching retirement program<br />
• Career growth potential<br />
• Office is steps away from CTA Pink/Purple/Brown/Orange lines and a couple blocks from Union Station for an easy commute</p>
<p>To learn more about our team or to submit your resume, please contact Cheryl at <a href="mailto:careers@dlsstudios.com">careers@dlsstudios.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/net-software-developer-system-analyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Database Users At Risk</title>
		<link>http://www.dlssoftwarestudios.com/oracle-database-users-at-risk/</link>
		<comments>http://www.dlssoftwarestudios.com/oracle-database-users-at-risk/#comments</comments>
		<pubDate>Tue, 01 May 2012 14:52:07 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=1000</guid>
		<description><![CDATA[Did you know that Oracle has a bug that allows hackers to perform attacks that monitor all data passed between server and connected end users and they aren’t patching it? That’s right, almost all versions of the Oracle Database Server &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/oracle-database-users-at-risk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Did you know that Oracle has a bug that allows hackers to perform attacks that monitor all data passed between server and connected end users and they aren’t patching it? That’s right, almost all versions of the Oracle Database Server released in the past 13 years contain this bug, leaving your confidential information vulnerable and Oracle has no plans of yet to patch current versions.</p>
<p>It turns out that Oracle has known about the bug since 2008 but it has come to the spotlight again now that a security researcher, Joxean Koret, has published a detailed advisory on the bug. He’s dubbed it the “Oracle TNS Poison” because it resides in the Transparent Network Substrate Listener that routes connections between the database server and clients.</p>
<p>At the moment, Oracle is declining to patch the bug due to concerns of regressions in the code base but per employee communications, future releases will have the fix.</p>
<p>You can read Koret’s post on the vulnerability <a href="http://seclists.org/fulldisclosure/2012/Apr/343">here</a>.  I expect that based on the fact that his post has inadvertently disclosed detailed instructions for how to exploit the vulnerability that Oracle is likely investigating options to patch current versions but no word from them so far on the matter.  For more details on this issue check out this article over at <a title="arstechnica article" href="http://arstechnica.com/business/news/2012/04/release-of-exploit-code-puts-oracle-database-users-at-risk-of-attack.ars" target="_blank">arstechnica.</a></p>
<p>&nbsp;</p>
<p><strong>At DLS Software Studios, we want to provide you with the very best IT solutions for your business.</strong><a title="Contact us" href="http://www.dlssoftwarestudios.com/contact-us/"><strong>Contact us today</strong></a><strong> to discuss how our <a title="IT consulting Chicago" href="http://www.dlssoftwarestudios.com/i-t-consulting/" target="_blank">IT consultants</a> can bring cost-effective, best in class solutions to your organization. From <a title="custom software development" href="http://www.dlssoftwarestudios.com/software-development/" target="_blank">custom software development</a> to systems analysis, we’ve got you covered. While we are located in the Chicago area, we take on projects throughout the country. Any project, anywhere, anytime – We’ve got the solution for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/oracle-database-users-at-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools to Disable Web Tracking</title>
		<link>http://www.dlssoftwarestudios.com/tools-to-disable-web-tracking/</link>
		<comments>http://www.dlssoftwarestudios.com/tools-to-disable-web-tracking/#comments</comments>
		<pubDate>Tue, 01 May 2012 13:00:04 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=989</guid>
		<description><![CDATA[I read an article regarding web tracking from ReadWriteWeb recently that introduced me to some new tools that I think some of you may find interesting. Web tracking is something many people don&#8217;t think about or notice unless they catch a &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/tools-to-disable-web-tracking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I read an article regarding web tracking from <a title="ReadWriteWeb" href="http://www.readwriteweb.com" target="_blank">ReadWriteWeb</a> recently that introduced me to some new tools that I think some of you may find interesting.</p>
<p>Web tracking is something many people don&#8217;t think about or notice unless they catch a glimpse of it in action - For example, you may have searched a specific term to discover that term then pops up on advertisements on future pages you visit. This is a great example of cross-site tracking technology.  Many companies record and track your web browsing history, store it in a database and use it to help determine behavior. Sites like Google and Facebook can get upwards of 5% of users’ browsing history! Some people care, some people don&#8217;t.  For those of you that do, this article sheds light on some interesting tools you may find useful!</p>
<p>Check out the <strong><a href="http://www.mozilla.org/en-US/collusion/">Mozilla collusion extension</a>  </strong>which is a plug-in offered by Mozilla that acts as a tool that show users the websites that secretly track them.</p>
<p>Then there is <strong><a href="https://disconnect.me/tools">Disconnect,</a></strong> which can block the ability to track your browsing by inspecting outgoing requests from the browser.</p>
<p>For more on how these tools work, check out the original article from ReadWriteWeb found<a title="redwriteweb" href="http://www.readwriteweb.com/archives/how_to_disconnect_from_web_tracking.php" target="_blank"> here.</a></p>
<p>Enjoy!</p>
<p>-Zoe</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>At DLS Software Studios, we want to provide you with the very best IT solutions for your business. </strong><a title="Contact us" href="http://www.dlssoftwarestudios.com/contact-us/"><strong>Contact us today</strong></a><strong> to discuss how our <a title="IT consulting Chicago" href="http://www.dlssoftwarestudios.com/i-t-consulting/" target="_blank">IT consultants</a> can bring cost-effective, best in class solutions to your organization. From <a title="custom software development" href="http://www.dlssoftwarestudios.com/software-development/" target="_blank">custom software development</a> to systems analysis, we’ve got you covered. While we are located in the Chicago area, we take on projects throughout the country. Any project, anywhere, anytime – We’ve got the solution for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/tools-to-disable-web-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Windows 8 Covered? Take the Quiz!</title>
		<link>http://www.dlssoftwarestudios.com/windows-8-expert/</link>
		<comments>http://www.dlssoftwarestudios.com/windows-8-expert/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 19:40:51 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=980</guid>
		<description><![CDATA[Test your Windows 8 Knowledge! Think you&#8217;re pretty familiar with the much discussed Windows 8? With all it&#8217;s new buzzwords, there&#8217;s a lot to cover! Check out this brief quiz from NetworkWorld to test your knowledge about the new operating &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/windows-8-expert/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Test your Windows 8 Knowledge!</h2>
<p>Think you&#8217;re pretty familiar with the much discussed Windows 8? With all it&#8217;s new buzzwords, there&#8217;s a lot to cover!<br />
Check out this brief quiz from NetworkWorld to test your knowledge about the new operating system. Keep track of your answers and at the end check how well you did!</p>
<p><a href="http://www.networkworld.com/slideshows/2012/022212-windows8-quiz.html">http://www.networkworld.com/slideshows/2012/022212-windows8-quiz.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/windows-8-expert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Developer Event Takeaways</title>
		<link>http://www.dlssoftwarestudios.com/windows-8-developer-event-takeaways/</link>
		<comments>http://www.dlssoftwarestudios.com/windows-8-developer-event-takeaways/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 17:37:34 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=938</guid>
		<description><![CDATA[Software Development &#38; Windows 8 In case you weren’t able to attend the Windows 8 Developer Event in Chicago this week, here are some of the key topics you missed. Content was a primary focus. The main phrase used was &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/windows-8-developer-event-takeaways/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Software Development &amp; Windows 8</h2>
<p>In case you weren’t able to attend the <strong>Windows 8 Developer Event</strong> in Chicago this week, here are some of the key topics you missed.</p>
<p><strong>Content</strong> was a primary focus. The main phrase used was <strong>“Content over Chrome.”</strong> Chrome is the user interface we’ve been using in Windows from Vista onwards. All applications run full-screen with no frames or scroll bars. Instead, the UI is made up of tiles that either launch applications or contain information from them, such as weather, time and date, latest restaurants, news feeds, and so on. So the phrase “Content over Chrome” means prioritize the content of an application over the UI of the application. Here is an example of the <strong><a href=" http://media.tecca.com/2012/03/01/ir-630-windows-8-metro-ui-600w.jpg" target="_blank">new UI.</a></strong></p>
<p><strong>Toast notifications</strong> and <strong>Contracts</strong> were also discussed as great features for developers. Toast notifications allow applications (when configured), to send pop-up alerts and notifications in a consistent manner. Contracts (sometimes also called &#8220;Charms”) are the built-in features of the OS: search, share (Twitter, Facebook, Flickr, and so on), settings, login. Developers can leverage these built-in capabilities to provide all of that with virtually no code. No one will need to code a login for Facebook or Twitter; it’s provided in the OS for you.</p>
<p>As for <strong>design</strong>, &#8220;less is more&#8221;. The idea for developers now is to develop the least amount in an application that you can. To be successful, go through the following 5 step process:</p>
<ol>
<li>Determine what your application does best.</li>
<li>Determine what things it should be able to do in order to continue to do its best.</li>
<li>Remove the things that are tangentially associated with what makes the application its best</li>
<li>Design the layout: hierarchical or flat</li>
<li>Develop the application</li>
</ol>
<p>It was explained that for too long we have taught users how to use the <em>application/os</em>, and not how to use the<strong> content.</strong> We have relied on menus and sub-menus, commands and short-cut keys and so on for far too long. Now we’re going back to the basics: swiping, semantic zooming, and shrinking of objects instead, with contextual commands in the application bar.</p>
<p>We will have a few other notes to share! Stay tuned!</p>
<p><strong>At DLS Software Studios, we want to provide you with the very best <a title="IT Solutions" href="http://www.dlssoftwarestudios.com/services/" target="_blank">IT solutions </a>for your business. </strong><a title="Contact us" href="http://www.dlssoftwarestudios.com/contact-us/"><strong>Contact us today</strong></a><strong> to discuss how our <a title="IT consulting Chicago" href="http://www.dlssoftwarestudios.com/i-t-consulting/" target="_blank">IT consultants</a> can bring cost-effective, best in class solutions to your organization. From <a title="custom software development" href="http://www.dlssoftwarestudios.com/software-development/" target="_blank">custom software development</a> to systems analysis, we’ve got you covered. While we are located in the Chicago area, we take on projects throughout the country. Any project, anywhere, anytime – We’ve got the solution for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/windows-8-developer-event-takeaways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Developer Event Update</title>
		<link>http://www.dlssoftwarestudios.com/windows-8-developer-event-update/</link>
		<comments>http://www.dlssoftwarestudios.com/windows-8-developer-event-update/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 15:48:23 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=928</guid>
		<description><![CDATA[We&#8217;re at the Windows 8 Developer Event! So far we&#8217;ve seen some amazing previews of Windows 8 and developing in Windows 8. There&#8217;s some exciting stuff going on and we&#8217;re getting some great ideas for future development! Some takeaways so &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/windows-8-developer-event-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>We&#8217;re at the Windows 8 Developer Event!</h2>
<p>So far we&#8217;ve seen some amazing previews of Windows 8 and developing in Windows 8. There&#8217;s some exciting stuff going on and we&#8217;re getting some great ideas for future development!</p>
<p><a href="http://www.dlssoftwarestudios.com/wp-content/uploads/2012/04/540214_3457955341421_1647027261_2688353_1853878735_n.jpg"><img class="alignnone size-medium wp-image-929" title="540214_3457955341421_1647027261_2688353_1853878735_n" src="http://www.dlssoftwarestudios.com/wp-content/uploads/2012/04/540214_3457955341421_1647027261_2688353_1853878735_n-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Some takeaways so far:</p>
<ul>
<li>Content over commands</li>
<li>Don’t teach the user how to use the app, but rather the content</li>
<li>Simplicity</li>
<li>Win as one</li>
</ul>
<p>Stay tuned for more updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/windows-8-developer-event-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Braintree Plugin for Magento</title>
		<link>http://www.dlssoftwarestudios.com/braintree-plugin-for-magento/</link>
		<comments>http://www.dlssoftwarestudios.com/braintree-plugin-for-magento/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:44:39 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=887</guid>
		<description><![CDATA[Interested in the latest regarding credit card payments and Magento? Did you know that Braintree has launched a new plugin for Magento e-commerce solutions? From their latest press release, “Braintree has created a simple plugin that allows Magento Enterprise and &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/braintree-plugin-for-magento/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Interested in the latest regarding credit card payments and Magento? Did you know that Braintree has launched a new plugin for Magento e-commerce solutions?</p>
<p>From their latest press release, “Braintree has created a simple plugin that allows Magento Enterprise and Magento Community users to quickly and easily process credit card payments through the flexible and scalable Braintree payment gateway.</p>
<p>Magento users will be able to store customers’ sensitive credit card information in the Braintree Vault. Unlike other out-of-the-box payment gateways that integrate with Magento, Braintree offers credit card vault storage, a feature which enables merchants to reduce their PCI compliance burden by over 90 percent and helps merchants drive higher recurring sales.</p>
<p>Braintree integrations are available for many other online shopping carts, including Shopify, LemonStand, Ubercart and OpenCart, as well as with the Magento Go eCommerce platform.</p>
<p>“This offering will give thousands of ecommerce businesses new and better options when it comes to payment processing,” said Bill Ready, CEO of Braintree. “By keeping all credit card data secure in our Vault, we make PCI compliance much simpler and easier for merchants to achieve. The Braintree Vault also allows merchants to implement a card-on-file feature which helps merchants increase their conversion rate at checkout.”</p>
<p>Check out more at <a title="Braintree press release" href="https://www.braintreepayments.com/company/press/magento" target="_blank">Braintree’s site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/braintree-plugin-for-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why SQL Server 2012?</title>
		<link>http://www.dlssoftwarestudios.com/why-sql-server-2012/</link>
		<comments>http://www.dlssoftwarestudios.com/why-sql-server-2012/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 13:38:25 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=904</guid>
		<description><![CDATA[Looking for High-Performance Business Insights, Productivity, and reduced costs? Check out SQL Server 2012! If you&#8217;re looking to modernize your application platform, gain insight into your business more easily and get advanced business insights functionality at a reduced cost, you should &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/why-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Looking for High-Performance Business Insights, Productivity, and reduced costs? Check out SQL Server 2012!</h2>
<div>If you&#8217;re looking to modernize your application platform, gain insight into your business more easily and get advanced business insights functionality at a reduced cost, you should check out the new SQL Server 2012.</div>
<p>Microsoft touts that SQL Server 2012 was developed with the goal in mind to reduce the cost of advanced business insights, accelerate business growth, and take advantage of transformational technology.</p>
<p>It should help you do the following:</p>
<ul>
<li>Consolidate data sources</li>
<li>Keep everyone on the same page</li>
<li>Make data more accessible</li>
<li>Avoid high capital, training, and management costs</li>
<li>Make sure any new IT solution pays for itself</li>
</ul>
<h2>Are you looking for IT Services / Consultants in Chicago and beyond?</h2>
<p><strong>At DLS Software Studios, we want to provide you with the very best IT solutions for your business.</strong><a title="Contact us" href="http://www.dlssoftwarestudios.com/contact-us/"><strong>Contact us today</strong></a><strong> to discuss how our <a title="IT consulting Chicago" href="http://www.dlssoftwarestudios.com/i-t-consulting/" target="_blank">IT consultants</a> can bring cost-effective, best in class solutions to your organization. From <a title="custom software development" href="http://www.dlssoftwarestudios.com/software-development/" target="_blank">custom software development</a> to systems analysis, we&#8217;ve got you covered. While we are located in the Chicago area, we take on projects throughout the country. Any project, anywhere, anytime – We’ve got the solution for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/why-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento e-commerce platform updates</title>
		<link>http://www.dlssoftwarestudios.com/magento-e-commerce-platform-updates/</link>
		<comments>http://www.dlssoftwarestudios.com/magento-e-commerce-platform-updates/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 13:23:25 +0000</pubDate>
		<dc:creator>Zoe</dc:creator>
				<category><![CDATA[Industry News]]></category>

		<guid isPermaLink="false">http://www.dlssoftwarestudios.com/?p=863</guid>
		<description><![CDATA[Magento, a popular open source e-commerce platform, announced several important technology updates today that give merchants and developers more tools to deliver a more customized and seamless shopping experience. According to the news release, &#8220;New capabilities, which include the integration &#8230;<br /><br /><a class="button" href="http://www.dlssoftwarestudios.com/magento-e-commerce-platform-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dlssoftwarestudios.com/wp-content/uploads/2012/04/magento-logo.png"><img class="alignleft size-thumbnail wp-image-867" title="magento-logo" src="http://www.dlssoftwarestudios.com/wp-content/uploads/2012/04/magento-logo-150x150.png" alt="" width="150" height="150" /></a></p>
<p>Magento, a popular open source e-commerce platform, announced several important technology updates today that give merchants and developers more tools to deliver a more customized and seamless shopping experience.</p>
<p>According to the news release, &#8220;New capabilities, which include the integration of HTML5 for Magento Mobile and PayPal Payments, are implemented on the latest versions of both Magento Community (version 1.7) and Magento Enterprise (version 1.12) software.&#8221; Additional Magento platform updates include:</p>
<ul>
<li><strong>Advanced Visitor </strong><strong>Segmentation</strong></li>
<li><strong>Expanded Rule Based Relations </strong></li>
<li><strong>Auto Generation of Coupon Codes</strong> .</li>
<li><strong>Multiple Wishlists </strong></li>
<li><strong>Improved</strong><strong>Content Management System (CMS)</strong></li>
<li><strong>Backup &amp; Rollback </strong></li>
</ul>
<div>For more details, check out the press release found <a href="http://www.financialpost.com/markets/news/Magento+Rolls+Capabilities+Merchants+Developers/6510263/story.html">here. </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dlssoftwarestudios.com/magento-e-commerce-platform-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

