Archive for January, 2009

Pareeksha - Examination Management System

Pareeksha is a complete examination management system developed by PIT Solutions with J2EE. You can download this product now from sourceforge.net. It simplifies the organization’s assessment needs in a simple structured and secure manner. It provides powerful tools to create, manage, administrate and reuse exams with three different types of users. This system is a [...]

Leave a Comment

Ramp up your skills in SharePoint

Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. Ramp Up has a solid foundation of premium technical content from subject-matter gurus, and provides easy-to-access content in a variety of forms that guide you in learning the important [...]

Leave a Comment

Ruby program to find largest of two numbers

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ruby program to find biggest of two numbers
 
puts("Enter first number:");
a = gets.to_f
 
puts("Enter first number:");
b = gets.to_f
 
 
if (a > b) then
puts("#{a} is big")
else
puts("#{b} is big")
end

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Sample ruby program

1
2
3
puts "What is your name????"
myname = gets.chomp
puts "Your name is #{myname }!"

Let us save this code in a text file first. Preferred extension is .rb but no issues even if no extension provided.
Now on command prompt use this command to execute.

ruby test.rb

This should ask you your name and display your name again if ruby-on-rails installed. [...]

Leave a Comment

Microsoft SQL Server JDBC Driver 2.0 CTP

Download the SQL Server JDBC Driver 2.0 CTP, a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in Java Platform, Enterprise Edition 5.
The Microsoft SQL Server 2005 JDBC Driver is a Java Database Connectivity (JDBC) 3.0 compliant driver that provides robust data access to Microsoft SQL [...]

Leave a Comment

DigitalManic.com is up!

One of my other domain digitalmanic.com is up now. It is basically a blog. I will use this website for posting my project management thoughts and words of wisdom
My wife also will participate. Let me wait and see.
DiGiTaLmAnIc - We write from our minds…
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Get 10% Discount on Microsoft Certifications till 31st March 2009

Dear All,
In the current economic scenario, it is important that we upgrade our skills. You can avail 10% off for Microsoft Certifications till 31st March 2009.
Below are the steps to obtain Microsoft discount voucher.
1. Go to website: http://www.learnandcertify.com/Request.aspx
2. use the promotion code below:
INDE43E0
3. In the next screen you will need to enter your email [...]

Leave a Comment

Microsoft Web Platform Installer

The Web Platform Installer (Web PI) is a simple tool that installs Microsoft’s entire Web Platform, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto [...]

Leave a Comment

Talk to Me Now!

Use any of the live help boxes below - For Technical Help! However, I strongly prefer you to post your query in http://kidoos.net.

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Silverlight and Obama

Barack Obama’s inauguration as US president next week will be broadcast online using Microsoft’s Silverlight browser-based media player.
Microsoft said Friday that Obama’s Presidential Inaugural Committee had selected Silverlight to stream live coverage of his swearing-in from its site, scheduled for Tuesday in Washington DC.
It’s the second Obama outing for Silverlight. Obama’s speech accepting his party’s [...]

Leave a Comment