Category Archives: My projects

Automatic Website Creation using XML and XSL

I have tasted XML and XSL in my third year of engineeing, where I made a project on Automatic website creation by using the XSL and XML. The whole project was about how to create a website that generates different … Continue reading

Posted in Miscellaneous, My projects | Tagged , , , , , , , , , , , , | 2 Comments

Network Messenger in C#

This messenger implements both Client Server and Peer to Peer Connectivity. Every user signs up after authentication, hence it is client server communication between an individual user and server, while clients have a peer to peer communnication among them, which is not surprising. Continue reading

Posted in My projects, Web | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Crossword Game in C

My first project of academics. Learning and making use of C language is compulsory for a beginner programmer. Crossword game developed in C , was a challenge for someone like me, who has just started playing with loops and arrays, … Continue reading

Posted in My projects, Web | Tagged , , , , , , , , , , , , , , , | 3 Comments