Projects

Migrated to djordjega.github.io

Comments

  1. hi, I am new in Java and I need to solve this problem for the java course :
    *create an application for the assembly of two numbers. the assembly operation must be performed on the server, which accepts the assemblies and offers solutions. therefore, the solution must have two components: server and client. for entering the assemblies, keys for initiating the calculation and fields for displaying the result of the assembly.You must use the java.awt library.The client can be a console application, the server must accept the data from the client, analyze it, choose the calculation and finally transmit the solution to the client. All the exceptions that appear in the code must be addressed using the try catch blocks....please help me.....I notice you are very good coding

    ReplyDelete
  2. Hi. Thank you for all that you do, it helped me a lot when I was stuck. This is the last assignment I have to do and I've really been struggling with it. It's PHP - Web Application assignment. If you could help me I'd very much appreciate it. So here are the requirements:

    Make a web site with appropriate administration system for it. It's required that the site possesses the following functionalities:

    - User login and registration
    - News display
    - Adding comments
    - Display news by categories (navigational menu where you can display news for each category)

    Now the rest is optional and not obligatory:

    - Adding and removing news which only the admin can do
    - Adding and removing comments which also only the admin can do
    - Ensure that every user can delete their comment

    I made a MySQL database and a functional login and registration system, but that's it so far.

    ReplyDelete

Post a Comment