Development of a Data-Driven Web Application

You are required to design and implement a data-driven ASP.NET Web Forms application. It can be
a discussion forum, blog system, a library management system, a photo-sharing system, or a social
network. The application should have public part (accessible without authentication), private part
(available for registered users) and administrative part (available for administrators only).
The assignment is a group assignment; group size: 2 or 3 students.

Assessment Requirements
Your Web application should use the following technologies, frameworks and development
techniques:
• Use ASP.NET 4.5 Web Forms, C# and Visual Studio Express for Web 2012
• Your application should have at least 6 content pages
• Your UI should use server-side Web Forms UI rendering (ASPX pages and ASCX controls)
o ASP.NET MVC and JavaScript UI controls/Frameworks are not allowed
• Use MS SQL Server as database back-end
• Use Entity Framework or ADO.NET directly to access your database
• Use data-binding techniques of your choice. You are free to use data-source controls (like
SqlDataSource and EntityDataSource), model binding or manual binding in the C# code
behind pages.
• Use at least two data grids (table-like data UI components) with server-side paging and
sorting
• Use a Master page to define the common UI for the public, private and administrative parts
• Use Sitemap and navigational UI controls to implement site navigation
• Use the standard ASP.NET Membership or Identity System for managing users and roles
o Your registered users should have are least two roles: user and administrator
• Use the standard ASP.NET Web Forms controls (from System.Web.UI)
2
• Use UpdatePanels and AJAX where applicable to avoid full postbacks
• Apply error handling and data validation to avoid crashes when invalid data is entered
• Handle correctly the special HTML characters and tags like <br />
• Use at least one file upload form to send files at the server side (e.g. profile photos for your
users)
• Nice looking UI supporting of all modern and old Web browsers
• Good usability (easy to use UI)

Public Part
The public part of your projects should be visible without authentication. This public part could be
the application start page, the user login and user registration forms, as well as the public data of the
users, e.g. the threads in a discussion forum, the blog posts in a blog system, the books in a library
system, etc.

Private Part (User Area)
Registered users should have personal area in the Web application accessible after successful login.
This area could hold for example the user’s profiles management functionality, the user’s book loans
in a library system, the user’s own posts in a blog system, the user’s photos in a photo sharing
system, the user’s contacts in a social network, etc.

Administration Part
System administrators should have administrative access to the system and permissions to
administer all major information objects in the system, e.g. to create / edit / delete users and other
administrators, to edit / delete threads and posts in a discussion forum, to edit / delete photos and
albums in a photo sharing system, to edit / delete posts in a blogging system, etc.

from 6 to 8 papers

________

The team planning to design, develop and implement a data-driven web application (Jobseeker and Labor Market Management System) which will consist mainly three parts:
1. Public Part :
1.1. Job announcement
1.2. Searching job
1.3. Searching employee
1.4. Searching employer
1.5. Publishing cv,s
1.6. etc.
2. Private Part :
2.1. Registering Employer
2.2. Registering Employees
2.3. etc.
3. Administrative Part:
3.1. Managing the system
3.2. Update …

and please be sure to use C# and Visual Studio Express for Web 2012

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

Risk Modelling Analysis

Order Description

the lecturer has given us instruction on the coursework. the coursework instruction can be downloaded from this website: ram.edu-sys.net. please note that the course work are divided into 2 part A and B.the report should be combined together and excel spreedsheet must be calculated and attached to the coursework. all references should be from the lecture notes provided in the website and excel format to be used as per provided in the website instruction.

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

How does House VI become the most successful case study in deconstructive architecture

Order Description

There are two separate work.

*Develop research method
Write a brief description of the approach you will use to research and answer your question. One clear and well-crafted paragraph should suffice. The following must be included in your description. These are also the Marking Criteria:
1) Identify what evidence you will use to answer your question. (Evidence can be text based, case based, visual, and more)
2) Explain why that evidence is the best for your question.
3) Explain how you will analyse the evidence.

*Execution of the research
Write a brief one-page analysis of the evidence you are working with. This is not a complete analysis but the beginning. You will be able to write more detail for the final submission. This is meant to show how you are thinking. A couple of sentences per piece of evidence is enough. Remember that “analysis” means drawing a conclusion or making a claim based on what you learned from examining the evidence. You will be marked on the clarity of your analysis and on your ability to work with evidence and draw conclusions.

1) Analysis of the evidence you are working with – you need a minimum of 6 pieces of evidence (again, you can analyse through writing, through diagramming with written explanation, and more)

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

Develop an appropriate HRM policy for QANTAS

Order Description

QANTAS is Australia’s flagship airline and as such is recognised as Australia’s national carrier. However, intense competition both globally and domestically and the impact of increased operating costs, have severely eroded the company’s profitability.

QANTAS has pursued strategies of cost reduction through downsizing, outsourcing and the introduction of new technologies and this raises questions about the possible long term effects of this strategy and its implications for QANTAS’ HRM and employee relations.

QANTAS has recently announced that it will be downsizing another five thousand jobs as part of a corporate restructuring programme focused on achieving $2 billion in cost savings for the airline.

Assume that you are the newly appointed HR Director for QANTAS, analyse QANTAS’ history of downsizing and outsourcing, consider the HRM impacts on motivation and performance management and employee relations.

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

Geo-News Analysis

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

basic CCS project

Order Description

The second project assignment extends the structured content developed in HTML by adding formatting and layouts using Cascading Style Sheets. Read the assignment carefully and complete each part of the assignment as directed. All assignment files should be stored in a single folder. Name each folder with the assignment name and your username. The folder for Assignment 2 should be named asn2-clementft. Compress and archive the folder and rename the archive asn2.zip. Upload the archive on Moodle.
Style Sheet Requirements
Create an external CSS file and link the file to each of the HTML pages. Then, define a series of CSS selectors and rules that format, design and organize the content in the web pages. Specifically, you must develop a set of styles that:
1. Creates a consistent typography (font family, size, etc.) throughout the site
2. Develop a color palette choosing primary, secondary, background, highlight and other colors. Apply the color palette consistently throughout the page
3. Use margins, padding and alignment to separate content on the page
4. Create a layout using CSS and DIV elements to organize content on the page
Selector Requirements
Furthermore, among the styles created above you must use at least the following selector types:
1. Three (3) tag selectors ( )
2. One (1) class selector (.important) – has to have attribute class =”important”
3. Two (2) id selector ( #navigation ) – id =”navigation”, only once per page
4. Two (2) grouping selectors ( p, h1, h2 ) – all <p> <h1> <h2>
5. One (1) pseudo-class selector ( : ) – hovering over element, visited. When you hover over the link in the example, it will change color.

**Single external style sheet!

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

discussion on Power in nursing

Order Description

Use the recommended reading, the youtube video and the figure to discuss how Theory of Situational Leadership may be applied in your own practice. Reflect on use the Leadership and Management theories and identify which theories demonstrate power relationships.
Discuss how power can be used in a constructive way by focussing on Hersey and Blanchard’s Theory of Situational Leadership. Provide examples from your own nursing practice.

Recommended reading & the youtube video:

http://tr.51job.com/train/51newsletter/aug2007/slii_b-e.htm
https://www.youtube.com/watch?v=QbS3samTsOA

• There is no introduction or conclusion
• Please use 3 more relevant references

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]

Management and Leadership Intellipath

Order Description

Please log into https://mycampus.aiu-online.com/_layouts/login/login.aspx?ReturnUrl=%2f

Username: chris.johnson656
Password: johnson123

Click on Management and Leadership of Organization, Click on intellipath, Cilck on 2nd bubble at the top of the page labeled Leadership Challenges, Click continue intellipath, answer all questions in all nodes until the status bar reads 100%

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]