Create automatic mysql database backup using cronjob, gzip and shell script in linux


MySQL which is the most popular and widely used opensource database. Many web applications are developed using the MySQL database. It’s always a best practice to backup the your CMS or any custom developed web application database daily. The three easy steps to configure the automatic backup in Linux is as follows, STEP 1: Creating a Shell [...]

Multilanguage support & Internationalization (i18n) in Java Web Application


1. Create a Simple dynamic web project in eclipse and name it as “Test”. 2. create a package “com.example.test and place the property file inside the package 3. create the JSP page with name “index.jsp” and place the code below in that page. 4 create the JSP page with name “tt.jsp” and place the below [...]

Export, Install and Run the Android Application in Mobile from Eclipse Project using the APK file


In this post, I’m gonna tell u how to Deploy android app fron Eclipse 1. Go to File->Export, then window will arise as shown below 2. Choose Android Application then Click Next, then Select your Project from your local computer as shown below 3. Then you need to Enter the Path to Keystore, choose Existing [...]

Change browser url without page reloading with ajax request using JavaScript, HTML5 history API, jQuery, PHP like Facebook, Github navigation menu


When you are working with ajax, the problem is that after you have loaded some content using ajax, you can’t change the URL of the browser according to the content. Because of this, reloading the page causes the new ajax content to disappear and it shows the previous page. Although you can resolve this problem [...]

Android Getting Started


getting started with android application development

I hope this post will help everyone those who want to start with Android applications. To develop Android applications you should have a Android SDK  to run the dveloped application through the Virtual Emulator and Eclipse to develop the application. 1 .   To start with android, you need two main tools 1.1     [...]

How to get New Facebook Profile Timeline with header banner image


old-facebook-to-new-facebook

Facebook has introduced a new profile layout called ‘Timeline’ where you can put your own image as header banner image and also the status feeds will be in the grid layout. Now this feature is only opened for developers. To get the new profile, login to Facebook and follow the given steps… Step 1: open [...]

Facebook, Twitter like JSON feeds with PHP, JavaScript, Ajax, jQuery, MySQL


flow

When you go to Facebook or Twitter, The first thing you notice is that the page is loaded and within seconds the status feeds will be displayed. That is because the page is loaded first and after that it sends an ajax request to another page and gets back the feeds in the JSON format [...]