I normally use mediafire to share my files but sometimes mediafire is not working at SLIIT due to the proxy server. Therefore I wanted to find a better way to share files. Emailing is not possible because most of the time my files contain exe files and gmail is not allowing exe file attachments.Then I moved into dropbox. It is a ...
These are some GUI applications I developed when I was following the 'Software Technology I' subject when I was in the second semester of the first year at SLIIT. I think this will be useful to learn not only Stacks and Queues but also tasks like exception handling when implementing a C++ GUI application in Visual Studio.This Stack application demonstrates ...
In this fast growing IT field, technology is changing day by day. Therefore as the IT undergraduates, we must always update our knowledge and we should be aware of what's happening in the Information Technology world.Other thing is getting good results from the exams in our degree programs. There are so many good learning resources on the internet. We must ...
Using the software I have developed, it is easy to handle all the SQL server database information. When you run the software, it shows all the databases in the server. You can click on the particular database you want to manage. Then it shows the tables inside that database. You can click on the table name that you want to ...
For the 'Design and Analysis of Algorithms' (DAA) subject in the 2nd semester of the 2nd year at SLIIT, we had to develop an application to demonstrate the usage of some algorithms. We were given a list of algorithms and we were given freedom to choose any programming language and tool for the development. I chose C# since I'm familiar ...
I thought of writing this post as a reply for a comment published in the last post I wrote on connectivity of Java and MySQL. From a previous post I showed you how to install and configure MySQL server on your PC. From this post you can learn some of the basic but essential operations you can do using MySQL. ...
If you couldn't read the previous posts of this series, first read them. Part I, Part II, Part III, Part IV.Fortunately 12 Lab II had plug bases under the computers (In some other labs they were sealed I guess) and all of them were occupied. I shutdown a PC in the lab and plugged my laptop there. We had to ...
If you couldn't read the previous posts of this series, first read them. Part I, Part II, Part III.Before sleeping, I set the alarm to 5.00 A.M because I knew that otherwise I wouldn't be able to finish the project before delivering the presentation. After two hours the alarm was ringing. I got up with a terrible headache and despite ...
Coder Girl Lyrics:to be the keys underneath her finger tips Her class makes a brotha's back buffer wanna flipand be number one on her link listand get a callback, I'm in all capsfeels like my first hello worldwhat it is to run with a coder girland it ain't hard to like how she writeswith her pretty interface, plus her source ...
Earlier I thought of updating the blog everyday but for the last few days I couldn't because I wasn't in a good mood..... kind of fed up after all of these... This semester is not like the previous two semesters and the content we have to learn is very much high comparatively. So I got the feeling that I'm still ...
Today is 20th March 2011 and it's 9 : 53 P.M. I'm going to write what happened today. The alarm rang at 4 : 00 A.M and I woke up and hurried to turn it off because I didn't want to wake up Isuru's parents by letting the alarm ring continuously. Isuru was sleeping and I tried to wake him ...
From this post, I will show you how to create a basic Crystal Report. You don't need to have previous knowledge in reporting. Just a little bit knowledge in C# and SQL would be enough.In SQL Server, I'm creating a database named 'Company' and inside that I have a table named 'Employee'. An employee has an id, a name and ...
I guess most of you know the freelancer website but you may have not tried to do a project in that yet. From this post I'm telling you about my very first project in freelancer.I got registered at freelancer few months back following a request sent via email by a fellow student at SLIIT (Mihiran). I didn't have any idea ...
Once year back when I was in the 2nd year, I programmed the Algorithm Simulator to demonstrate the three sorting algorithms : Insertion Sort, Selection Sort and Bubble Sort. I released the source code also but due to lack of time, the code was not well documented or commented so that I received so many comments from those who went ...
For our ST II subject at SLIIT in the 1st semester of the 2nd year, we had to develop an application using Java, MySQL and iReports. I used NetBeans as the IDE for the development. Using the application, the user can insert, update and delete and view records in the database. The application is for adding employees, adding projects and ...
Android is a widely spreading operating system for mobile devices such as smart phones and tabs. As IT undergraduates, we must be alerted with the latest technologies. In order to introduce the capabilities of 'Android', Etisalat (One of the leading telecommunication provider in Sri Lanka) organized a forum with the theme 'WHAT CAN ANDROID DO FOR YOU?'. Luckily I got ...
It's been a long time since I blogged the last post.... thought of recalling the memories of the SLIIT Code Fest 2012 as this year's event is coming nearby... It was the toughest coding project I've ever done up to now.... not because of it was hard.. but because of the limited time we got to develop our project... ...
Recently I installed Microsoft Visual Studio 2012 which comes with the .NET framework 4.5. Unlike the previous versions in VS, the new one comes with Blend inbuilt. After the installation, VS 2012 worked perfectly but when I tried to run Blend for Visual Studio 2012, it gave me the following error message. I followed the link displayed in the message ...
From my last post I introduced the version 2.0 of the game I developed. I further developed it by adding new algorithms with pattern matching capabilities. Now the difficulty level of the game is so high and even I cannot win the game. If you can, please let me know :DI changed the user interface ...
Recently I developed a Tak Tik Tuk game (Version 1.0) using Microsoft Visual Studio 2010, WPF and C#. Since it wasn't much capable of matching the winning patterns, I released it among very few of my friends to gather a feed back. Then I developed an algorithm to match the winning patterns and it succeeded. I used the Transparent Effect ...