Skip to main content

Freelancer Job


Freelancer Job

Abstract:
A business relies on users every day to operate and grow. But the value of those users comes from productivity, not owning them. By contract work, a company can transfer the commitment and long term responsibility of a full time employee and all the risks and legal attachments that go along with being an employer. It allows you to concentrate on using those workers as a productive part of the business rather than a never ending HR responsibility.        
   The application is reduced as much as possible to avoid errors while entering the data. It also provides error message while entering invalid data.  No formal knowledge is needed for the user to use this system.  Thus by this all it proves it is user-friendly.
EXISTING SYSTEM       

The Freelance uses the Sanchez application which is a single user system to find the Freelance information.
·         The important and the most significant drawback is that the system is manual.  There are errors due to carelessness or oversight that may result in loss to the data and as to the organization.  For an organization, time is very important factor.
·         The Freelance information are stored in the Sanchez application which is like a excel sheet. This makes it impossible to search for Freelance information in such a long table manually and to add a new query if the searched query is not available.

         

PROPOSED SYSTEM

           The proposed system is designed to eliminate all the drawbacks of the existing system. The system is part of a large Freelance Application and shall be responsible for maintaining information about users,
·         Forum,
·         User, Freelancer Post New Project,
·         Admin Post New Project,
·         Post Buyer Project,
·         Buy a Project,
·         Freelancer Commit Project,
·         User Registration,
·         Contact Admin,
·         Administration,
Work changes and several ad hoc reports.

The major advantage of the proposed system is,
  • It’s online, so that information is available anytime.
  • High integrity and security.
  • Ability to incorporate newly available data.
  • It is user friendly
  • Speed and accuracy is increased
  • Fully automated.
  • Security is associated with user authentication
  • Duplication of information is curbed.

7. System Specification:  

  H/W System Requirement

        Processor               -    Pentium –III


Speed                                -    1.1 Ghz
RAM                                 -    256  MB(min)
Hard Disk                          -   20 GB
Floppy Drive                     -    1.44 MB
Key Board                         -    Standard Windows Keyboard
Mouse                                -    Two or Three Button Mouse
Monitor                              -    SVGA

S/W System Requirement


S/W System Configuration

v   Operating System               :   Windows 95/98/2000/NT4.0.
v   Application  Server  :   Wamp2.2e

v   Front End                               :   HTML, PHP.
v   Scripts                                   :   JavaScript.
v   Server side Script                :   PHP.
v   Database                               :   Mysql.
v   Database Connectivity       :   PhpMyAdmin.


Comments

Popular posts from this blog

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search ABSTRACT: In this paper, With advances in geo-positioning technologies and geo-location services, there are a rapidly growing amount of spatiotextual objects collected in many applications such as location based services and social networks, in which an object is described by its spatial location and a set of keywords (terms). Consequently, the study of spatial keyword search which explores both location and textual description of the objects has attracted great attention from the commercial organizations and research communities. In the paper, we study two fundamental problems in the spatial keyword queries: top k spatial keyword search (TOPK-SK), and batch top k spatial keyword search (BTOPK-SK). Given a set of spatio-textual objects, a query location and a set of query keywords, the TOPK-SK retrieves the closest k objects each of which contains all keywords in the query. BTOPK-SK is the batch processing of sets...

A simple and reliable touch sensitive security system CODING

#include <REGX51.H> #include "lcd.c" #define MAX_DELAY() delay(65000) sbit Vibra_Sense=P3^1; sbit Buz=P1^0; void intro() {  lcd_init();  lcd_str("Touch Sensitive ",0x80);  lcd_str("Security System ",0xc0);  MAX_DELAY();MAX_DELAY();  lcd_clr();  }  void main()  { unsigned int i = 0, j= 0; intro();    while(1)    { lcd_str("Security Syst On",0x80); lcd_str("No Vibra Detectd",0xc0); Buz = 1; if(Vibra_Sense == 1) { while(Vibra_Sense == 1) delay(1000); } else { while(Vibra_Sense == 0) delay(1000); } Buz = 0; lcd_str("Vibraton Detectd",0xc0);delay(65000); while(1);    }  }

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud Abstract                                                                                                                                                      ...