Developing a prototype system in php and javascript, JAVA Programming

Assignment Help:

General Overview

A number of organisations are using micro-blogging as a cost-effective way of communicating with customers, building online communities and releasing information about product releases, updates etc. The main application in this field is twitter, which has 500 million registered users1. Twitter allows registered users to post short messages called tweets of up to 140 characters and reply to other users' tweets. Although a simple concept, twitter is being used in a variety of ways with one of its key strengths being the number of third party applications that enable users to interact with the twitter service from a wide range of devices (this strength however is currently being scaled down by twitter2).

For this coursework you are tasked with creating a specialised version of twitter that allows users to post links to useful websites along with a non-optional description of up to 140 characters. Users can also comment on other users' posts, again not exceeding 140 characters. You can think of this as a mixture between twitter and Delicious

It is suggested that you create a twitter and delicious account so that you can explore and fully understand the functionality of twitter. Be aware though that twitter contains more features than are needed for this coursework.

Task 1: Interface

You are tasked with developing two simple but secure and effective web-based interfaces for two types of users: readers and posters. One interface will be suitable for mobile devices, such as the iPhone, the other will be suitable for standard web browsers.

You must make sure that both interfaces meet usability and accessibility criteria and that you follow an appropriate developmental methodology. This must be documented in the report.

Task 2: Basic Functionality

You are tasked with developing a prototype system in PHP and JavaScript with a backend

MySQL database to store details of registered posters, posted links/descriptions and posted replies. For the prototype you can make the following simplifying assumptions:

1. A reader can view all posts of all users.

2. Each user has a page that lists all of the links and descriptions that they have posted.

3. Any user can create an account and immediately post links.

4. Once registered, a user can edit their own profile that contains a short biography and their contact details.

5. Only registered users can post a reply to a link.

6. Replies to links can be shown immediately below the message they are in reply to or on a separate page.

7. All posts are to be time stamped with their creation date and time.

8. Both interfaces have the same functionality and display the same content but in a manner appropriate to each device

You need to provide some or all of the following functionality

1.    Any post should only contain the link and a description of up to 140 characters including spaces

2.    Posters can delete past links

3.    Posters can create and edit their own profile

4.    Any user can see a list of all messages for any poster as well as the replies to any post, ordered by date posted (most recent first)

5.    Any user can view the profile of any poster

6.    Validation of all data entry forms

7.    A secure login system for posters

8.    A registration system for any user to become a poster


Related Discussions:- Developing a prototype system in php and javascript

Define array, Define Array ? Indexed collections of variable of similar...

Define Array ? Indexed collections of variable of similar data types or we can say a Set of organized variables of similar type.

Compare an abstract class and an interface , You want the base class to rep...

You want the base class to represent only an interface for its derived classes. That means, you don't want anyone to actually instantiate an object of the parent class. You only

AdressBook, Write a program that uses one of the Map classes to implement a...

Write a program that uses one of the Map classes to implement a contact list. Contact information should include first name, last name, a phone number and an email address. The lis

Threads, programming challenges

programming challenges

Program with fibonacci sequence of first 20 terms, Program 1. Write a J...

Program 1. Write a Java program to display the first 20 Fibonacci numbers Program with Fibonacci sequence of first 20 terms Output 2. Write an applet progr

Decsion tree, implementation of DT in netbeans

implementation of DT in netbeans

Basic difference between java and c++, Both Java and C++ use same syntax an...

Both Java and C++ use same syntax and are Object Oriented, but there are several differences between Java and C++:   1.    Java does not use pointers. Pointers are inherently

What is the order of function invocation in an applet? , The Applet's life ...

The Applet's life cycle functions are as follows: public void init() : Initialization function called only once by the browser. public void start() : Method called after

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd