<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Devlup</title>
	<atom:link href="https://devlup.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://devlup.com/</link>
	<description>Devlup your skills</description>
	<lastBuildDate>Mon, 26 Aug 2019 04:41:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>Oracle SqlLoader fix for Windows 2016</title>
		<link>https://devlup.com/windows/oracle-sqlloader-fix-for-windows-2016/5320/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-sqlloader-fix-for-windows-2016</link>
					<comments>https://devlup.com/windows/oracle-sqlloader-fix-for-windows-2016/5320/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 04:41:42 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[oracle]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5320</guid>

					<description><![CDATA[<p>After configuring Windows 2016 OS, if you start SQL Loader you may receive the message &#8220;This Program can&#8217;t start because oranfsodm12.dll is missing from your computer.Try reinstalling the program to fix this problem&#8220; Most often the reason is the missing dll after installing oracle client on the machine. The quick fix for this error is to copy the oranfsodm12.dll from a working copy into this folder c:\oracle\product\12.1.0\client_32\BIN (depends on your oracle directory) Second step is to have the tnsnames.ora file configured in the Oracle client. Either you can save the file on C:\oracle\product\12.1.0\client_32\network\admin or have it point to a location from environment variable. Run the sqlldr command to test the fix</p>
<p>The post <a href="https://devlup.com/windows/oracle-sqlloader-fix-for-windows-2016/5320/">Oracle SqlLoader fix for Windows 2016</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/windows/oracle-sqlloader-fix-for-windows-2016/5320/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Fixed]No relevant source lines error in Machine.config</title>
		<link>https://devlup.com/net/no-relevant-source-lines-error-in-machine-config/5284/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-relevant-source-lines-error-in-machine-config</link>
					<comments>https://devlup.com/net/no-relevant-source-lines-error-in-machine-config/5284/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Wed, 07 Aug 2019 03:04:56 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[iis]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5284</guid>

					<description><![CDATA[<p>This solution is fix the error message whole hosting .NET website in IIS. Error message: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Source Error: &#160; [No relevant source lines] Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config &#160;&#160; Line: 276 Version Information:&#160;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version: Solution: Verify the machine config and find the assembly mentioned on that line number. Make sure the assembly version installed on the machine is same as the one in the web.config file. Alternate solution is to Remove Identity node on web.config</p>
<p>The post <a href="https://devlup.com/net/no-relevant-source-lines-error-in-machine-config/5284/">[Fixed]No relevant source lines error in Machine.config</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/net/no-relevant-source-lines-error-in-machine-config/5284/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[FIXED] IIS 10 not serving CSS, IMAGE files in Windows 2016</title>
		<link>https://devlup.com/windows/fixed-iis-10-not-serving-css-image-files-in-windows-2016/5280/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixed-iis-10-not-serving-css-image-files-in-windows-2016</link>
					<comments>https://devlup.com/windows/fixed-iis-10-not-serving-css-image-files-in-windows-2016/5280/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Tue, 06 Aug 2019 04:21:17 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[howto]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5280</guid>

					<description><![CDATA[<p>This is the solution to fix the IIS error while loading the static files such as css and image files in Windows Server machines. Step 1: Open “ Turn windows features on or off” in control panel Step 2: Manage-&#62; Add Roles and Features-&#62;next-&#62;Next-&#62;Next-&#62; Step 3: Under server Roles : Enable static content in IIS services. Step 4: Install Additionally , If you still have the problem with any specific file extension, Please make sure you add the files extension in the Mime Types option in IIS. Note: Make sure to allow the file extension in the output filtering option as well</p>
<p>The post <a href="https://devlup.com/windows/fixed-iis-10-not-serving-css-image-files-in-windows-2016/5280/">[FIXED] IIS 10 not serving CSS, IMAGE files in Windows 2016</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/windows/fixed-iis-10-not-serving-css-image-files-in-windows-2016/5280/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a simple Logic App in Microsoft Azure</title>
		<link>https://devlup.com/azure/create-simple-logic-app-microsoft-azure/5264/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-simple-logic-app-microsoft-azure</link>
					<comments>https://devlup.com/azure/create-simple-logic-app-microsoft-azure/5264/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Tue, 04 Jul 2017 17:30:12 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[How To]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5264</guid>

					<description><![CDATA[<p>Logic app is Microsoft’s answer for IFTT like service. For those who don’t know logic apps , we can develop a simple web app using just blocks of workflows and connectors. Microsoft provides some out of box connectors for example, if you want to send an email every time a tweet is posted then you can simply use twitter connector. In this tutorial we will create a simple Logic App in Microsoft azure. The task which we are trying to accomplish is to make the app to send an email when a new http request is posted. &#160; Each logic apps works in the concept of Trigger and action. Here in our example &#160; Login to Azure portal and click new + button and select [&#038;hellip</p>
<p>The post <a href="https://devlup.com/azure/create-simple-logic-app-microsoft-azure/5264/">Create a simple Logic App in Microsoft Azure</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/azure/create-simple-logic-app-microsoft-azure/5264/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New features in Android KitKat</title>
		<link>https://devlup.com/mobile/android/features-android-kitkat/5197/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=features-android-kitkat</link>
					<comments>https://devlup.com/mobile/android/features-android-kitkat/5197/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Thu, 31 Oct 2013 19:35:12 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Google]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5197</guid>

					<description><![CDATA[<p>The latest version of android known as KitKat or Android 4.4 is announced with many neat features.One major feature in Kitkat  is that it can be installed in most of the phones as it requires 512 MB </p>
<p>The post <a href="https://devlup.com/mobile/android/features-android-kitkat/5197/">New features in Android KitKat</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/mobile/android/features-android-kitkat/5197/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing NodeJs on Amazon EC2 Instance</title>
		<link>https://devlup.com/javascript/installing-nodejs-on-amazon-ec2-instance/5175/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-nodejs-on-amazon-ec2-instance</link>
					<comments>https://devlup.com/javascript/installing-nodejs-on-amazon-ec2-instance/5175/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 15:45:44 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5175</guid>

					<description><![CDATA[<p>This article will help you understand the steps to install NodeJS on Amazon EC2 Instance in under 20 minutes</p>
<p>The post <a href="https://devlup.com/javascript/installing-nodejs-on-amazon-ec2-instance/5175/">Installing NodeJs on Amazon EC2 Instance</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/javascript/installing-nodejs-on-amazon-ec2-instance/5175/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google&#8217;s 15th birthday doodle how did they do?</title>
		<link>https://devlup.com/html5/google-doodle/5138/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-doodle</link>
					<comments>https://devlup.com/html5/google-doodle/5138/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Fri, 27 Sep 2013 22:24:20 +0000</pubDate>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[doodle]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5138</guid>

					<description><![CDATA[<p>Google&#8217;s 15th birthday was celebrated with a pinata themed doodle that showers chocolates when hit with a stick.Score is calculated based on the number of chocolates that fall from the pinata and you cannot hit more than 10 times. Ok that was one awesome doodle and hours of hitting madness.Now back to business! How Google created this doodle and what logic was applied to obtain this effect? Lets Dig in.  Creating Google&#8217;s 15th birthday doodle Resources: List of images/audio/sprites that are used in the doodle 1. Static Image This static image loads by default on all the browsers.If the HTML5 is not supported then it will be remain as is. 2.Image Sprite If the browser supports HTML5 you need to load the images dynamically using sprites.This [&#038;hellip</p>
<p>The post <a href="https://devlup.com/html5/google-doodle/5138/">Google&#8217;s 15th birthday doodle how did they do?</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/html5/google-doodle/5138/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="http://www.google.com/logos/2013/bday13/sprite.mp3" length="18677" type="audio/mpeg" />
<enclosure url="http://www.google.com/logos/2013/bday13/music-3.ogg" length="28004" type="audio/ogg" />

			</item>
		<item>
		<title>Login with Twitter using PHP</title>
		<link>https://devlup.com/programming/php/login-twitter-using-php/5070/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=login-twitter-using-php</link>
					<comments>https://devlup.com/programming/php/login-twitter-using-php/5070/#comments</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Sun, 01 Sep 2013 18:06:22 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5070</guid>

					<description><![CDATA[<p>Nowadays websites are implementing federated logins like twitter and Facebook where in you can sign-in using your social credentials instead of emails. We are going to see how to implement Login with Twitter using PHP Twitter api library. The entire process is based on the principle of Oauth.It is a protocol for secure authorization in a simple and standard method from web and mobile applications. OAuth Guide Instead of getting username and email from user, they will be redirected to twitter.com and authenticated with their twitter credentials and redirected to our application with a token code from twitter.This token code is like a key using which we can request twitter to provide the details we want or post update on behalf of the user in [&#038;hellip</p>
<p>The post <a href="https://devlup.com/programming/php/login-twitter-using-php/5070/">Login with Twitter using PHP</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/programming/php/login-twitter-using-php/5070/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Creating Image Circles using CSS</title>
		<link>https://devlup.com/css/creating-image-circles-using-css/5011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-image-circles-using-css</link>
					<comments>https://devlup.com/css/creating-image-circles-using-css/5011/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Sun, 21 Jul 2013 17:31:08 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=5011</guid>

					<description><![CDATA[<p>I recently started learning the basics of CSS3 features that you can use to create tiny animations.One of the simple css3 technique that many websites use on their comment section is to display the user&#8217;s photo in a circle. To create an image cricle in CSS you have to change the border radius property Take a sample image and create a class for it. HTML 123&#60;div class=&#34;avatar&#34;&#62; &#160; &#160; &#60;img src=&#34;http://devlup.com/wp-content/uploads/2013/07/images.jpg&#34;/&#62; &#60;/div&#62; CSS 12345.avatar img&#123; &#160; &#160; height:200px; &#160; &#160; width:200px; &#160; &#160; border-radius:250px; &#125; Result Border-radius property is used to created rounded corners for objects.Increasing the rounded corners to higher values creates the circle.Try reducing the value then you can see the rounded rectangle. Before setting the border-radius the image width and height has [&#038;hellip</p>
<p>The post <a href="https://devlup.com/css/creating-image-circles-using-css/5011/">Creating Image Circles using CSS</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/css/creating-image-circles-using-css/5011/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create Long shadow effect using Photoshop</title>
		<link>https://devlup.com/designs/photoshop-designs/create-long-shadow-effect-using-photoshop/4994/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-long-shadow-effect-using-photoshop</link>
					<comments>https://devlup.com/designs/photoshop-designs/create-long-shadow-effect-using-photoshop/4994/#respond</comments>
		
		<dc:creator><![CDATA[Jey]]></dc:creator>
		<pubDate>Sat, 13 Jul 2013 10:56:10 +0000</pubDate>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Flat UI]]></category>
		<category><![CDATA[text effects]]></category>
		<guid isPermaLink="false">http://devlup.com/?p=4994</guid>

					<description><![CDATA[<p>After flat design became popular among designers in past few months now its the turn for Long shadow designs.Applying the long background shadow to the flat design objects are more intuitive and less distractive. What is long shadow effect? The 45 degree shadow that starts from the center of the object to the end is called the long shadow effect.The fading of the shadow depends on the shape of the object in the center. Some examples for long shadow design &#160; &#160; &#160; &#160; &#160; If you are designing flat  icons then try to apply this long shadow effect to enhance the look. How to create long shadow effect using Photoshop? It is simple to apply this effect using the long shadow generator,Download this PSD [&#038;hellip</p>
<p>The post <a href="https://devlup.com/designs/photoshop-designs/create-long-shadow-effect-using-photoshop/4994/">Create Long shadow effect using Photoshop</a> appeared first on <a href="https://devlup.com">Devlup</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devlup.com/designs/photoshop-designs/create-long-shadow-effect-using-photoshop/4994/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk (Page is feed) 
Minified using Disk

Served from: devlup.com @ 2026-02-14 23:14:53 by W3 Total Cache
-->