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

Web-based client program, Why are JSP pages the preferred API for creating ...

Why are JSP pages the preferred API for creating a web-based client program? Because no plug-ins or security policy files are required on the client systems (applet does). Also,

What are inner beans, When wiring beans, if a bean element is embedded to a...

When wiring beans, if a bean element is embedded to a property tag directly, then that bean is said to the Inner Bean. The disadvantage of this bean is that it cannot be reused any

What is mvc, Model-View-Controller (MVC) is a design pattern put together t...

Model-View-Controller (MVC) is a design pattern put together to help control change. MVC decouples interface from business logic and data. ? Model: The model having the core of

Define enumeration, Define enumeration? Enumeration is explained as val...

Define enumeration? Enumeration is explained as values type that having of a set of named values. These values are constants and are called enumerators. An enumeration type is

Explain about the interpreter in java, Machines should have Java interprete...

Machines should have Java interpreter for the Java byte code to get implemented. Linking is a very simple process and this feature helps while developing applications. Java compile

PatternPrinter , The method should printout line numbers from 1 to howmany ...

The method should printout line numbers from 1 to howmany in the previous format -ONLY WHEN is divisble by 3 but is should not oupt more then 3 numbers on the line. input 1 outpu

Program a pong game using rmi, Using RMI, program a PONG game that enables ...

Using RMI, program a PONG game that enables two users to play against one another. Pong class: package graphics;/* * Copyright (c) 2006, Your Corporation. All Rights Reserved. */

Describe the socket and inter process communication in java?, A   socket   ...

A   socket   is      interaction   channel,   which   facilitates   inter-process   communication. A socket is an endpoint for interaction. There are two types of sockets, dependin

Program will compile but wont run , Im receiving an error message of Except...

Im receiving an error message of Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5 at Homework.main(Homework.java:51)

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