Wednesday, April 3, 2013

Wordpress Installation on Localhost. Tutorial 1

Wordpress is a good editor for designing the website on our own in our local computer and to host the same.  Here  is the first tutorial on how to install the wordpress in the wamp server in LOCALHOST
 10 basic steps have to be followed. Its easy.

1.Download wamp server.  (www.wampserver.com)
2.Install Wamp server(preferable php 5.3)
3.Start the server.
(start->search->start wampserver)
4.Create databse.  http://localhost
(go to phpmyadmin) 
database name must be the website name for good reference
5.Download wordpress file(www.wordpress.org)
6.Extract the files
7.Rename the file to the website name(all small letters preferable)
//wp-config-sample.php editing and renaming to wp-config.php
databasename as the database you created.
username as 'root'
password as  ''(empty).
8.Copy to wamp server(www folder)
9.Goto http://localhost/websitename sample
10.Fill the form and start website designing

-Samvelraja


Here is the video tutorial for the same process
Video


have a nice day :)

Saturday, March 16, 2013

Top 5 websites for Android Application Development for Beginners

Top 5 Sites for Android application Development

1.TRAVIS (THE NEW BOSTON)
My first and for most suggestion would be a good video tutorial for the beginners of android.  Though many developers around the globe are putting their video tutorial my personal option in this category will be Mr.Travis.  His simplification and Explanation of each and every code in the program gives us the lively experience of learning in a professional Android class so he is the good choice for the beginners in Android application Development.  The person who is finishing the videos under this sure will became a pro in android.

android development video tutorial


2.  STACK OVERFLOW
   This website impressed me in quite long time.  Whenever i strucked immediately my pointer goes to the Google search and will typeout my problem in google search bar. surprisingly almost 90% the first page of search results will be STACK OVERFLOW and at an average i will get atleast 5 types of solution for the same problem. On my personal opinion stack overflow is the website which helps u at the time of developing your android application on your own.  

stackoverflow.com

3. GOOGLE DEVELOPERS

    Though the Emperor of internet Mr.Google gave a separate site of android developers. It still in back foot than the new boston and stack overflow in my mind.  Google developers is the best site for downloading your SDK and other requirements for starting your application development but it is not up to the  level best in solving the problems for the beginners in android development but it also have large amount of solutions for various problems which will be pretty tough for the beginners to learn and follow up.

Google Developers 


4. ANDROID-DEVELOPERS.BLOGSPOT.IN

     This is a blog where you could find more number of topics discussed and wide range of solutions have been provided from start to end of developing a website.  I would suggest bookmarking this blog which has really more resources and link to help out huge amount of Android development problems for beginners who is willing to develop their android application from top to bottom on their own.

Android.developers.blogspot.in

5. Anddev.org
   
    This is the site which dedicates fully for the forums regarding the android topic and it contains wide range of android developers who are ready to solve your problems at any time.  It is been one of my best choice for the persons who runs out of the non google supporting api's.

www.anddev.org


Best of Luck for your First android application Development