Well, have you ever put code samples in your blog? If you have did that, but without using any code syntax highlighter, it will certainly look like a mess. Don’t agree? See this. This is a code fraction for java. It doesn’t have any of those text-formatting, just typed using only the normal Blogger fonts. /** * This application simply ...
End of a journey. But still couldn’t believe it! Though this wasn't un-expected, I never anticipated that reaching the end of my undergraduate life would make me this much emotional. Even though we (me and my batch mates - UCSC 6th batch, 2007/2008 intake) are not graduated yet, yesterday was the final remarkable day at university for most of us ...
Sri Lanka’s largest and ever growing undergraduate student technical community, “Microsoft Student Champs” has broaden it’s horizons over the last few months. Since been commenced in 2005, it has been an active community. But from the number of community members, it didn’t had large quantities in the beginning. No worries! we do only count on quality more than the quantity. ...
It is less visible that Sri Lanka has a history of more than 25 years in computing. University of Colombo and UCSC (University of Colombo School of Computing) holds the pride of being the pioneer in Computer Science/ICT education in the country - a legacy bestowed upon us by the father of Sri Lankan Information Technology and the founder of ...
Ribbon interface is the command bar that organizes a program's features into a series of tabs at the top of a window. In this post we will see how to create a Office add-in project in Visual Studio and create your own custom tab in the ribbon of Microsoft Word. Actually, by following the same routine you can create your ...
You already know this November is the Microsoft Student Champs Networking Month. So lot’s of things happening behind. New faces, new universities, loads of events at unis… We have done our last monthly meeting at Open University and reached IIT for an introductory session and several other activities are happening in other universities right now. Of course! this was a ...
Your database servers are MySQL and yet you need to build an application in .Net; is that possible? Yes. MySQL Connector/NET enables developers to easily create .NET applications using C#/Visual Basic with connecting to MySQL databases. MySQL connector is responsible for creating necessary ADO.NET interfaces and integrations to ADO.NET tools. Therefore developers can build applications using MySQL just as they ...
It has already been a month after “IFO++”; the ICT exhibition held by University of Colombo School of Computing. As I told in one of my previous posts, this was planned and organized with the purpose of celebrating the 25th anniversary of Computer Science higher education at University of Colombo. I’m happy and proud to say, the exhibition was a ...
For a software developer, keeping a track of the projects and its versions is critical. So, people use to get the support of a version controlling system. Visual Studio 2008 doesn’t have an built-in version controlling system or mechanism. But still it provides you the Source Control Integration facility; which enables two options: source control solution based on the Source ...
This is the second article to discuss about how to use Subversion version controlling system in Visual Studio. First part of this article discussed about how to install and configure subversion to work with Visual Studio. Also we discussed how to add a solution to the subversion repository. Now, the next step is to learn how to use this version ...
Installing Windows 7 from a DVD is the most common way and anyone won’t need any advices on that. Absolutely it is a very straightforward process and what you just need do is following the instructions. But there may be some situations where you need to use a USB as the installation media. For example, some notebook computers doesn’t have ...
Computer technology has become more and more powerful over the last few decades. Yet still there’s a clear margin - actually a gap - between Computers’ (artificial) decision making ability when compared with human intellect. Filling out this gap is one of the most important problems that needs to be addressed, because this digitalizing world requires devices and applications ...
It’s the cricket world cup season! So, all the fans are getting excited, and the game is getting competitive.Cricket is a game where win or loss is defined by a thin margin. Currently, a lot of money is involved in the game and a huge number of spectators are waiting to see a favorable result for their team. Therefore, not ...
If you are an IT professional who daily interact with the technology, no need to tell how hard it is to keep up with the continually evolving technologies and practices. Often that is the toughest part in leading a career in IT. There are always new emerging concepts and technological breakthroughs, so in order to keep yourself up in ...
Computer technology has become more and more powerful over the last few decades. Yet still there’s a clear margin - actually a gap - between Computers’ (artificial) decision making ability compared with human intellect. Filling out this gap is one of the most important problems, since with this digitalizing world it is necessary to make the devices or the ...
During my work I had encountered a situation where I need to get a comma separated list as an output from the values in a SQL query result. To elaborate it more, my query returns set of records (multiple records which match a certain criteria) as its result. Then there’s a column which I need to take as a ...
While working with your computer, no doubt that you wish you could schedule running some application or make the computer do a specific job without you have to stay at computer for hours. For me, I want to shut down the computer automatically at a scheduled time, so that I can sleep without waiting till the computer finish the job. ...
If you are an IT professional who daily interact with the technology, no need to tell how hard it is to keep up with the continually evolving technologies and practices. Often that is the toughest part in leading a career in IT.There are always new emerging concepts and technological breakthroughs, so in order to keep yourself up in the ...
It has been a long time since my last post. I was busy with exams, projects and of-course with my first job! Few months back, me and few of my colleagues were working on a project. This was an essential part of our academic curriculum, and luckily, the selection of the topic and the scope was in our purview. So, ...
During my work I had encountered a situation where I need to get a comma separated list as an output from the values in a SQL query result. To elaborate it more, my query returns set of records (multiple records which match a certain criteria) as its result. Then there’s a column which I need to take as a comma ...