-
Even though I am a Final year IT student, I am not good in programming. So, I thought that I could learn about web technologies and do my final year project on my own in it, instead of buying projects from project centers which is a total waste of time and money. I just want to do something of my own and gain some knowledge in it and hence I chose to create a social networking website. So, I would like to know what things I have to learn as the first step of my project. Is it wise to choose social networking website as my final year project? If not can you please help me with some ideas along with what i should study with it?0
-
Administrator • Jul 5, 2015
Well, you will have to learn programming language anyway. The first step would be to pick up a web programming language: PHP, Ruby, JavaScript and also have some knowledge of HTML and CSS. That'd be the first step words working on your own project.SREJASo, I would like to know what things I have to learn as the first step of my project
Sure it's a nice idea if you are new to programming. List out the features you'd like in your social networking project. That should give you a clear idea about the scope and limitations of your project.SREJAIs it wise to choose social networking website as my final year project?Are you sure? This action cannot be undone. -
Member • Jul 5, 2015
Main Features:
1) Chatting
2) Blogging
If possible, Ill try to add some more additional features.Are you sure? This action cannot be undone. -
Administrator • Jul 5, 2015
#-Link-Snipped-# - If you are making a social network; you will have to start with the core features like - user management (login, sessions, connections, passwords etc.), wall so that people can write messages, uploading files, photos etc. Chatting and blogging would be nice features to have.Are you sure? This action cannot be undone. -
Member • Jul 5, 2015
What are the softwares that I have to download for doing my project?Kaustubh Katdare#-Link-Snipped-# - If you are making a social network; you will have to start with the core features like - user management (login, sessions, connections, passwords etc.), wall so that people can write messages, uploading files, photos etc. Chatting and blogging would be nice features to have.Are you sure? This action cannot be undone. -
Administrator • Jul 6, 2015
If you want to develop a software on your own, you won't need any existing software. Just download XAMPP and setup a development environment. You will also need an IDE to develop your project. There are several open source IDEs available that you can use - for example, NetBeans or Zend Studio Community Edition or Eclipse.SREJAWhat are the softwares that I have to download for doing my project?Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
why don't you use Wordpress for blogging and stuff!SREJAEven though I am a Final year IT student, I am not good in programming. So, I thought that I could learn about web technologies and do my final year project on my own in it, instead of buying projects from project centers which is a total waste of time and money. I just want to do something of my own and gain some knowledge in it and hence I chose to create a social networking website. So, I would like to know what things I have to learn as the first step of my project. Is it wise to choose social networking website as my final year project? If not can you please help me with some ideas along with what i should study with it?
its easier plus you get plugins and themes as an advantageAre you sure? This action cannot be undone. -
Administrator • Jul 6, 2015
Won't that defy the purpose of the project? Entire social networking can be setup easily by installing the BuddyPress plugin on WordPress - and it will give you everything. But that will result into almost zero learning.priyank bhardwajwhy don't you use Wordpress for blogging and stuff!
its easier plus you get plugins and themes as an advantageAre you sure? This action cannot be undone. -
Member • Jul 6, 2015
yup !! Looking at the learning POV you are right !!Kaustubh KatdareWon't that defy the purpose of the project? Entire social networking can be setup easily by installing the BuddyPress plugin on WordPress - and it will give you everything. But that will result into almost zero learning.
To my view making changes in the plugins or designing custom plugins and custom themes would be of a great value.
But yes you are right about the gaining knowledge thing.Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
Thank you very much for your help and support 😀Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
Thank you!!priyank bhardwajyup !! Looking at the learning POV you are right !!
To my view making changes in the plugins or designing custom plugins and custom themes would be of a great value.
But yes you are right about the gaining knowledge thing.Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
Thank you!!Kaustubh KatdareIf you want to develop a software on your own, you won't need any existing software. Just download XAMPP and setup a development environment. You will also need an IDE to develop your project. There are several open source IDEs available that you can use - for example, NetBeans or Zend Studio Community Edition or Eclipse.Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
I downloaded xampp, but when I try to open a text file from htdocs (index as localhost) it shows error. Does that mean something went wrong in downloading xampp? What should I do for it?Kaustubh KatdareIf you want to develop a software on your own, you won't need any existing software. Just download XAMPP and setup a development environment. You will also need an IDE to develop your project. There are several open source IDEs available that you can use - for example, NetBeans or Zend Studio Community Edition or Eclipse.Are you sure? This action cannot be undone. -
Administrator • Jul 6, 2015
If you have successfully installed XAMPP and got the servers running; do this to verify your installation:SREJAI downloaded xampp, but when I try to open a text file from htdocs (index as localhost) it shows error. Does that mean something went wrong in downloading xampp? What should I do for it?
1. Create file named phpinfo.php inside /htdocs/
2. Paste this code inside this phpinfo.php file:
<?php phpinfo(); ?>
Now go to your web browser, type: #-Link-Snipped-# and check if you see a big table with all the information about your PHP setup.Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
I did what you told, but it tells that "The page can't be displayed" :'(Kaustubh KatdareIf you have successfully installed XAMPP and got the servers running; do this to verify your installation:
1. Create file named phpinfo.php inside /htdocs/
2. Paste this code inside this phpinfo.php file:
<?php phpinfo(); ?>
Now go to your web browser, type: #-Link-Snipped-# and check if you see a big table with all the information about your PHP setup.
Anyways Thank you so much for helping and supporting me 😀Are you sure? This action cannot be undone. -
Administrator • Jul 6, 2015
Are you running all the servers; especially 'Apache'? Grab a screenshot of the XAMPP window showing servers running and post it here.SREJA"The page can't be displayed" :'(Are you sure? This action cannot be undone. -
Member • Jul 6, 2015
Sorry, I forgot to start apache. Eventhough when I start apache I get "Object not found!"Kaustubh KatdareAre you running all the servers; especially 'Apache'? Grab a screenshot of the XAMPP window showing servers running and post it here.
This is what I get.(Sorry uploading file or photo is not responding)
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the #-Link-Snipped-#.
Error 404
#-Link-Snipped-#
Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8Are you sure? This action cannot be undone. -
Administrator • Jul 6, 2015
I'm assuming your file path is: xampp/htdocs/phpinfo.phpSREJAIf you entered the URL manually please check your spelling and try again.
If that is correct, your file should load on #-Link-Snipped-# . Post the screenshot of your settings (xampp window).Are you sure? This action cannot be undone. -
Member • Jul 13, 2015
Hw can i learn web designing effectivelly and which languages are vitalAre you sure? This action cannot be undone. -
Member • Jul 14, 2015
Basic HTML and CSS will help you in getting a basic site up and running. This will help you in creating a static website, which means the content of the website does not change until you do it yourself in the code.godymarolinHw can i learn web designing effectivelly and which languages are vital
Once you get a good comfort and experience with those two, start understanding PHP and its power to create dynamic sites by communicating with the server during page view. Gain a little confidence with PHP and start database related actions in PHP like sessions, logins etc. You will basically start with procedural PHP where you are running a PHP file line by line, then learn the Object Oriented approach of PHP which actually boosts the actual power of PHP's great features. Object orientation is great in PHP. Using jQuery with PHP will help you in changing web pages on fly at the client side.
But this way is too much and you will generally want to at least reach PHP and Database manipulation to make great websites.
Hope that helps.Are you sure? This action cannot be undone. -
Member • Jul 17, 2015
Having trouble with XAMP? Sometimes it gets confusing seeing the buttons and stuff and what it all is. I suggest WAMP. Similar as in nothing is different, just makes stuff start on one click. Un-install XAMP from the PC and install WAMP. Have a look at this tutorial : <a href="https://www.tutorialchip.com/php/wamp-server-installation-guide-for-windows-7-3264-bits/" target="_blank" rel="nofollow noopener noreferrer">WAMP Server Installation Guide for Windows 7 32/64 Bits - TutorialChip</a>SREJAEven though I am a Final year IT student, I am not good in programming. So, I thought that I could learn about web technologies and do my final year project on my own in it, instead of buying projects from project centers which is a total waste of time and money. I just want to do something of my own and gain some knowledge in it and hence I chose to create a social networking website. So, I would like to know what things I have to learn as the first step of my project. Is it wise to choose social networking website as my final year project? If not can you please help me with some ideas along with what i should study with it?
and then follow what @#-Link-Snipped-# has said to check php:
1. Create file named phpinfo.php inside /htdocs/
2. Paste this code inside this phpinfo.php file:
<?php phpinfo(); ?>
Now go to your web browser, type: #-Link-Snipped-# and check if you see a big table with all the information about your PHP setup.Are you sure? This action cannot be undone. -
Member • Jul 27, 2015
Tha
Thanks a lot!nINAD pARDHIYEHaving trouble with XAMP? Sometimes it gets confusing seeing the buttons and stuff and what it all is. I suggest WAMP. Similar as in nothing is different, just makes stuff start on one click. Un-install XAMP from the PC and install WAMP. Have a look at this tutorial : <a href="https://www.tutorialchip.com/php/wamp-server-installation-guide-for-windows-7-3264-bits/" target="_blank" rel="nofollow noopener noreferrer">WAMP Server Installation Guide for Windows 7 32/64 Bits - TutorialChip</a>
and then follow what @#-Link-Snipped-# has said to check php:
1. Create file named phpinfo.php inside /htdocs/
2. Paste this code inside this phpinfo.php file:
<?php phpinfo(); ?>
Now go to your web browser, type: #-Link-Snipped-# and check if you see a big table with all the information about your PHP setup.Are you sure? This action cannot be undone. -
Member • Jul 27, 2015
Happy to help!SREJATha
Thanks a lot!Are you sure? This action cannot be undone.