Jump to content
xisto Community

masrawy

Members
  • Content Count

    12
  • Joined

  • Last visited

Everything posted by masrawy

  1. Asp.net is microsoft technoloy and here is a positive side because in asp.net you can write with more than one programming language ... you can write in asp.net with visual c sharp or visual basic, actually I did not practice php so I cannot talk about it.. thank you
  2. Balance in life is the best solution to all out problems...balance between material and spirit...between work and sleep...
  3. No other means than posting will enable you to get credits.. you can loging weekly and insert many topics here or you can login daily and make short topics, but in any way avoid spamming .. !!
  4. web browser is actually a web client, the idea behind it depends on client server architecture, in which client sends commands to the server and waits for response from the server.In web service HTTP protocol is used, this protocol is easy to study and apply, web browser sends Http request to server which replies with Http response
  5. Africa is full of talents and abilities, african juniors prove themseves in big european leagues like spanich and english league....alot of names like Samuel Eto..Drogba..Eisen..so if you are monitoring the african football, what do you think the best african team now ?
  6. you have to go to control panel , then choose regional and language options, then from standars and format choose your country, then from language tab choose details and then select your country, ithen you have to choose extend support of advanced text services to all programs from advanced tab to enable your settings to all programsf you want to enable languages such as chinese or arabic you have to choose advanced from the main dialogue and then select your county
  7. As a programmer, I had the opportunity to code a trojan horse before, of course it was just for experimenting not for hacking, so I am going to give a clue about the work of Trojan horses. trojans depend on the idea of client-server communication, Notice from rvalkass: Anything you copy must be wrapped in Quote tags. Readme ~ Rules ~ AUP ~ BBCodes
  8. Surely you can do many things, if this ip address is for a server, i (as a programmer) can create socket and connect to a specific service on this server provided that i know the port of this service....;every service on server has a specific port number, familiar services have certain known number; for example web service has 80...
  9. A firewall is a hardware or software solution to enforce security policies. In the physical security analogy, a firewall is equivalent to a door lock on a perimeter door or on a door to a room inside of the building - it permits only authorized users such as those with a key or access card...Firewall systems often consist of many parts. since I have developped firewall system before, I can give a picture of this security system. It often includes packet filter system which filters packets going into and out of you computer which is connected to the outer network, it inspects each packet for user defined content, such as an IP address but does not track the state of sessions. This is one of the least secure types of firewall.Firewall system also includes what is called IP tracer which traces IP addresses to give an idea about the location of the computer carrying this IP address, the idea behind this is to send a request to 'WHOIS' servers which contain information about IP addresses including their locations.Firwall system also includes Program authentication system which authenticates every program that requests access to the internet to ensure that they do not perform malicious activity or unallowed task.
  10. Both of JSP and PHP are technologies used to build dynamic web sites, JSP embeds java syntax with html to create dynamic pages, while PHP is an open-source page scripting/templating system, but in the long run, JSP and Java provide a more powerful system. Here is a list of reasons why JSP is better than PHP: any comments will be apppreciated. Notice from rvalkass: Anything you copy should be put in Quote tags. Readme ~ Rules ~ AUP
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.