How to create facebook application using PHP and graph api
This tutorial will explain how to create a facebook application using Graph api and PHP.For those who are new to Facebook platform you need to learn the basics of Graph api.We are about to build a...
View ArticleHow to use Facebook query language to build applications
Facebook query language[FQL] is the SQL styled query language used to fetch the data from the graph api which we can tweak to build an application. Before beginning you need to know the basics of graph...
View ArticleGoogle publishes Glass Mirror API
Google Glass which was demonstrated an year ago in Google IO conference is now a reality.Starting today they have started shipping explorer version of google glass devices to enthusiastic developers...
View ArticleUsing Regular Expression Search in Notepad++
Notepad++ is simple yet very useful editor for developers that helps coding tonnes of lines of code effectively .A talented developer should learn the best ways to use Notepad++ efficiently . Notepad++...
View ArticleHow to add Text to Image using PHP
Using PHP’s image functions we can able to add text on a image or a background programmatically using PHP.In this tutorial we will be designing a webform through which you enter the text and create an...
View ArticleSend and receive push messages using Google Cloud Messaging
GCM or Google Cloud Messaging service is offered by google for the android platform to send and receive data using google’s cloud infrastructure.Earlier it is better known an C2DM or Cloud to Device...
View ArticleWebsites to learn online programming courses
Learning programming courses online is now easier than ever.Employers consider these online courses valuable these days since people are more likely to attend the courses online than conventional...
View ArticleFaster coding using Notepad++ Snippet plugins
Snippet plugins are highly effective in reducing the coding time by automating the repetitive tasks.Sometimes you need to type the repetitive part in coding such as adding the library files in the head...
View Article[How to] Find IMEI number of stolen android device
This tutorial will show you how to find IMEI number of stolen android device which is registered to your Google accountThe post [How to] Find IMEI number of stolen android device appeared first on Devlup.
View ArticleCreate Long shadow effect using Photoshop
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...
View ArticleCreating Image Circles using CSS
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...
View ArticleLogin with Twitter using PHP
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...
View ArticleGoogle’s 15th birthday doodle how did they do?
Google’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...
View ArticleInstalling NodeJs on Amazon EC2 Instance
This article will help you understand the steps to install NodeJS on Amazon EC2 Instance in under 20 minutesThe post Installing NodeJs on Amazon EC2 Instance appeared first on Devlup.
View ArticleNew features in Android KitKat
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 The...
View ArticleCreate a simple Logic App in Microsoft Azure
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...
View Article[FIXED] IIS 10 not serving CSS, IMAGE files in Windows 2016
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:...
View Article[Fixed]No relevant source lines error in Machine.config
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...
View ArticleOracle SqlLoader fix for Windows 2016
After configuring Windows 2016 OS, if you start SQL Loader you may receive the message “This Program can’t start because oranfsodm12.dll is missing from your computer.Try reinstalling the program to...
View Article