4 Array functions you should know in PHP
An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier.for example, we can store 5 values...
View ArticleHow 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 download webpage content using PHP CURL
PHP CURL-The powerful and useful library to fetch contents from websites remotely.Using Php CURL you can able to download the webpage source of any website and store it to a php variable.Curl requests...
View ArticleHow to backup database using PhpMyAdmin
PhpMyAdmin is a tool to manage MySql databases over the internet.You can perform all kind of database operations using this tool through http request.PhpMyAdmin also provides and acts as front end...
View ArticleImplement Ajax using PHP and Jquery
In this tutorial we will implement the AJAX technique using jquery and PHP.We can use the traditional method using the javascript XHR but it is lot simpler when we use Jquery.In the example detailed...
View ArticleSend SMS using Way2SMS PHP API
Way2SMS is a popular free sms service in India that offers users to send SMS to mobile numbers using internet.The service is reliable and delivers the SMS in few seconds but there is no public API...
View ArticleCapture webpage screenshot using PHP and Phantomjs
Recently I Tried the ways to capture a webpage screenshot using php. There are many number of approaches to capture the screenshot but there are some difficulties with the default php functions and...
View ArticleUpdate your facebook status using PHP and Graph API
This tutorial will teach how to update Facebook status using PHP graph API.It uses the recent Facebook PHP SDK available on Github. Before beggining get acquainted with basics of facebook app...
View ArticleBest way to store passwords in MYSQL database
Passwords and other highly sensitive information should not be stored as plain text in databases but it should be encrypted.If the server gets hacked by an intruder then he will get only the encrypted...
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 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 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 Article