<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
  <title>DMXzone.COM: Premium Articles</title>
  <link>http://www.dmxzone.com/cats/2/</link>
  <category>Premium Articles</category>
  <description>Premium Articles</description>
  <language>en-us</language>
  <copyright>Copyright (c) 2013 DMXzone.COM</copyright>
  <webMaster>info@dmxzone.com</webMaster>
  <lastBuildDate>Thu, 16 May 2013 11:21:22 GMT</lastBuildDate>
  <ttl>180</ttl>
  <item>
    <title>Real Time Chat With NodeJS, Socket.io and ExpressJS</title>
    <link>http://www.dmxzone.com/go/21718</link>
    <category>Articles</category>
    <pubDate>Thu, 16 May 2013 11:21:22 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21718"><img src="http://www.dmxzone.com/downloads/IdImages/100/javascript.png" alt="Real Time Chat With NodeJS, Socket.io and ExpressJS" title="Real Time Chat With NodeJS, Socket.io and ExpressJS" border="0" align="left" /></a><p>NodeJS gives Krasimir Tsonev ability to write back-end code in one of his favorite languages: JavaScript. It's the perfect technology for building real time applications. In this tutorial, he'll show you how to build a web chat application, using ExpressJS and Socket.io.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21718</guid>
  </item>
  <item>
    <title>How to Write Testable and Maintainable Code in PHP</title>
    <link>http://www.dmxzone.com/go/21717</link>
    <category>Articles</category>
    <pubDate>Thu, 16 May 2013 11:16:07 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21717"><img src="http://www.dmxzone.com/downloads/IdImages/100/php_200.png" alt="How to Write Testable and Maintainable Code in PHP" title="How to Write Testable and Maintainable Code in PHP" border="0" align="left" /></a><p>Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create functionality. Technical debt is created when maintainability isn't a purposeful focus of the developer. Future changes and debugging become costly, due to a lack of unit testing and structure. Here's how to begin structuring your code to achieve testability and maintainability &ndash; and save you time.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21717</guid>
  </item>
  <item>
    <title>HTTP: The Protocol Every Web Developer Must Know Part 2</title>
    <link>http://www.dmxzone.com/go/21711</link>
    <category>Articles</category>
    <pubDate>Wed, 15 May 2013 10:13:04 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21711"><img src="http://www.dmxzone.com/downloads/IdImages/100/HTTP_logo.png" alt="HTTP: The Protocol Every Web Developer Must Know Part 2" title="HTTP: The Protocol Every Web Developer Must Know Part 2" border="0" align="left" /></a><p>In his previous article, Pavan Podila covered some of HTTP&rsquo;s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we&rsquo;ll cover the most important bits.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21711</guid>
  </item>
  <item>
    <title>Getting Into Ember: Part 4</title>
    <link>http://www.dmxzone.com/go/21710</link>
    <category>Articles</category>
    <pubDate>Wed, 15 May 2013 09:56:14 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21710"><img src="http://www.dmxzone.com/downloads/IdImages/100/javascript.png" alt="Getting Into Ember: Part 4" title="Getting Into Ember: Part 4" border="0" align="left" /></a><p>In his previous tutorial, Rey Bango touched on how to use Ember.Object to define your models and work with datasets. In this section, we&rsquo;ll look more closely at how Ember uses the Handlebars templating framework to define your app's user interface. Most server-side developers are used to using templates to define markup that will be dynamically filled on the fly. If you've ever used ASP.NET, ColdFusion, PHP or Rails then it's pretty much assured you know what he's talking about.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21710</guid>
  </item>
  <item>
    <title>A Guide to CSS3 Pseudo-classes</title>
    <link>http://www.dmxzone.com/go/21698</link>
    <category>Articles</category>
    <pubDate>Mon, 29 Apr 2013 14:14:15 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21698"><img src="http://www.dmxzone.com/downloads/IdImages/100/photoshop_1_200.png" alt="A Guide to CSS3 Pseudo-classes" title="A Guide to CSS3 Pseudo-classes" border="0" align="left" /></a><p style="text-align: left;">The pseudo-classes are used to target elements without having to add extra classes, attributes or ID; that is why it is called in that way, pseudo-class. Throughout our previous posts, we have covered a few new CSS3 pseudo-classes, including :not, :before and :after, :first-of-type and we also use pseudo-classes in some of our tutorials. And in this post we are going to walk through the other new CSS3 pseudo-classes that have not been covered yet. Let&rsquo;s take a look.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21698</guid>
  </item>
  <item>
    <title>Meet the Connect Framework</title>
    <link>http://www.dmxzone.com/go/21690</link>
    <category>Articles</category>
    <pubDate>Wed, 24 Apr 2013 10:49:38 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21690"><img src="http://www.dmxzone.com/downloads/IdImages/100/photoshop_1_200.png" alt="Meet the Connect Framework" title="Meet the Connect Framework" border="0" align="left" /></a><p>Newcomers to NodeJS typically find its API difficult to grasp. Luckily, many developers have created frameworks that make it easier to work with Node. Connect is one such framework. It sits on top of Node&rsquo;s API and draws the line between comfort and control. Think of Connect as a stack of middleware. With every request, Connect filters through the layers of middleware, each having the opportunity to process the HTTP request. When T.J. Holowaychuk announced Connect, he said there were two types of middleware. The first is a filter.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21690</guid>
  </item>
  <item>
    <title>Repurposing Photoshop For The Web</title>
    <link>http://www.dmxzone.com/go/21689</link>
    <category>Articles</category>
    <pubDate>Wed, 24 Apr 2013 10:19:31 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21689"><img src="http://www.dmxzone.com/downloads/IdImages/100/photoshop_cs6_logo.png" alt="Repurposing Photoshop For The Web" title="Repurposing Photoshop For The Web" border="0" align="left" /></a><p>Like any overzealous teenager aspiring to be a Web designer back in 1999, Dan Rose found himself in an &ldquo;Electronic Design&rdquo; class, behind the wheel of one of those old-school aqua iMacs. If you found yourself in a similar situation, chances are you were given Adobe Photoshop as your vehicle for designing the Web. For him, it was version 6.0. No matter which version you had, undoubtedly you know someone who can 
&ldquo;trump&rdquo; you by having adopted an earlier version. Designers take much 
pride in this, in case you hadn&rsquo;t noticed.</p>]]></description>
    <guid>http://www.dmxzone.com/go/21689</guid>
  </item>
  <item>
    <title>Reflection in PHP</title>
    <link>http://www.dmxzone.com/go/21682</link>
    <category>Articles</category>
    <pubDate>Mon, 22 Apr 2013 09:57:03 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21682"><img src="http://www.dmxzone.com/downloads/IdImages/100/php_200.png" alt="Reflection in PHP" title="Reflection in PHP" border="0" align="left" /></a><p>Reflection is generally defined as a program&rsquo;s ability to inspect itself and modify its logic at execution time. In less technical terms, reflection is asking an object to tell you about its properties and methods, and altering those members (even private ones). In this lesson, we&rsquo;ll dig into how this is accomplished, and when it might prove useful.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21682</guid>
  </item>
  <item>
    <title>Getting Into Ember.js: Part 3</title>
    <link>http://www.dmxzone.com/go/21681</link>
    <category>Articles</category>
    <pubDate>Mon, 22 Apr 2013 09:43:15 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21681"><img src="http://www.dmxzone.com/downloads/IdImages/100/javascript.png" alt="Getting Into Ember.js: Part 3" title="Getting Into Ember.js: Part 3" border="0" align="left" /></a><p>Rey Bango hopes that you&rsquo;re starting to see that Ember.js is a powerful, yet opinionated, framework. We&rsquo;ve only scratched its surface; there&rsquo;s more to learn before we can build something truly useful! We&rsquo;ll continue using the Ember Starter Kit. In this portion of the series, we&rsquo;ll review accessing and managing data within Ember.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21681</guid>
  </item>
  <item>
    <title>HTTP: The Protocol Every Web Developer Must Know Part 1</title>
    <link>http://www.dmxzone.com/go/21667</link>
    <category>Articles</category>
    <pubDate>Tue, 16 Apr 2013 11:23:30 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21667"><img src="http://www.dmxzone.com/downloads/IdImages/100/HTTP_logo.png" alt="HTTP: The Protocol Every Web Developer Must Know Part 1" title="HTTP: The Protocol Every Web Developer Must Know Part 1" border="0" align="left" /></a><p>HTTP stands for Hypertext Transfer Protocol. It&rsquo;s a stateless, 
application-layer protocol for communicating between distributed 
systems, and is the foundation of the modern web. As a web developer, we
 all must have a strong understanding of this protocol. Let&rsquo;s
 review this powerful protocol through the lens of a web developer. <br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21667</guid>
  </item>
  <item>
    <title>Aspect-Oriented Programming in PHP with Go!</title>
    <link>http://www.dmxzone.com/go/21666</link>
    <category>Articles</category>
    <pubDate>Tue, 16 Apr 2013 11:08:25 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21666"><img src="http://www.dmxzone.com/downloads/IdImages/100/php_200.png" alt="Aspect-Oriented Programming in PHP with Go!" title="Aspect-Oriented Programming in PHP with Go!" border="0" align="left" /></a><p>The concept of Aspect-Oriented Programming (AOP) is fairly new to PHP. 
There&rsquo;s currently no official AOP support in PHP, but there are some 
extensions and libraries which implement this feature. In this lesson, Patkos Csaba will use the <a href="https://github.com/lisachenko/go-aop-php">Go! PHP library</a> to teach you AOP in PHP, and review when it can be helpful.</p>]]></description>
    <guid>http://www.dmxzone.com/go/21666</guid>
  </item>
  <item>
    <title>Benefit From CSS Generated Content And Counters</title>
    <link>http://www.dmxzone.com/go/21664</link>
    <category>Articles</category>
    <pubDate>Mon, 15 Apr 2013 10:34:00 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21664"><img src="http://www.dmxzone.com/downloads/IdImages/100/CSSfinal_200.png" alt="Benefit From CSS Generated Content And Counters" title="Benefit From CSS Generated Content And Counters" border="0" align="left" /></a><p>Generated content was first introduced in the CSS2 specification. For several years, the feature was used by relatively few Web authors due to inconsistent browser support. With the release of Internet Explorer 8 in 2009, generated content was rediscovered, and many interesting implementations were adopted for the first time. In this article, Gabriele Romanato will discuss some possible uses of generated content.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21664</guid>
  </item>
  <item>
    <title>Improve Mobile Support With Server-Side-Enhanced Responsive Design</title>
    <link>http://www.dmxzone.com/go/21658</link>
    <category>Articles</category>
    <pubDate>Thu, 11 Apr 2013 10:11:58 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21658"><img src="http://www.dmxzone.com/downloads/IdImages/100/responsive_design_icon.png" alt="Improve Mobile Support With Server-Side-Enhanced Responsive Design" title="Improve Mobile Support With Server-Side-Enhanced Responsive Design" border="0" align="left" /></a><p>n many ways, responsive Web design deserves a big share of the honor for making the Web more usable on non-desktop devices. This trend of letting the browser determine more about how a Web page should be displayed makes sense, especially now that mobile browsers are slightly more trustworthy than in the old days of mobile.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21658</guid>
  </item>
  <item>
    <title>A Simple JavaScript Plugin for Responsive Navigation</title>
    <link>http://www.dmxzone.com/go/21648</link>
    <category>Articles</category>
    <pubDate>Tue, 09 Apr 2013 12:23:13 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21648"><img src="http://www.dmxzone.com/downloads/IdImages/100/javascript.png" alt="A Simple JavaScript Plugin for Responsive Navigation" title="A Simple JavaScript Plugin for Responsive Navigation" border="0" align="left" /></a><p>There are several ways to make navigation responsive, and usually the solution we need is quite straightforward. But despite the apparent simplicity, there are many underlying factors which, when thought through and implemented properly, can make a simple solution even better without adding more complexity to the user interface.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21648</guid>
  </item>
  <item>
    <title>Getting into Ember.js: The Next Steps</title>
    <link>http://www.dmxzone.com/go/21643</link>
    <category>Articles</category>
    <pubDate>Mon, 08 Apr 2013 10:55:34 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21643"><img src="http://www.dmxzone.com/downloads/IdImages/100/javascript.png" alt="Getting into Ember.js: The Next Steps" title="Getting into Ember.js: The Next Steps" border="0" align="left" /></a><p>In his <span style="font-weight: bold;"><a title="Getting into Ember.js" href="http://www.dmxzone.com/go/21569/getting-into-ember-js/" target="_blank">introductory article</a></span>, Rey Bango went over the basics of the Ember.js framework, and the foundational concepts for building an Ember application. In this follow-up article, we&rsquo;ll dive deeper into specific areas of the framework to understand how many of the features work together to abstract the complexities of single-page application development.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21643</guid>
  </item>
  <item>
    <title>Present Adobe Fireworks Design Prototypes</title>
    <link>http://www.dmxzone.com/go/21642</link>
    <category>Articles</category>
    <pubDate>Mon, 08 Apr 2013 10:33:49 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21642"><img src="http://www.dmxzone.com/downloads/IdImages/100/fireworks_cs6.png" alt="Present Adobe Fireworks Design Prototypes" title="Present Adobe Fireworks Design Prototypes" border="0" align="left" /></a><p>With its structured approach to organizing assets, Adobe Fireworks can be a pleasure for designing and prototyping. But demonstrating your designs on a wide range of devices can be time-consuming and could even require some degree of coding. The <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=2560022"   target="_blank">Create Demo</a> extension addresses some of these issues. It automatically converts your Fireworks documents into portable presentations, which can then be easily presented in any browser &mdash; desktop or mobile.</p>]]></description>
    <guid>http://www.dmxzone.com/go/21642</guid>
  </item>
  <item>
    <title>How To Create A Tab Widget In WordPress</title>
    <link>http://www.dmxzone.com/go/21637</link>
    <category>Articles</category>
    <pubDate>Thu, 04 Apr 2013 12:16:05 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21637"><img src="http://www.dmxzone.com/downloads/IdImages/100/wordpress_logo.png" alt="How To Create A Tab Widget In WordPress" title="How To Create A Tab Widget In WordPress" border="0" align="left" /></a><p>In this tutorial, you&rsquo;ll learn how to create the Tabber widget, which is very useful for when multiple widgets need to fit in a sidebar. It saves space and streamlines the appearance and functionality of your WordPress-powered website. In the past, there were different methods of doing this, most of which were theme-dependent. As you&rsquo;ll see in this tutorial, creating a tabbed widget that works on its own and with any theme is easily accomplished. <br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21637</guid>
  </item>
  <item>
    <title>Sliding PayPal Shopping Cart Manual</title>
    <link>http://www.dmxzone.com/go/21627</link>
    <category>Articles</category>
    <pubDate>Wed, 03 Apr 2013 11:19:23 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21627"><img src="http://www.dmxzone.com/downloads/IdImages/100/dmxzone_sliding_cart_200.png" alt="Sliding PayPal Shopping Cart Manual" title="Sliding PayPal Shopping Cart Manual" border="0" align="left" /></a><p>In this article we covered all the important topics regarding the <span style="font-weight: bold;"><a title="Sliding PayPal Shopping Cart" href="http://www.dmxzone.com/go/21622/sliding-paypal-shopping-cart/" target="_blank">Sliding PayPal Shopping Cart</a></span> Dreamweaver extensions. Here, you will find everything from basic usage and how to implement it on your website, to combining it with other DMXzone extensions and working with behaviors. For your convenience, the tutorials are also available in video format. <br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21627</guid>
  </item>
  <item>
    <title>Building Windows Store Applications With jQuery 2.0</title>
    <link>http://www.dmxzone.com/go/21633</link>
    <category>Articles</category>
    <pubDate>Wed, 03 Apr 2013 10:57:07 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21633"><img src="http://www.dmxzone.com/downloads/IdImages/100/windows-8-logo.png" alt="Building Windows Store Applications With jQuery 2.0" title="Building Windows Store Applications With jQuery 2.0" border="0" align="left" /></a><p>With the release of Windows 8, Microsoft introduced Windows Store applications, which can be authored using traditional web languages that leverage the underlying engines powering Internet Explorer 10. This means that jQuery 2.0, engineered to work best in modern browsers, is right at home in a Windows Store application!<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21633</guid>
  </item>
  <item>
    <title>How To Make Your Websites Faster On Mobile Devices</title>
    <link>http://www.dmxzone.com/go/21632</link>
    <category>Articles</category>
    <pubDate>Wed, 03 Apr 2013 10:44:50 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21632"><img src="http://www.dmxzone.com/downloads/IdImages/100/mobile.png" alt="How To Make Your Websites Faster On Mobile Devices" title="How To Make Your Websites Faster On Mobile Devices" border="0" align="left" /></a><p>A recent study (PDF) found that more than 80% of people are disappointed with the experience of browsing Web on mobile devices and would use their smartphones more if the browsing experience improved. This isn&rsquo;t surprising when 64% of smartphone users expect websites to load in 4 seconds or less, while the average website takes more than twice that amount, at 9 seconds. This article explains techniques you can use to make your websites faster on mobile devices.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21632</guid>
  </item>
  <item>
    <title>Mastering Real-World Constraints (A Case Study)</title>
    <link>http://www.dmxzone.com/go/21617</link>
    <category>Articles</category>
    <pubDate>Mon, 01 Apr 2013 10:27:00 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21617"><img src="http://www.dmxzone.com/downloads/IdImages/100/photoshop_1_200.png" alt="Mastering Real-World Constraints (A Case Study)" title="Mastering Real-World Constraints (A Case Study)" border="0" align="left" /></a><p>As UI designers, we&rsquo;re always interested in learning, reading user research, understanding best practices and keeping up to date on all the latest approaches and tactics for building websites and applications. One of the most exciting concepts we&rsquo;ve started to apply to our thinking is the mobile-first approach, famously pioneered by designer Luke Wroblewski on his blog and then in his subsequent book. Generally, this approach provides a healthy way to gain focus, cut the fat and get to the heart of what&rsquo;s important &mdash; for both content and interaction.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21617</guid>
  </item>
  <item>
    <title>Goodbye, Zen Coding. Hello, Emmet!</title>
    <link>http://www.dmxzone.com/go/21613</link>
    <category>Articles</category>
    <pubDate>Thu, 28 Mar 2013 10:58:14 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21613"><img src="http://www.dmxzone.com/downloads/IdImages/100/emmet.png" alt="Goodbye, Zen Coding. Hello, Emmet!" title="Goodbye, Zen Coding. Hello, Emmet!" border="0" align="left" /></a><p>Back in 2009, Sergey Chikuyonok wrote an article to present a new way of writing HTML and CSS code. This revolutionary plugin, called Zen Coding, has helped many developers through the years and has now reached a new level. Emmet, previously known as Zen Coding, is the most productive and time-saving text-editor plugin you will ever see. By instantly expanding simple abbreviations into complex code snippets, Emmet can turn you into a more productive developer.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21613</guid>
  </item>
  <item>
    <title>What&#8217;s This Meteor Thing?</title>
    <link>http://www.dmxzone.com/go/21606</link>
    <category>Articles</category>
    <pubDate>Wed, 27 Mar 2013 11:47:11 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21606"><img src="http://www.dmxzone.com/downloads/IdImages/100/Ajax_100_1.png" alt="What&#8217;s This Meteor Thing?" title="What&#8217;s This Meteor Thing?" border="0" align="left" /></a><p>Lately, there has been a considerable amount of buzz around a new web platform, called Meteor.&nbsp; Meteor is a JavaScript framework, built around many small packages &ndash; some of which you may already be using, like MongoDB or jQuery. But don&rsquo;t think of Meteor as a package manager, because it is far more powerful than that! Meteor customized these packages into what they refer to as &ldquo;smart packages&rdquo; that communicate seamlessly with one another. In this article, Gabriel Manricks will explain what it is, and why you should consider it for your future applications!</p>]]></description>
    <guid>http://www.dmxzone.com/go/21606</guid>
  </item>
  <item>
    <title>Prototyping with Meteor</title>
    <link>http://www.dmxzone.com/go/21605</link>
    <category>Articles</category>
    <pubDate>Wed, 27 Mar 2013 11:40:18 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21605"><img src="http://www.dmxzone.com/downloads/IdImages/100/Ajax_100_1.png" alt="Prototyping with Meteor" title="Prototyping with Meteor" border="0" align="left" /></a><p>Meteor is far more than a quick prototyping tool, but it sure is great for prototyping. In this tutorial, Tom Coleman will walk us through the process of turning a simple HTML wireframe into a functional application in a surprisingly simple number of steps. We&rsquo;ll be creating a simple wireframe of a chatroom application. The process he's trying to demonstrate is starting with a pure HTML/CSS wireframe, done in Meteor for convenience, which can then very easily be transformed into a real application, thanks to the ease of Meteor development.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21605</guid>
  </item>
  <item>
    <title>C-Swipe: Navigation Fragmentation On Android</title>
    <link>http://www.dmxzone.com/go/21600</link>
    <category>Articles</category>
    <pubDate>Tue, 26 Mar 2013 12:11:45 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21600"><img src="http://www.dmxzone.com/downloads/IdImages/100/android.png" alt="C-Swipe: Navigation Fragmentation On Android" title="C-Swipe: Navigation Fragmentation On Android" border="0" align="left" /></a><p>There are 3,997 different Android devices. Your navigation should work with all of them. C-Swipe can help: It is an alternative navigation pattern for tablets and mobile devices that is novel, ergonomic and localized. This article provides a detailed walk-through of the design and code and provides a downloadable mini-app so that you can try out C-Swipe to see whether it&rsquo;s right for your app.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21600</guid>
  </item>
  <item>
    <title>Responsive Web Design With Physical Units</title>
    <link>http://www.dmxzone.com/go/21596</link>
    <category>Articles</category>
    <pubDate>Mon, 25 Mar 2013 11:48:59 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21596"><img src="http://www.dmxzone.com/downloads/IdImages/100/responsive_design_icon.png" alt="Responsive Web Design With Physical Units" title="Responsive Web Design With Physical Units" border="0" align="left" /></a><p>This post should be titled &ldquo;Getting Ahead of Yourself.&rdquo; &ldquo;&#133;By a Few Years,&rdquo; actually. Here&rsquo;s the deal: at the time Radu Chelariu is writing this, early 2013, there&rsquo;s no way to accurately design for the Web using physical units, nor will there be for a very long time. But there is a way to design while knowing the physical characteristics of the device &mdash; or, at least, there will be in the very near future.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21596</guid>
  </item>
  <item>
    <title>Practical Tips from Top WP Pros</title>
    <link>http://www.dmxzone.com/go/21591</link>
    <category>Articles</category>
    <pubDate>Thu, 21 Mar 2013 12:28:45 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21591"><img src="http://www.dmxzone.com/downloads/IdImages/100/wordpress_logo.png" alt="Practical Tips from Top WP Pros" title="Practical Tips from Top WP Pros" border="0" align="left" /></a><p>Recently Siobhan McKeown shared some <a href="http://wp.smashingmagazine.com/2013/02/01/wordpress-community-offers-advice-beginners/"   target="_blank">advice from the WordPress community to beginners</a>. But what if starting out is already a dim memory? What if you&rsquo;re already so <span style="font-weight: bold;">immersed in the world of WordPress</span> that you dream of Trac and you bore your partner with talk of your latest achievement with custom post types? Here are some tips from WordPress pros from across the community. Many of the
 tips cover development, but there&rsquo;s also advice on business, running 
your website and, of course, getting involved with the community.</p>]]></description>
    <guid>http://www.dmxzone.com/go/21591</guid>
  </item>
  <item>
    <title>Pure PHP Upload 3 Manual</title>
    <link>http://www.dmxzone.com/go/21577</link>
    <category>Articles</category>
    <pubDate>Wed, 20 Mar 2013 15:37:58 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21577"><img src="http://www.dmxzone.com/downloads/IdImages/100/Pure_PHP_Upload2_200_1.png" alt="Pure PHP Upload 3 Manual" title="Pure PHP Upload 3 Manual" border="0" align="left" /></a><p>In this article you will find all the needed information about the <a title="Pure PHP Upload 3" href="http://www.dmxzone.com/go/21571/pure-php-upload-3/" target="_blank"><span style="font-weight: bold;">Pure PHP Upload 3</span></a> Dreamweaver extension. It includes some basic and advanced tutorials as well as video presentations on how to use the extension with update and insert record, how to upload large files and many more. If you have any questions regarding this tool, please use the extension forums or find us on the Live support during business hours.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21577</guid>
  </item>
  <item>
    <title>Customizing Bootstrap</title>
    <link>http://www.dmxzone.com/go/21582</link>
    <category>Articles</category>
    <pubDate>Wed, 20 Mar 2013 11:51:26 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21582"><img src="http://www.dmxzone.com/downloads/IdImages/100/bootstrap.png" alt="Customizing Bootstrap" title="Customizing Bootstrap" border="0" align="left" /></a><p>Twitter&rsquo;s Bootstrap has taken off like a rocket since its release a year ago. The popular CSS framework supplies a responsive grid system, pre-styled components and JavaScript plugins to a parade of websites. One of Bootstrap&rsquo;s appeals is that it just works. It&rsquo;s a significant time-saver when starting a website, so much so that major organizations such as NBC, NASA and the White House are adopting it. And it empowers even the non-designers to turn out something decent.<br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21582</guid>
  </item>
  <item>
    <title>Relational Databases for Dummies</title>
    <link>http://www.dmxzone.com/go/21570</link>
    <category>Articles</category>
    <pubDate>Mon, 18 Mar 2013 12:19:29 GMT</pubDate>
    <author>info@dmxzone.com (Lubov Cholakova)</author>
    <description><![CDATA[<a href="http://www.dmxzone.com/go/21570"><img src="http://www.dmxzone.com/downloads/IdImages/100/database.png" alt="Relational Databases for Dummies" title="Relational Databases for Dummies" border="0" align="left" /></a><p>Web apps can be split into two major components: a front-end that displays and collects information, and a back-end for storing the information. In this article, Lalith Polepeddi will demonstrate what a relational database is, and how to properly design your database to store your app&rsquo;s information.<br /><br /><br /></p>]]></description>
    <guid>http://www.dmxzone.com/go/21570</guid>
  </item>
</channel>
</rss>
