<?xml version="1.0" encoding="UTF-8" ?> 
        <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
        <channel>
            <title>Developer IT</title>
            <link>http://www.developerit.com</link> 
            <description>Developer IT
                - We are developers presenting home made and popular articles about the 
                software development and IT world.
                We provide a mashup of good and interesting blog articles with our 
                own articles about software development, web development and information 
                technologies (IT)
            </description> 
            <language>en</language> 
            <generator>http://www.developerit.com</generator>
            <copyright>Developer IT or respective owner 2026</copyright>
            <lastBuildDate>Wed, 15 Apr 2026 10:49:47 EST</lastBuildDate>
		    <pubDate>Wed, 15 Apr 2026 10:49:47 EST</pubDate>
            <atom:link href="/Pages/RSSPage.aspx" rel="self" type="application/rss+xml" />
            
            <category>Software development</category>
            <category>IT</category>

	        <image>
		        <url>http://www.developerit.com/App_Static/developerit/images/rssfeed.gif</url>
		        <title>Developer IT</title>
		        <link>http://www.developerit.com</link>
	        </image>
            <item>
                      <title>Two pass blur shader using libgdx tile map renderer</title> 
                      <description>
                        <![CDATA[
                        I am trying to apply the following technique: blur effect using two pass shader to my libgdx game using the OrthogonalTiledMapRenderer. The idea is to blur the background wich is also a tilemap but rendered with another camera with a different zoom...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/alexandre-guidet">Alexandre GUIDET</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:49 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/two-pass-blur-shader-using-libgdx-tile-map-renderer</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/two-pass-blur-shader-using-libgdx-tile-map-renderer</guid>
                      
    <category domain="http://www.developerit.com/en/search/libgdx"><![CDATA[libgdx]]></category>
    
    <category domain="http://www.developerit.com/en/search/tilemap"><![CDATA[tilemap]]></category>
    
    <category domain="http://www.developerit.com/en/search/fragment-shader"><![CDATA[fragment-shader]]></category>
    
    <category domain="http://www.developerit.com/en/search/blur"><![CDATA[blur]]></category>
    

                    </item><item>
                      <title>How to create sprites, programatically without using prefabs?</title> 
                      <description>
                        <![CDATA[
                        I have different types of images for different sprites. and i am not certain that how much different sprites(images) i will have to show. So, i gotta create the sprites and apply textures programatically at runtime. 

Now, I defiantly can't use prefabs...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/demonsocket">DemonSOCKET</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:34 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-to-create-sprites-programatically-without-using-prefabs</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-to-create-sprites-programatically-without-using-prefabs</guid>
                      
    <category domain="http://www.developerit.com/en/search/c"><![CDATA[c#]]></category>
    
    <category domain="http://www.developerit.com/en/search/unity"><![CDATA[unity]]></category>
    

                    </item><item>
                      <title>XNA: Camera&#39;s Rotation and Translation matrices seem to interfere with each other</title> 
                      <description>
                        <![CDATA[
                        I've been following the guide here for how to create a custom 2D camera in XNA. It works great, I've implemented it before, but for some reason, the matrix math is throwing me off.

public sealed class Camera2D
{
    public Vector2 Origin { get; set;...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/danjen">Danjen</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:32 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/xna-cameras-rotation-and-translation-matrices-seem-to-interfere-with-each-other</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/xna-cameras-rotation-and-translation-matrices-seem-to-interfere-with-each-other</guid>
                      
    <category domain="http://www.developerit.com/en/search/xna"><![CDATA[XNA]]></category>
    
    <category domain="http://www.developerit.com/en/search/2d"><![CDATA[2d]]></category>
    
    <category domain="http://www.developerit.com/en/search/camera"><![CDATA[camera]]></category>
    
    <category domain="http://www.developerit.com/en/search/matrix"><![CDATA[matrix]]></category>
    

                    </item><item>
                      <title>Creating a top-down spaceship</title> 
                      <description>
                        <![CDATA[
                        I'm creating a top-down 2D space game in LIBGDX for android.

When spaceship is going forward it will look like this:



when it goes upward I want to change it's direction with a nice animation so it seems like a real spaceship. A between frame would...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/ali">Ali</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:30 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/creating-a-top-down-spaceship</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/creating-a-top-down-spaceship</guid>
                      
    <category domain="http://www.developerit.com/en/search/2d"><![CDATA[2d]]></category>
    

                    </item><item>
                      <title>Is a text file with names/pixel locations something a graphic artist can/should produce? [on hold]</title> 
                      <description>
                        <![CDATA[
                        I have an artist working on 2D graphics for a game UI. He has no problem producing a screenshot showing all the bits, but we're having some trouble exporting this all into an easy-to-use format.

For example, take the game HUD, which is a bunch of...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/eda-qa-mort-ora-y">edA-qa mort-ora-y</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:28 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/is-a-text-file-with-names-pixel-locations-something-a-graphic-artist-can-should-produce-[on-hold]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/is-a-text-file-with-names-pixel-locations-something-a-graphic-artist-can-should-produce-[on-hold]</guid>
                      
    <category domain="http://www.developerit.com/en/search/graphics"><![CDATA[graphics]]></category>
    
    <category domain="http://www.developerit.com/en/search/assets"><![CDATA[assets]]></category>
    
    <category domain="http://www.developerit.com/en/search/graphics-design"><![CDATA[graphics-design]]></category>
    

                    </item><item>
                      <title>collsion issues with quadtree [on hold]</title> 
                      <description>
                        <![CDATA[
                        So i implemented a Quad tree in Java for my 2D game and everything works fine except for when i run my collision detection algorithm, which checks if a object has hit another object and which side it hit.My problem is 80% of the time the collision...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/quantumgamer">QuantumGamer</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:27 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/collsion-issues-with-quadtree-[on-hold]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/collsion-issues-with-quadtree-[on-hold]</guid>
                      
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    
    <category domain="http://www.developerit.com/en/search/algorithm"><![CDATA[algorithm]]></category>
    

                    </item><item>
                      <title>Creating site with wix.com or weebly.com [on hold]</title> 
                      <description>
                        <![CDATA[
                        I decided to create web page and for that purpose I find out that I can use wix.com portal. My knowledge of HTML,CSS is on basic level. So I want to ask what are pros and cons of creating webPages using WIX to compare with making your on your own (writing...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/edgar">Edgar</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:14 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/creating-site-with-wix-com-or-weebly-com-[on-hold]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/creating-site-with-wix-com-or-weebly-com-[on-hold]</guid>
                      
    <category domain="http://www.developerit.com/en/search/html"><![CDATA[html]]></category>
    
    <category domain="http://www.developerit.com/en/search/website-design"><![CDATA[website-design]]></category>
    
    <category domain="http://www.developerit.com/en/search/weebly"><![CDATA[weebly]]></category>
    

                    </item><item>
                      <title>Use of title attribute on div for SEO purpose will help? [duplicate]</title> 
                      <description>
                        <![CDATA[
                        This question is an exact duplicate of:
    
        
            Should I set the title attribute for content DIV&#39;s to explain what they contain?
                
                    1 answer
                
        
    


      ...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/niko-jojo">Niko Jojo</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:11 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/use-of-title-attribute-on-div-for-seo-purpose-will-help-[duplicate]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/use-of-title-attribute-on-div-for-seo-purpose-will-help-[duplicate]</guid>
                      
    <category domain="http://www.developerit.com/en/search/seo"><![CDATA[seo]]></category>
    
    <category domain="http://www.developerit.com/en/search/google-search"><![CDATA[google-search]]></category>
    
    <category domain="http://www.developerit.com/en/search/search-engines"><![CDATA[search-engines]]></category>
    
    <category domain="http://www.developerit.com/en/search/tags"><![CDATA[tags]]></category>
    

                    </item><item>
                      <title>Google PageSpeed, optimizing Google&#39;s own elements</title> 
                      <description>
                        <![CDATA[
                        I'm trying Google's PageSpeed online service

Ironically, it's primarily highlighting Google's own services as something that needs improvement on my site

1) jQuery from Google: blocking. So I moved all javascript from &lt;head&gt; to the end of the...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/mowgli">mowgli</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:08 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/google-pagespeed-optimizing-googles-own-elements</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/google-pagespeed-optimizing-googles-own-elements</guid>
                      
    <category domain="http://www.developerit.com/en/search/google"><![CDATA[google]]></category>
    
    <category domain="http://www.developerit.com/en/search/google-analytics"><![CDATA[google-analytics]]></category>
    
    <category domain="http://www.developerit.com/en/search/cache"><![CDATA[cache]]></category>
    
    <category domain="http://www.developerit.com/en/search/page-speed"><![CDATA[page-speed]]></category>
    
    <category domain="http://www.developerit.com/en/search/fonts"><![CDATA[fonts]]></category>
    

                    </item><item>
                      <title>Javascript enabled but not enabled in Firefox browser</title> 
                      <description>
                        <![CDATA[
                        I  had installed  Java

ii  icedtea-6-jre-cacao                           6b24-1.11.5-0ubuntu1~12.04.1                    Alternative JVM for OpenJDK, using Cacao
ii  icedtea-6-jre-jamvm                           6b24-1.11.5-0ubuntu1~12.04.1      ...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/k-s-subramanisn">k s subramanisn</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:06 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/javascript-enabled-but-not-enabled-in-firefox-browser</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/javascript-enabled-but-not-enabled-in-firefox-browser</guid>
                      
    <category domain="http://www.developerit.com/en/search/12-04"><![CDATA[12.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/firefox"><![CDATA[firefox]]></category>
    
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    

                    </item><item>
                      <title>USB 3.0 port with USB 3.0 device in Ubuntu 12.10</title> 
                      <description>
                        <![CDATA[
                        When I try to connect a USB 3.0 device in Ubuntu 12.10 (ASUS K55VD, kernel 3.5.0-19-generic #30-Ubuntu SMP), the system says

[   74.747832] hub 3-0:1.0: unable to enumerate USB device on port 1
[   74.931957] usb 4-1: new SuperSpeed USB device number...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/fernando-garcia">fernando garcía</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:04 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/usb-3-0-port-with-usb-3-0-device-in-ubuntu-12-10</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/usb-3-0-port-with-usb-3-0-device-in-ubuntu-12-10</guid>
                      
    <category domain="http://www.developerit.com/en/search/12-10"><![CDATA[12.10]]></category>
    
    <category domain="http://www.developerit.com/en/search/usb"><![CDATA[usb]]></category>
    

                    </item><item>
                      <title>Xubuntu 13.10 64bit - Slow and buggy &quot;log out&quot; process?</title> 
                      <description>
                        <![CDATA[
                        I'm a Windows convert who has done only a little bit of dabbling in Ubuntu in the past (back in Dapper Drake a few years back). A lot has changes since then, and I've been yearning to jump back into linux again! So, having just bought a new SSD, I...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/mrkatswordfish">MrKatSwordfish</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:01 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/xubuntu-13-10-64bit-slow-and-buggy-log-out-process</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/xubuntu-13-10-64bit-slow-and-buggy-log-out-process</guid>
                      
    <category domain="http://www.developerit.com/en/search/xubuntu"><![CDATA[xubuntu]]></category>
    
    <category domain="http://www.developerit.com/en/search/shutdown"><![CDATA[shutdown]]></category>
    
    <category domain="http://www.developerit.com/en/search/xfce"><![CDATA[xfce]]></category>
    
    <category domain="http://www.developerit.com/en/search/ssd"><![CDATA[ssd]]></category>
    
    <category domain="http://www.developerit.com/en/search/bug-reporting"><![CDATA[bug-reporting]]></category>
    

                    </item><item>
                      <title>OpenStack: Keystone service stops immediately after starting</title> 
                      <description>
                        <![CDATA[
                        When restarting the Keystone service, it starts with a PID but within a fraction of second it stops. Checking the status immediately afterwards, it shows a different PID and when rechecking afterwards, it's dead.

root@hyper5:~# service keystone restart...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/user241618">user241618</author>
                      <pubDate>Mon, 25 Aug 2014 16:29:00 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/openstack-keystone-service-stops-immediately-after-starting</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/openstack-keystone-service-stops-immediately-after-starting</guid>
                      
    <category domain="http://www.developerit.com/en/search/openstack"><![CDATA[OpenStack]]></category>
    
    <category domain="http://www.developerit.com/en/search/keystone"><![CDATA[keystone]]></category>
    

                    </item><item>
                      <title>juju illegal base64 data at input byte 9</title> 
                      <description>
                        <![CDATA[
                        After bootstrap a environment via manual provisioning, juju give me the following output for juju status:

ERROR Unable to connect to environment "manual". 
Please check your credentials or use 'juju bootstrap' to create a new environment.

Error details:
illegal...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/ayr-ton">ayr-ton</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:59 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/juju-illegal-base64-data-at-input-byte-9</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/juju-illegal-base64-data-at-input-byte-9</guid>
                      
    <category domain="http://www.developerit.com/en/search/juju"><![CDATA[juju]]></category>
    

                    </item><item>
                      <title>Installing Lubuntu 14.04.1 fails, upowerd appears to hang</title> 
                      <description>
                        <![CDATA[
                        On the live-CD session, I tried installing Lubuntu double clicking on the install button on the desktop. Here, the CD starts running but then stops running and nothing happens.

Next, I rebooted and tried installing Lubuntu directly from the boot menu...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/rantanplan">Rantanplan</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:56 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/installing-lubuntu-14-04-1-fails-upowerd-appears-to-hang</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/installing-lubuntu-14-04-1-fails-upowerd-appears-to-hang</guid>
                      
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/system-installation"><![CDATA[system-installation]]></category>
    
    <category domain="http://www.developerit.com/en/search/lubuntu"><![CDATA[lubuntu]]></category>
    
    <category domain="http://www.developerit.com/en/search/non-pae"><![CDATA[non-pae]]></category>
    

                    </item><item>
                      <title>Intel Corporation Ethernet Connection does not start properly</title> 
                      <description>
                        <![CDATA[
                        I'm experiencing some problems when trying to connect my PC to the router through a switch. When the PC is directly connected to the router, everything works fine, Ubuntu (14.04) starts normally, and the Internet connection runs inmediately. The Ethernet...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/oscar-alejos">Oscar Alejos</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:55 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/intel-corporation-ethernet-connection-does-not-start-properly</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/intel-corporation-ethernet-connection-does-not-start-properly</guid>
                      
    <category domain="http://www.developerit.com/en/search/networking"><![CDATA[networking]]></category>
    

                    </item><item>
                      <title>dropbox slow on ubuntu 14.04</title> 
                      <description>
                        <![CDATA[
                        My dropbox syncing is incredibly slow...
I am using dropbox from the ubuntu repository on an almost fresh ubuntu installation.

I would like to avoid to install the package from the dropbox website for the reasons explained here Dropbox Upgrade

Is...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/donbeo">Donbeo</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:54 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/dropbox-slow-on-ubuntu-14-04</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/dropbox-slow-on-ubuntu-14-04</guid>
                      
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/dropbox"><![CDATA[dropbox]]></category>
    

                    </item><item>
                      <title>No internet via wifi/ethernet after 14.04 upgrade</title> 
                      <description>
                        <![CDATA[
                        I have just updated to Ubuntu 14.04 LTS on my laptop, and I seem to be having some internet problems. I have no internet connection through wifi or Ethernet, after both working in the previous version. 

I am not at all knowledgeable of Ubuntu and...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/rhys-evans">Rhys Evans</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:49 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/no-internet-via-wifi-ethernet-after-14-04-upgrade</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/no-internet-via-wifi-ethernet-after-14-04-upgrade</guid>
                      
    <category domain="http://www.developerit.com/en/search/wireless"><![CDATA[wireless]]></category>
    
    <category domain="http://www.developerit.com/en/search/networking"><![CDATA[networking]]></category>
    
    <category domain="http://www.developerit.com/en/search/internet"><![CDATA[internet]]></category>
    
    <category domain="http://www.developerit.com/en/search/ethernet"><![CDATA[ethernet]]></category>
    

                    </item><item>
                      <title>Unable to assign command output to a variable</title> 
                      <description>
                        <![CDATA[
                        I am trying to assign the latest file name obtained from the below ls command but getting some error, it would be very nice if someone can answer how can I fix this!

fn=`ls -lrt pur_bom_interface_daily*.log | cut -c59-102 | tail -1`


or

fn=$(ls...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/harish-maralihalli">Harish Maralihalli</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:48 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/unable-to-assign-command-output-to-a-variable</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/unable-to-assign-command-output-to-a-variable</guid>
                      
    <category domain="http://www.developerit.com/en/search/command-line"><![CDATA[command-line]]></category>
    

                    </item><item>
                      <title>Problems after upgrading my ubuntu to Ubuntu 14.04 lts</title> 
                      <description>
                        <![CDATA[
                        I have problems after upgrading my older Ubuntu version to Ubuntu 14.04 lts. I was offered this installation and after the procss and restarting of the computer there is just a black page with following message:

mount: mounting /dev/loop0 on /root...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/petra">Petra</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:47 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/problems-after-upgrading-my-ubuntu-to-ubuntu-14-04-lts</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/problems-after-upgrading-my-ubuntu-to-ubuntu-14-04-lts</guid>
                      
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/upgrade"><![CDATA[upgrade]]></category>
    

                    </item><item>
                      <title>Problems compiling scangearmp</title> 
                      <description>
                        <![CDATA[
                        I have already installed some missing packages, but i still get that error. Can anyone help me identify what is missing ? Thanks a lot


psr@psr-EasyNote-TM85:~/Downloads/scangearmp-source-2.10-1/scangearmp$ make
make  all-recursive
make[1]: Entering...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/maat">maat</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:45 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/problems-compiling-scangearmp</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/problems-compiling-scangearmp</guid>
                      
    <category domain="http://www.developerit.com/en/search/apt"><![CDATA[apt]]></category>
    

                    </item><item>
                      <title>Running a program in background using command-line [duplicate]</title> 
                      <description>
                        <![CDATA[
                        This question already has an answer here:
    
        
            Running programs in the background from terminal
                
                    4 answers
                
        
    


            How do I run a program in the...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/user291957">user291957</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:44 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/running-a-program-in-background-using-command-line-[duplicate]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/running-a-program-in-background-using-command-line-[duplicate]</guid>
                      
    <category domain="http://www.developerit.com/en/search/command-line"><![CDATA[command-line]]></category>
    

                    </item><item>
                      <title>Install uTorrent</title> 
                      <description>
                        <![CDATA[
                        I followed these 2 tuts: 

Step by step installation

Stuff if you are with x64 OS

Well, I am done until the pre-last step. I have created the symlink, and when I navigate to the folder .../opt/utorrent-server-v3_0 I can see the utserver file. But...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/milkncookiez">Milkncookiez</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:42 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/install-utorrent</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/install-utorrent</guid>
                      
    <category domain="http://www.developerit.com/en/search/12-04"><![CDATA[12.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/utorrent"><![CDATA[utorrent]]></category>
    

                    </item><item>
                      <title>Bricked - tty mode incorrect, terminal disabled, unity broken</title> 
                      <description>
                        <![CDATA[
                        After installing VirtualBox unity seems to be uninstalled.. Launcher and task bar are missing. I can't access terminal from the normal ctrl alt T command. I tried logging into TTY mode but it says my login is incorrect. I am trying to login with my...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/user989805">user989805</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:39 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/bricked-tty-mode-incorrect-terminal-disabled-unity-broken</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/bricked-tty-mode-incorrect-terminal-disabled-unity-broken</guid>
                      
    <category domain="http://www.developerit.com/en/search/unity"><![CDATA[unity]]></category>
    
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/command-line"><![CDATA[command-line]]></category>
    
    <category domain="http://www.developerit.com/en/search/virtualbox"><![CDATA[virtualbox]]></category>
    
    <category domain="http://www.developerit.com/en/search/tty"><![CDATA[tty]]></category>
    

                    </item><item>
                      <title>Custom Live CD using UCK</title> 
                      <description>
                        <![CDATA[
                        I am trying to create a custom live iso that I can place onto thumb drives for the purpose of using putty to program Cisco switches and routers.  I have ubuntu 14.04 LTS installed on a laptop and also installed UCK.  I used the desktop image for 14...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/phifer2088">phifer2088</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:27 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/custom-live-cd-using-uck</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/custom-live-cd-using-uck</guid>
                      
    <category domain="http://www.developerit.com/en/search/live-usb"><![CDATA[live-usb]]></category>
    
    <category domain="http://www.developerit.com/en/search/live-cd"><![CDATA[live-cd]]></category>
    
    <category domain="http://www.developerit.com/en/search/putty"><![CDATA[putty]]></category>
    
    <category domain="http://www.developerit.com/en/search/uck"><![CDATA[uck]]></category>
    

                    </item><item>
                      <title>Ubuntu 14.04 Boot Problem</title> 
                      <description>
                        <![CDATA[
                        I am currently using windows 7 and wanted to try out Linux. I found out that Ubuntu is the most easy to learn Linux OS. So I create a Live USB of Ubuntu 14.04 with the help of the following link:

How to make your own "Ubuntu LiveUSB"

I created the...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/sanyam-jain">Sanyam Jain</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:19 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/ubuntu-14-04-boot-problem</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/ubuntu-14-04-boot-problem</guid>
                      
    <category domain="http://www.developerit.com/en/search/boot"><![CDATA[boot]]></category>
    
    <category domain="http://www.developerit.com/en/search/14-04"><![CDATA[14.04]]></category>
    
    <category domain="http://www.developerit.com/en/search/kernel"><![CDATA[kernel]]></category>
    
    <category domain="http://www.developerit.com/en/search/live-usb"><![CDATA[live-usb]]></category>
    

                    </item><item>
                      <title>SVN: Working with branches using the same working copy</title> 
                      <description>
                        <![CDATA[
                        We've just moved to SVN from CVS. We have a small team and everyone checks in code on the trunk and we have never ever used branches for development. 

We each have directories on a remote dev server with the codebase checked out. Each developer works...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/uxuf">uXuf</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:17 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/svn-working-with-branches-using-the-same-working-copy</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/svn-working-with-branches-using-the-same-working-copy</guid>
                      
    <category domain="http://www.developerit.com/en/search/version-control"><![CDATA[version-control]]></category>
    
    <category domain="http://www.developerit.com/en/search/svn"><![CDATA[svn]]></category>
    
    <category domain="http://www.developerit.com/en/search/branching"><![CDATA[branching]]></category>
    

                    </item><item>
                      <title>How to handle business rules with a REST API?</title> 
                      <description>
                        <![CDATA[
                        I have a REST API to manage a booking system
I'm searching how to manage this situation :

A customer can book a time slot :
A TimeSlot resource is created and linked to a Person resource. In order to create the link between a time lot and a person...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/ciprio">Ciprio</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:14 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-to-handle-business-rules-with-a-rest-api</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-to-handle-business-rules-with-a-rest-api</guid>
                      
    <category domain="http://www.developerit.com/en/search/api"><![CDATA[api]]></category>
    
    <category domain="http://www.developerit.com/en/search/web-services"><![CDATA[web-services]]></category>
    
    <category domain="http://www.developerit.com/en/search/rest"><![CDATA[rest]]></category>
    
    <category domain="http://www.developerit.com/en/search/api-design"><![CDATA[api-design]]></category>
    
    <category domain="http://www.developerit.com/en/search/http"><![CDATA[http]]></category>
    

                    </item><item>
                      <title>Is this right in the use case of exec method of child_process? is there away to cody the envirorment along with the require module too?</title> 
                      <description>
                        <![CDATA[
                        I'm learning node. I am using child_process to move data to another script to be executed. But it seem that it does not copy the hold environment or I could be doing something wrong. To copy the hold environment --require modules too-- or is this when...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/l2l2l">L2L2L</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:11 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/is-this-right-in-the-use-case-of-exec-method-of-child-process-is-there-away-to-cody-the-envirorment-along-with-the-require-module-too</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/is-this-right-in-the-use-case-of-exec-method-of-child-process-is-there-away-to-cody-the-envirorment-along-with-the-require-module-too</guid>
                      
    <category domain="http://www.developerit.com/en/search/node-js"><![CDATA[node.js]]></category>
    

                    </item><item>
                      <title>How would you rewrite/refactor this ?</title> 
                      <description>
                        <![CDATA[
                        Old application that is used by 50-60.000 paying customers.
Company is several hundred people big.
Application has a lot of business critical code (30% of all code) written in classic asp.
Application has a lot more .net code.
Application has a COM+...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/frostings">frostings</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:07 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-would-you-rewrite-refactor-this</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-would-you-rewrite-refactor-this</guid>
                      
    <category domain="http://www.developerit.com/en/search/design"><![CDATA[design]]></category>
    
    <category domain="http://www.developerit.com/en/search/architecture"><![CDATA[architecture]]></category>
    
    <category domain="http://www.developerit.com/en/search/refactoring"><![CDATA[refactoring]]></category>
    
    <category domain="http://www.developerit.com/en/search/rewrite"><![CDATA[rewrite]]></category>
    

                    </item><item>
                      <title>Need a solution to store images (1 billion, 1000,000,000) which users will upload to a website via php or javascript upload [on hold]</title> 
                      <description>
                        <![CDATA[
                        I need a solution to store images (1 billion) which users will upload to a website via PHP or Javascript upload (website will have 1 billion page views a month using Linux Debian distros) assuming 20 photos per user maximum (10 thumbnails of size 90px...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/wish-you-all-peace">wish_you_all_peace</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:04 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/need-a-solution-to-store-images-(1-billion-1000000000)-which-users-will-upload-to-a-website-via-php-or-javascript-upload-[on-hold]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/need-a-solution-to-store-images-(1-billion-1000000000)-which-users-will-upload-to-a-website-via-php-or-javascript-upload-[on-hold]</guid>
                      
    <category domain="http://www.developerit.com/en/search/php"><![CDATA[php]]></category>
    
    <category domain="http://www.developerit.com/en/search/database"><![CDATA[database]]></category>
    
    <category domain="http://www.developerit.com/en/search/scalability"><![CDATA[scalability]]></category>
    
    <category domain="http://www.developerit.com/en/search/file-systems"><![CDATA[file-systems]]></category>
    
    <category domain="http://www.developerit.com/en/search/file-storage"><![CDATA[file-storage]]></category>
    

                    </item><item>
                      <title>Custom edit box - how to do it?</title> 
                      <description>
                        <![CDATA[
                        I'd like to create a new text editor with some non-standard capabilities for the edit box where you would normally type your code (and do syntax highlighting). Since I'd like to have complete control over this I was thinking how should I proceed.....
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/user3834459">user3834459</author>
                      <pubDate>Mon, 25 Aug 2014 16:28:01 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/custom-edit-box-how-to-do-it</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/custom-edit-box-how-to-do-it</guid>
                      
    <category domain="http://www.developerit.com/en/search/gui"><![CDATA[gui]]></category>
    
    <category domain="http://www.developerit.com/en/search/graphics"><![CDATA[graphics]]></category>
    
    <category domain="http://www.developerit.com/en/search/gtk"><![CDATA[gtk]]></category>
    
    <category domain="http://www.developerit.com/en/search/toolkit"><![CDATA[toolkit]]></category>
    

                    </item><item>
                      <title>Security Pattern to store SSH Keys</title> 
                      <description>
                        <![CDATA[
                        I am writing a simple flask application to submit scientific tasks to remote HPC resources. My application in background talks to remote machines via SSH (because it is widely available on various HPC resources). To be able to maintain this connection...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/mehdi-sadeghi">Mehdi Sadeghi</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:59 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/security-pattern-to-store-ssh-keys</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/security-pattern-to-store-ssh-keys</guid>
                      
    <category domain="http://www.developerit.com/en/search/security"><![CDATA[security]]></category>
    
    <category domain="http://www.developerit.com/en/search/authentication"><![CDATA[authentication]]></category>
    
    <category domain="http://www.developerit.com/en/search/secure-coding"><![CDATA[secure-coding]]></category>
    
    <category domain="http://www.developerit.com/en/search/flask"><![CDATA[flask]]></category>
    

                    </item><item>
                      <title>Using design-patterns to transform web-service model classes into local model classes and vise versa</title> 
                      <description>
                        <![CDATA[
                        There is a web-application built with play framework 1.2.7. It contains less than 10 model classes. The main purpose of the application is a lightweight access to a complex remote application (more than 50 model classes). The remote application has...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/daniil-petrov">Daniil Petrov</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:54 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/using-design-patterns-to-transform-web-service-model-classes-into-local-model-classes-and-vise-versa</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/using-design-patterns-to-transform-web-service-model-classes-into-local-model-classes-and-vise-versa</guid>
                      
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    
    <category domain="http://www.developerit.com/en/search/design-patterns"><![CDATA[design-patterns]]></category>
    
    <category domain="http://www.developerit.com/en/search/web-applications"><![CDATA[web-applications]]></category>
    
    <category domain="http://www.developerit.com/en/search/web-services"><![CDATA[web-services]]></category>
    
    <category domain="http://www.developerit.com/en/search/playframework"><![CDATA[playframework]]></category>
    

                    </item><item>
                      <title>Which programming idiom to choose for this open source library?</title> 
                      <description>
                        <![CDATA[
                        I have an interesting question about which programming idiom is easier to use for beginner developers writing concrete file parsing classes.

I'm developing an open source library, which one of the main functionality is to parse plain text files and...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/walkman">Walkman</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:51 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/which-programming-idiom-to-choose-for-this-open-source-library</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/which-programming-idiom-to-choose-for-this-open-source-library</guid>
                      
    <category domain="http://www.developerit.com/en/search/python"><![CDATA[python]]></category>
    
    <category domain="http://www.developerit.com/en/search/open-source"><![CDATA[open-source]]></category>
    
    <category domain="http://www.developerit.com/en/search/skills"><![CDATA[skills]]></category>
    
    <category domain="http://www.developerit.com/en/search/idioms"><![CDATA[idioms]]></category>
    

                    </item><item>
                      <title>How to implement a genetic algorithm with distance, time, and cost</title> 
                      <description>
                        <![CDATA[
                        I want to make a solution to find the optimum route of school visit. For example, I want to visit 5 schools (A, B, C, D, E) in my city. Then I must find out what school I should visit first, then the second, then the third etc. with distance, time...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/ari">ari</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:49 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-to-implement-a-genetic-algorithm-with-distance-time-and-cost</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-to-implement-a-genetic-algorithm-with-distance-time-and-cost</guid>
                      
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    
    <category domain="http://www.developerit.com/en/search/algorithms"><![CDATA[algorithms]]></category>
    
    <category domain="http://www.developerit.com/en/search/genetic-algorithms"><![CDATA[genetic-algorithms]]></category>
    

                    </item><item>
                      <title>Event notification for ::SCardListReaders() [migrated]</title> 
                      <description>
                        <![CDATA[
                        In the PC/SC (Personal Computer Smart Card) Appln, I have  (MSCAPI USB CCID based)

1) Calling ::SCardListReaders() returns SCARD_E_NO_READERS_AVAILABLE (0x8010002E). This call is made after OS starts fresh after reboot, from a thread which is part...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/dpb">dpb</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:47 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/event-notification-for-scardlistreaders()-[migrated]</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/event-notification-for-scardlistreaders()-[migrated]</guid>
                      
    <category domain="http://www.developerit.com/en/search/hardware"><![CDATA[Hardware]]></category>
    
    <category domain="http://www.developerit.com/en/search/windows-7"><![CDATA[windows-7]]></category>
    
    <category domain="http://www.developerit.com/en/search/com"><![CDATA[com]]></category>
    

                    </item><item>
                      <title>How to know whether to create a general system or to hack a solution</title> 
                      <description>
                        <![CDATA[
                        I'm new to coding , learning it since last year actually.

One of my worst habits is the following: 

Often I'm trying to create a solution that is too big , too complex and doesn't achieve what needs to be achieved, when a hacky kludge can make the...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/andy-k">Andy K</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:44 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-to-know-whether-to-create-a-general-system-or-to-hack-a-solution</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-to-know-whether-to-create-a-general-system-or-to-hack-a-solution</guid>
                      
    <category domain="http://www.developerit.com/en/search/algorithms"><![CDATA[algorithms]]></category>
    
    <category domain="http://www.developerit.com/en/search/code-quality"><![CDATA[code-quality]]></category>
    
    <category domain="http://www.developerit.com/en/search/code-reuse"><![CDATA[code-reuse]]></category>
    
    <category domain="http://www.developerit.com/en/search/complexity"><![CDATA[complexity]]></category>
    
    <category domain="http://www.developerit.com/en/search/clean-code"><![CDATA[clean-code]]></category>
    

                    </item><item>
                      <title>How to remove CRUD operations from Entity Class</title> 
                      <description>
                        <![CDATA[
                        Trying to get my head around removing dataStore access from my entity classes.

Lets say I have an AccountsGroup entity class.
I put the all DBAccess into AccountsGroupRepository class.

Now should I have a DeleteFromDB method in the AccountsGroup...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/glutvonsmark">GlutVonSmark</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:42 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/how-to-remove-crud-operations-from-entity-class</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/how-to-remove-crud-operations-from-entity-class</guid>
                      
    <category domain="http://www.developerit.com/en/search/class-design"><![CDATA[class-design]]></category>
    
    <category domain="http://www.developerit.com/en/search/vb-net"><![CDATA[vb.net]]></category>
    
    <category domain="http://www.developerit.com/en/search/single-responsibility"><![CDATA[single-responsibility]]></category>
    

                    </item><item>
                      <title>Preview hidden options on web sites</title> 
                      <description>
                        <![CDATA[
                        I want to have hidden options on my web site and be previewed only when the user chooses. I want to animate them from left and right (about 15%). At the moment I have them visible in my html but with width set at 0 and animate it at 15%.

In these...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/veili-13">veili_13</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:39 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/preview-hidden-options-on-web-sites</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/preview-hidden-options-on-web-sites</guid>
                      
    <category domain="http://www.developerit.com/en/search/javascript"><![CDATA[JavaScript]]></category>
    
    <category domain="http://www.developerit.com/en/search/html"><![CDATA[html]]></category>
    
    <category domain="http://www.developerit.com/en/search/css"><![CDATA[css]]></category>
    
    <category domain="http://www.developerit.com/en/search/jquery"><![CDATA[jQuery]]></category>
    

                    </item><item>
                      <title>protect purchased games to be downloaded on other pc</title> 
                      <description>
                        <![CDATA[
                        I want to make a downloads managing system on my website, that when you purchase a download, you can always re-download it again for free. (i have read that Steam does something similar)

The problem is, that someone would be able to create a account...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/jojo">JoJo</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:37 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/protect-purchased-games-to-be-downloaded-on-other-pc</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/protect-purchased-games-to-be-downloaded-on-other-pc</guid>
                      
    <category domain="http://www.developerit.com/en/search/websites"><![CDATA[websites]]></category>
    
    <category domain="http://www.developerit.com/en/search/copy-protection"><![CDATA[copy-protection]]></category>
    

                    </item><item>
                      <title>Try and catch error trapping. why is it so significant</title> 
                      <description>
                        <![CDATA[
                        sorry if it sounds dumb ' as i am i a process of learnning java

i try to understand , why on earth i should  "try"  a method  to catch errors.
it looks to me like the concept is:-  ' letting a process run assuming its not properly
developed.

should...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/oded">oded</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:36 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/try-and-catch-error-trapping-why-is-it-so-significant</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/try-and-catch-error-trapping-why-is-it-so-significant</guid>
                      
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    
    <category domain="http://www.developerit.com/en/search/error-handling"><![CDATA[error-handling]]></category>
    

                    </item><item>
                      <title>understanding evaluation function</title> 
                      <description>
                        <![CDATA[
                        I am developing a chess program. And have made use of an alpha beta algorithm and a static evaluation function. I have successfully implemented both but I want to improve the evaluation function by automatically tuning the weights assigned to its features...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/mish">mish</author>
                      <pubDate>Mon, 25 Aug 2014 16:27:33 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/understanding-evaluation-function</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/understanding-evaluation-function</guid>
                      
    <category domain="http://www.developerit.com/en/search/java"><![CDATA[java]]></category>
    
    <category domain="http://www.developerit.com/en/search/algorithms"><![CDATA[algorithms]]></category>
    
    <category domain="http://www.developerit.com/en/search/learning"><![CDATA[learning]]></category>
    
    <category domain="http://www.developerit.com/en/search/search"><![CDATA[search]]></category>
    

                    </item><item>
                      <title>Office 365 Essentials - Subscriptions and Licenses</title> 
                      <description>
                        <![CDATA[
                        Should you be planning to move from Exchange to Office 365? If so, why? What sort of license should you get, and should you use cloud identities or federated identities for your users?
                   Free ebook "TortoiseSVN and Subversion Cookbook...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/"></author>
                      <pubDate>Mon, 25 Aug 2014 16:25:16 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/office-365-essentials-subscriptions-and-licenses</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/office-365-essentials-subscriptions-and-licenses</guid>
                      

                    </item><item>
                      <title>Oracle Enhances Oracle Social Cloud with Next-Generation User Experience</title> 
                      <description>
                        <![CDATA[
                        Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
  
...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/richard-lefebvre">Richard Lefebvre</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:59 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/oracle-enhances-oracle-social-cloud-with-next-generation-user-experience</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/oracle-enhances-oracle-social-cloud-with-next-generation-user-experience</guid>
                      
    <category domain="http://www.developerit.com/en/search/product-updates"><![CDATA[/Product Updates]]></category>
    

                    </item><item>
                      <title>Oracle Customer Reference Forum – Apex IT – Oracle Sales Cloud</title> 
                      <description>
                        <![CDATA[
                        Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
 
...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/richard-lefebvre">Richard Lefebvre</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:56 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/oracle-customer-reference-forum-apex-it-oracle-sales-cloud</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/oracle-customer-reference-forum-apex-it-oracle-sales-cloud</guid>
                      
    <category domain="http://www.developerit.com/en/search/community-events"><![CDATA[/Community Events]]></category>
    

                    </item><item>
                      <title>What’s New from the Oracle Marketing Cloud at Oracle OpenWorld 2014?</title> 
                      <description>
                        <![CDATA[
                        Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
 
...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/richard-lefebvre">Richard Lefebvre</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:55 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/what’s-new-from-the-oracle-marketing-cloud-at-oracle-openworld-2014</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/what’s-new-from-the-oracle-marketing-cloud-at-oracle-openworld-2014</guid>
                      
    <category domain="http://www.developerit.com/en/search/community-events"><![CDATA[/Community Events]]></category>
    

                    </item><item>
                      <title>Webcast: Attack of the Customers- The rise of the Empowered Consumer</title> 
                      <description>
                        <![CDATA[
                        Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
 
...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/richard-lefebvre">Richard Lefebvre</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:54 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/webcast-attack-of-the-customers-the-rise-of-the-empowered-consumer</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/webcast-attack-of-the-customers-the-rise-of-the-empowered-consumer</guid>
                      
    <category domain="http://www.developerit.com/en/search/community-events"><![CDATA[/Community Events]]></category>
    

                    </item><item>
                      <title>Whitepaper: The Socially Enabled Enterprise</title> 
                      <description>
                        <![CDATA[
                        Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
 
...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/richard-lefebvre">Richard Lefebvre</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:52 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/whitepaper-the-socially-enabled-enterprise</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/whitepaper-the-socially-enabled-enterprise</guid>
                      
    <category domain="http://www.developerit.com/en/search/market-news"><![CDATA[/Market News]]></category>
    

                    </item><item>
                      <title>Mark your calendar! Live OPN Partnercast on Oracle Cloud Applications</title> 
                      <description>
                        <![CDATA[
                        Tune in on Wednesday, August 27 at 10 AM PDT to watch a LIVE OPN PartnerCast focused on Oracle
        Cloud Applications
        update for partners. Topics include Oracle Taleo Business
        Edition, Oracle Taleo
        Learn, Oracle Fusion...
                        ]]>
                      </description> 
                      <author domain="http://www.developerit.com/en/search/catalin-teodor">Catalin Teodor</author>
                      <pubDate>Mon, 25 Aug 2014 16:24:51 EST</pubDate> 
                      <link>http://www.developerit.com/2014/08/25/mark-your-calendar!-live-opn-partnercast-on-oracle-cloud-applications</link> 
                      <guid isPermaLink="true">http://www.developerit.com/2014/08/25/mark-your-calendar!-live-opn-partnercast-on-oracle-cloud-applications</guid>
                      
    <category domain="http://www.developerit.com/en/search/program"><![CDATA[/Program]]></category>
    

                    </item>
        </channel>
        </rss>
    